body {
	/*background:url(../images/body_background.jpg);*/
	background:#000;
	background-size:100%;
	background-attachment:fixed;
	font-family: 'Monda', sans-serif;
	margin:0;
}
#container {
	margin:0 auto;
	background:#FFF;
	width:1000px;
	padding-top:10px;
	z-index:1;
	padding-bottom:10px;
	padding:10px 20px;
}
.orange {
	color:#F39200;	
}
.blue {
	color:#009EE3;	
}
a {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	text-decoration:none;
}
a:hover {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
hr {
	background-color:#DDD;
	height:1px;
	border:0;
	width:90%;
}



/**************** HEADER *****************/
#header_bg {
	background:#000;
	height:200px;
}
#header {
	height:190px;
	margin:0 auto;
	background:#000;
	width:1020px;
	padding-top:10px;
	margin-bottom:-30px;
	padding-bottom:30px;
	padding:10px 10px 30px 10px;
}
#logo {
	margin-top:-30px;
	float:left;
	width:590px;
}
#logo img{width:590px;}
#logo:hover {
	opacity:0.7;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
#header_text {
	float:right;
	width:400px;
	text-align:right;
	line-height:40px;
	color:#009EE3;
}
#header_text a {
	color:#009EE3;	
}
#header_text a:hover {
	color:#F39200;	
}



/**************** NAV *****************/
.navWrap {
	z-index:1000;
	background:#009EE3;
	box-shadow:#333 0px 5px 20px;
	text-align:center;
}
.nav {
	background:#009EE3;
	text-align:center;
	width:1040px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	margin:0 auto;
}
.nav ul {
	width:1000px;
	height:30px;
	margin:0 auto;
	text-align:center;
}
.nav li {
	float:left;
	line-height:34px;
	padding:6px 20px 5px 20px;
	text-decoration:none;
	list-style:none;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
}
.nav li:hover {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	background:#f39200;
	cursor:pointer;
	box-shadow:0px 0px 30px #FFF;
	height:29px;
}




/**************** HOME *****************/
#slideshow {
	height:150px;
	width:1000px;
	margin-top:10px;
}
.text {
	padding:0 20px;	
	float:left;
}
.picture {
	float:right;
}
.benefit {
	width:280px;
	height:110px;
	padding:20px;
	float:left;
}
.line {
	height:160px;
	text-align:center;
}
.line h5 {
	font-size:20px;	
	margin-bottom:2px;
}
.benefitIcon {
	float:left;
	opacity:0.5;
	height:100px;
	width:32px;
	height:40px;
}
.benefitIcon:hover {
	opacity:1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.benefitDesc {
	float:left;
	color:#333;	
	width:230px;
	font-size:13px;
	padding-left:10px;
}
.home_pic {
	width:400px;
	float:right;
	margin-left:20px;
	margin-bottom:50px;
}
.home_text {
	float:left;
	width:525px;
}





/**************** SERVICES *****************/
.service {
	width:320px;
	float:left;
	text-align:center;
}
.services-line {
	margin-bottom:20px;
	height:250px;
}
.ser_pic {
	width:200px;
	height:200px;
}
.ser_pic:hover {
	opacity:0.5;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}



/**************** CONTACT *****************/
.label {
	font-weight:bold;
	color:#009EE3;
}
.input{
	padding:7px 15px;
	width:186px;
	font-family: 'Monda', sans-serif;
}
.bigInput {
	padding:10px;
	width:198px;
	font-family: 'Monda', sans-serif;
}
.submit {
	color:#F39200;
	font-weight:bold;
	padding:10px 15px;
	font-family: 'Monda', sans-serif;
}



/**************** FOOTER *****************/
.footer {
	text-align:center;
	padding-top:10px;
}
.footer a {
	color:#000;
}

