/*
THEME NAME: sandbox
*/

/* @group CSS Reset */

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
em{
font-style: italic;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* Start new CSS */
.clearFix{
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
}
body{
	background: #3D3220 url(images/bg1.jpg) no-repeat center top;
	color: #FFF;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	font-style: normal;
}
#border{
	background-image: url(images/border1.png);
	height: 53px;
}

#wrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo{
	position: relative;
	top: 20px;
}
#CTA{
	position: absolute;
	right: 10px;
	top: 40px;
	line-height: 150%;
}
#CTA span{
	display: block;
	text-align: right;
	font-size: 1.5em;
}
#CTA a{
	color: #FFF;
	text-decoration: none;
}
#CTA a:hover{
	text-decoration: underline;
}
#main{
	background-color: #272119;
	background-image: url(images/bg2.gif);
	margin-top: 38px;
}

/* @group navigation
 */

#nav{
	background-color: #211c15;
	height: 52px;
	padding-left: 20px;
}
#nav li{
	float: left;
	line-height: 50px;
}
#nav li a{
	text-decoration: none;
	display: block;
	height: 52px;
	color: #8c8264;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.2em;
	margin-right: 20px;
	margin-left: 20px;
}
#nav li a:hover{
	background-color: #6a5738;
	color: #FFF;
}

/* @end */
#columns{
	padding: 25px;
}
#right{
	float: right;
	width: 605px;
}
#left{
	width: 225px;
	float: right;
	margin-right: 20px;
}
#heros{
	border: 10px solid #FFF;
	width: 580px;
height:280px;
background:#FFF;
}
h1{
	color: #e9e0b5;
	font-size: 1.6em;
	margin-top: 18px;
	margin-bottom: 18px;
}
#right.sub h1{
	margin-top: 0px;

}
p{
	line-height: 175%;
	margin-bottom: 15px;
	font-size: .9em;
}
.sub-nav li{
	border-bottom: 1px solid #484235;
}
.sub-nav li a{
	color: #e9e0b5;
	text-decoration: none;
	line-height: 40px;
	font-size: .9em;
	display: block;
	padding-left: 5px;
}
.sub-nav li a:hover{
	background-color: #211c15;
}
#footer{
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #e9e0b5;
	font: .7em/180% "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer a{
	color: #e9e0b5;
}
#footer div{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
table{
	margin-left: auto;
	margin-right: auto;
}
table td{
	padding: 15px;
}
.contact p{
	margin-bottom: 40px;
}
.contact a img {
	padding-left: 10px;
	padding-right: 10px;
}
.products table td{
	text-align: center;
}
div.products table{
	width: 500px;
}
p a, a{
	color: #b3e6fe;
}
h3, h3 a{
	color: #e9e0b5;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: none;
}
.products table td .alignnone{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.products h3{
	padding-bottom: 5px;
	display: block;

}
#right ul{
	margin-bottom: 15px;
	padding-left: 30px;
}
#right ul li{
	font-size: .9em;
	line-height: 175%;
	list-style-type: disc;
}
#right table.colors img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#right table.colors td{
	text-align: center;
}
#right table.colors td a{
	color: #e9e0b5;
	font-size: .9em;
}
/* @group Request */

#request label{
	display: block;
	margin-bottom: 5px;
	width: 300px;
}
#request input.text{
	padding: 7px;
	width: 250px;
	border-style: solid;
	border-color: #885827;
	margin-bottom: 15px;
}
#request #state.text{
	width: 40px;
}
#request #zip.text{
	width: 80px;
}
#request #phone.text{
	width: 150px;
}
#request select{
	margin-bottom: 20px;
}
#request #send{
	padding: 4px;
}

/* @end */
#CTA a{
	background: url(images/form1.gif) no-repeat left 2px;
	padding-left: 15px;
}
#left.catalog{
	width: 160px;
}
#right.catalog{
	width: 670px;
}
strong{
font-weight:bold;
}
th{
text-align:center;
}

