body {
	margin: 0;
	width: 100%;
	padding: 0px;
	color:#55666e;  
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-image:url('/images/bkg.jpg');
	background-repeat: repeat-x;
	background-color: #F0B869;
}

#container {
	margin: auto;
	width: 951px;
}

#header {height: 149px; width:748px;}
#dealer_greeting {position: absolute; margin-top:10px; margin-left:20px; color:#FFFFFF; font-size:12px;}
#dealer_greeting a {color:#ecebec; }

#item_text {position: absolute; margin-top:35px; margin-left:620px; color:#FFFFFF; font-size:12px;}
#item_num {position: absolute; margin-top:35px; margin-left:680px; color:#FFFFFF;}
#amount_text {position: absolute; margin-top:55px; margin-left:620px; color:#FFFFFF; font-size:12px;}
#amount {position: absolute; margin-top:55px; margin-left:665px; color:#FFFFFF;}
#searchbox {position: absolute; margin-top:111px; margin-left:563px;}
#searchbutton {position: absolute; margin-top:112px; margin-left:717px;}
#viewcart {position: absolute; margin-top:78px; margin-left:620px;}
#checkout {position: absolute; margin-top:78px; margin-left:680px;}
#breadcrumb {position: absolute; margin-top:125px; margin-left:20px; color:#b5bec2; font-size:10px;}

#banner_left {float:left; font-size:20px; color:#fcfcfc; padding-left: 55px; margin-top:5px; }

#banner_right {float:right; font-size:28px; color:#fcfcfc; padding-right: 10px; }

h1 {font-size:26px; }
h2 {font-size:20px;
	color: #5F4300;}
h3 {font-size:9px;
color: #5F4300;}

.small_white { font-size:10px; color:#FFFFFF; }
.small_grey { font-size:10px; color:#808c90; }
.white { color:#FFFFFF; }
.price { color: #849195 }
.dlr-price { color:#000000; font-size:9pt; font-weight:bold; }
.amount { font-size:16px; color:#FFFFFF; font-weight:bold; }


.success { color: #00FF00; }
.error { color: #FF0000; }

.mnu_item { 
	padding: 2px 2px 2px 2px;
	border-bottom: 1px dashed #CCCCCC;
	}

a:link { color: #3366FF;	text-decoration: none; }
a:visited { color: #3366FF;	text-decoration: none; }
a:active { color: #3366FF;	text-decoration: none; }
a:hover { color: #717171;	text-decoration: underline; }

a.wh:link { color: #3366FF;	text-decoration: none; }
a.wh:visited { color: #3366FF;	text-decoration: none; }
a.wh:active { color: #3366FF;	text-decoration: none; }
a.wh:hover { color: #CCCCCC;	text-decoration: underline; }

a.mnu_link:link { color: #717171;	text-decoration: none; }
a.mnu_link:visited { color: #717171;	text-decoration: none; }
a.mnu_link:active { color: #717171;	text-decoration: none; }
a.mnu_link:hover { color: #333333;	text-decoration: none; }

.mnu_box {
	border: 1px	 solid #061b3b;
	width: 180px;
	height: 30px;
}

a.boxlink:link { color: #b6bfc2;	text-decoration: none; }
a.boxlink:visited { color: #b6bfc2;	text-decoration: none; }
a.boxlink:active { color: #b6bfc2;	text-decoration: none; }
a.boxlink:hover { color: #333333;	text-decoration: none; }

a.std-link:link { color: #b6bfc2;	text-decoration: none; }
a.std-link:visited { color: #b6bfc2;	text-decoration: none; }
a.std-link:active { color: #b6bfc2;	text-decoration: none; }
a.std-link:hover { color: #ffffff;	text-decoration: none; }

.mnu_box .text{
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	color: #b6bfc2;
	padding-top:6px;
}

.theader { background-color: #586a72; }
.theader td { color:#FFFFFF; font-weight:bold; }

/* accordion menu */
#wrapper {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.accordionButton {	
	width: 175px;
	float: left;
	cursor: pointer;
	color: #523902;
	font-weight:bold;
	font-size:13px;
	padding: 5px 10px 1px 10px;
	clear:both;
}

.accordionButton:hover { background-color:#CCCCCC; }
	
.accordionContent {	
	width: 180px;
	float: left;
	padding: 5px 5px 0px 10px;
	display: none;
}

#product-entry-table {
	margin: 10px;
}

.cart-product-name {
	font-weight: bold;
	font-size:12px;
	color: #5F4300;
}
