/**
 * 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") #48484a repeat-x;
	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;
	border-left: 1px #626363 solid;
	border-right: 1px #626363 solid;
	background: url("/graphics/mainbg.gif") #e4e1d2 repeat-x;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:800px;
	height:233px;
	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:740px;
	height:47px;
	bottom:0; /* stick to bottom */
	border-top: 1px solid #bab8ae;
	font-size:10px;
	margin: 0 auto 0 30px;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 800px;
	height:51px;
	margin: 0 auto 0 auto;
}

#login {
	width: 800px;
	height:54px;
	margin: 0 auto 0 auto;
	background: url("/graphics/loginbg.gif") #ececec no-repeat;
}




/* content formatting */

#pagecontent {
	width: 800px;
	overflow: auto;
	background: url("/graphics/contentbg.gif") repeat-x;
	line-height:15px;
}

#text {
	width: 475px;
	padding: 29px 30px 20px 40px;
	overflow: auto;
	line-height:15px;
	float:left;
}

#text2 {
	width: 575px;
	padding: 29px 30px 20px 40px;
	overflow: auto;
	line-height:15px;
	float:left;
}

#rightbar {
	width: 218px;
	padding: 29px 0 114px 36px;
	overflow: auto;
	line-height:15px;
	float:right;
	border-left:1px solid #c5c5c1;
	font-weight:bold;
}

#right_foot {
	float: right;
	padding-top: 14px;
	padding-right:12px;
}

#left_foot {
	float: left;
	padding-top: 14px;
	padding-left:12px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #5a5a5b;
	text-decoration: underline;
}

a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #000066;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:16px;
	color: #000066;
	text-transform: uppercase;
	margin:0 0 17px 0;
}


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: 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 */

.pipelist {
   overflow: hidden;
   width: 780px;
   margin:0 0 0 15px;
   padding:12px 0 0 0;
	font-size: 15px;
	font-weight:bold;
	color: #ffffff;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 0px solid #e0d3ab;
   float: left;
   line-height: 26px;
   padding: 0 24px 0 12px;
   white-space: nowrap;
	background: url('/graphics/menubg.gif') no-repeat;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #bfbfde;
	text-decoration: none;
}	
	
	
	
	
