@import url("../css/reset.css");

/*  
Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
	background: #6F694C;
    color:#000;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

a {
	color: #968C66;
	text-decoration: none;
}
a:hover {
	color: #000;
}

.noflash {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#outer_wrapper {
	width: 100%;
	background: url(../gfx/inside_wrapper_bg.gif) repeat-x 0 170px #fff;
}
/* -- Home -- */
body#home #outer_wrapper {
	background: url(../gfx/wrapper_bg.gif) repeat-x 0 170px #fff;
}
/* -- Portfolio Black Bar -- */
body#portfolio #outer_wrapper,body#contact #outer_wrapper {
	background: url(../gfx/portfolio_wrapper_bg.gif) repeat-x 0 170px #fff;
}

#wrapper {
	margin: 0 auto;
	width: 990px;  
	position: relative;
}
#header {
	background: url(../gfx/head_bg.gif) no-repeat 400px 0;
	height: 170px;	
}
#logo {
	position: absolute;
	top: 24px;
	left: 24px;
	display: block;
	width: 248px;
	height: 111px;
	text-indent: -999em;
	background: url(../gfx/boda_logo.jpg) no-repeat 0 0;
}
#container {
	background: url(../gfx/container_bg.gif) no-repeat 97% 0;	
	padding: 0 0 20px 0;
}
body#services #container {
	background: url(../gfx/container_bg.gif) no-repeat 25px 0;	
	padding: 0 0 20px 0;
}
body#home #container {
	background: url(../gfx/container_bg.gif) no-repeat 25px 0;	
	padding: 0 0 20px 0;
}
body#portfolio #container,body#contact #container {
	background: url(../gfx/container_bg2.gif) no-repeat 25px 0;
	padding: 0;
}

#wide_primary {
	width: 860px;
	float: right;
	padding: 0;
}

#wide_primary #colA {
	width: 55%;
	float: left;
}
#wide_primary #colB {
	width: 30%;
	float: right;
}

#primary {
	width: 	540px;
	float: right;
	padding: 0 150px 0 0;
}
#secondary {
	width: 300px;
	float: left;
}

/* ---- GLOBAL STYLES ------ */
#container .content {
	padding: 45px 20px;
}
#container .sideQuote {
	width: 400px;
	float: right;
	text-align: right;
}
#container .content p.headline {
	font-size: 16px;	
	line-height: 24px;
}
#container .content p {
		line-height: 1.6em;
		margin: 0 0 20px;
}

#container .content h1 {
		font: 18px Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0 0 15px 0;
}
#container .content h2 {
		font: 18px Arial, Helvetica, sans-serif;
		color: #968C66;
		margin: 0 0 15px 0;
}
#container .content h2 em {
	font-size: 12px;
}
#container .content h3 {
		font: 14px Arial, Helvetica, sans-serif;
		color: #968C66;
		text-transform: uppercase;
		margin: 0 0 15px 0;
}

#container .content ul {
	list-style-type: disc;
	margin: 0 0 25px 25px;
}
#container .content ul li {
	margin: 0 0 5px 0;	
}

#container .content ul li ul {
	list-style-type: disc;
	margin: 10px 0 10px 25px;
}

#container .content ol {
	list-style-type: lower-alpha;
	margin: 0 0 20px 30px;
}
#container .content ol li {
	margin: 0 0 5px 0;	
	padding: 0 0 0 10px;
}
#container .content .cta_btn {
	text-transform: uppercase;
	font-weight: bold;
}
#container .content .project_thumbs {
	margin: 0 0 15px 0;
	list-style: none;
}
#container .content .project_thumbs li {
	float: left;
	margin: 0 3px 0 0;
}


/* ---- HOME ------ */
body#home #primary {
	width: 685px;
	float: left;
	padding: 0 0 0 115px;
}
body#home #secondary {
	float: right;
	width: 190px;
	height: 80px;
	padding: 45px 0 0 0;
	background: url(../gfx/home_divline.gif) no-repeat 0 45px;
	position: relative;
}
body#home .content {
	padding: 45px 20px;
}
body#home #btn_ourteam {
	width: 140px;
	height: 15px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 75px;
	right: 0;
	background: url(../gfx/btn_ourteam.gif) no-repeat 0 0;
}
body#home #btn_ourteam:hover {
	background-position: 0 -15px;	
}


/* ---- CONTACT ------ */

body#contact #subheader {
	height: 373px;
	width: 990px;
	background: url(../gfx/contact_header.jpg) no-repeat 0 0;
	color: #fff;
}

#subheader #colA {
	float: left;
	width: 525px;
	padding: 40px 20px;
}
#subheader #colB {
	float: right;
	width: 385px;
	padding: 40px 20px;
}


body#contact #subheader h2 {
	width: 	202px;
	height: 27px;
	background: url(../gfx/title_contact.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 0 0 60px 0;
}

body#contact #subheader h3 {
	width: 273px;
	height: 17px;
	text-indent: -999em;
	background: url(../gfx/title_bodaconstruction.png) no-repeat 0 0;
	margin: 0 0 20px 0;
}
body#contact #subheader p {
	margin: 0 0 20px;	
}

