/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	background: #e6e5e3;
	font-family:trebuchet ms, arial,sans-serif;
	font-size:12px;
	color:#646658;
	background: url("/graphics/bg_dots_spring10.gif") repeat center top;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:855px;
	height:650px; /* IE6: treaded as min-height*/

	min-height:650px; /* real browsers */
	top:10px;
}

div#header {
	width:855px;
	height:230px;
	background: url("./graphics/header_spring10.gif")  no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	width:855px;
	padding:0 0 10px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	background: url("/graphics/mainbg.gif") repeat-y;
	border:0px solid;
}

div#footer {
	width:855px;
	height:45px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer_spring10.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	padding-bottom:30px;
	_padding-bottom:0px;
}




/* main nav */


#splashleftmenu {
	width: 230px;
	height:467px;
	margin: 0;
	background: url("/graphics/splashmenubg_spring10.gif") no-repeat;
	float:left;
}

#leftmenu {
	width: 230px;
	height:467px;
	margin: 0;
	background: url("/graphics/menubg_spring10.gif") no-repeat;
	float:left;
}





/* content formatting */

#splashpagecontent {
	width: 625px;
	height:580px;
	padding:0px;
	margin:0px;
	overflow: auto;
	background: url("/graphics/splashbodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

#pagecontent {
	width: 545px;
	padding: 0 47px 20px 33px;
	overflow: auto;
	line-height:15px;
	float:right;
	text-align:left;
}

#right_foot {
	color: #403223;
	float: right;
	padding-top: 23px;
	padding-right:30px;
}

#left_foot {
	color: #403223;
	float: left;
	padding-top: 23px;
	padding-left:244px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #f17e9c;
	text-decoration: underline;
}
a:hover {
	color: #ffbbdb;
	text-decoration: underline;
}

a.imedia {
	color: #403223;
	text-decoration: underline;
}
a.imedia:hover {
	color: #f17e9c;
	text-decoration: underline;
}

a.splash {
	color: #403223;
	text-decoration: none;
}
a.splash:hover {
	color: #ffbbdb;
	text-decoration: underline;
}

a.splash2 {
	color: #403223;
	text-decoration: none;
}
a.splash2:hover {
	color: #f36fad;
	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;

}

a.catland {
	background: #ffe6ef;
	padding: 7px;
	color: #fe5793;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

a.catland:hover {
	background: #ffe6ef;
	padding: 7px;
	color: #4f4030;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

/* catalog styles */

a.catalog {
	color: #ff7aaa;
	text-decoration: none;
}
a.catalog:hover {
	color: #403223;
	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: #fde8ed;
	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 */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 156px;
padding: 0;
font-size: 13px;
color: #202629;
float:right;
text-align:right;
border:0px solid #ffffff;
}

* html #blueblock{ /*IE 6 only */
w\idth: 159px; /*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: 5px 16px 0 0;
color: #ffffff;
text-decoration: none;
width: 156px;
height:20px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #ffbbdb;
	text-decoration: none;
}





