/**
 * 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: #ffffff;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#512a1b;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:800px;
	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#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:800px;
	background: url("/graphics/mainbg2.gif") #ffffff repeat-y;
}

div#header {
	width:800px;
	height:92px;
	background: url("/graphics/logo.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 81px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#splashcontent {
	padding:0 0 0 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:800px;
	height:81px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}

div#splashfooter {
	width:800px;
	height:81px;

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
}


/* main nav */


#topmenu {
	width: 800px;
	height:24px;
	margin: 0 auto 0 auto;
	background: #000000;
}

#leftmenu {
	width: 147px;
	margin: 22px 13px 0 16px;
	_margin: 22px 12px 0 13px;
	float:left;
	display:inline;
	color:#ffffff;
}




/* content formatting */

#pagecontent {
	width: 527px;
	padding: 30px 65px 20px 32px;
	overflow: auto;
	line-height:15px;
	float:right;
	display:inline;
}

#splashpagecontent {
	width: 624px;
	padding: 0;
	overflow: auto;
	line-height:15px;
	float:right;
	display:inline;
}

#right_foot {
	color: #512a1b;
	float: right;
	padding-top: 12px;
	padding-right:20px;
}

#left_foot {
	color: #512a1b;
	float: left;
	padding-top: 12px;
	padding-left:20px;
}



#clear {
	clear: both;
}


.transparent_class {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	width:38px;
	height:260px;
	z-index:10; 
	position:absolute;
	background: url("/graphics/picbar.gif") no-repeat;
	right:0;
	
}

.transparent_class2 {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	width:38px;
	height:486px;
	z-index:10; 
	position:absolute;
	background: url("/graphics/picbar.gif") no-repeat;
	left:0;
	
}



/* text styles */

form {
	margin: 0;
}

a {
	color: #0a598e;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #bcced5;
	text-decoration: underline;
}

a.tiny {
	color: #0a598e;
	text-decoration: none;
	line-height:20px;
	font-size:12px;
}

a.tiny:hover {
	color: #000000;
}

a.imedia {
	color: #512a1b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #0a598e;
	text-decoration: underline;
}

a.left {
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
a.left:hover {
	color: #bcced5;
	text-decoration: none;
}

a.spl {
	font-weight:bold;
	font-size:11px;
	color: #005288;
	text-transform: uppercase;
	text-decoration: none;
}
a.spl:hover {
	color: #bcced5;
	text-decoration: none;
}

h1 {
	font-weight:bold;
	font-size:17px;
	color: #005289;
	text-transform: uppercase;
	margin:0 0 23px 0;
}

h2 {
	line-height: 24px;
}

#title {
	font-weight:bold;
	font-size:13px;
	color: #005288;
	text-transform: uppercase;
}

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: 785px;
  .width: 775px;
   margin:0 auto 0 15px;
   .margin:0 auto 0 25px;
   font-size:11px;
   text-transform:uppercase;
   font-weight:bold;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 0px;
   float: left;
   line-height: 24px;
   margin: 0 .5em 0 -.5em;
   padding: 0 20px 0 20px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #bcced5;
	text-decoration: none;
}	
	
	
	
	



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 181px;
padding: 0 0 10px 0;
.padding: 0;
.margin: 0 0 10px 0;
font-size: 11px;
color: #202629;
text-align:left;
text-transform:uppercase;
font-weight:bold;
}

* html #blueblock{ /*IE 6 only */
w\idth: 181px; /*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: 5px 5px 6px 5px;
_padding: 0 0 0 15px;
color: #000000;
background: #d9e5ea;
text-decoration: none;
width: 181px;
height:10px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
	text-decoration: underline;
}

