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

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body { 
	background-color: #38414C;
	background-image: url('images/bkg.gif');
	background-repeat: repeat-x;
	padding: 0;
	font-family: Tahoma, Verdana, Arial,Sans-serif;
	font-size: 100.01%;
	color: #222;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #0959aa;
}

a:hover {
	color: #06F
}

.clear { clear:both; }

#wrapper {
	background-color: #38414C;
	background-image: url('images/bkg_wrapper.gif');
	background-repeat:no-repeat;
	width: 960px;
	padding: 0 5px 0px 5px;
	margin: auto;
}

#container {
	background-color: #D8D6D2;
	background-image: url('images/bkg_container.gif');
	background-position: center 186px;
	background-repeat: no-repeat;
	float: left;
	width: 960px;
	margin: auto;
	padding-bottom: 22px;
}

#header {
	float:left;
	background-image: url('images/header.gif');
	height: 110px;
	width: 960px;
}

#navbar {
	float:right;
	padding-right: 72px;
	position: relative;
	top: 78px;
	width: 420px;
	font-size: 15px;
}

#navbar ul {
	
}

#navbar ul li {
	display:block;
	float: left;
	list-style-type: none;
	padding-right: 12px;
}

#navbar a {
	padding: 3px 8px 9px 8px;
	text-decoration: none;
	color: #666;
}

#navbar a.selected {
	color: #DF0000;
}

#navbar a:hover {
	background-color: #DF0000;
	color: white;
}

#section_title {
	clear:both;
	background-repeat: no-repeat;
	height: 76px;
	padding: 0 0 0 72px;
}

#section_title.about { background-image: url('images/section_title_about.jpg'); }
#section_title.services { background-image: url('images/section_title_services.jpg'); }
#section_title.projects { background-image: url('images/section_title_projects.jpg'); }
#section_title.contact { background-image: url('images/section_title_contact.jpg'); }
#section_title.sitemap { background-image: url('images/section_title_sitemap.jpg'); }


#section_title h1 {
	font-size: 2em;
	color: white;
}

#upper {
	clear: both;
	background-color: #999;
}

#upper_divider {
	clear: both;
	background-color: #3C434C;
	height: 12px;
}

#upper_body {
	float: left;
	padding: 16px 32px 22px 72px;
	background-color: #3C434C;
	color: white;
	width: 856px;
}

#upper_body p {
	/*font-weight:bold;*/
	line-height:1.88;
	margin: 0;
}

#upper_body ul {
	margin-left: 14px;	
}

#upper_body ul li {
	margin-top: 4px;
}

#upper_image {
	float:right;
	width: 360px;
	height: 188px;
	background-color: #333;
	margin: -16px -32px -22px 22px;
	text-align: center;
}


h1 {
	font-size: 1.27em;
	font-weight:normal;
	color: #df0000;
}

h2 {
	font-size: 0.9em;
	color: #333;
	font-weight:normal;
	margin-top: 6px;
	line-height: 1.4;
}

#lower {
	clear: both;
	float: left;
	background-color: #F0F0F0;
    border-bottom: 2px solid #c7c3bb;
	margin: 0px 48px 0 48px;
	width: 864px;
	padding: 14px 0 20px 0;
}

#lower_body {
	background: transparent;
	float: left;
	padding-left: 24px;
	width:540px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.6;
}

#lower_body p {
	padding-bottom: 0.9em;	
}

#lower_sidebar {
	background: transparent;
	float: right;
	padding-right: 24px;
	width: 242px;
	font-size: 0.8em;
}

#lower_sidebar h3{
	margin-top: 15px;
	margin-left:10px;
}

#lower ul {
	margin-left: 24px;	
}

#lower ul li {
	margin-top: 4px;
}

#footer {
	float: left;
	background-color: #38414c;
	background-image: url('images/bkg_footer.gif');
	clear: both;
	padding-top: 18px;
	padding-bottom: 28px;
	width: 960px;
	color: #8F969C;
}

#footer a {
	color: #93B7CE;
}

#footer a:hover {
	color: white;
}

#footer a.selected {
	color: #ccc;
}

#footer .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing:normal;
	margin-top: 10px;
	line-height: 1.4;
}

#footer_left {
	float:left;
	letter-spacing:normal;
	font-size: 13px;
	padding-left: 24px;
}

#footer_left a {
	margin: 0 6px;
}

p.footer_nav {
    margin-left:-6px;
}

#footer_right {
	float:right;
	padding-right: 24px;
	padding-left: 162px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:1.4;
	background-image: url('images/footer_logo.gif');
	background-repeat:no-repeat;
}

#footer_right span.phone {
	color: #B0B8BF;
}

#footer_right p {
	margin-bottom: 10px;
}

/* HOME PAGE */

#home_slides {
	float: left;
	background-color: #F0F0F0;
	width: 640px;
	height:360px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#home_right {
	float: right;
	width: 320px;
	margin: 0;
	padding: 0;
}

