@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:#0064aa url(../images_new/back.jpg) center top no-repeat;

}

#container{
	/*position:relative;*/
	width:850px;
	margin:auto;
}

#header{
	/*position:relative;*/
	margin:auto;
	height:130px;
	width:837px;

	
	
}

.nav{
	/*position:absolute;
	left: 398px;
	top: 73px;*/
	text-transform:uppercase;
	font-weight:bold;
	
	padding-left:350px;
	padding-top:80px;
}

.nav a:link{
	text-decoration:none;
	color:#fff;
}

.nav a:visited{
	text-decoration:none;
	color:#fff;
}

.nav a:hover{
	text-decoration:none;
	color:#000;
}

.nav a:active{
	text-decoration:none;
	color:#fff;
}

.menu{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

.imgProfile img {
	max-width:100px;
	
	width:expression(this.width > 400?400:true);
}

#logo{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images_new/logo.png');
	position:absolute;
	top: -52px;

	
}

#logo img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#banner{	
	position:relative;
	width:837px;
	margin:auto;
	z-index:-1;
}
#lainPa{
	position:absolute;
	left: 536px;
	top: 122px;
	z-index:1000;
}

#leftPhone{
	position:absolute;
	left: -78px;
	top: 27px;
}

#rightPhone{
	position:absolute;
	left: 836px;
	top: 27px;
}


#teaser{
	position:relative;
	padding-top:25px;
	width:837px;
	margin:auto;
}

#contentContainer{
	padding:15px;

	
}

#leftContentContainer{
	float:left;
	width:545px;
	background:#232323 url(../images_new/content_top.jpg) top center no-repeat;
	overflow:hidden;
}

#leftContentContainer2{
	float:left;
	width:811px;
	background:#232323 url(../images_new/content_top2.jpg) top center no-repeat;
	overflow:hidden;
}

.leftContentContainer_class img {
	 max-width:500px;
	 width: expression(this.width > 500 ? 500 : true);
}

#leftContent{
	padding:15px;
}
#leftContentBottom{
	background:#232323 url(../images_new/content_bottom.jpg) top center no-repeat;
	height:68px;
}

#leftContentBottom2{
	background:#232323 url(../images_new/content_bottom2.jpg) top center no-repeat;
	height:68px;
}


#sideContentContainer{
	float:right;
	width:266px;
	background:url(../images_new/side_content.jpg) center repeat-y;
	overflow:hidden;
}

#sideContentTop{
	background:url(../images_new/side_content_top.jpg) no-repeat;
	height:8px;
}
#sideContentBottom{
	background:url(../images_new/side_content_bottom.jpg) bottom no-repeat;
	height:8px;
}
#sideContent{
	padding:10px;
}


#footer{
	clear:both;
	padding:25px;
	padding-top:82px;
	text-align:center;
	background:url(../images_new/footer.jpg) no-repeat left bottom;
	
}

#footer2{
	clear:both;
	padding:25px;
	padding-top:132px;
	text-align:center;
	background:url(../images_new/footer.jpg) no-repeat left bottom;
	
}

#footerImg{
	background:url(../images_new/footer.gif) bottom right no-repeat;
	/*position:relative;*/
	margin:auto;


}

/**html #footerImg{
	position:absolute;
	left: 665px;
	top: -118px;
}
*/

/*CLASSES*/

.floatLeft{
	float:left;
}	

.floatRight{
	float:right;
}	

.padding5{
	padding:5px;
}

.paddingRight5{
	padding-right:5px;
}

.width5{
	width:5%;
}

.width20{
	width:20%;
}

.width30{
	width:30%;
}

.width40{
	width:40%;
}

.width45{
	width:45%;
}

.width48{
	width:48%;
}

.width42{
	width:42%;
}

.width50{
	width:50%;
}

.width60{
	width:60%;
}
