/**
 * 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.gif") #898c9e repeat-x;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	color:#343435;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:916px;
	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:916px;
	height:211px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
	padding:13px 0 0 0;
}

div#splashheader {
	width:916px;
	height:259px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
	padding:13px 0 0 0;
}
	
div#content {
	padding:0 0 60px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:916px;
	height:51px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	color: #ffffff;
	font-family:arial,sans-serif;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 900px;
	height:30px;
	margin: 0 auto 0 auto;
}




/* content formatting */

#splashcontent {
	width: 350px;
	margin: 38px 0 0 27px;
	display:inline;
	overflow: auto;
	font-size:13px;
	line-height:21px;
	float:left;
}

#pagecontent {
	width: 570px;
	margin: 30px 88px 30px 0;
	display:inline;
	overflow: auto;
	line-height:19px;
	float:right;
}

#leftsplashbar {
	width: 208px;
	margin: 10px 0 0 33px;
	display:inline;
	float:left;
	line-height:17px;
}

#rightsplashbar {
	width: 260px;
	margin: 10px 17px 0 0;
	display:inline;
	float:right;
	line-height:17px;
}

#leftbar {
	width: 166px;
	margin: 17px 0 0 29px;
	display:inline;
	float:left;
}

#leftop {
	width:153px; 
	height:30px; 
	padding:5px 0 0 13px; 
	background:#f87000; 
	font-family:trebuchet ms; 
	color:#ffffff; 
	font-size:20px;
}

#right_foot {
	float: right;
	padding-top: 10px;
	padding-right:33px;
	text-decoration: underline;
}

#left_foot {
	float: left;
	padding-top: 10px;
	padding-left:33px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #1141ac;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #94aee7;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #94aee7;
	text-decoration: underline;
}

a.news {
	color: #343435;
	text-decoration: none;
}
a.news:hover {
	color: #94aee7;
	text-decoration: underline;
}

a.video {
	color: #1141ac;
	text-decoration: none;
	font-style:italic;
	font-size:11px;
}
a.video:hover {
	color: #94aee7;
	text-decoration: underline;
}

a.left {
	color: #1141ac;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration: underline;
}
a.left:hover {
	color: #94aee7;
	text-decoration: underline;
}
a.lsp {
	color: #0e3fac;
	font-weight:bold;
	text-decoration: none;
}
a.lsp:hover {
	color: #94aee7;
	text-decoration: underline;
}
a.msp {
	font-size:13px;
	color: #f87000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
}
a.msp:hover {
	color: #94aee7;
	text-decoration: underline;
}

h1 {
	font-weight:bold;
	font-size:24px;
	color: #000;
	text-transform: capitalize;
	margin:2px 0 24px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.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: 900px;
   margin:0 auto 0 auto;
   font-size:11px;
   text-transform:uppercase;
   font-weight:bold;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 27px;
   padding: 3px 22px 0 15px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #94aee7;
	text-decoration: none;
}	
	
	
	
