/**
 * 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: #ebebeb;
	font-family: Trebuchet MS,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin: 25px auto 25px auto; /* center, not in IE5 */
	width:814px;
	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:814px;
	height:161px;
	background: url("./graphics/header.jpg") #d0d0d0 no-repeat;
	margin: 0 auto 0 auto;
	
}
div#logo {
	padding-top:24px;
	padding-left: 18px;
}
	
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:814px;
	height:56px;
	bottom:0; /* stick to bottom */
	background: url("./graphics/footer.gif") #cccccc 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: 193px;
	
	margin: 0 0 0 7px;
	background: url("./graphics/menubg.gif") #004288 repeat-y;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 525px;
	padding: 20px 34px 20px 34px;
	overflow: auto;
	background: url("./graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

#index {
	width: 525px;
	padding: 10px 34px 20px 34px;
	overflow: auto;
	background: url("./graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

#index-left {
	width: 312px;
	padding: 0 32px 0 0;
	overflow: auto;
	line-height:15px;
	float:left;
}

#index-right {
	width: 180px;
	padding: 0 0 0 0;
	border-left: 1px solid #d7e1c6;
	overflow: auto;
	line-height:15px;
	float:right;
}

#index-login {
	width: 160px;
	padding: 0 0 0 17px;
	line-height:15px;

}

#form {
	width: 147px;
	height: 142px;
	padding: 0 0 0 0;
	background: url("./graphics/formbg.gif") no-repeat;
	line-height:15px;
	margin-top: 10px;
}

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

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



#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:17px;
	color: #002960;
	margin:-2px 0 17px 0;
}


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




/* menu codes */



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

#blueblock{
width: 193px;
padding: 0;
text-align:right;
font-size: 13px;
margin: 0 10px 0 10px;

}

* html #blueblock{ /*IE 6 only */
w\idth: 182px; /*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 5px 0 0;
color: #ffffff;
text-decoration: none;
font-weight: bold;
width: 182px;
height:24px;
border-bottom: 1px solid #2262a0; 
}

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

li a.blueblock:hover{
background: #195088;
	text-decoration: none;
}




