* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical;

}

body { 
	font-size: 62.5%; /* Base Font Size of 10px */
	background-color: #422913;
	font-family: Constantia, Georgia, Times, serif;
	color: #51341b;
}  

/* PAGE STRUCTURE */

#wrapper {
	background: #fff url(../images/bkg.jpg) center top repeat-x;
}

#page {
	background: url(../images/content_bkg.jpg) center top no-repeat;
	
}

#page-btm {
	background: url(../images/page-btm_bkg2.png) center bottom no-repeat;
	height: 12px;
	margin-top: 10px; 
}

#sub-footer {
	background-color: #a17c4f;
}

#footer {
	text-align: left;
	color: #f7f4d4;
	padding: 18px 28px;
	width: 968px;
	margin: 0 auto;
}

#footer a {
	color: #f7f4d4;
	text-decoration: none;
	font-weight: normal;
	padding: 0 10px;
	
}

#footer a.nopad {
	padding: 0 10px 0 0;
}


.container {
	width: 968px;
	margin: 0 auto;
}

.testimonial {
	font-style: italic;
}

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 2.7em;
	color: #590229;
}

h2 {
	font-size: 2.2em;
	color: #001e89;
}

h3 {
	font-size: 1.9em;
	color: #590229;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 6px;
}

h5 {
	border-top: 1px solid #dbd5c1;
	border-bottom: 1px solid #dbd5c1;
	font-size: 1.6em;
	padding: 6px 0;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #590229;
}

h6 {
	font-size: 1.4em;
	font-weight: bold;
	color: #001e89;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 2px 0 11px 0;
}

p.big {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 2px 0 11px 0;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #51341b;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus, a:active {
}

img, a img {
}

hr {
	border: 0;
	color: #590229;
	background-color: #590229;
	height: 1px;
	margin: 10px 0;
}



hr.line {
	border: 0;
	color: #dbd5c1;
	background-color: #dbd5c1;
	height: 1px;
	margin: 10px 0 14px 0;
}

/* NAVIGATION */

#tabs {
	height: 48px;
	background: url(../images/nav_bkg.jpg) top center repeat-x;
	width: 765px;
	float: right;
	margin-right: 10px;
}

#tabs ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	height: 48px;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs img.cap  {
	float: left;
}
      
#tabs a {
	float: left;
	margin: 0 16px;
	padding: 0;
	height: 48px;
}

#tabs a.alt {
	float: left;
	padding: 0 16px;
	margin: 0;
	background: url(../images/nav_bkg-alt.jpg) top center repeat-x;
}

#navigation {
	height: 48px;

}

#breadcrumb {
	font-family: Tahoma, Verdana, sans-serif;
	padding: 0 50px 10px 50px;
}

#side-nav { width: 162px; margin: 0 0 0 34px; float: left; }

#side-nav-cap { background: url(../images/side-nav-cap.gif) right top no-repeat; height: 125px; padding: 16px; }

#side-tabs ul {
	width: 162px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;

}

#side-tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
}


#side-tabs a {
	display: block;
	width: 162px;
	height: 40px;
}

#side-tabs li#siteSelect-tab { background: url(../images/siteSelect-tab.gif) left top no-repeat; }
#side-tabs li:hover#siteSelect-tab { background: url(../images/siteSelect-tab.gif) left center no-repeat; }
#side-tabs li.active#siteSelect-tab { background: url(../images/siteSelect-tab.gif) left bottom no-repeat; }

#side-tabs li#homeDesign-tab { background: url(../images/homeDesign-tab.gif) left top no-repeat; }
#side-tabs li:hover#homeDesign-tab { background: url(../images/homeDesign-tab.gif) left center no-repeat; }
#side-tabs li.active#homeDesign-tab { background: url(../images/homeDesign-tab.gif) left bottom no-repeat; }

#side-tabs li#uniqueFinishes-tab { background: url(../images/uniqueFinishes-tab.gif) left top no-repeat; }
#side-tabs li:hover#uniqueFinishes-tab { background: url(../images/uniqueFinishes-tab.gif) left center no-repeat; }
#side-tabs li.active#uniqueFinishes-tab { background: url(../images/uniqueFinishes-tab.gif) left bottom no-repeat; }

#side-tabs li#construction-tab { background: url(../images/construction-tab.gif) left top no-repeat; }
#side-tabs li:hover#construction-tab { background: url(../images/construction-tab.gif) left center no-repeat; }
#side-tabs li.active#construction-tab { background: url(../images/construction-tab.gif) left bottom no-repeat; }

#side-tabs li#service-tab { background: url(../images/service-tab.gif) left top no-repeat; }
#side-tabs li:hover#service-tab { background: url(../images/service-tab.gif) left center no-repeat; }
#side-tabs li.active#service-tab { background: url(../images/service-tab.gif) left bottom no-repeat; }



/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

/* CUSTOM DIVS AND IDS */

.large-callout {
	color: #001e89;
	font-size: 1.6em;
	font-style: italic;
}

.home-subsect {
	width: 304px;
	background: url(../images/light-effect-bkg.jpg) center top no-repeat;
	float: left;
	margin: 0 9px;
	padding: 38px 0 30px 0;
}

#sub-footer p {
	color: #f7f4d4;
	font-size: 1.2em;
}

#sub-footer a {
	color: #f7f4d4;
	text-decoration: underline;
	font-weight: bold;
}

.footer-subsect {
	width: 324px;
	float: left;
	margin: 0 9px;
	padding: 20px 0;
}

.footer-sub {
	width: 262px;
	float: left;
	margin: 0 9px;
	padding: 20px 0 25px 0;
	background: url(../images/subfooter-bkg.jpg) center top no-repeat;
}

.blue { color: #001e89; }

.tan { color: #f7f4d4; }

.brown { color: #51341b; }

.tableTop {
	background: url(../images/sonoran-table-top.gif) center bottom no-repeat;
	height: 36px;
	color: #f7f4d4;
	font-size: 1.1em;
	padding-bottom: 4px
}

.tanRow {
	background-color: #f7efd6;
}

.whiteRow {
	background-color: #fff;
}

.tanRow td { 
	border-right: 1px solid white;
	padding: 8px 0;
	color: #590229;
	font-size: 1.3em;
	font-family: Tahoma, Verdana;
}

.whiteRow td { 
	border-right: 1px solid white;
	padding: 8px 0;
	color: #590229;
	font-size: 1.3em;
	font-family: Tahoma, Verdana;
}

.tanRow p { 
	font-size: 0.8em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.whiteRow p { 
	font-size: 0.8em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

a.thickbox {
	color: #590229;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}

.elevation {
	width: 221px;
	float: left;
}

.testimonial {
	font-style: italic;
	padding: 0 25px;
}

p.testimonial { margin-bottom: 0; }

#left-panel { background: url(../images/custom-hdr-fill.png) center 102px no-repeat; }

#left-col { width: 332px; float: left; margin: 0 21px; }

#right-col { padding: 4px 30px 30px 0; width: 553px; float: left; }

#elevations {
	text-align: center;
	margin: 130px 0 60px 0;
}

#custom-right-col {
	padding: 4px 0 30px 40px; float: left; width: 690px;
}

#custom-hdr {
	background: url(../images/process-hdr-fill.png) center 102px no-repeat;
}


/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.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 */

