@charset "utf-8";
/* CSS Document */
body{
	background: #231F20;
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
} 
a {
	font-weight: bold;
	color: #D7342D;
	text-decoration: none;
}
hr{
	clear: both;
	border: 0px;
	border-top: 1px solid #444040;
	height: 1px;
}
label{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}
div.input{
	margin: 20px;
}
div.col_2{
	float: left;
	width: 48%;
	margin: 5px;
}
div.checkbox label{
	display: inline;
	font-weight: normal;
	font-size: 1em;
}
div.error-message{
	color: #C00;
}
.clear{
	clear: both;
}
a:hover{
	text-decoration: underline;
}
#sidebar{
	position: absolute;
	left: 690px;
	top: 350px;
	width: 150px;
}
#sidebar h3{
	font-weight: bold;
}
div#header{
	height: 170px;
	width: 100%;
	background: url(../img/header_gradient.png) no-repeat 75% top;
	border-bottom: 10px solid #000;
	position: relative;
	overflow: hidden;
}
div#middle{
	width: 100%;
	min-height: 400px;
	height: auto;
	background: #555050 url(../img/header_gradient.png) no-repeat center bottom;
	padding: 0px;
	margin: 0px;
	position: relative;
	clear: both;
	padding-bottom: 120px;
}
div#header img#logo{
	position: absolute;
	top: 25px;
	right: -20px;
}
div#logo2{
	position: absolute;
	top: -10px;
	right: -20px;
	height: 80px;
	width: 109px;
	overflow: hidden;
}
div#logo2 img{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
div#header div.shadow{
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: url(../img/header_dropshadow.png) repeat-x top;
}
div.center{
	width: 760px;
	margin: auto;
	position: relative;
}
div#mainbar{
	width: 670px;
	position: relative;
	background-color: #FFFFFF;
}
div#body_bottom{
	width: 699px;
	height: 120px;
	position: absolute;
	bottom: -120px;
	left: -15px;
	background: url(../img/body_bottom.png) no-repeat top left;
}
div#middle > .top_shadow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: url(../img/edges_tb_30.png) repeat-x bottom;
}
div#middle > .bottom_shadow{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: url(../img/edges_tb_30.png) repeat-x top;
}
div.center .top_shadow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: url(../img/edges_tb_20.png) repeat-x bottom;
}
div.center .bottom_shadow{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: url(../img/edges_tb_20.png) repeat-x top;
}
div#teaser{
	position: relative;
	height: auto;
	min-height: 300px;
	background: #231F20 url(../img/header_gradient.png) no-repeat top;
	position: relative;
	color: #FFF;
}
div#teaser div.text{
	width: 350px;
	float: left;
	padding: 20px 0px 10px;
	text-align: center;
}
div#teaser div.text h1{
	font-size: 3.0em;
	margin-top: 20px;
	margin-bottom: 0px;
}
div#teaser div.text h3{
	margin-top: 5px;
}
div#teaser div.text p{
	text-align: justify;
	padding: 20px;
	font-size: 16px;
	padding-top: 0px;
}
div#icon{
	float: left;
	width: 300px;
	height: 300px;
}
div#content{
	clear: both;
	position: relative;
	height: auto;
	min-height: 100px;
	position: relative;
	padding: 20px;
}
div#footer{
	text-align: center;
	border-top: 10px solid #000;
}
/* mainnav */
#mainnav{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	height: 140px;	
}
#nav{
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#mainnav *{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#mainnav li{
	display: block;
	width: 20%;
	float: left;
	height: 100%;
	position: relative;
}
#mainnav li a{
	padding-top: 116px;
	display: block;
	width: 105px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	text-align: center;
	background: no-repeat top right;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#mainnav li a:hover{
	background: no-repeat top left;
	color: #D7332D;
}
#mainnav li#company a{
	background-image: url(../img/company.png);
}
#mainnav li#services a{
	background-image: url(../img/services.png);
}
#mainnav li#portfolio a{
	background-image: url(../img/portfolio.png);
}
#mainnav li#blog a{
	background-image: url(../img/blog.png);
}
#mainnav li#contact a{
	background-image: url(../img/contact.png);
}
/* shadow */
div.shadow_left30{
	position: absolute;
	height: 100%;
	width: 15px;
	background: url(../img/edges_lr_30.png) repeat-y left;
	top: 0px;
	left: -15px;
}
div.shadow_right30{
	position: absolute;
	height: 100%;
	width: 15px;
	background: url(../img/edges_lr_30.png) repeat-y right;
	top: 0px;
	right: -15px;
}
/* end shadow */
/* corners */
div.white_corners{
	background: url(../img/white_corners.png);
	position: absolute;
	overflow: hidden;
}
div.black_corners{
	background: url(../img/black_corners.png);
	position: absolute;
	overflow: hidden;
}
div.lgrey_corners{
	background: url(../img/lgrey_corners.png);
	position: absolute;
	overflow: hidden;
}
div.tl{
	top: -30px;
	left: -30px;
	height: 30px;
	width: 100%;
	background-position: 0px 0px;
	padding-right: 30px;
}
div.tr{
	top: -30px;
	right: -40px;
	height: 30px;
	width: 40px;
	background-position: 790px 0px;
}
div.r{
	top: 0px;
	right: -40px;
	height: 100%;
	width: 40px;
	background-position: 40px 0px;
}
div.l{
	top: 0px;
	left: -30px;
	height: 100%;
	width: 30px;
	background-position: 750px 0px;
}
div.bl{
	bottom: -30px;
	left: -30px;
	height: 30px;
	width: 100%;
	background-position: 0px 30px;
	padding-right: 30px;
}
div.br{
	bottom: -30px;
	right: -40px;
	height: 30px;
	width: 40px;
	background-position: 790px 30px;
}
/* Corners End*/

/* Services */
div.service{
	clear: both;
	height: auto;
}
div.service .img{
	padding-top: 50px;
	width: 300px;
	text-align: center;
}
div.service .text{
	width: 330px;
	margin-bottom: 20px;
}
div.service .left{
	float: left;
}
div.service .right{
	float: right;
}

/* End Services */

/* Typography */
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
/* End Typography */