/**
 * 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: #f0f4f7;
	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:810px;
	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:146px;
	background: url("/graphics/header.jpg") 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:38px;
	bottom:0; /* stick to bottom */

	background: #2b6a9d;
	font-size:10px;
	margin: 0 auto 0 5px;
}




/* main nav */


#topmenu {
	width: 800px;
	height:33px;
	margin: 0 auto 0 auto;
}

#leftmenu {
	width: 181px;
	margin: 0 0 0 5px;
	padding:5px 0 15px 0;
	border-right:1px solid #bfbdbe;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 539px;
	padding: 20px 50px 20px 30px;
	_padding: 20px 50px 20px 25px;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

#right_foot {
	color: #ffffff;
	float: right;
	padding-top: 8px;
	padding-right:20px;
}

#left_foot {
	color: #ffffff;
	float: left;
	padding-top: 8px;
	padding-left:20px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #2b6a9d;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #81b5e4;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #81b5e4;
	text-decoration: underline;
}

a.login {
	color: #ffffff;
	text-decoration: underline;
}
a.login:hover {
	color: #81b5e4;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:15px;
	color: #013564;
	text-transform: uppercase;
	margin:0 0 20px 0;
}


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: 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: 780px;
   margin:0 10px 0 auto;
   font-size:11px;
   text-transform:uppercase;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: url('/graphics/rollover.gif') #e1daa2 repeat-x;
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
a.toplinks {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

}

a.toplinks:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;

}
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 181px;
padding: 0;
font-size: 11px;
color: #202629;
text-align:right;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 159px; /*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: 10px 22px 0 0;
color: #013564;
text-decoration: none;
width: 159px;
height:16px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #81b5e4;
	text-decoration: none;
}





/*   cool vertical drop down menu   */





/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/tree_frog_slide.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer {
	width:208px; 
	padding: 0;
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight:bold;
	color: #212121;
	text-align:left;
	text-transform:uppercase;
	background:#e9e9e8;
}


#menu {
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:208px; 
	left:0; 
	z-index:100;
}
#menu ul {
	list-style-type:none; 
	padding:0; 
	margin:0;
}
#menu li {				
	float:left; 
	background:#e9e9e8; 
	position:relative; 
}

#menu li.sub {           /*  main item bg  */
	background:#e9e9e8;
	border-bottom: 1px dotted #505050;
	border-left: 5px solid #e09880;
}

#menu li, #menu li a {      /*  main item font style  */
	display:block; 
	color:#212121; 
	font-family:arial, sans-serif; 
	font-size:11px; 
	line-height:26px; 
	width:203px; 
	text-decoration:none;  
	cursor:pointer; 
	font-weight:bold; 
	text-indent:15px;
}

#menu li.sub2, #menu li a.sub2 {      /*  2 line main item font style  */
	display:block; 
	color:#212121; 
	font-family:arial, sans-serif; 
	font-size:11px; 
	line-height:12px; 					/*  smaller line height for 2 line text  */
	min-height:31px;					/*  min-height to control height on normal browsers  */
	_height:31px;						/*  IE 6 hack for min-height  */
	padding:8px 0 0 0;
	width:203px; 
	text-decoration:none;  
	cursor:pointer; 
	font-weight:bold;
	text-indent:15px;
	background:#e9e9e8;
	border-bottom: 1px dotted #505050;
	border-left: 5px solid #e09880;
}

#menu li.subsub {				/*  sub item bg  */
	float:left; 
	background:#d3d2d0; 
	margin-left: -5px;
	position:relative; 
	border-left: 5px solid #c03000;
	border-bottom:none;
}

#menu li.subsub1 {				/*  sub item bg  -- this is the top one underneath a 2 line main item  */
	float:left; 
	background:#d3d2d0; 
	margin-left: -5px;
	margin-top:8px;
	position:relative; 
	border-left: 5px solid #c03000;
	border-bottom:none;
}


#menu ul,
#menu li.click ul ul,
#menu li.click ul li.hover ul ul {
	display:none;
}

#menu li.hover {       /*  main item hover  */
	color:#e09880; 
	z-index:500;
}

#menu li.click ul {
	display:block;
}
#menu li.click ul li.hover ul, 
#menu li.click ul li.hover ul li.hover ul {
	display:block; 
	position:absolute; 
	left:110px; 
	top:-1px; 
	border:1px solid #fff; 
	border-width:0 1px 1px;
}

#menu li.click ul li.fly {														/*  flyout item bg  */		
	background: #d3d2d0 url(/graphics/frog_arrow.gif) no-repeat top right;
	border-left: 5px solid #c03000;
	margin-left: -5px;
}
#menu li.click ul li.hover {					/*  sub item hover  */
	background:#dcdcdc;
	color:#c03000; 

}

#menu li.click ul li.hover ul li {
	background:#c60;
}
#menu li.click ul li.hover ul li.hover ul li {
	background:#780; 
	z-index:500;
}

#menu li.click ul li.hover ul li.fly {
	background: #c60 url(/graphics/frog_arrow.gif) no-repeat top right;
}
#menu li.click ul li.hover ul li.hover {
	z-index:500; 
	background:#fa4;
}
#menu li.click ul li.hover ul li.hover a {
	color:#000;
}

#menu li.click ul li.hover ul li.hover ul li.hover {
	background:#aa0;
}
#menu li.click ul li.hover ul li.hover ul li.hover a {
	color:#fff;
}





