html{height:100%;}
body{
	margin:0;
	color:#404040;
	font:12px Arial, Helvetica, sans-serif;
	background:#000 url(../images/bg-body1.jpg) repeat-x;
	height:100%;
	min-width:1000px;
}
body.inner{
	background:#e6e5e5 url(../images/bg-body2.jpg) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#404040;
}
a:focus{
	outline:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:12px/15px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	margin:0;
}
form{
	margin:0;
	padding:0;
	border:none;
}
.holder{
	overflow:hidden;
	width:100%;
}
.main{
	margin:0 auto;
	width:1000px;
	min-height:100%;
	position:relative;
}
* html .main{height:100%;}
.inner .main{
	background:url(../images/content-separator.gif) no-repeat 710px 265px;
	
}

#header{
	width:990px;
	overflow:hidden;
	padding:31px 0 0 10px;
}
#nav{
	margin:0 0 0 -13px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.inner #nav{padding:0 0 5px;}
#nav li{
	float:left;
	padding:5px 12px 5px 13px;
	background:url(../images/header-separator.gif) no-repeat;
	height:9px;
}
#nav li a{
	overflow:hidden;
	height:9px;
	display:block;
	cursor:pointer; 
}
#nav li a:hover{background-position:0 -9px;}
#nav li a.active,
#nav li a.active:hover{background-position:0 -18px;}
#nav li a span{
	display:block; 
	text-indent:-9999px;
}
#nav .home a{
	background:url(../images/nav-home.gif) no-repeat;
	width:33px;
}
#nav .about a{
	background:url(../images/nav-about-shwm.gif) no-repeat;
	width:77px;
}
#nav .locations a{
	background:url(../images/nav-locations.gif) no-repeat;
	width:141px;
}
#nav .wacb a{
	background:url(../images/nav-wacb.gif) no-repeat;
	width:33px;
}
#nav .client-list a{
	background:url(../images/nav-client-list.gif) no-repeat;
	width:62px;
}
#nav .in-the-news a{
	background:url(../images/nav-in-the-news.gif) no-repeat;
	width:71px;
}
#nav .contact-us a{
	background:url(../images/nav-contact-us.gif) no-repeat;
	width:128px;
}
.main .logo{
	background:url(../images/logo-homepage.gif) no-repeat;
	display:block;
	width:701px;
	height:226px;
	margin:189px 0 0;
}
.inner .main .logo {
	width:464px;
	height:150px;
	background:url(../images/logo1.gif) no-repeat;
	float:left;
	margin:27px 0 0;
	padding:0 0 44px;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
	text-indent:-9999px; 
}
.conteiner-img{
	float:right;
	width:251px;
	height:199px;
	padding:22px 0 0 22px;
	margin:0 28px 0 0;
	background:url(../images/conteiner-img.png) no-repeat;
	display:inline;
}
.conteiner-img img{
	display:block;
	height:169px;
	width:221px;
}
.content{
	overflow:hidden;
	width:990px;
	padding:0 0 306px 10px;
}
.inner .content{
	margin:-9px 0 0;
	padding:0 0 0 10px;
}
#main-block{
	float:left;
	width:618px;
	padding:8px 0 120px;
}

#main-block p{
	
}

#main-block a{
color:#000000;
text-decoration:underline;
	
}

#main-block a:hover{
color:#666666;
text-decoration:underline;
	
}

.contact-us #main-block{
	padding:0 0 120px;
	position:relative;
}
#main-block h1{
	margin:0 0 9px;
	font-size:20px;
	color:#262827;
	line-height:29px;
	font-weight:normal;
}
.contact-us #main-block h1{
	font-size:28px;
	color:#333;
	margin:0 0 12px;
}
#main-block h5{
	margin:0 0 10px;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