#fb{
	position: absolute;
	right: 5px;
	width: 109px;
	top: 13px;
}
h4{
	margin-bottom: 45px;
	font-weight: bold;
	font-size: 20px;
}
#maw-home{
	margin-top: 34px;
	color: #ebdfb3;
	padding-right: 4px;
}
#maw-home img{
	display: block;
	margin: 15px auto 20px;
}
#maw-home p{
	line-height: 140%;
}

.alignright {
    float: right;
margin-left:5px;
}
.alignleft {
    float: left;
margin-right:5px;
}
#right h2{
border-bottom: 1px solid #8C825F;
    color: #8C825F;
    font-family: arial,sans-serif;
    font-size: 19px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#right a.pdf-download{
background: #6A5738 url(/images/pdf-download.png) no-repeat scroll 5px center;
    display: block;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 2px;
    padding-left: 45px;
    text-decoration: none;

}

/* @group Geofoam */
#columns.geofoam-page{
	padding: 0;
	margin: 0;
}
#geofoam-header{
	display: block;
	background: url(/images/geofoam-hero.jpg) no-repeat;
	height: 310px;
	margin-bottom: 17px;
}
#columns.geofoam-page #right{
	padding-right: 18px;
	padding-bottom: 25px;
}
#columns.geofoam-page #left{
	width: 245px;
	margin-right: 18px;
}
.getquote a{
	display: block;
	width: 245px;
	height: 72px;
	background: url(/images/quote-btn.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

.callspecialist{
	display: block;
	width: 245px;
	height: 72px;
	background: url(/images/call-btn.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*background: url(/images/download-center-bg.png) no-repeat;*/
.geofoam-downloads{	
	display: block;
	width: 225px;
	height: 592px;
	padding: 10px;
	position: relative;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9b9da1', endColorstr = '#6a6b6e');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9b9da1', endColorstr = '#6a6b6e')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #9b9da1, #6a6b6e);
background-image: -ms-linear-gradient(top, #9b9da1, #6a6b6e);
background-image: -o-linear-gradient(top, #9b9da1, #6a6b6e);
background-image: -webkit-gradient(linear, center top, center bottom, from(#9b9da1), to(#6a6b6e));
background-image: -webkit-linear-gradient(top, #9b9da1, #6a6b6e);
background-image: linear-gradient(top, #9b9da1, #6a6b6e);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}
.geofoam-downloads h3{
	text-align: center;
	color: #FFF;
	font: 16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 0;
	display: block;
}
.geofoam-downloads p{
	color: #FFF;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 14px;
}

.geofoam-downloads ul li{
	font-weight: bold;
	background: url(/images/pdf-icon-small.png) no-repeat 5px center;
	padding-left: 30px;
	margin-top: 19px;
}
.geofoam-downloads ul li a{
	text-decoration: none;
}


/* @end */

.chromeframe {
	margin: 0;
	background: #FFFFE6 url(/images/alert-small.png) no-repeat 3px center;
	color: #000;
	padding: 0 0 0 19px;
	width: 100%;
	position: absolute;
}
.chromeframe a{
	color: #0004FF;
}

.disclaimer-links{
    margin-top: 25px;
    padding: 10px;
padding-left:20px;
font-size:13px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8b815f', endColorstr = '#605941');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8b815f', endColorstr = '#605941')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #8b815f, #605941);
background-image: -ms-linear-gradient(top, #8b815f, #605941);
background-image: -o-linear-gradient(top, #8b815f, #605941);
background-image: -webkit-gradient(linear, center top, center bottom, from(#8b815f), to(#605941));
background-image: -webkit-linear-gradient(top, #8b815f, #605941);
background-image: linear-gradient(top, #8b815f, #605941);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}
.disclaimer-links a{
display:block;
padding-top:7px;
padding-bottom:7px;
}