#home_intro {
	width: 280px;
	height: 148px;
	margin: 0;
	padding: 0;
	padding: 16px 20px;
	background-color: #3C434C;
	color: white;
	font-size:0.9em;
	line-height: 1.62;
}

a.home_more {
	background:#DF0000;
	padding: 2px 6px;
	margin-left: 3px;
	color: white;
	font-size:0.88em;
	border-bottom: 2px solid #2a3240;
}

a.home_more:hover {
	background:#ee0000;
}

a.home_more:active {
	background:#bb0000;
	border-bottom: 1px solid #2a3240;
	position:relative;
	top:1px;
	border-top: 1px solid #2a3240;
}

#home_start a.home_more {
	position: relative;
	top: 110px;
	left: 16px;
}

#home_start {
	width: 320px;
	height:180px;
	margin: 0;
	font-size:0.9em;
	padding: 0;
    background-image:url('images/home_start.jpg');
}

/*#home_start a {
	background-image:url('images/home_start.jpg');
	display:block;
	width:320px;
	height:180px;
}

#home_start a:hover {
	background-image:url('images/home_start_hover.jpg');
}*/

/* PROJECTS SECTION */

#projects_left {
	float: left;
	width: 210px;
	margin: 20px 0 0 28px;
	padding: 10px 0px;
	background-color: #F0F0F0;
    border-bottom: 2px solid #c7c3bb; 
	border-top: 12px solid #3C434C;
}

#projects_left ul {
	
}

#projects_left ul li {
	list-style-type: none;
}

#projects_left a {
	font-size: .8em;
    display:block;
	padding: 4px 10px;
	border-bottom: 1px dotted #c7c3bb;
}

#projects_left a.selected {
    background-color: #a9d3ed;
}

#projects_left a:hover {
    background-color: #df0000;
	color: white;
}

#projects_main {
	float: right;
	background-color: #F0F0F0;
    border-bottom: 2px solid #c7c3bb;
	margin: 0 28px 0 0;
	width: 680px;
	padding: 0 0 20px 0;
}

#projects_title {
	padding: 3px 32px 3px 16px;
	background-color: #3C434C;
	color: white;
}

#projects_title h1 {
	font-weight:bold;
	line-height:1.88;
	font-size: 1.0em;
	margin: 0;
	color: white;
}

#projects_title span.location {
	font-weight: normal;
	font-size: 0.85em;
	color: #ccc;
	padding-left:3px;
}

#projects_views {
	text-align: right;
	padding: 9px 0px;
	margin: 0px 16px 12px 16px;
	border-bottom: 1px solid #c7c3bb;
	font-size:0.8em;
	color: #666;
}

#projects_views img {
	margin-left: 4px;
	border: 4px solid #D8D6D2;
}

#projects_views img:hover {
	border: 4px solid #c7c3bb;
}

#projects_views img:active {
	border: 4px solid #D8D6D2;
}

#projects_description {
	background: transparent;
	float: left;
	padding-left: 16px;
	width:425px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.6;
}

#projects_description p {
	padding-bottom: 0.9em;	
}

#projects_info {
	background: transparent;
	border-left: 1px solid #c7c3bb;
	float: right;
	padding: 0 16px;
	margin-left: 16px;
	width:180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	line-height: 1.6;
}

#projects_info h2 {
	font-size:0.90em;
	color:#666;
}

#projects_info p {
	font-size:0.90em;
	margin-bottom: 10px;
}

/* CONTACT US */

#contact_left {
	background: transparent;
	float: left;
	padding-left: 24px;
	width:382px;
}

label, .label {
	clear: both;
	float:left;
	color: #666;
	width: 80px;
	margin-right: 10px;
	margin-bottom:4px;
	font-size: 0.9em;
}

.contact_item {
	float:left;
	margin-bottom:4px;
	font-size: 0.9em;
	width: 200px;
}

#contact_items {
	margin: 16px 0 20px 0;
	height: 48px;
}

#contact_right form {
	margin: 16px 0 20px 0;
}

#contact_left p{
	margin-top: 40px;
	font-size: 0.9em;
	line-height: 1.45em;
}

#contact_right {
	background: transparent;
	float: right;
	border-left: 1px solid #c7c3bb;	
	padding-left: 24px;
	padding-right: 24px;
	width: 400px;
}

input, textarea {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: white;
	width: 240px;
	margin-bottom: 3px;
	font-family: Tahoma, Geneva, sans-serif;
}

textarea {
	font-size: 0.75em;
}

input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover {
	border: 1px solid #909090;
}

#contact_right button {
	background-color: #df0000;
	width: 80px;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 2px solid #c7c3bb;
	margin: 4px 0 4px 90px;
	padding: 3px 3px;
}

#contact_right button:hover {
	background-color: #ff0000;
}

#contact_right button:active {
	background-color: #cc0000;
	border-bottom-width:1px;
	border-top:1px solid #c7c3bb;
}
