@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: white;
}

a:visited {
	color: white;
}

body {
	background: #212121;
}


body.aboutpage #nav a.aboutlink { color: #3ec4f9; 	border-top: 7px solid #3ec4f9;}
body.contactpage #nav a.contactlink { color: #3ec4f9;	border-top: 7px solid #3ec4f9; }
body.blogpage #nav a.bloglink { color: #3ec4f9;	border-top: 7px solid #3ec4f9; }
body.proppage #nav a.proplink { color: #3ec4f9;	border-top: 7px solid #3ec4f9; }
body.servpage #nav a.servlink { color: #3ec4f9;	border-top: 7px solid #3ec4f9; }

#container {
	margin: 0 auto;
	width: 901px;
	background: url(../images/bg.gif);
}

#inner_cont {
	margin: 0 35px 35px 31px;
}


#nav {
	text-transform: uppercase;
	float:left;
	margin: 0 0 5px 0;
	background: #292929 url(../images/bg_2.jpg) repeat-x;
}

#nav li {
	color:#FFFFFF;
	float:left;
	list-style-type:none;
}

#nav a {
	padding:15px 0px 13px 0px;
	text-align: center;
	color:#FFFFFF;
	width: 166px;
	border-top: 7px solid #292929;
	height: 25px;
	text-decoration:none;
	display:block;
	
}

#nav a:hover {
	border-top: 7px solid #3ec4f9;
	color:#3ec4f9;
}

#header {
	height: 211px;
	margin-right: 4px;
	border-top: 2px solid #3b3b3b;
	border-bottom: 2px solid #191919;
	background: #242424;
	clear: both;
}

#head_info {
	width: 362px;
	float: left;
}

#head_info h1 {
	margin: 20px 0 0 0;
	font-weight: normal;
	font-size: 18px;
	color: white;
}

#head_info h2, strong{
	font-weight: bold;
	font: "Arial Narrow";
	text-transform: uppercase;
	font-size: 24px;
	color: white;	
}

#head_info strong {
	color: #adc208;
}

#head_info img {
	float: left;
	margin: 15px 10px 10px 10px;
}


#home_cont {
	margin: 8px 0 0 0;
	float: left;
	color: white;
	font-size: 15px;
}

#head_picture {
	float: left;
	width: 411px;
}


#cont_left {
	margin: 20px 0 0 0;
	background: #292929;
	width: 500px;
	min-height: 760px;
	float: left;
	
}


h3 {
	font-size:18px;
	text-transform: uppercase;
	font: "Arial Narrow";
	font-weight: normal;
	color: white;
	margin: 0px 0 0 25px;
}

#welcome p{
	color: white;
	font-size: 13px;
	text-align: justify;
	margin: 10px 45px 0 25px;
	
}

#cont_right {
	margin: 20px 0 0 0;
	height: 760px;
	background: #333333;
	width: 330px;
	float: left;
}

#cont_left.about {
	height: 900px;
}

#cont_right.about {
	height: 900px;
}

#cont_left.services {
	height: 740px;
}

#cont_right.services {
	height: 740px;
}

#welcome {
	background:url(../images/main_cong_bg.gif) no-repeat;
	background-position: top left;
	height: 408px;
	clear: both;
}

#welcome.contact {
	background:url(../images/main_cong_bg_cont.gif) no-repeat;
	height: 480px;
}

#welcome.services {
	background: #292929;
}

#featured p{
	font-size: 12px;
	color: white;
}

#featured a {
	color: #14b4d7;
	text-decoration: none;
	font-size: 12px;
}

#featured li {
	margin: 10px 20px 0 25px;
	height: 90px;
}

#featured img {
	margin: 0 10px 20px 0;
	float: left;
}

#featured p {
}

#footer {
	margin: 20px 0 0 0;
	color: white;
	padding: 7px 0 10px 10px;
	border-top: 6px solid #9eb606;
	clear: both;
}

#clear {
	clear: both;
}