ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    border:0;
    color: #6f5100;
}

a:visited {
    color:#fff;
    
}


img {
    border:0;
}

.zero {
   margin:0;
   padding:0;
}

.align-center {
   text-align: center;
}

.align-center-margin {
   margin: 0 auto 0 auto;
}

.float-left {
   float: left;
}

.float-right {
   float: right;
}

.align-left {
   text-align: left !important;
}

.align-right {
   text-align: right;
}

.align-top {
   vertical-align:top;
}

.half-width {
   width: 49%;
}

.quarter-width {
   width: 24.9%;
}

.three-quarter-width {
   width: 74.9%;
}

.full-width {
   width: 100%;
}

.third-width {
   width: 32.9%;
}

.two-third-width {
   width: 65.9%;
}

.auto-width {
   width: auto;
   padding: 0 7px 0 0;
}

.ten-percent-width {
   width: 10%;
}


.third-width-pad5 {
   width: 32.5%;
   padding: 5px;
}

.two-third-width-pad5 {
   width: 65.5%;
   padding: 5px;
}

.tenpx-top-bottom {
   margin: 10px 0 10px 0;
}

.tenpx-bottom {
   margin: 0 0 10px 0;
}

.tenpx-top {
   margin: 10px 0 0 0;
}

.twentypx-top {
   margin: 20px 0 0 0;
}

.tenpx-right {
   margin: 0 10px 0 0;
}

.tenpx-left {
   margin: 0 0 0 10px;
}

.clear {
   clear: both;
}

.clear-left {
   clear: left;
}

.clear-right {
   clear: right;
}

.pad5 {
   padding: 5px;
}

.pad10 {
   padding: 10px
}

.margin10 {
   margin: 10px;
}

.grey-border {
   border: 1px solid #B3C0C7;
}

.dotted-blue-border {
   font-weight: bold;
   color: #315896;
   font-size: 11px;
   padding: 3px 0 3px 3px;
   background-image:url(../images/seamgen/section-subHeader-bg.gif);
   background-position:left top;
   background-repeat:repeat-x;
   border:1px solid #b9c6d7;
}

.dotted-blue-vert-rt {
   border-right: 1px solid #b9c6d7;
}

.absolute{
   position:absolute;
}

.relative{
   position:relative;
}

.hidden {
   display: none;
}

.inline {
    display: inline;
}

.error {
    color: #b0241c;
}

.bold {
    font-weight: bold;
}

/*
This is style sheet is for global elements used across the site
*/
html {
    height: 100%;
}

body {
    font: 80% / 1.5em Garamond, "Times New Roman", Times, serif;
    color: #fff;
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #fff;
}

div.page-body {
    width: 100%;
    min-height: 100%;
}

div.base-container {	
    width: 967px;
    margin: 0px auto;
    min-height: 100%;
}

div.base-container div.page-header{
		height: 148px;
    margin: 0 auto;
    background: url(../images/header-bg.jpg)  no-repeat;
}

div.base-container div.page-header div.title{
		font-size:1.6em;
    width: 170px;
		height: 80px;
		padding:30px 0 0 0;
    margin:  0 0 0 180px;
    line-height:25px;
    float:left;
}

div.base-container div.page-header div.text{
		font-size:1.5em;
    width: 500px;
		height: 50px;
    margin: 50px 0 0 0;
    float:right;
		color:#FFE6CD;
		line-height:20px;
		text-align:center;
}

div.base-container div.page-header div.nav-container{
    width: 650px;
		height: 40px;
    margin:0 0 0 0; 
    float:right;
}

div.base-container div.nav-container ul.primary-nav {
		height: 40px;
    margin: 0 0 0 0;
    white-space: nowrap;
    float: right;
}

div.base-container div.nav-container ul.primary-nav li {
    list-style: none;
    display: inline;
    font-size:1.1em;
    font-weight:bold;
}

div.base-container div.nav-container ul.primary-nav li.selected div.tab{
    background: url(../images/menu-selected-bg.jpg) no-repeat;
		background-position:center;
    list-style: none;
    margin: 1px 0 0 0;
		color:#000;

}

div.base-container div.nav-container ul.primary-nav li.selected div.tab,
div.base-container div.nav-container ul.primary-nav li.inactive div.tab{
		float: left;
		width: 80px;

    display: inline;
		padding: 5px 9px 0 9px;
		text-align:center;
		line-height:30px;
}

div.base-container div.nav-container ul.primary-nav li.inactive div a {
    text-decoration: none;
		color:#fff;
}

div.base-container div.page-content {
		/*height: 487px;*/
    background: #000 url(../images/page-content-bg.jpg) no-repeat;
}

div.base-container div.page-footer {
		height: 40px;
    margin: 0px auto;
    background-color: #000;
		text-align:center;
		line-height:40px;
		font-weight:bold;
		font-size:1.0em;
}

table.cypress-quality{
    border:1px solid #ececec
}

table.cypress-quality tr {

}

table.cypress-quality tr td{
   padding:3px;
   border-bottom: 1px solid #1d1d1d;
}
/*Start of div title on secondary image pages BEAMS, FLOORING, CYPRESS*/
.secondary-left {
		width: 550px;
		float: left;
		margin: 0 0 15px 0;
		padding: 0;
}

.secondary-right {
		margin: 0;
		padding: 60px 20px 0 20px;
		width: 300px;
		float: right;
}

.secondary-content-container h5 {
		margin: .5em 0;
		padding: 0;
}

.secondary-content-container p {
		margin: 0;
		padding: 0;
}

div.thumb-image {
		position: relative;
		width: 304px;
		height: auto;
		margin: 0;
		padding: 0 20px 20px 0;
		float: left;
}

div.thumb-image img{
		float: left;
}

div.thumb-image-left {
		position: relative;
		width: 304px;
		height: auto;
		margin: 0 0 0 10px;
		padding: 0 20px 20px 0;
		float: right;
}

div.image-title{
		background:#1F1300; /*Brown background in IE*/
		background: rgba(31, 19, 0, .75); /*Adds alpha to div image-title descriptions in Firefox*/
		font: 80% / 1.5em Garamond, "Times New Roman", Times, serif;
      position:absolute;
		width: 300px;
		bottom: 2px;
		right: 2px;
		border: none;
		float: left;
		margin: 20px;
		padding: 3px 0 3px 0;
		text-align: center;
		z-index: 2;
}

div.image-title-home{
		font: 100% / 1.5em Garamond, "Times New Roman", Times, serif;
}