﻿/** ---------- Layout **/
body {
	background-color: #B6AFA4;
	padding: 0px;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.3em;
}
#wrapper {
	width: 780px;
	margin: auto;
	text-align: left;
	background-color: #ffffff;
}
#banner {
	height: 140px;
	background-image: url('../images/layout/banner.jpg');
	background-repeat: no-repeat;
}
#navbar {
	background: url('../images/layout/stripe.jpg') repeat-x;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
#container {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#leftcol {
	width: 195px;
	height: 300px; /** For IE6 **/
	background-color: #FFFFFF;
	float: left;
}
#leftcol_info {
	margin: 300px 20px 15px 15px;
	font-size: 10px;
}
#rightcol {
	padding: 15px 0px 20px 0px;
	margin: 0px 0px 0px 195px;
	width: 565px;
	text-align: justify;
	min-height: 340px;
	color: #5F5F5F;
	background-color: #ffffff;
}
#footer {
	clear: both;
	background: url('../images/layout/stripe.jpg') repeat-x;
	height: 30px;
}

/** ---------- Rightcol Bullets **/
.bullet ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0px;
}
.bullet li {
	background-image: url('../images/layout/bullet_arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
	background-position: 4px;
}

/** ---------- Image Positioning **/
#left_image {
	padding: 0px;
	margin: 0px;
	z-index: 1;
	position: absolute;
	background-image: url('../images/layout/leftcol.jpg');
	background-repeat: no-repeat;
	height: 500px;
	width: 192px;
	background-position: 17px 108px;
}

/** ---------- General Styles **/
h1 {
	background: url('../images/layout/bullet_block.jpg') no-repeat left 4px;
	padding-left: 12px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FE4209;
}
.product_img {
	border: 1px #000000 solid;
}
.textbold {
	font-weight: bold;
}
.textred {
	color: #ff0000;
}
.dotline {
	text-decoration: none;
	border-bottom: dotted 1px #FE4209;
}
.breadcrumbs {
	color: #FE4209;
	font-weight: bold;
}
.popups {
	margin-left: 478px;
}
.popups td {
	padding: 22px 0px 0px 13px;
}
.zoom {
	padding: 0px 10px 0px 0px;
	text-align: right;
	color: #FE4209;
}
blockquote {
	background: url('../images/layout/bullet_quote_left.gif') no-repeat left top;
	padding: 0px;
	margin: 0px 25px 20px 25px;
}
blockquote.extrapad {
	margin-top: 30px;
	margin-bottom: 30px;
}
blockquote div {
	padding: 0px 25px;
	background: url('../images/layout/bullet_quote_right.gif') no-repeat right bottom;
	color: #FE4209;
	font-style: italic;
	font-weight: bold;
}
.testimonials {
	color: #FE4209;
	font-style: italic;
}
/** ---------- Tables **/
td {
	vertical-align: top;
}
td.full {
	width: 100%;
}
td.wspace {
	white-space: nowrap;
}

/** ---------- Menu **/
#menu {
	margin-left: 218px;
	padding: 0px;
}
#menu ul {
	list-style-type: none;
	padding: 2px 0px;
	margin: 0px;
}
#menu li {
	float: left;
}
#menu a {
	background-position: center;
	display: block;
	width: 80px;
	margin: 8px 0px 0px 0px;
	padding: 3px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-variant: small-caps;
	background-image: url('../images/layout/menu_on.jpg');
	background-repeat: no-repeat;
}
#menu a:hover {
	background-image: url('../images/layout/menu_hover.jpg');
	background-repeat: no-repeat;
}

/** ---------- Right Column **/
#rightcol a {
	color: #000000;
	font-weight: normal;
}
#rightcol a:hover {
	color: #FE4209;
}

/** ---------- Products Table **/
.products {
	background-color: #FBF3DF;
/**	width: 100%; **/
	margin-bottom: 15px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F5E1AD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F5E1AD;
}

/** ---------- Copyright **/
#copyright {
	text-align: center;
	color: #ffffff;
	font-variant: small-caps;
	background-color: #B6AFA4;
}
#copyright a {
	color: #ffffff;
}
#copyright a:hover {
	color: #000000;
	text-decoration: none;
}

