﻿body { background: #f2f6fc url(../image/body_bg.png) repeat-x; }

.clear_after:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

a:link, a:visited, a:hover {
	color: #284577;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

#main { 
	position: relative;
	width: 1012px;
}

body #main #mainDropShadow { 
	padding: 0 14px;
	background: url(../image/mainDropShadow_bg.png) repeat-y;
}

#header {
	height: 120px;
	background: url(../image/header_bg.png) no-repeat;
}
#header1 h1#logo {
	width: 397px;
	margin: 28px 0 0 36px;
	text-indent: -9999px;
}
#header1 h1#logo a {
	display: block;
	height: 78px;
	background: url(../image/logo.png) no-repeat;
}
#header2 { position: relative; }
#header2 #head_requestquote {
	position: absolute;
	top: 27px;
	right: 20px;
}
#header2 #head_phone {
	position: absolute;
	top: 24px;
	right: 200px;
}
#header2 #head_search {
	position: absolute;
	top: 90px;
	right: 20px;
	width: 400px;
	background: #fff;
	z-index: 400;
}
#header2 #head_search .input { width: 240px; }

#menuContainer { padding: 0 12px; }

#menu {
	background: #111 url(../image/nav_bg.png) repeat-x;
}
#menu ul { background: #111 url(../image/nav_bg.png) repeat-x; }
#nav li a:link, #nav li a:visited, #nav li a:hover {
	padding: 16px 40px 17px;
	color: #ececec;
	text-decoration: none;
}
#nav li a:hover {
	background: #2c2c2c;
	color: #fff;
}

#nav li ul { background: #111; }

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover { padding: 5px 10px; }

#contentContainer { 
	min-height: 270px;
	padding: 0 12px;
}

#footer {
	width: 1012px;
	height: 92px;
	margin: 0 auto;
    background: url(../image/footer_bg.png)  top left repeat-x;
    color: #444;
    text-align: center;
}
    #footer .padding {
        padding: 18px;
        min-height: 0; 
    }
    #footer a {
    }
    
    #footer_nav {
		margin: 3px 0 30px;
		padding: 0;
		list-style-type: none;
    }
    #footer_nav li { display: inline; }
    #footer_nav li a{ 
		padding: 3px 6px;
		border-right: 1px solid #284577;
	}
	
    #footer_nav li.last a {
		border: none;
    }
	
	#footer address { font-style: normal; margin: 0 0 .5em; }

#ds_left, #ds_right {
    position: absolute;
    top: 0;
    width: 14px;
    height: 465px;
}

#ds_left {
    left: 0;
    background: url(../image/ds_left.png) top left no-repeat;
}

#ds_right {
    right: 0;
    background: url(../image/ds_right.png) top left no-repeat;
}

.formContainer { clear: both; }