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

#wrapper {
	width:auto;
	margin:0 auto;
}

#header-bg {
	width:auto;
	height:198px;
	background:#000;
}

#header-wrapper {
	width:900px;
	height:198px;
	margin:0 auto;

	clear:both;
	overflow:hidden;
}

#header-left{
	background:url(../images/new_logo.png) no-repeat;
	width:257px;
	height:193px;
	float:left;
}

#header-right
{
    /*
	background:url(../images/contactnumbers.png);
	width:328px;
	height:156px;
    */
	background:url(../images/new_contactnumbers_license.png);
	width:328px;
	height:193px;    
	float:right;
}


#main-nav-bg{
	background:url(../images/navbar_bg.png) repeat-x;
	height:56px;
}

#main-nav-wrapper{
	width:900px;
	height:56px;
	padding:2px 0px;
	margin:0 auto;
	
}

#content-layer-bg {
	background: url(../images/bg_gray.png) repeat-x top #fff;
	border-bottom:10px solid #000;
}

#content-layer-bg-2 {
	background: #fff;
	border-bottom:10px solid #000;
}

#content-layer-wrapper{
	width:900px;
/*	height:600px;*/
	margin:0 auto;	
}

#banner-wrapper {
	width:inherit;
	clear:both;
	overflow:hidden;

}


#banner-wrapper .img-left{
	width:251px;
	height:299px;
	float:left;
}

#banner-wrapper .content{
	width:inherit;
	height:299px;

}

#banner-wrapper .content-right{
	width:649px;
	float:right;


}

#banner-wrapper .shadow{
	width:900px;
	height:15px;
	background:url(../images/shadow.png) no-repeat;
	
}






#content-wrapper{
	background:#FFF;
	width:auto;
	clear:both;
	overflow:hidden;

	margin-bottom:10px;
}

#content-left{
	width:600px;
	float:left;
}

#content-left .page{
	margin-right:14px;
	clear:both;
	overflow:hidden;
	border-bottom:#B8B8B8 1px solid;
	padding-bottom:15px;
	text-align:justify;
}

#content-left .page-bg{
	background:url(../images/services_bg.jpg) no-repeat;
	width:600px;
	height:457px;
}

#content-left .top-details{
	width:560px;
	margin:0px 20px 0px 20px;
	clear:both;
	overflow:hidden;
}

#content-left .left-details{
	width:55%;
	float:left;
	padding-right:10px;
}

#content-left .right-details{
	width:45%;
	float:right;
}



#content-right{
	width:293px;
	float:right;
}

.module-right{
	width:293px;
}

.module-right1{
	margin-top:12px;	
	width:293px;
}


.module-right1 .top{
	background:url(../images/contact_top.png) no-repeat;
	width:285px;
	height:12px;
	margin-left:4px;
	margin-right:4px;	

}

.module-right1 .content{
	width:263px;	
	background:url(../images/contact_bg.png) #050101 repeat-x;
	min-height:540px;	
	margin-left:4px;
	margin-right:4px;
	border-left:#b15558 1px solid;
	border-right:#a4393c 1px solid;
	padding:0px 10px;
}

.module-right1 .bottom{
	background:url(../images/contact_bottom.png) no-repeat;
	width:285px;
	height:12px;
	margin-left:4px;
	margin-right:4px;	

}


#footer-bg{
	background:#000;

	border-top:2px solid #fff;
}

#footer-wrapper{
	width:900px;
	margin:0 auto;	
	height:214px;
	
		text-align:center;
}