#main-block p{
	margin:0;
	font-size:14px;
	line-height:22px;
	padding:0 0 8px;
}
#main-block ul{
	margin:0;
	font-size:14px;
	line-height:22px;
	
}
.btn-download{
	padding:0 0 0 10px;
	background:url(../images/btn-arrow-down.gif) no-repeat 0 2px;
	margin:0 0 0 11px;
	color:#59594d;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}
.btn-download:hover{
	background:url(../images/btn-arrow-down-hover.gif) no-repeat 0 2px;
	color:#999;
	text-decoration:none;
}

.btn-download1{
	padding:0 0 0 10px;
	background:url(../images/btn-arrow-down.gif) no-repeat 0 2px;
	margin:0 0 0 0;
	color:#59594d;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}
.btn-download1:hover{
	background:url(../images/btn-arrow-down-hover.gif) no-repeat 0 2px;
	color:#999;
	text-decoration:none;
}
.form-hold{
	padding:18px 12px 21px;
	border-bottom:3px solid #cdcdcd;
	margin:0 0 0 -12px;
	position:relative;
	height:1%;
	width:539px;
	overflow:hidden;
}
.form-hold .p-required{
	color:#bc3428;
	font-size:10px;
	line-height:30px;
}
.form-hold .required{
	display: none;
	color:#bc3428;
	font-size:14px;
	padding:0 0 0 8px;
}
.form-hold .error .required {
	display: inline;
}
.form-hold .holder{width:560px;}
.form-hold .box{
	float:left;
	width:265px;
	padding:0 10px 5px 3px;
}
.form-hold .box-1{padding-top:18px;}
.form-hold .box label,
.form-hold .textarea label{
	font-size:14px;
	line-height:18px;
	color:#000;
}
* html .form-hold .box label{line-height:16px;}
.form-hold .box label em{
	color:#bc3428;
	font-size:14px;
}
.form-hold .box input{
	width:251px;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-top:1px solid #717171;
	border-bottom:1px solid #d7d7d7;
	padding:1px 5px 3px;
	margin:4px 0 0 -3px;
}
.form-hold .box textarea,
.form-hold .textarea textarea{
	width:256px;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-top:1px solid #717171;
	border-bottom:1px solid #d7d7d7;
	padding:1px 0 0 5px;
	margin:4px 0 0 -3px;
	height:68px;
	overflow: auto;
}
.form-hold h6{
	font-size:14px;
	color:#000;
	line-height:18px;
	font-weight:normal;
	display:block;
	padding:13px 0 0 3px;
	margin:0;
}
.form-hold h4{
	margin:0 0 10px;
	font-size:17px;
	color:#767676;
	line-height:22px;
}
.form-hold .checkboxes{
	margin:0;
	padding:0 0 10px 3px;
	list-style:none;
	float:left;
	width:180px;
}
.form-hold .checkboxes li{
	overflow:hidden;
	width:100%;
	padding:0 0 9px;
}
.form-hold .checkboxes li input{
	float:left;
	width:14px;
	height:14px;
	margin:1px 9px 0 0;
}
.form-hold .checkboxes li label{
	float:left;
	font-size:14px;
	color:#000;
}
.form-hold .textarea textarea{
	width:537px;
	height:151px;
}
.form-hold .form-bg{
	background:url(../images/separator-form-hold.gif) repeat-y 223px 0;
	padding:15px 0 0;
	overflow:hidden;
	height:1%;
	margin:-18px 0 15px;
}
.form-hold .select-area{
	float:left;
	width:207px;
	padding:0 0 0 5px;
}
.form-hold .select-area select{
	width:146px;
	font-size:14px;
}
.form-hold .extent-available{
	float:right;
	width:285px;
}
.extent-available ul{
	margin:0;
	padding:0;
	list-style:none;
}
.extent-available ul li{
	background:url(../images/bullet1.gif) no-repeat 0 6px;
	padding:0 0 7px 8px;
	font-size:14px;
	color:#000;
}
.extent-available ul li span{font-size:12px;}
.btn-click-here{
	text-decoration:underline;
	color:#c0463a;
	font-weight:bold;
	padding:0 0 0 7px;
}
.btn-click-here:hover{color:#999;}
.remarks-instruction{
	border:none;
	padding-bottom:40px;
}
.remarks-instruction .textarea{padding:0 0 10px;}
.remarks-instruction .textarea textarea{height:78px;}
.button{margin:13px 0 0;}
#nav-area{
	float:left;
	width:150px;
	padding:10px 0 0;
}
#nav-area h2,
.main-box h2{
	margin:0 0 9px;
	font-size:20px;
	color:#262827;
	line-height:29px;
	font-weight:normal;
}
.tabset{
	margin:0;
	padding:16px 0 0;
	list-style:none;
}
.tabset li{
	padding:0 0 11px;
	font-size:14px;
	line-height:18px;
}
.tabset li a{
	background:url(../images/tabs-buulet.gif) no-repeat 0 4px;
	padding:0 0 0 17px;
	color:#737272;
}
.tabset li a:hover,
.tabset li a.active{
	background:url(../images/tabs-buulet-hover.gif) no-repeat 0 4px;
	color:#000;
	text-decoration:none;
}


#nav-area2{
	float:left;
	width:400px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
#nav-area2 h2,
.main-box h2{
	margin:0 0 9px;
	font-size:20px;
	color:#262827;
	line-height:29px;
	font-weight:normal;
}
.tabset2{
	margin:0;
	padding:16px 0 0;
	list-style:none;
	list-style-type: none;
}
.tabset2 li{
	padding:0 0 11px;
	font-size:14px;
	line-height:18px;
}
.tabset2 li a{
	background:url(../images/tabs-buulet.gif) no-repeat 0 4px;
	padding:0 0 0 17px;
	color:#737272;
}
.tabset2 li a:hover,
.tabset2 li a.active{
	background:url(../images/tabs-buulet-hover.gif) no-repeat 0 4px;
	color:#000;
	text-decoration:none;
}

.tab-content{
	float:left;
	width:837px;
	padding:10px 0 0;
}
.tab-content .main-box h2{margin:0 0 0 126px;}
.main-box{
	float:left;
	width:527px;
	padding:0 0 120px;
}
.main-box .content-box{
	overflow:hidden;
	width:100%;
	padding:27px 0 28px;
}
.main-box .content-box img{
	float:left;
	margin:3px 17px 0 0;
}
.main-box .content-box .wrapper{
	overflow:hidden;
	height:1%;
}
.main-box .content-box .wrapper h4{
	font-size:16px;
	margin:0 0 10px;
	color:#000;
	line-height:18px;
	font-weight:normal;
}
.main-box .content-box .wrapper h4 span{
	color:#404040;
	font-size:12px;
}
.main-box .content-box .wrapper p{
	margin:0;
	padding:0 0 10px;
	line-height:18px;
}
.main-box .content-box .email{
	color:#999;
	line-height:18px;
}
.email a{
	color:#000;
	text-decoration:underline;
}
.email a:hover{color:#999;}
.btn-top{
	overflow:hidden;
	width:100%;
}
.btn-top a{
	color:#999;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	float:right;
	margin:0 17px 0 0;
}
.btn-top a:hover{color:#000;}
.sidebar{
	float:right;
	width:263px;
	padding:11px 10px 148px 0;
}
.tab-content .sidebar{padding:3px 10px 148px 0;}
.photo {
	position:absolute;
	top:55px;
	left:699px;
}
.sidebar h3{
	color:#838283;
	font-size:20px;
	line-height:30px;
	margin:0 0 5px 5px;
	font-weight:normal;
}
.tab-content .sidebar address{
	margin:0 0 0 5px;
	font-style:normal;
	color: #838283;
	font-size:16px;
	line-height:19px;
}
.tab-content .sidebar address span{display:block;}
.sidebar .holder-text{padding:0 25px 0 0;}
.sidebar .holder-text p{
	margin:0;
	font-size:21px;
	line-height:29px;
	color:#838283;
}
.contact-us .sidebar blockquote{
	margin:2px 0 0 10px;
	overflow:hidden;
	width:225px;
}
.contact-us .sidebar blockquote q{
	quotes: none;
	text-indent:-9999px;
	display:block;
	height:135px;
	background:url(../images/t-blockquote.gif) no-repeat;
}
.contact-us .sidebar cite{
	text-indent:-9999px;
	background:url(../images/t-cite-inner.gif) no-repeat;
	display:block;
	height:13px;
}
#footer{
	height:306px;
	background:url(../images/bg-footer1.gif) repeat-x 0 100%;
	margin:-306px 0 0;
	width:100%;
	position:relative;
}
.inner #footer{
	height:120px;
	margin:-120px 0 0;
}
#footer .footer-area{
	width:945px;
	margin:0 auto;
	font:12px Verdana, Geneva, Arial, sans-serif;
	color:#999;
	overflow:hidden;
	padding:0 45px 0 10px;
}
.inner #footer .footer-area{
	width:835px;
	padding:0 155px 0 10px;
}
#footer ul{
	float:left;
	margin:0;
	padding:257px 18px 0 0;
	list-style:none;
}
.inner #footer ul{padding:73px 18px 0 0;}
#footer ul li{
	display:inline;
	padding:0 18px 0 0;
}
#footer ul li a{color:#999;}
#footer ul li a:hover{
	color:#58584d;
	text-decoration:none;
}
#footer p{
	font-size:10px;
	float:left;
	line-height:16px;
	padding:258px 0 0;
	margin:0;
}
.inner #footer p{padding:73px 0 0;}
#footer .testimonial-area{
	float:right;
	width:244px;
	height:267px;
	border-top:1px solid #59594d;
	border-left:1px solid #59594d;
}
#footer blockquote{
	margin:0;
	overflow:hidden;
	padding:21px 0 0 22px;
	height:118px;
}
#footer blockquote q{
	quotes: none;
	text-indent:-9999px;
	display:block;
	height:101px;
}
q:before{content:"";}
q:after{content:"";}
#footer .testimonial-1 q{background:url(../images/testimonial-1.gif) no-repeat 1px 0;}
#footer .testimonial-2 q{background:url(../images/testimonial-2.gif) no-repeat;}
#footer .testimonial-3 q{background:url(../images/testimonial-3.gif) no-repeat 1px 0 ;}
#footer cite{
	text-indent:-9999px;
	/*background:url(../images/t-cite.gif) no-repeat;*/
	display:block;
	height:13px;
}
#footer .testimonial-area .holder{padding:0 0 34px;}
#footer .testimonial-area .holder a{
	overflow:hidden;
	text-indent:-9999px;
	width:13px;
	height:12px;
}
#footer .testimonial-area .btn-prev{
	/*background:url(../images/arrow-testimonial-left.gif) no-repeat 0 -12px;*/
	float:left;
	margin:0 9px 0 23px;
}
#footer .testimonial-area .btn-next{
	/*background:url(../images/arrow-testimonial-right.gif) no-repeat 0 -12px;*/
	float:left;
}
#footer .testimonial-area .holder a:hover{background-position:0 -24px !important;}
#footer .testimonial-area .holder a.disabled{background-position:0 0 !important;}
#footer .logo{
	background:url(../images/logo2-inner.png) no-repeat 0 0;
	display:block;
	margin:0 0 0 -48px;
}
.inner #footer .logo{
	background:url(../images/logo2-inner.png) no-repeat 0 0; 
	margin:0 0 0 -48px;
	float:right;
}

.tabs-holder div.tab {
	height: 139px;
	display: none;
}
.tabs-holder div.active {
	display: block;
}
#footer .tabs-holder p {
	padding: 0;
	margin: 0;
}



#column {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 600px;
}

#column p{
font-size:12px;
line-height:12px;
}


#side-a {
	float: left;
	width: 260px;
	margin-right:30px;
	margin-left: 0px;
}

#side-b { 
	margin-left: 50px;
	float: left;
	width: 250px;
	height: 1%;
}

