/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
 
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #9ed6e0;
	background: url("graphics/bgxx.gif");
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#000000;
}
 
/* main table */
 
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	padding:0 0 30px 0;
	width:880px;
	
}
 
div#topbord {
	height:27px;
	background: url("graphics/halfdot.gif") repeat-x;
	margin: 0 auto 0 auto;
}
 
div#headerimg {
	width:880px;
	height:195px;
	background: url("graphics/header8.png") no-repeat;
	margin: 0 auto 0 auto;
}
 
div#header {
	width:880px;
	height:250px;
	background: url("graphics/header7.png") no-repeat;
	margin: 0 auto 0 auto;
}
	
#content {
	width:880px;
	padding:10px 0 10px 0; /* bottom padding for footer */
	background: url("graphics/mainbg.gif") repeat-y;
	margin: 0 auto 0 auto;
	border:0px solid;
}
 
div#plaincontent {
	width:665px;
	padding:15px 102px 40px 113px; /* bottom padding for footer */
	background: url("graphics/mainbg.gif") repeat-y;
	margin: 0 auto 0 auto;
	border:0px solid;
}
 
div#footer {
	width:880px;
	height:28px;
	background: url("graphics/footer2.gif") no-repeat;
	font-size:9px;
	margin: 0 auto 0 auto;
}
 
 
 
 
/* main nav */
 
 
#botmenu {
	width: 746px;
	height:90px;
	margin: 10px auto 52px auto;
	background: url("graphics/menubg.png") no-repeat;
}
 
 
 
#myflash {
	width: 150px; 
	height: 150px; 
	border: none; 
	padding: 0 25px 0 67px;
} 
 
 
/* content formatting */
 
#pagecontent {
	width: 529px;
	padding: 20px 50px 20px 40px;
	overflow: auto;
	background: url("graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}
 
#cat_leftbox {
	width:150px;
	margin: 13px 0 0 88px;
	_margin: 13px 0 0 44px;
	padding: 30px 20px 0 25px;
	background: url("graphics/cat_leftbox.gif") repeat-y;
	border:0px solid;
	float:left;
}
#cat_leftbox_end {
	width:150px;
	height:82px;
	margin: 13px 0 0 -25px;
	background: url("graphics/cat_leftbox_end.gif") no-repeat;
	float:left;
}
#cat_leftbox2 {
	width: 150px;
	margin: 13px 0 0 88px;
	_margin: 13px 0 0 44px;
	padding: 30px 20px 0 25px;
	background: url("graphics/cat_leftbox.gif") repeat;
	float:left;
}
 
#cat_rightbox {
	width: 496px;
	margin: 13px 89px 0 0;
	_margin: 13px 44px 0 0;
	float:right;
}
 
#cat_righttopbox {
	width: 480px;
	height:244px;
	margin:0 0 5px 0;
	padding: 10px 8px 10px 8px;
	background: url("graphics/cat_righttopbox.gif") no-repeat;
}
 
#cat_rightbltbox {
	width: 228px;
	height:158px;
	margin:0 8px 0 0;
	_margin:0 4px 0 0;
	padding: 10px 8px 10px 8px;
	float:left;
	background: url("graphics/cat_rightbltbox.gif") no-repeat;
}
 
#cat_rightbrtbox {
	width: 228px;
	height:158px;
	margin:0 0 0 0;
	padding: 10px 8px 10px 8px;
	float:right;
	background: url("graphics/cat_rightbrtbox.gif") no-repeat;
}
 
 
 
#prod_left {
	width: 281px;
	margin:13px 0 0 103px;
	_margin:13px 0 0 52px;
	float:left;
	text-align:center;
}
#prod_lefttop {
	width: 281px;
	margin:0;
	/* background: url("/graphics/prod_lefttop.gif") no-repeat; */
}
#prod_leftmid {
	width: 130px;
	height:130px;
	/* background: url("/graphics/prod_leftmid.gif") no-repeat; */
}
 
