body {
	margin: 0;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #acb5ba;
	/*overflow-y: scroll;*/
}

* {
	/*font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;*/
	font-family:Tahoma;
}

a img { border: none; text-decoration: none !important; }

/** { behavior: url(./iepngfix.htc) }*/




#topContainer {
	position: relative;
	top: 0;
	width: 1100px;
	height: 170px;
	clear: both;
	margin: 0 auto 0;
}

	h1.allPageHeader {
		display:none;
	}


	#logoContainer {
		width: 309px;
		height: 170px;
		float: left;
		/* background: url(../images/saliena_logo.gif) no-repeat center; */
	}
		#logoContainer a { 
			display: block;
			margin: 30px 80px 30px 50px;
			height: 130px;
			text-decoration: none;
		}
		#logoContainer span { 
			visibility: hidden;
			font-size: 10px;
		}
		
	#menuContainer {
		width: 635px;
		float: left;
	}
	
		#menuContainer * {
			font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
			font-size: 10px;
		}
	
		ul#menuMains {
			position: relative;
			width: 635px;
			height: 33px;
			margin: 0;
			padding: 0;
			background-color: #B1B4B8;
		}
		
			ul#menuMains li {
				display: block;
				width: 127px;
				height: 33px;
				float: left;
				margin: 0;
				padding: 0;
				list-style: none inside;
				background: url(../images/menu_divider.gif) no-repeat left;
				cursor: pointer !important;
			}
				ul#menuMains li a {
					display: block;
					width: 125px;
					height: 32px;
					margin: 0 0 0 1px;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
				}
				ul#menuMains li a:focus { -moz-outline: none; outline: none; outline-offset: -1px }
					ul#menuMains li a span {
						display: block;
						text-align: center;
						padding-top: 10px;
						cursor: pointer !important;
					}
					



		ul#menuSub {
			position: relative;
			height: 17px;
			margin: 0;
			padding: 0;
			background-color: #FFFFFF;
		}
		
			ul#menuSub li {
				display: block;
				height: 17px;
				float: left;
				margin: 0;
				padding: 0;
				list-style: none inside;
				cursor: pointer !important;
			}
				ul#menuSub li a {
					display: block;
					padding-left:7px;
					padding-right:7px;
					height: 17px;
					color: #fff;
					border-left:1px solid white;
					text-decoration: none;
					
				}

ul#langMenu {
	list-style: none;
	display: block;
	/* width: 944px; */

	margin: 0 auto 0;
	padding: 0 0 2px;
	height: 16px;
}

	ul#langMenu li {
		background: none;
		float: left;
		width: 30px;
		text-align: left;
		font-size: 10px;
	}
	
		ul#langMenu li a {
			text-decoration: none;
			color: #82878D;
		}
		
		ul#langMenu li.selected a {
			color: #48494A;			
		}

#mainContainer {

	position: relative;
	width: 100%;
	clear: both;
}
body>div#mainContainer {
	background-image: url(../images/content_back.png);
	background-repeat: no-repeat;
	background-position: center center;
}


	#main {
		width: 1100px;
		position: relative;
		margin: 0 auto 0;
	}
	
		#main, #main * {
			font-size: 11px;
			line-height: 18px;
		}
	
		#main h2 {
			font-size: 17px;
			font-weight: normal;
			color: #fff;
			margin: 0 0 20px;
			padding: 5px 0 0;
		}
		
		#main p {
			margin: 0 0 20px;
			padding: 0;
			clear: both;
		}
		
		#main table {
			margin: 0 0 20px;
			padding: 0;
		}
			#main table td {  }
		
		#main ul {
			padding: 0;
			margin: 0 0 15px 0;
			list-style: none;
		}
		
			#main ul li {
				padding: 0 0 5px 7px;
				background: url(../images/bullet.gif) no-repeat;
				background-position: 0 9px;
				margin: 0;
			}
			
			#main ul ul {
				padding: 5px 0 0 10px;
				margin: 0;
				list-style: none;
			}
		
		#main .clear {
			display: block;
			margin: 0;
			padding: 0;
			clear: both;
			font-size: 0.1px;
			line-height: 0.1px;
		}
		
		
		
		#main a.downloadLink {
			display: block;
			clear: both;
			float: left;
			padding: 5px 15px 5px 7px;
			text-decoration: none;
		}
			#main a.downloadLink:hover {
				background: url(../images/downloadlink-hover.png) repeat;
			}
	
	
	
#footerContainer {
	position: relative;
	clear: both;
	width: 944px;
	padding: 30px 0 40px;
	margin: 0 auto 0;
}

	#footerContainer .left { float: left; }
	#footerContainer .right { float: right; text-align: right; }
	#footerContainer .clear { 
		display: block;
		margin: 0;
		padding: 0;
		clear: both;
	}
	#footerContainer * { 
		color: #404c53; 
		font-size: 11px;
		line-height: 18px;
	}
		#footerContainer a { color: #2d3032; text-decoration: none; }
		#footerContainer a:hover { color: #000000; text-decoration: none; }



#bottomCopyAndStuff {
	position: relative;
	clear: both;
	width: 944px;
	padding: 0 0 7px;
	margin: 0 auto 0;
}

#bottomCopyAndStuff, #bottomCopyAndStuff * { color: #7E878B !important; }



/*#container{
	width:1000px;
	left:50%;
	margin-left:-500px;
	position:absolute;
}*/