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

html {
	overflow-y:scroll;
}

html, body {
	height: 100%;
}

body {
	background-color:#000;
	color:#A4A4A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*-- global styles --*/

p, li, body {
	line-height: 16px;
}

a:link, a:visited {
	color:#728CA4;
	text-decoration: none;
}

a:hover {
	color:#86AED7;
}

#header {
	height: 120px;
}

#logo {
	padding-top: 14px;
}

#navigation {
	padding-top: 30px;
}

#services_text ul li, #contact_text ul li, #about_text ul li {
	display:block;
	list-style: none;
	margin-left: 3px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dashed #3a5075;
}

#services_text ul, #contact_text ul, #about_text ul {
	margin: 0px;
}

#services_text ul li.no_border, #contact_text ul li.no_border, #about_text ul li.no_border {
	border: 0px;
}

.op_items {
	margin-bottom: 50px;
}

/* -- nav styles -- */

#nav_wrapper {
	background: url(../images/nav_bg.jpg) top no-repeat;
	padding-left: 11px;
	height: 60px;
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height: 60px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 25px; /*THIS IS THE LEFT/RIGHT PADDING*/
	float: left;
	text-decoration: none;
	color: #1F344A;
	background: url(../images/nav_link_bg.jpg) no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	clear: both;
	width: 100%;
	height: 40px;
	line-height: 40px; /*--Vertical alignment of text--*/
}
ul#topnav a { /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span { /*--Default state of navigation--*/
	background-position: left top;
}

ul#topnav active_page a {
	color:#000;
}

/*-- footer styles --*/

.push {
	height: 115px; /* -- these are settings to push footer to bottom of page. height is equal to height of footer_wrapper --*/
}

.footer_wrapper {
	background:url(../images/footer_bg.jpg) top repeat-x;
	height: 100px;
}

#footer_logo {
	padding-top: 20px;
	font-size: 11px;
}

#footer_logo img {
	margin-bottom: 3px;
}

#footer_nav {
	text-align: right;
	padding-top: 40px;
}


/* -- footer nav --*/

#footer_nav ul {
	margin-left: 110px;
	list-style: none;
}

#footer_nav ul li {
	margin: 0px;
	padding: 0 10px;
	list-style: none;
	display: inline;
	border-left: 1px solid #A4A4A4;
	line-height: 10px;
	float: left;
	text-transform: uppercase;
}

#footer_nav ul li.footer_home {
	border: 0px;
}

#footer_nav ul li a {
	list-style: none;
	display: inline;
	color:#A4A4A4;
	text-decoration: none;
	font-size: 11px;
}

#footer_nav ul li a:hover {
	color:#FFF;
}


/*-- home page styles --*/

#home_wrapper {
	min-height: 100%; /* -- these are settings to push footer to bottom of page --*/
	height: auto !important; /* -- these are settings to push footer to bottom of page --*/
	height: 100%; /* -- these are settings to push footer to bottom of page --*/
	margin: 0 auto -100px; /* -- these are settings to push footer to bottom of page --*/
	background:url(../images/background_home.jpg) top no-repeat;
}

#cuber {
	margin-top: 10px;
}

#latestprojects {
	margin-top: 30px;
	height: 50px;
}

#latestprojects h2 {
	padding-top: 15px;
	padding-left: 10px;
	margin: 0px;
	font-size: 20px;
	text-transform: uppercase;
	color:#FFF;
	font-weight: normal;
}

.buttons {
	text-align: right;
	margin-top: 12px;
}

.sectionheader {
	color: #728CA4;
}

.lp_item img {
	margin-top: 10px;
	margin-bottom: 14px;
}

.lp_item a {
	display:block;
	background:url(../images/lp_item_bg.jpg) top no-repeat;
	height: 180px;
	text-decoration:none;
	color:#1F344A;
	font-size: 16px;
	padding-left: 10px;
	overflow:hidden;
	cursor:pointer;
	font-weight: bold;
}

