/**
 * 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: url("/graphics/bg.gif") #282a2c repeat-x;
   font-family: Lucida Sans Unicode, Lucida Grande, 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:875px;
	background: url("/graphics/mainbg.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:875px;
	height:155px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content_splash {
	position:relative;
	width:859px;
	height:635px;
	padding:0 0 65px 0; /* bottom padding for footer */
	margin: 0 auto 0 8px;
	z-index:1;
}

div#content {
	width:859px;
	padding:0 0 65px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	background: url("/graphics/mainbg_content.gif") no-repeat;
}

div#footer {
	position:absolute;
	width:875px;
	height:55px;
	bottom:0; /* stick to bottom */
	color: #ffffff;

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 859px;
	height:29px;
	margin: 0 auto 0 auto;
}

#leftmenu_splash {
	position:absolute;
	top:0;
	width: 193px;
	height:317px;
	margin: 22px 0 0 0;
	padding: 27px 0 0 0;
	display:inline;
	background: url("/graphics/menubg.gif") no-repeat;
	float:left;
	z-index:5;
}

#leftmenu {
	width: 193px;
	height:317px;
	margin: 22px 0 0 0;
	padding: 27px 0 0 0;
	display:inline;
	background: url("/graphics/menubg.gif") no-repeat;
	float:left;
}



/* content formatting */

#pagecontent {
	width: 530px;
	padding: 28px 90px 20px 0;
	overflow: auto;
	line-height:15px;
	float:right;
}

#splashleft {
	position:absolute;
	top:366px;
	width: 410px;
	height:169px;
	padding: 30px 31px 0 33px;
	display:inline;
	line-height:23px;
	font-size:12px;
	background: url("/graphics/splashleft_bg.jpg") no-repeat;
	z-index:7;
	float:left;
}

#splashright {
	position:absolute;
	top:453px;
	left:508px;
	width:290px; 
	margin:0 67px 0 0; 
	display:inline; 
	font-size:11px; 
	z-index:6;
}

#right_foot {
	float: right;
	padding-top: 10px;
	padding-right:27px;
	text-decoration: underline;
}

#left_foot {
	float: left;
	padding-top: 10px;
	padding-left:27px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #ab3a09;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #79a0ab;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #fdcc2d;
	text-decoration: underline;
}
a.more {
	color: #ab3a09;
	text-decoration: none;
}
a.more:hover {
	color: #79a0ab;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:16px;
	color: #9e0702;
	text-transform: uppercase;
	margin:0 0 20px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.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: 850px;
   margin:0 auto 0 13px;
   _margin:0 auto 0 18px;
   display:inline;
   padding:8px 0 0 0;
   font-size:12px;
   float:left;
   font-weight:bold;   
   text-transform:uppercase;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #bd7167;
   float: left;
   line-height: 12px;
   margin: 0 .5em 0 -.5em;
   padding: 0 20px 0 20px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #fdcc2d;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 193px;
padding: 0;
font-size: 11px;
color: #202629;
padding:5px 0 0 0;
text-align:left;
   font-weight:normal;  
text-transform:capitalize;
}

* html #blueblock{ /*IE 6 only */
w\idth: 165px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 7px 0 0 28px;
color: #000000;
text-decoration: none;
width: 165px;
height:16px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #ae1800;
	text-decoration: none;
}

