/**
 * 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/bg.jpg') repeat-x #9f948e;
	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: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#header {
	width:800px;
	height:252px;
	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:40px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat #9f948e;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}

div#footer_splash {
	position:absolute;
	width:800px;
	height:40px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat #9f948e;
	font-size:10px;
	margin: 0 auto 0 auto;
}




/* main nav */


#topmenu {
	width: 560px;
	height:252px;
	margin: 0 auto 0 auto;
	float:right;
	border:0px solid;
}



/* content formatting */

#splashpagecontent {
	width: 790px;
	margin:0 auto 0 auto;
	overflow: auto;
	line-height:20px;
	display:inline;
}

#pagecontent {
	width: 510px;
	margin:0 5px 0 0;
	padding: 45px 45px 20px 22px;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:20px;
	float:right;
	display:inline;
}

#splashmain {
	width: 575px;
	margin: 1px 0 0 5px;
	float:left;
	display:inline;
}

#splashleft {
	width: 297px;
	margin: 0;
	float:left;
	display:inline;
}

#splashmid {
	width: 278px;
	margin: 0;
	float:right;
	display:inline;
}

#rightbar {
	width: 213px;
	min-height:520px;
	margin: 1px 5px 0 0;
	background: url("/graphics/rightbarbg.gif")  no-repeat;
	float:right;
	display:inline;
}

#leftbar {
	width: 213px;
	height:465px;
	margin: 0 0 0 5px;
	background: url("/graphics/leftbarbg.gif")  no-repeat;
	float:left;
	display:inline;
}

#titlebg {
	width: 725px;
	height:39px;
	margin: 0 auto 0 auto;
	background: url("/graphics/titlebg.gif") no-repeat;
	font-family:Georgia, Times;
	font-size:21px;
	color:#d6c9b1;
	font-style:italic;
	padding:15px 0 0 65px;
}

#lipsum {
	width: 161px;
	margin: 80px auto 0 auto;
	background: url("/graphics/lipsum.gif") no-repeat;
	font-size:11px;
	line-height:15px;
	padding:0 20px 0 32px;
}

#lipsum2 {
	width: 161px;
	margin: 56px auto 0 auto;
	background: url("/graphics/lipsum2.gif") no-repeat;
	font-size:11px;
	line-height:15px;
	padding:0 20px 0 32px;
}

#search {
	height:87px; 
	margin:0 0 0 0;
	font-family:Palatino Linotype, Palatino, times;
}

input.butn {
	border:1px solid #898989; 
	font-family:Palatino Linotype, Palatino, times;
	 height:21px;
	 font-size:11px;
	 text-transform:uppercase;
	 background:#e5e5e5;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 12px;
	padding-right:40px;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 12px;
	padding-left:40px;
}

#bottom_foot {
	color: #2a363b;
	float: left;
	padding-top: 22px;
	padding-left:5px;
	padding-right:5px;
	width: 790px;
	padding-bottom: 15px;
	text-align:justify;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #143871;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #ce2301;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #ce2301;
	text-decoration: underline;
}

a.news {
	color: #000000;
	text-decoration: underline;
}
a.news:hover {
	color: #ce2301;
	text-decoration: underline;
}

a.more {
	color: #ce2301;
	text-decoration: none;
	font-size:11px;
}
a.more:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-weight:normal;
	font-size:20px;
	color: #e72c07;
	text-transform: capitalize;
	margin: 0 0 16px -4px;
	font-family:Georgia, Times;
}

h2 {
	font-weight:normal;
	font-size:14px;
	color: #143870;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	font-family:Georgia, Times;
}

h3 {
	font-weight:bold;
	font-size:15px;
	color: #143972;
	margin: 0 0 12px 0;
}


.spltxt {
	font-weight:bold;
	font-size:15px;
	color: #143972;
	font-style:italic;
	margin: 0 0 0 -14px;
}

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: 330px;
   margin:46px 7px 0 auto;
   font-size:11px;
	font-family:Palatino Linotype, Palatino, times;
	text-transform:uppercase;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: right;
   line-height: 11px;
   padding: 0 7px 0 7px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #143871;
	text-decoration: none;
}
.pipelist a:hover {
	color: #ce2301;
	text-decoration: none;
}	
	




.pipelist2 {
   overflow: hidden;
   width: 552px;
   margin:173px 8px 0 auto;
   font-size:13px;
	font-family:Georgia, times;
	text-transform:uppercase;
   
   }

.pipelist2 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist2 li {
   float: right;
   line-height: 11px;
   padding: 0 12px 0 11px;
   white-space: nowrap;
   
   }

.pipelist2 li:hover {
	}
	
.pipelist2 a {
	color: #000;
	text-decoration: none;
}
.pipelist2 a:hover {
	color: #ce2301;
	text-decoration: none;
}	
	
	