.lp_item a:hover {
	background:url(../images/lp_item_over.jpg) top no-repeat;
}

#info_area_container {
	background:url(../images/home_info_area_bg.jpg) top no-repeat;
	margin-top: 20px;
}

.info_area h2 {
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 18px;
	background:url(../images/column_header_hr_299px.jpg) bottom no-repeat;
	color:#FFF;
	font-weight: normal;
	padding-bottom: 8px;
}

.info_buttons {
	text-align: right;
	background:url(../images/column_closing_hr_299px.jpg) bottom no-repeat;
	padding-bottom: 15px;
}

/*-- interior pages --*/



#interior_wrapper {
	min-height: 100%; /* -- these are settings to push footer to bottom of page --*/
	height: auto !important; /* -- these are settings to push footer to bottom of page --*/
	height: 100%; /* -- these are settings to push footer to bottom of page --*/
	margin: 0 auto -100px; /* -- these are settings to push footer to bottom of page --*/
	background:url(../images/background_interior.jpg) top no-repeat;
}

#page_title {
	height: 50px;
}

#page_title h1 {
	color:#728CA4;
	font-size: 20px;
	margin: 0px;
	padding-top: 16px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

.item_wrapper {
	background:url(../images/item_bg.jpg) top no-repeat;
	margin-top: 10px;
}

#item_nh_wrapper {
	background:url(../images/item_noheader_bg.jpg) top no-repeat;
	margin-top: 10px;
}

.item_header {
	height: 50px;
}

.item_header h1 {
	color:#FFF;
	font-weight: normal;
	font-size: 20px;
	margin: 0px;
	padding-top: 14px;
	padding-left: 15px;
}

#item_content {
	padding-top: 10px;
}

.item_side {
	padding-top: 20px;
}

.description_title {
	color:#FFF;
	font-weight: bold;
}

.padding {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
}

.item_bottom {
	width: 940px;
	height: 11px;
	background:url(../images/item_bottom.jpg) top no-repeat;
}

.item_side h2 {
	width: 270px;
	margin-bottom: 10px;
	font-size: 18px;
	background:url(../images/column_header_hr_299px.jpg) bottom no-repeat;
	color:#FFF;
	font-weight: normal;
	padding-bottom: 8px;
}

#item_content .padding {
	padding-left: 20px;
}

#latestprojects_interior {
	margin-top: 10px;
	height: 50px;
}

#latestprojects_interior h2 {
	padding-top: 15px;
	padding-left: 10px;
	margin: 0px;
	font-size: 20px;
	text-transform: uppercase;
	color:#FFF;
	font-weight: normal;
}

#services_page, #about_me, #contact_page {
	margin-left: 10px;
}

#services_page h2 {
	width: 535px;
	margin-bottom: 10px;
	font-size: 18px;
	background:url(../images/column_header_hr_299px.jpg) bottom repeat-x;
	color:#FFF;
	font-weight: normal;
	padding-bottom: 8px;
}

li.faq {
	margin-bottom: 15px;
}

.white_text {
	color:#FFF;
}

/*-- form styles --*/

#registerForm {
	margin-left: 20px;
}

.formfield {
	width: 300px;
	padding: 5px;
	background-color:#1A1A1A;
	border: 1px solid #2A2A2A;
	color: #A4A4A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formmessage {
	width: 450px;
	height: 100px;
	padding: 5px;
	background-color:#1A1A1A;
	border: 1px solid #2A2A2A;
	color: #A4A4A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formbutton {
	border: 0px;
	width: 90px;
	height: 26px;
	background:url(../images/form_button.jpg);
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.formbuttonover {
	border: 0px;
	width: 90px;
	height: 26px;
	background:url(../images/form_button_over.jpg);
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	padding-left: 5px;
	font: Arial, Helvetica, sans-serif;
	color: #728CA4;
	font-size: 12px;
}
