/**
 * 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") #3c5983 repeat;
	font-family:helvetica,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:812px;
	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:800px;
	height:125px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:800px;
	height:44px;
	bottom:0; /* stick to bottom */
	font-family:arial,sans-serif;

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




/* main nav */


#topmenu {
	width: 625px;
	height:25px;
	margin: 98px 0 0 0;
	.margin: 97px 0 0 0;
	float:right;
}

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




/* content formatting */

#pagecontent {
	width: 544px;
	padding: 23px 38px 20px 22px;
	overflow: auto;
	line-height:15px;
	float:right;
}

#right_foot {
	color: #434242;
	float: right;
	padding-top: 6px;
	padding-right:37px;
}

#left_foot {
	color: #434242;
	float: left;
	padding-top: 6px;
	padding-left:37px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #03366b;
	text-decoration: underline;
}
a:hover {
	color: #f12a41;
	text-decoration: underline;
}

a.imedia {
	color: #434242;
	text-decoration: underline;
}
a.imedia:hover {
	color: #f12a41;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:20px;
	color: #03366b;
	text-transform: uppercase;
	margin:0 0 18px 0;
	font-family:trebuchet ms,sans-serif;
}


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

.contact td {
font-size: 10px;
text-align:right;

}

/* 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: 605px;
   margin:0 0 0 20px;
   font-size:13px;
	font-family:trebuchet ms,sans-serif;
	text-transform: uppercase;
   
   }

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

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

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


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 126px;
padding: 0;
font-size: 12px;
color: #202629;
text-align:left;
padding:10px 0 0 50px;
	font-family:trebuchet ms,sans-serif;
}

* html #blueblock{ /*IE 6 only */
w\idth: 126px; /*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.blueblock {
display: block;
padding: 0 0 0 10px;
color: #03366b;
text-decoration: none;
width: 126px;
height:24px;
	background: url("/graphics/tic.gif") no-repeat;
	.background: url("/graphics/tic2.gif") no-repeat;
}

li.blueblock2 {
display: block;
padding: 0 0 0 10px;
color: #03366b;
text-decoration: none;
width: 126px;
height:36px;
	background: url("/graphics/tic.gif") no-repeat;
	.background: url("/graphics/tic2.gif") no-repeat;
}





