/**
 * 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: #6f0203;
	font-family:trebuchet ms, 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:923px; 
	background: url("/graphics/splashbg.gif") repeat-y;
	padding: 0;
}

div#header {
	width:923px;
	height:197px;
	background: url("/graphics/header_splash.jpg") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 70px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:923px;
	height:69px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer_splash.gif") no-repeat;
	font-size:11px;
	color: #ffffff;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 650px;
	height:60px;
	margin: 127px 25px 0 0;
	float:right;
	display:inline;
}

#leftbar {
	width: 230px;
	height:590px;
	margin: 0 0 0 12px;
	display:inline;
	background: url("/graphics/leftbar.jpg") no-repeat;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 653px;
	padding:0 0 0 16px;
	margin:0 12px 0 0;
	display:inline;
	overflow: auto;
	background: url("/graphics/splashctbg.jpg") no-repeat;
	line-height:15px;
	float:right;
}

#minds {
	width:364px;
	margin:0 0 16px 4px;
	padding:15px 0 10px 0; 
	text-align:center; 
	border-top:1px solid #d3bc89; 
	border-bottom:1px solid #d3bc89; 
	font-style:italic; 
	font-family:palatino, times; 
	font-size:26px; 
	line-height:40px;
}

.boxx {
	width: 352px;
	margin:16px 0 0 0;
	padding:5px 9px;
	font-weight:bold; 
	font-size:15px;
	line-height:22px;
	text-transform:uppercase;
	background:#f3e6c0;
}

.boxx2 {
	width: 188px;
	margin:14px 0 0 13px;
	padding:3px 9px;
	font-weight:bold; 
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
	background:#f3e6c0;
}

#splash_right {
	width: 256px;
	float:right;
}

#podcast {
	width: 249px;
	height: 95px;
	padding:6px 0 0 7px;
	background: url("/graphics/podcastbg.gif") no-repeat;
}


#right_foot {
	float: right;
	padding-top: 28px;
	padding-right:38px;
	text-decoration: underline;
}

#left_foot {
	float: left;
	padding-top: 28px;
	padding-left:38px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #a87d1d;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #ac1904;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #d9c28a;
	text-decoration: underline;
}

a.ct {
	color: #ffffff;
	text-decoration: none;
}
a.ct:hover {
	color: #d9c28a;
	text-decoration: none;
}


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;

}

.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: 650px;
   margin:0 17px 0 auto;
   font-size:13px;
   font-family:verdana;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: right;
   line-height: 26px;
   margin: 0;
   padding: 0 8px 0 8px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #666600;
	text-decoration: underline;
}
.pipelist a:hover {
	color: #ac1904;
	text-decoration: none;
}	
	
	
	
