body {
	color: #263036;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}

h1, h2, h3, p {
	margin: 0.6em 0;
}

p {
	margin: 1em 0px;
	line-height: 1.3em;
}

ul, ol {
	margin: 1em 0.5em 0.5em 1em;
}

ul ul, ol ol {
	margin: 0 0.5em 0 1em;
}

li {
	margin: 2px 0px;
}

select {
	padding: 0px;
}

label {
	padding: 0.2em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#8f5e04;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#593f0f;
}
.clear {
	clear:both;
	height:1px;
}

/* HEADER QUOTE */
#hometext {
	width:232px;
	margin: 70px 5px 5px 526px;
	float:left;
}
#homequote {
	width:181px;
	height:84px;
	float:right;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	background-image:url(../images/layout/quoteback.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 0 0;
	padding:6px;
}
#homequotehead{	
	font-size:1.2em;
	color:#ffc82e;
	font-weight:bold;
}
.homequotebox {
	position:relative;
	width: 187px;
	height: 70px;
	overflow: hidden;
}
.homequoteboxtext {
	margin-top: 5px;
	font-size: 0.9em;
}
.homequoteboxtotal {
	margin-top: 5px;
	font-size: 0.9em;
}
.homequoteboxbutton {
	position:absolute;
	right:5px;
	bottom:5px;
	width:84px;
	height:20px;
}
/* TOP MENU */

#topmenu {
	/*float:right;
	display:inline;*/
}
#menuhome {
}

/* LEFT MENU */

#leftmenu {
	/*padding:10px;*/
	width: 201px;
	overflow: hidden;
	line-height:1.5em;
}
.lmenu * {
	list-style:none;
	margin-top:3px;
}
.lmenu li a {
	font-weight:bold;
}
.lmenu li ul li a {
	font-weight:normal;
}
.lmenu a {
	/*padding:5px;*/
	color:#000000;
}
.lmenu a:hover {
	color:#3a3e49;
}
/*MAIN COLUMN*/

/* HOME PRODUCT DISPLAY */
.featureprod {
	border-collapse: collapse;
}
.featureimg {
	width: 180px;
	text-align:center;
}
.featureimg img {
	border:solid 2px #b7c5d3;
}
.featuredesc {
	width: 160px;
	text-align:center;
	padding: 8px 4px;
	font-size: 0.9em;
	vertical-align: top;
}

/*FOOTER AREA*/

#footer {color:#ffffff;
}
#footer a {
	color:#FFFF00;
 	font-weight:normal;
}
#footer a:hover {
	color:#d6a728;
 	font-weight:normal;
}
#subfooter {
	font-size:0.9em;
}


/* MENU */
#menu {
	padding: 0px 0px 0px 0px;
	clear: both;
}

/* SUBCATS & SIBLINGS */
#subcats, #siblings {
	margin: 12px 0px;
	font-size: 1em;
}

#subcats ul, #siblings ul {
	margin: 0.5em 2em;
	padding: 0 1em;
	list-style-image: url(../images/smallbullet.gif);
}
#subcats li, #siblings li {
	padding: 0;
	margin: 0;
}

/* BREADCRUMBS  */
#breadcrumbs {
	clear: both;
	width: 100%;
	font-size: 0.9em;
	margin: 2px 0px;
}
#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	display:inline;
	margin: 0;
	padding: 0;
}
#breadcrumbs a {
	text-decoration: none;
}

#contact {
	margin-top: 12px;
	border-top: 1px dashed #d5d5d5;
}

/* search box */
#searchBox {
	width: 242px;
	width: 400px;
	height: 22px;
	float: right;
	overflow: hidden;
	margin: 10px 10px 0 0;
}
#searchBox table {
	text-align: right;
}
#searchBox td {
	font-weight: bold;
	color:#eee;
	text-align: right;
}
#searchBox .searchKeywords {
	width: 166px;
	height: 16px;
	margin-right: 4px;
	border: 0px solid #888;
	padding: 1px 2px;
	background-color:#f0ebe5;
}
#searchBox .searchSubmit {
	margin: 0px;
}
