@charset "utf-8";

html{
	background: url(../images/bg.png);
}

body {
	background: url(../images/top-bg.png) repeat-x;
}

#home{
	background: url(../images/home-top-bg.png) repeat-x;
}

a {
	color: #c8630d;
}

a:hover {
	color: #2373c3;
}

h1, h2, h3{
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 .5em;
	font-weight: lighter;
}

h1{
	font-size: 32px;
}

h1 strong, h2, h3{
	font-weight: bold;
}

h2{
	font-size: 15px;
	text-transform: none;
}

.colored{
	color: #ff7600;
}

.formList{
	list-style-type: none;
	padding: 15px 10px 10px;
	margin: 0;
}

.formList li{
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: hidden;
}

#header{
	position: relative;
	height: 198px;
}

#home #header{
	height: 305px;
}

#logo{
	position: absolute;
	display: block;
	width: 310px;
	height: 53px;
	left: 10px;
	top: 17px;
	background: url(../images/logo.png) no-repeat;
}

#phone{
	position: absolute;
	top: 44px;
	right: 0;
	width: 450px;
	text-align: right;
	font-size: 22px;
	height: 22px;
	line-height: 22px;
	text-shadow: 0 1px 1px #fff;
}

#menu{
	list-style-type: none;
	padding: 0 0 0 332px;
	margin: 0;
	width: 652px;
	height: 49px;
	position: absolute;
	left: 0;
	top: 160px;
	background: url(../images/menu-bg.png) no-repeat;
}

#home #menu{
	top: 269px;
}

#menu li{
	float: left;
	border-right: 1px solid #202020;
	border-left: 1px solid #404040;
}

#menu li.last{
	border-right: 1px solid #404040;
}

#menu li.last a{
	border-right: 1px solid #202020;
}

#menu li a{
	float: left;
	display: block;
	height: 49px;
	line-height: 49px;
	color: #fff;
	padding: 0 40px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	white-space: nowrap;
}

#menu li a:hover{
	background: #000;
}

#menuName{
	position: absolute;
	height: 44px;
	line-height: 40px;
	color: #fff;
	top: 139px;
	width: 205px;
	padding: 25px 127px 25px 0;
	text-align: right;
	font-size: 17px;
	background: url(../images/menu-three-steps.png) no-repeat;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

#home #menuName{
	top: 248px;
}

#topText{
	position: absolute;
	width: 100%;
	height: 48px;
	line-height: 48px;
	left: 0;
	top: 84px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	text-shadow: 2px 2px 8px #000;
}

#homeSteps{
	position: absolute;
	left: 0;
	top: 140px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

#homeSteps li{
	float: left;
	width: 310px;
	padding: 0 0 0 25px;
}

#homeSteps li .number{
	text-align: right;
	width: 55px;
	font-size: 90px;
	line-height: 90px;
	padding: 0 15px 20px 0;
	float: left;
	font-weight: bold;
}

#homeSteps li.first{
	padding-left: 0;
}

#homeSteps li.first .number{
	padding-right: 0;
}

#homeSteps li h3{
	font-weight: bold;
	text-transform: none;
	margin: 12px 0 5px 0;
	font-size: 16px;
}

#homeSteps li p{
	font-size: 11px;
	line-height: 16px;
}

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

#content{
	color: #666;
	padding: 50px 0 30px;
	overflow: hidden;
}

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

#content p.big{
	font-size: 18px;
	line-height: 22px;
}

#mainColumn{
	width: 580px;
	padding: 0 15px 0 0;
	float: right;
}

.boldList{
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.boldList li{
	padding: 0 0 10px 25px;
	margin: 0;
	background: url(../images/bullet.png) no-repeat 5px 5px;
}

.teamList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.teamList li{
	position: relative;
	padding: 20px 0 30px 180px;
	min-height: 180px;
}

.teamList li p{
	margin: 0;
	line-height: 1.5em !important;
}

.teamList li img{
	position: absolute;
	left: -10px;
	top: 11px;
}

#address{
	padding: 15px 0 0 0;
	float: right;
	width: 230px;
}

#address a{
	color: #666;
}

#address p{
	line-height: 1.3em;
	margin: 0 0 .6em;
}

#address span{
	display: inline-block;
	width: 50px;
}

#contactForm {
	padding: 10px 0 0 0;
}

#contactForm .niceField{
	background: none;
	border: 1px solid #cdcdcd;
	padding: 10px 15px;
	width: 258px;
	margin: 0 0 14px;
	outline: none;
	font-size: 15px;
	color: #666;	
}

#contactForm textarea.niceField{
	padding: 10px;
	width: 400px;
}

#contactForm label{
	display: inline-block;
	font-weight: bold;
	padding: 0 0 3px 0;
}

#contactForm .submit{
	height: 35px;
	width: 95px;
	border: 0;
	background: #c8630d url(../images/contact-submit.png) no-repeat;
	cursor: pointer;
}

#sideColumn{
	width: 290px;
	float: left;
}

#sideColumn p{
	line-height: 1.3em;
}

#sideColumn h2{
	font-weight: bold;
	color: #2d2d2d;
	font-size: 19px;
	text-transform: uppercase;
}

#sideForm .niceField, #newsletter{
	background: none;
	border: 1px solid #cdcdcd;
	padding: 10px 15px;
	width: 258px;
	margin: 0 0 14px;
	outline: none;
	font-size: 15px;
	color: #666;
}

#sideForm select{
	margin: 0 0 15px;
	width: 160px;
}

#sideForm label{
	display: inline-block;
	margin: 0 0 15px;
	width: 80px;
	padding: 0 0 0 15px;
	font-size: 15px;
}

#sideForm .submit{
	border: 0;
	width: 290px;
	height: 49px;
	background: url(../images/side-start.png) no-repeat;
	cursor: pointer;
	padding: 0 0 0 52px;
	color: #fff;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	margin: 15px 0 16px 0;
}

#sideInfo{
	display: block;
	padding: 0 0 0 52px;
	color: #fff;
	text-align: left;
	font-size: 19px;
	height: 49px;
	line-height: 49px;
	background: url(../images/side-information.png) no-repeat;
	text-decoration: none;
	margin: 0 0 16px 0;
}

#sideSocial{
	color: #fff;
	height: 49px;
	line-height: 49px;
	padding: 0 0 0 22px;
	background: url(../images/side-social.png) no-repeat;
	margin: 0 0 30px 0;
}

#sideSocial:last-child{
	margin: 0;
}

#sideSocial span{
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 0 0;
}

#sideSocial img{
	position: relative;
	top: -2px;
}

#newsletter{
	display: inline-block;
	vertical-align: top;
	width: 158px;
	padding: 8px 12px;
	margin: 0 5px 0 0;
}

#newsletterSubmit{
	width: 95px;
	height: 35px;
	border: 0;
	background: #c8630d url(../images/newsletter-submit.png) no-repeat;
	vertical-align: top;
	cursor: pointer;
}

#bottomLogos{
	background: #fff;
}

#bottomLogosWrapper{
	padding: 30px 0;
	text-align: center;
	width: 984px;
	margin: 0 auto;
	letter-spacing: 10px;
}



#footer{
	height: 138px;
	background: #c8630d url(../images/footer-bg.png);
}

#footerWrapper{
	font-size: 11px;
	color: #fff;
	width: 984px;
	margin: 0 auto;
	padding: 25px 0 0;
}

#footerWrapper a{
	color: #fff;
	text-decoration: none;
}

#footerWrapper a:hover{
	text-decoration: underline;
}