body#contact #subheader a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

body#contact #subheader ul li {
	float: left;
	width: 40%;
}

body#contact #subheader a {
	color: #9E9672;	
}

body#contact #subheader a:hover {
	color: #fff;	
}

body#contact #subheader #contact_form h3 {
	width: 192px;
	height: 14px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/title_quickform.png) no-repeat 0 0;
	margin: 0 0 20px 0;
}

#contact_form .field_box {
	margin: 0 0 10px 0;	
	position: relative;
}

#contact_form .field_box label { position: absolute; margin: 10px 0 0 5px}
#contact_form .field_box br {display: none;}


#contact_form .c_field {
	width: 324px;
	height: 16px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../gfx/cfield_bg.png) no-repeat 0 0;
	border: none;
	padding: 10px 5px;
}

#contact_form .c_textarea {
	width: 324px;
	height: 69px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../gfx/ctextarea_bg.png) no-repeat 0 0;
	border: none;
	padding: 10px 5px;
}
#contact_form #btn_submit {
	width: 126px;
	height: 29px;
	background: url(../gfx/btn_submit.png) no-repeat 0 0;
	text-indent: -999em;
	border: none;
	float: right;
	margin: 0 50px 0 0;
	cursor: pointer;
}
#contact_form #btn_submit:hover {
	background-position: 0 -29px;	
}


/* Navigation
--------------------------------------------------------------------------------------------------- */
#navigation {
	position: absolute;
	right: 0;
	top: 115px;
}
#navigation ul li {
	float: left;
	margin: 0 15px;
}
#navigation ul li a {
	height: 20px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/menu.gif);
	float: left;
}

/* --- HOME --- */
#navigation #n-home .gnav {
	width: 	50px;
	background-position: 0 0;
}
body#home #n-home .gnav, #navigation #n-home .gnav:hover {
	background-position: 0 -20px;
}

/* --- ABOUT --- */
#navigation #n-about .gnav {
	width: 	74px;
	background-position: -75px 0;
}
body#about #n-about .gnav, #navigation #n-about .gnav:hover {
	background-position: -75px -20px;
}

/* --- SERVICES --- */
#navigation #n-services .gnav {
	width: 	73px;
	background-position: -176px 0;
}
body#services #n-services .gnav, #navigation #n-services .gnav:hover {
	background-position: -176px -20px;
}

/* --- PORTFOLIO --- */
#navigation #n-portfolio .gnav {
	width: 	85px;
	background-position: -272px 0;
}
body#portfolio #n-portfolio .gnav, #navigation #n-portfolio .gnav:hover {
	background-position: -272px -20px;
}

/* --- CONTACT --- */
#navigation #n-contact .gnav {
	width: 	94px;
	background-position: -381px 0;
}
body#contact #n-contact .gnav, #navigation #n-contact .gnav:hover {
	background-position: -381px -20px;
}



/* Sub Navigation
--------------------------------------------------------------------------------------------------- */
#subnav {
	width: 246px;
	margin: 0 0 0 21px;
	padding: 40px 0 60px 0;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: url(../gfx/subnav_bg.jpg) no-repeat 0 100% #FFF;
}
#subnav li {
	margin: 0 0 5px 0;
}
#subnav li a {
	font: 13px Arial, Helvetica, sans-serif;
	color: #988D66;
	display: block;
	padding:5px 0 5px 20px;
}
#subnav li a:hover,#subnav li.active a {
	color: #000;
}

#subnav li ul {
	background: #EFEFEA;
	border-bottom: 1px solid #fff;
	padding: 10px 0
}	
#subnav li ul li {
		margin: 0;
}
#subnav li ul li a, #subnav li.active ul li a {
	background: url(../gfx/subnav_arrow.gif) no-repeat 30px 5px;
	font-size: 11px;
	padding: 5px 0 5px 50px;
	color: #988D66;
}
#subnav li ul li.active a,#subnav li ul li a:hover, #subnav li.active ul li a:hover {
	color: #000;	
}


/* Footer 
--------------------------------------------------------------------------------------------------- */
#foot_wrapper {
	width: 100%;
	background: url(../gfx/footer_bg.jpg) repeat-x 0 0;
}
#footer {
	margin: 0 auto;
	width: 990px;
	height: 88px;
	position: relative;
	color: #CDCABD;
}

#foot_nav {
	position: absolute;
	top: 15px;
	right: 0;
}
#foot_nav li {
	float: left;
	padding: 0 10px;
	height: 10px;
	border-left: 1px solid #CDCABD;
}
#foot_nav li.first {
	border: none;	
}
#foot_nav li a {
	color: #CDCABD;
	font-size: 10px;
	line-height: 10px;
	height: 110px;
	display: block;
	text-transform: uppercase;
}
#foot_nav li a:hover {
	color: #fff;	
}

#footer .copy {
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	font-size: 10px;
}
#footer .copy a {
	color: #fff;
}
#footer .copy a:hover {
	color: #000;
}

/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

