/**
 * 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: #c1dce3;
	font-family:arial,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 */
	width:828px;
	border-left: 0px solid #606262;
	border-right: 0px solid #606262;
	background: url("/graphics/mainbg2.jpg") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:828px;
	height:155px;
	background: url("/graphics/header3.jpg") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 120px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:828px;
	height:100px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer2.jpg") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
}




/* main nav */


#topmenu {
	width: 800px;
	height:16px;
	margin: 0 auto 0 auto;
}

#leftmenu {
	width: 181px;
	height:467px;
	margin: 0 0 0 0px;
	background: url("/graphics/menubg.gif") #d0d0d0 no-repeat;
	float:left;
}




/* content formatting */

#splashcontent {
	width: 757px;
	padding: 0 21px 0 22px;
	overflow: auto;
	line-height:15px;
	margin:0 auto 0 auto;
}

#pagecontent {
	width: 700px;
	padding: 18px 46px 20px 54px;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:15px;
	margin:0 auto 0 auto;
}

.splash_ctbg {
	background: url("/graphics/splash_ctbg2.gif") no-repeat; 
	width:290px;
	border:1px solid #fb670a;
	padding:10px 18px 15px 22px;
	margin:0 0 8px 0;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 3px;
	padding-right:44px;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 3px;
	padding-left:44px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #db5500;
	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;
}



h1 {
	font-weight:bold;
	font-size:16px;
	color: #ffffff;
	text-transform: uppercase;
   font-style:italic;
	margin:0 0 20px 0;
}

h2 {
	font-weight:bold;
	font-size:15px;
	color: #ffffff;
	text-transform: uppercase;
   font-style:italic;
	margin:0 0 12px -8px;
}


p { 
	margin:12px 0 12px 0;
}


input {
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 12px;
    color: #2a2a40;
    text-transform:uppercase;
} 



.contact td {
font-size: 10px
}

/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	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: 700px;
   float:right;
   margin:6px 10px 0 auto;
   font-size:12px;
   font-style:italic;
   font-weight:bold;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 0px solid #636464;
   float: left;
   line-height: 13px;
   margin: 0 .5em 0 -.5em;
   padding: 0 17px 0 17px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #fac19e;
	text-decoration: none;
}	
	
	
	
	
