html, body, div {
	margin: 0;
	padding: 0; 
	border: 0; 
	outline: 0; 
}

* {
	font-family: Helvetica,Verdana,Arial,sans-serif;
}

html {
	height: 100%;
	overflow: auto; /* remove IE scrollbar */
}

body {
	overflow: auto; /* remove IE scrollbar */
	background: #E1E4E9 url('/gfx/backgrounds/clouds.jpg') repeat-y center center;
	text-align:	center;
	font-size: 62.5%;
	color: #575E64;
	padding-top: 50px;
	padding-bottom: 15px;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

a {
	color: #4C7B9E;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #151515;
	text-decoration: none;
}
a:visited {}
a:active {}

.fire {
	text-shadow: 0 0 4px white, 0 -5px 4px #FFFF33, 2px -10px 6px #FFDD33, -2px -15px 11px #FF8800, 2px -25px 18px #FF2200
}

ul {
	padding-left: 15px;
	margin-left: 0px;
}

td {
	vertical-align: top;
}

.bodyClouds {
	background: url('/gfx/backgrounds/clouds.jpg') repeat center center;
}

.bodyTerminals {
	background: url('/gfx/backgrounds/services.jpg') repeat center center;
}

/* container */

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
}

/* header */

#header {
	background: url(/gfx/header.png) left top repeat-x;
	position:relative;
	overflow:hidden;
}

/* main menu */

#divMainMenu ul {
	float: right;
	display: inline;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-right: 15px;
	list-style: none;
}
#divMainMenu li {
	float: left;
}
#divMainMenu li.fist_element {				
	padding-left: 1px;
	background: url(/gfx/mnuSeperator.png) -1px bottom no-repeat;
}
#divMainMenu a {
	float: left;
	background: url(/gfx/mnuSeperator.png) right bottom no-repeat;
	color: #4b4b4b;
	padding: 6px 14px;
	text-decoration: none;
}
#divMainMenu a:hover {
	background: url(/gfx/mnuActive.png) right bottom no-repeat;
}
#divMainMenu a.selected {
	background: url(/gfx/mnuSelected.png) right bottom no-repeat;
	position: relative;
	top: 1px;
	padding-bottom: 7px;
	padding-top: 5px;
}

/* sub menu */

#divSubMenu {
	clear: both;
	background: #e4edf5;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
	text-align: right;
	padding-right: 25px;
}
#divSubMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
#divSubMenu li {
	float: left;
}
#divSubMenu li a {
	font-size: 0.9em;
	color: #757575;
	text-decoration: none;
	float: left;
	padding: 3px 10px 2px 5px;
	position:relative;
}
#divSubMenu li a:hover {
	color:#5381a4;
}
#divSubMenu li a.selected {
	color: #5381a4;
	background: url(/gfx/mnuIndicator.png) center bottom no-repeat;
}

/* content */

#divContent {
	background: #E1E4E9;
	color: #575E64;
	text-shadow: 0 1px 0 #FFFFFF;
	min-height: 400px;
	max-height: 50%;
	overflow: auto;
	padding: 15px;
}

#divPromo {
	position: relative;
	text-shadow: none;
	width: 400px;
	float: right;
}
.promo {
	background: #FFF url(/gfx/bckPromo.png) repeat-x bottom left;
	margin: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.promo h1 {
	font-size: inherit;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.promo.green {
}
.promo.blue {
}
.promo.yellow {
}
.promo.red {
}

/* newsticker */
#divNews {
	background: #e4edf5;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: none;
}
.newsticker {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

/* footer */

#footer {
	background: #e4edf5;
	border-top: 1px solid #c7c7c7;
	padding: 5px;
	padding-left: 10px;
	color: #4B4B4B;
	overflow: hidden;
	text-align: center;
}

