/**
 * 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: #e6e5e3;
	background: url("/graphics/bgxx.gif") #ffffff center repeat;
	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#topps {
	height:27px;
	background: url("/graphics/halfdot.gif") repeat-x;
	margin: 0 auto 0 auto;
}

div#headersplash {
	width:880px;
	height:195px;
	background: url("/graphics/header8.gif") no-repeat;
	margin: 0 auto 0 auto;
}

div#header {
	width:880px;
	height:250px;
	background: url("/graphics/header7.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#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:76px;
	margin: 10px auto 52px auto;
	background: url("/graphics/menubg.gif") no-repeat;
}






/* 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;
	height:449px;
	margin: 13px 0 0 88px;
	_margin: 13px 0 0 44px;
	padding: 30px 20px 0 25px;
	background: url("/graphics/cat_leftbox.gif") no-repeat;
	float:left;
}

#cat_rightbox {
	width: 496px;
	height:449px;
	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;
}


#splash_top {
	width: 689px;
	height:270px;
	margin:0 0 0 88px;
	padding: 9px;
	background: url("/graphics/splash_top.gif") no-repeat;
}

#splash_bot {
	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.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}
a.tab {
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
	font-family:century gothic, trebuchet ms;
}
a.tab: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 */

.pipelist {
   overflow: hidden;
   width: 716px;
   margin:0 auto 0 40px;
   .margin:0 auto 0 25px;
   font-size:12px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 23px 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #000000;
	text-decoration: none;
}
.pipelist a:hover {
	color: #f28fbb;
	text-decoration: none;
}	
	
	
.pipelist2 {
   overflow: hidden;
   width: 580px;
   margin:0 auto 0 7px;
   font-size:14px;
   border:0px solid;
   
   }

.pipelist2 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist2 li {
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 20px 17px 0 16px;
   white-space: nowrap;
   
   }

.pipelist2 li:hover {
	}
	
.pipelist2 a {
	color: #000000;
	text-decoration: none;
}
.pipelist2 a:hover {
	color: #f28fbb;
	text-decoration: none;
}	
		
	