#prod_details {
	width: 273px;
	float:right;
	margin:0 90px 0 0;
	_margin:0 45px 0 0;
	font-size:11px;
	padding:75px 36px 0 36px;
	background: url("graphics/productdetails_top.gif") no-repeat;
}
 
#prod_bottom{
	width: 700px;
	margin:25px 0 0 103px;
}
 
 
#topsection {
	width: 689px;
	height:270px;
	margin:0 0 0 88px;
	padding-top:5px;
	padding-bottom:9px;
	padding-left:9px;
	padding-right:9px;
	background: url("graphics/splash_top.gif") no-repeat;
}
#topsection_contact {
	width: 689px;
	height:600px;
	margin:0 0 0 88px;
	padding: 9px;
	background: url("graphics/splash_top_contact.gif") no-repeat;
} 
#topsection_retail {
	width: 689px;
	height:290px;
	margin:0 0 0 88px;
	padding-top:5px;
	padding-bottom:9px;
	padding-left:9px;
	padding-right:9px;
	background: url("graphics/splash_top.gif") no-repeat;
}
#botsection {
	width: 324px;
	height:176px;
	padding: 9px;
	background: url("graphics/splash_bot.gif") no-repeat;
}
 
 
#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 0px;
	padding-right:90px;
}
 
#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 0px;
	padding-left:90px;
}
 
 
 
#clear {
	clear: both;
}
 
 
 
 
 
 
/* text styles */
 
form {
	margin: 0;
}
 
a {
	color: #00498a;
	text-decoration: underline;
}
a:hover {
	color: #c50000;
	text-decoration: underline;
}
 

a.me {
	color: #2a363b;
	text-decoration: underline;
}
a.me:hover {
	color: #c50000;
	text-decoration: underline;
}
a.cartbtn1 {
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
	font-family:century gothic, trebuchet ms;
}
a.cartbtn1:hover {
	color: #f28ebb;
	text-decoration: none;
}
a.products {
	color: #000000;
	text-decoration: none;
	font-size:13px;
}
a.products:hover {
	color: #f28ebb;
	text-decoration: none;
}
 
 
 
 
h1 {
	font-weight:bold;
	font-size:15px;
	color: #c50000;
	text-transform: uppercase;
	margin:-2px 0 26px 0;
}
 
 
p { 
	margin:12px 0 12px 0;
}
 
.contact td {
font-size: 10px;
text-align:right;
 
}
 
/* catalog styles */
 
a.catalog {
	color: #78614f;
	font-size:11px;
	text-decoration: none;
}
a.catalog:hover {
	color: #f665a3;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 11px;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.catalog {
	color: #5C4033;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #fdeaf2;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}
 
td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}
 
 
 
 
 
 
/* menu codes */
 
.botlist {
   overflow: hidden;
   width: 716px;
   margin:0 auto 0 25px;
   .margin:0 auto 0 5px;
   font-size:12px;
   text-align: center;
   }
 
.botlist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }
 
.botlist li {
 top:0;
 border:none;
 position: relative;
 padding:0;
 display:inline;
 margin-right: 0;
 margin-left: -.05em;
   
   }
 
.botlist li:hover {
	}
	
.botlist a {
	color: #000000;
	text-decoration: none;
}
.botlist a:hover {
	color: #f28fbb;
	text-decoration: none;
}	
	
	
.toplist {
   overflow: hidden;
   width: 580px;
   margin:0 auto 0 7px;
   font-size:12px;
   border:0px solid;
   
   }
 
.toplist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }
 
.toplist li {
 top:0;
 border:none;
 position: relative;
 padding:0;
 display:inline;
 margin-right: .75em;
 margin-left: .75em;
   
   }
 
.toplist li:hover {
	}
	
.toplist a {
	color: #000000;
	text-decoration: none;
}
.toplist a:hover {
	color: #f28fbb;
	text-decoration: none;
}	
		
	
 