/**
 * 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: #151718;
	font-family:geneva,tahoma,arial,sans-serif;
	font-size:12px;
	color:#393b3d;
}

/* main table */

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0;
	background: URL("/graphics/contbg.gif") #393b3d repeat-y; 
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0;
	background: URL("/graphics/contbg.gif") #393b3d repeat-y; 
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:1000px;
	height:98px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#splashcontent {
	width:950px;
	padding:0 0 100px 0; /* bottom padding for footer */
	background: #fbf4dc;
	margin: 0 auto 0 24px;
}

div#content {
	width:950px;
	padding:0 0 100px 0; /* bottom padding for footer */
	background: url("/graphics/bodybg.gif") repeat-y;
	margin: 0 auto 0 24px;
}

div#footer {
	position:absolute;
	width:1000px;
	height:84px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
	_margin: 0 auto -1px auto;
	visibility: hidden;
	color:#fbf4dc;
}




/* content formatting */

#topbar {
	width: 950px;
	height:33px;
	padding: 45px 0 0 23px;
	background: url("/graphics/topbar.jpg") no-repeat;
}

#splashpagecontent {
	width: 950px;
	margin:0px;
	padding: 0;
	overflow: auto;
	line-height:15px;
	display:inline;
	float:left;
}

#sptop {
	width:950px; 
	height:370px;
	background: url("/graphics/spbg.gif") no-repeat;
	overflow: hidden;
}

#mhp {
	width:382px; 
	height:320px;
	background: url("/graphics/mhp.jpg") no-repeat;
	float:left;
	display:inline;
	margin:16px 0 0 16px;
	padding:0 0 0 0;
	overflow: hidden;
}

#lanterns {
	width:302px; 
	height:320px;
	background: url("/graphics/lanterns.jpg") no-repeat;
	float:right;
	display:inline;
	margin:16px 16px 0 0;
	padding:0 0 0 0;
	overflow: hidden;
}

#rightbarsplash {
	width: 176px;
	padding:10px 14px 0 16px;
	margin: 0 8px 0 0px;
	display:inline;
	background: #151718;
	float:right;
	color:#fbf4dc; 
	line-height:17px; 
	font-size:11px; 
	overflow:hidden;
}

#pagecontent {
	width: 672px;
	margin:29px 0 0 18px;
	padding: 0 25px 0 13px;
	overflow: auto;
	line-height:15px;
	display:inline;
	float:left;
}

#rightbar {
	width: 176px;
	padding:14px 14px 0 16px;
	margin: 0 0 0 0px;
	background: #151718;
	float:right;
	color:#fbf4dc; 
	line-height:17px; 
	font-size:11px; 
}


#right_foot {
	float: right;
	padding-top: 52px;
	padding-right:26px;
}

#left_foot {
	float: left;
	padding-top: 52px;
	padding-left:26px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #cf2b13;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #ef7260;
	text-decoration: underline;
}

a.imedia {
	color: #cf2b13;
	text-decoration: underline;
}
a.imedia:hover {
	color: #fbf4dc;
	text-decoration: underline;
}

a.imedia2 {
	color: #fbf4dc;
	text-decoration: none;
}
a.imedia2:hover {
	color: #cf2b13;
	text-decoration: underline;
}

a.video {
	color: #fbf4dc;
	font-size:9px;
	text-decoration: underline;
}
a.video:hover {
	color: #cf2b13;
	text-decoration: underline;
}

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: #36383a;
	text-decoration: none;
}
a.catalog:hover {
	color: #fa4429;
	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;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */


	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{	
	width: 570px;
	height:50px;
	margin: 0px 0 0 0;
	padding: 5px 16px 0 0;
	float:right;
	display:inline;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:bold;
font-size:12px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 4px 11px 0 11px;
height:20px;
text-decoration: none;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #0d0e0f;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 166px;
padding: 0 0 24px 4px;
font-size: 10px;
text-align:left;
text-transform:uppercase;
margin:0 0 0 2px;
border-bottom:1px solid #43433f;
}

* html #blueblock{ /*IE 6 only */
w\idth: 148px; /*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: 0 0 0 18px;
color: #fbf4dc;
text-decoration: none;
width: 148px;
line-height:19px;
background: url("/graphics/tk.gif") left center no-repeat;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}

a.ProdInfo{
	text-decoration: none;
}


