/**
 * 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/sitebg5.jpg');
	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:845px;
	background: url("./graphics/sitebg.gif") repeat-y;
	
	height:auto !important; /* real browsers */
	height:400px; /* IE6: treaded as min-height*/

	min-height:400px; /* real browsers */
	margin-top: 39px;
}

div#header {
	width:845px;
	height:79px;
	margin: 0 auto 0 auto;
	background: url("/graphics/header.splash.gif") no-repeat;

}
	
div#content {
	padding: 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	width:845px;
	background: url("/graphics/lilsplashpiece.gif") no-repeat bottom left;



}
div#splashcontent {
	padding:0;
	height:412px;
	width: 624px;
	margin: 0;
	background: url("/graphics/splashbg.jpg") no-repeat;
	float:left;

}
div#logo {
	padding:0;
	height:79px;
	width: 364px;
	margin: 26px 20px 0 0;
	_margin-right: 5px;
	float:right;

}
div#splashblurb {
	padding:0;
	width: 310px;
	margin: 0;
	margin: 15px 35px 0 0;
	_margin-right: 20px;
	float:right;
	line-height: 21px;

}

div#footer {
	position:relative;
	width:845px;
	height:55px;
	background: url("./graphics/footerbg2.gif")  no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
}





/* main nav */


#topmenu {
	width: 800px;
	height:40px;
	margin: 0 auto 0 auto;
	background: url("./graphics/topmenubg.gif") #ececec no-repeat;
}

#leftmenu {
	width: 210px;
	margin: 0;
	padding: 0;
	background: url("./graphics/menubg2.splash2.gif") no-repeat;
	float:left;

}
#leftmenu2 {
	width: 210px;
	padding-bottom: 20px;
	margin: 0;
	background: url("./graphics/menubottom.splash.gif") no-repeat bottom;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 530px;
	min-height: 340px;
	padding: 82px 78px 20px 0px;
	overflow: auto;
	line-height:17px;
	float:right;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 7px;
	padding-right:32px;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 7px;
	padding-left:40px;
}



#clear {
	clear: both;
}






/* text styles */



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;
}



h1 {
	font-weight:bold;
	font-size:16px;
	color: #4479b0;
	margin:-2px 0 15px 0;
}
h2 {
	font-weight:bold;
	font-size:14px;
	color: #000000;
	margin:0px 0 -5px 0;
	padding-top:10px;
}


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

.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;
}

div.floatingman {
	position:relative;
	width:141px;
	height:406px;
	margin-top:-52px;
	margin-right:-22px;
	margin-left:20px;
	float:right;
}

	
	
	


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

#blueblock{
width: 188px;
padding: 0;
font-size: 12px;
margin-left:7px;
color: #ffffff;
text-align:left;
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: 14px 0px 0 15px;
color: #ffffff;
text-decoration: none;
width: 173px;
height:28px;
border-bottom: solid 1px #92b1d1;
}
li a.top {
padding-top:8px;
}
li a.bottom {
margin-bottom:-8px;
border-bottom: 0px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #d1e8ff;
	text-decoration: none;
}
li a.twoline {
height:41px;
}
li a.twoline:hover{
height:41px;
}








