/*
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: 20px;
	padding-left: 20px;
	font-size: 1.2em;
	margin-right: 25px;
	margin-left: 25px;
}
#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;
}

