/**
 * 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: #073745;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#292929;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:900px;
	background: url("/graphics/mainbg.gif") #fffff4 repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:900px;
	height:106px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 90px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:900px;
	height:90px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	line-height:12px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 900px;
	height:34px;
	margin: 0 auto 0 auto;
	background:#000;
	border-top:1px solid #ffffff;
	border-bottom:3px solid #ffffff;
}

#leftmenu {
	width: 200px;
	margin: 10px 0 0 0px;
	float:left;
}




/* content formatting */

#splashpagecontent {
	width: 696px;
	padding: 0;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:16px;
	float:right;
	display:inline;
}

#pagecontent {
	width: 630px;
	padding: 20px 35px 20px 0;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:16px;
	float:right;
	display:inline;
}

#right_foot {
	color: #ffffff;
	float: right;
	padding-top: 26px;
	padding-right:5px;
	text-align:right;
	display:inline;
}

#left_foot {
	color: #ffffff;
	float: left;
	padding-top: 26px;
	padding-left:5px;
	display:inline;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:15px;
	color: #c50000;
	text-transform: uppercase;
	margin:-2px 0 26px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.news {
text-decoration:none;
}

.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: 780px;
   margin:0 10px 0 auto;
   font-size:17px;
   font-family:arial narrow;
   font-weight:bold;
   text-transform:uppercase;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #5b6e73;
   float: left;
   line-height: 17px;
   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;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 200px;
padding: 0;
font-size: 14px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 178px; /*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 18px;
color: #fffff4;
text-decoration: none;
width: 178px;
height:23px;
border-top:1px solid #758f97;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #fffff4;
background:#446801;
	text-decoration: none;
}



#blueblock2 li {
margin: 0;
}

li a.blueblock2 {
display: block;
padding: 7px 0 0 18px;
color: #a7220f;
text-decoration: none;
width: 178px;
height:23px;
background:#fffff4;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #fffff4;
background:#a6c2ca;

	text-decoration: none;
}

/* submenu */
#submenu {
	color:#c0c0bf;
	text-transform:uppercase; 
	text-align: center; 
	width: 590px;
	padding: 5px 0;
	margin-right: 40px;
	margin-top: -20px;
	_margin-right: 15px;
	margin-bottom: 15px;
	float:right;
	border-top: #cacaca 1px solid;
	border-bottom: #cacaca 1px solid;
}

#submenu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}


#submenu li {
margin: 0;
list-style: none;
margin: 1px 0;
float: left;
}

a.submenu {
	color: #2f2e26;
	text-decoration: none;
	font-size:10px;
	padding: 3px 8px;
	font-weight: bold;
	border-right: solid 1px #dadada;
}
a.submenu:hover {
	color: #2f2e26;
	text-decoration: none;
	background: #f8f4ec;
	font-weight: bold;
}