/*This is based on page_template8.php and main8.css*/
body {
	color: #FFFFFF;
	background-color: #310D11;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a:link {
	color: #F1BB8D;
}
body a:visited {
	color: #EF8C65;
}
body a:hover {
	color: #EF8C65;
}
#container {
	width:92%;
	min-width: 780px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	display: block;
	clear: both;
	background-image: url(../images/layout/container_bg.jpg);
	background-repeat: repeat;
	background-position: left;
	background-color: #3F141B;
}
#header, #navigation {
	display: block;
	clear: both;
	padding: 0px;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 165px;
}
#header #rightcap {
	float: right;
}
#header p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #627772;
	padding-top: 14px;
}
#navigation {
	margin-top: 5px;
	margin-bottom: 0px;
}
#topnav {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0BCA6;
	border-left-color: #B0BCA6;
	display: block;
	clear: both;
	height: 30px;
	background-image: url(../images/layout/topnav_bot_bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#midcontainer {
	color: #DBCCCD;
	vertical-align: top;
	margin: 0;
	padding-top: 2em;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 2em;
}
#footer {
	display: block;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #E89F76;
	background-color: #6E0C19;
	font-family: Arial, Helvetica, sans-serif;
	width: 91%;
	min-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #540A13;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #540A13;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #540A13;
	border-left-color: #540A13;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
	color: #E76A27;
}
.highlighted {
	background-color: #E2F1E2;
	padding: 6px;
	border: 2px dashed #3E683E;
}
.panelcontainer {
	width: 98%;
	margin-left: 15px;
	margin-right: auto;
	display: block;
	height: 195px;
}
/* ******* Panels ******* */
#leftpanel, #centerpanel, #rightpanel {
	width: 31%;
	height: 180px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding: 0;
	background-color: #310D11;
}
#leftpanel {
	background-image: url(../images/layout/leftpanel_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#centerpanel {
	background-image: url(../images/layout/centerpanel_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#rightpanel {
	background-image: url(../images/layout/rightpanel_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* ******* Panel Content ******* */
.panelcontent {
	height: 110px;
}
.leftpanellink img, .centerpanellink img, .rightpanellink img{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: -2px;
	margin-right: 4px;
}
#leftpanel p, #centerpanel p, #rightpanel p, #leftpanel h2, #centerpanel h2, #rightpanel h2 {
	margin: 10px;
	line-height: 18px;
	color: #EECBC4;
	font-size: 12px;
}
#leftpanel h1, #centerpanel h1, #rightpanel h1 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
/* ******* Panel Links ******* */
.leftpanellink, .centerpanellink, .rightpanellink {
	text-align: right;
}
.leftpanellink a:link, .leftpanellink a:hover, .leftpanellink a:visited, 
.centerpanellink a:link, .centerpanellink a:hover, .centerpanellink a:visited, 
.rightpanellink a:link, .rightpanellink a:hover, .rightpanellink a:visited {
	display: block;
	padding: 4px;
	margin-left: 0px;
	margin-right: -10px;
}
#leftpanel h1, .leftpanellink a:link, .leftpanellink a:hover, .leftpanellink a:visited {
	color: #DADF9F;
}
.leftpanellink a:hover {
	background-color: #3C1E24;
}
#centerpanel h1, .centerpanellink a:link, .centerpanellink a:hover, .centerpanellink a:visited {
	color: #FFEFA1;
}
.centerpanellink a:hover {
	background-color: #3C1E22;
}
#rightpanel h1, .rightpanellink a:link, .rightpanellink a:hover, .rightpanellink a:visited {
	color: #E89F76;
}
.rightpanellink a:hover {
	background-color: #3D1D22;
}
/* ******* END Panels ******* */
.tableoutline {
	border: 1px solid #000000;
	background-color: #310D11;
}
.padded {
	padding: 5px;
}
.divider {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.divider .paraheading {
	margin-top: 15px;
}
.reviewsnote {
	background-color: #FFFF99;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding: 7px;
}
.reviewsbox {
	color: #333333;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 25px;
	background-image: url(../images/quotation.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:2px;
	font-size: 1px;
	line-height: 2px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.centeredtext {
	text-align: center;
}
.tableheading {
	color: #E48E61;
	background-color: #230A0C;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#qty {
	background-color: #FCE1AD;
}

.tablesubheading {
	background-color: #D09575;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #310D11;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#paypal_accept {
	float:right;
	margin-bottom: -15px;
	padding: 0px;
}

