/**
 * 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: #0c0b09;
	font-family:trebuchet ms, arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#050402;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:785px;
	background: url("./graphics/mainbg.gif") #ece7e1 repeat-x;
	
	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:785px;
	background: url("./graphics/mainbg.gif") #ece7e1 repeat-x;
}

div#header {
	width:785px;
	height:115px;
	padding-top: 51px;
	background: url("./graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 170px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:785px;
	height:150px;
	bottom:0; /* stick to bottom */

	background: url("./graphics/footer2.gif") no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 755px;
	height:30px;
	padding: 20px 0 0 30px;
	border:0px solid;
}




/* content formatting */

#splashleft {
	float:left; 
	width:339px;  
	padding:35px 0 0 36px;
	line-height:17px;
}

#hometheater {
	float:left; 
	width:268px; 
	height:139px; 
	padding:0px;
	background: url("./graphics/hometheater.gif") no-repeat;
	border:0px solid;
}

#wholehome {
	float:right; 
	width:249px; 
	height:139px; 
	padding:0px;
	background: url("./graphics/wholehome.gif") no-repeat;
	border:0px solid;
}

#flatpanel {
	float:right; 
	width:268px; 
	height:139px; 
	padding:0px;
	background: url("./graphics/flatpanel.gif") no-repeat;
	border:0px solid;
}

#pagecontent {
	width: 690px;
	padding: 29px 16px 20px 40px;
	overflow: auto;
	line-height:17px;
	float:left;
}

#rightbar {
	width: 312px;
	height:473px;
	margin: 0 0 0 0px;
	background: url("./graphics/rightbar.gif") no-repeat;
	float:right;
}

.pic {
	float:right;
	margin:0 0 20px 20px;
}

.contactfield {
	text-align:right; 
	padding:0 5px 0 0;
}

#right_foot {
	color: #050402;
	float: right;
	padding-top: 7px;
	padding-right:45px;
}

#right_foot a {
	color: #050402;
	text-decoration: none;
}
#right_foot a:hover {
	color: #c50000;
	text-decoration: underline;
}


#left_foot {
	color: #050402;
	float: left;
	padding-top: 7px;
	padding-left:45px;
}



#clear {
	clear: both;
}

.clear {
	clear: both;
}






/* text styles */



a {
	color: #d70141;
	text-decoration: underline;
}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}

a.anc {
	color: #d70141;
	text-decoration: none;
	font-size:14px;
	line-height:20px;
}
a.anc:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-weight:normal;
	font-size:20px;
	font-family:georgia, times, serif;
	color: #98012e;
	margin:0 0 20px 0;
}

h2 {
	font-weight:normal;
	font-size:24px;
	font-family:georgia, times, serif;
	color: #98012e;
	margin:0 0 20px 0;
}

h3 {
	font-weight:normal;
	font-size:18px;
	font-family:georgia, times, serif;
	color: #98012e;
	margin:20px 0 10px 0;
}

.bar_title {
	font-family:georgia, times, serif;	
	color: #98012e; 
	font-size:14px; 
	line-height:16px;
	text-transform:uppercase; 
	font-style:italic;
}

.bar_content {
	font-size:11px; 
	font-family:trebuchet ms, arial, sans-serif;
	line-height:10px;
}

p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px
}

/* 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: 700px;
   margin:0 10px 0 0;
   font-size:12px;
   text-transform:uppercase;
   font-weight:bold;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #cececd;
   float: left;
   line-height: 20px;
   margin: 0 .5em 0 -.5em;
   padding: 0 13px 0 13px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #010101;
	text-decoration: none;
}
.pipelist a:hover {
	color: #d70141;
	text-decoration: none;
}	
	
	
	
	




.pipelist2 {
   overflow: hidden;
   width: 750px;
   margin:5px 0 0 20px;
   font-size:10px;
   text-transform:uppercase;
   text-align:center;
   
   }

.pipelist2 a {
	color: #010101;
	text-decoration: none;
   border-left: 1px solid #cececd;
   line-height: 20px;
   margin: 0 .5em 0 -.5em;
   padding: 0 13px 0 13px;
   white-space: nowrap;
}
.pipelist2 a:hover {
	color: #d70141;
	text-decoration: none;
}	
	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 300px;
padding: 0 0 10px 0;
font-size: 12px;
text-align:left;
float:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 150px; /*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: 8px 0 0 25px;
color: #98012e;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
width: 250px;
height:20px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}

