/* @override http://localhost:3000/css/style.css */

body, html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	overflow-x:hidden;
}
p {
	margin: 0;
}
br.cb {
	clear: both;
}
br.cl {
	clear: left;
}
br.cr {
	clear: right;
}
/* header */
#header {
	width: 100%;
	height: 339px;
	background-image: url(../images/top_bg_full.jpg);
}
#banner {
	width: 1000px;
	height: 339px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/content_bg.jpg);
}
#banner #banner-decor {
	width: 1000px;
	height: 339px;
	margin: 0;
	overflow: hidden;
}
#banner div.static {
	background-image: url(../images/top_banner.png);
	background-repeat: no-repeat;
}
#banner div.animated {
	background-image: none;
	background-color: white;
}
#main-menu-container {
	width: 1000px;
	height: 80px;
	padding: 0;
	position: absolute;
	margin: 0 auto;
	top: 241px;
}
ul.main-menu-float {
	list-style-type: none;
	color: #86abcd;
	letter-spacing: -1px;
	font-family: "Humanst521 BT", Verdana, Arial;
	font-size: 15px;
	position:absolute;
	top: 0px;
	height: 35px;
	left: 395px;
	width: 560px;
	z-index: -999px;
}
ul.main-menu-normal {
	list-style-type: none;
	letter-spacing: -1px;
	color: #86abcd;
	background-image: url(../images/menu_bg.jpg);
	margin-left:405px;
	margin-top:-83px;
	margin-right:0px;
	margin-bottom:0px;
	position:absolute;
	font-family: "Humanst521 BT", Verdana, Arial;
	font-size: 15px;
	height: 35px;
	width: 600px;
}
#main-menu li {
	float: left;
	margin: 0 0px;
}
#main-menu li a {
	line-height: 35px;
	float: left;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	background-image: url(../images/menu_items.jpg);
	background-repeat: no-repeat;
}
#main-menu #home {
	width: 62px;
	background-position: 0 0;
}
#main-menu #home:hover {
	background-position: 0 -35px;
}
#main-menu #home-current {
	width: 62px;
	background-position: 0 -70px;
}
#main-menu #about-us {
	width: 95px;
	background-position: -95px 0;
}
#main-menu #about-us:hover {
	background-position: -95px -35px;
}
#main-menu #about-us-current {
	width: 95px;
	background-position: -95px -70px;
}
#main-menu #services {
	width: 184px;
	background-position: -221px 0;
}
#main-menu #services:hover {
	background-position: -221px -35px;
}
#main-menu #services-current {
	width: 184px;
	background-position: -221px -70px;
}
#main-menu #our-clients {
	width: 113px;
	background-position: -444px 0;
}
#main-menu #our-clients:hover {
	background-position: -444px -35px;
}
#main-menu #our-clients-current {
	width: 113px;
	background-position: -444px -70px;
}
#main-menu #locations {
	background-position: -597px 0;
	width: 102px;
}
#main-menu #locations:hover {
	background-position: -597px -35px;
}
#main-menu #locations-current {
	width: 102px;
	background-position: -597px -70px;
}
/* content */
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}
/* content inside */
#left-box {
	width: 231px;
	margin: 0 0 0 74px;
	padding: 0;
	clear: left;
	float: left;
}
/* content inside > common left box*/
#left-box .common-opts {
	margin: 0;
	width: 231px;
}
#left-box .common-opts .opt-items {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#left-box .common-opts .opt-items .opt-item {
	background-image: url(../images/left_opts.png);
	background-repeat: no-repeat;
	width: 231px;
	float: left;
	overflow: hidden;
	height: 0;
	padding-top: 70px;
}
#left-box .common-opts .opt-items .opt-sptr {
	background-image: url(../images/left_opts.png);
	background-repeat: no-repeat;
	width: 231px;
	float: left;
	overflow: hidden;
	height: 0;
	padding-top: 15px;
	background-position: 0 -260px;
}
#left-box .common-opts .opt-items #item-1 {
	background-position: 0 -6px;
}
#left-box .common-opts .opt-items #item-2 {
	background-position: 0 -90px;
}
#left-box .common-opts .opt-items #item-3 {
	background-position: 0 -171px;
}
#left-box div.spacer {
	width: 231px;
	height: 150px;
	float: left;
}
#right-box {
	width: 695px;
	clear: right;
	padding: 0;
	float: right;
	margin: 0;
}
#right-box .content-text {
	color: #454545;
}
/* footer */
#footer {
	width: 100%;
	background-color: #ededeb;
	height: 50px;
	padding: 12px 0;
	float: left;
	clear: both;
}
#footer_content {
	font-size: 11px;
	width: 900px;
	padding-left:74px;
	padding-right:26px;
	margin: 0 auto;
}
#footer_content .row {
	text-align: center;
	margin: 5px 0;
}
#footer_content .row span {
	margin: 0 10px;
}
#footer_content .contact_info, #footer_content .contact_info a {
	color: #454545;
	text-decoration: none;
}
#footer_content .contact_info {
	text-align: right;
	margin-right:10px;
}
#footer_content .statement span {
	color: #a5a5a5;
	text-decoration: underline;
	display:block;
	padding:5px;
}
/* decoration posters */
.decors {
	width: 174px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.decors-large {
	width: 234px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.decor {
	background-image: url(../images/decors.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 0;
	padding-top: 135px;
	float: left;
	margin: 0 auto 20px 30px;
}
.decor-large {
	background-image: url(../images/decors_large.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 0;
	float: left;
}
.decors-large a.spacer {
	width: 230px;
	height: 30px;
	float: left;
}
#decor-1 {
	background-position: 0 0;
}
#decor-2 {
	background-position: 0 -135px;
}
#decor-3 {
	background-position: 0 -270px;
}
#decor-4 {
	background-position: 0 -405px;
}
#decor-5 {
	background-position: 0 -540px;
}
#decor-6 {
	background-position: 0 -675px;
}
#decor-7 {
	background-position: -174px 0px;
}
#decor-8 {
	background-position: -174px -135px;
}
#decor-9 {
	background-position: -174px -270px;
}
#decor-10 {
	background-position: -174px -405px;
}
#decor-11 {
	background-position: -174px -540px;
}
#decor-large-1 {
	background-position: -150px 0;
	padding-top: 360px;
}
