/**
 * 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: #01579a;
	font-family:trebuchet ms, arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:860px;
	background: url("/graphics/splashmainbg2.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:860px;
	background: url("/graphics/mainbg.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#splashheader {
	width:860px;
	height:191px;
	background: url("/graphics/splashheader.gif") no-repeat;
	margin: 0 auto 0 auto;
}

div#header {
	width:860px;
	height:191px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 111px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:860px;
	height:101px;
	bottom:0; /* stick to bottom */
	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	color:#fff;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#splashleftmenu {
	width: 244px;
	height:314px;
	margin: 0 0 0 5px;
	display:inline;
	background: url("/graphics/splashmenubg.gif") no-repeat;
	float:left;
}

#leftmenu {
	width: 210px;
	height:371px;
	margin: 0 0 0 5px;
	display:inline;
	background: url("/graphics/menubg.gif") no-repeat;
	border-right:1px solid #73737f;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 555px;
	margin: 0 50px 20px 0;
	display:inline;
	overflow: auto;
	line-height:18px;
	float:right;
}

#piczone {
	width: 601px;
	height:314px;
	margin: 0 10px 0 0;
	display:inline;
	overflow: auto;
	line-height:23px;
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	float:right;
	background: url("/graphics/piczone.jpg") no-repeat;
}

#splashbottom {
	width: 576px;
	height: 184px;
	margin: 0 0 0 10px;
	padding:33px 0 0 264px;
	line-height:20px;
	font-size:11px;
	background: url("/graphics/splashbottom.gif") no-repeat;
}

#redbox {
	width: 423px;
	height: 52px;
	margin: 8px 0 0 13px;
	padding:5px 0 0 12px;
	font-size:20px;
	line-height:20px;
	background: url("/graphics/redbox.gif") no-repeat;
}

#right_foot {
	float: right;
	padding-top: 53px;
	padding-right:26px;
	text-decoration: underline;
}

#left_foot {
	float: left;
	padding-top: 53px;
	padding-left:26px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #067fdd;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #e53f47;
	text-decoration: underline;
}

a.imedia {
	color: #fff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #e53f47;
	text-decoration: underline;
}

a.learn {
	color: #e53f47;
	font-weight:bold;
	text-decoration: none;
}
a.learn:hover {
	color: #067fdd;
	text-decoration: underline;
}



h1 {
	font-weight:normal;
	font-size:30px;
	color: #e1132f;
	text-transform: capitalize;
	font-style:italic;
	margin:4px 0 21px 0;
}

h2 {
	font-weight:bold;
	font-size:13px;
	color: #000000;
	text-transform: capitalize;
	font-style:italic;
	margin:0 0 0 -85px;
}


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;
}


#blockholder{
width: 204px;
height:299px;
margin:15px 0 0 6px;
padding:2px 0 0 0;
background: url("/graphics/blueblockbg.gif") no-repeat;
}

#splashblockholder{
width: 213px;
height:299px;
margin:15px 0 0 29px;
padding:1px 0 0 0;
}



/* menu codes */




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 202px;
margin:0 0 0 2px;
padding: 0;
font-size: 15px;
text-align:left;
text-transform:capitalize;
font-style:italic;
}

* html #blueblock{ /*IE 6 only */
w\idth: 187px; /*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 0 0 15px;
.padding: 3px 0 0 15px;
color: #ffffff;
text-decoration: none;
width: 187px;
height:23px;
.height:25px;
border-bottom:2px solid #98cbee;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #98cbee;
	text-decoration: none;
}




#blueblock2{
width: 213px;
margin:0 0 0 2px;
padding: 0;
font-size: 15px;
text-align:left;
text-transform:capitalize;
font-style:italic;
}

* html #blueblock{ /*IE 6 only */
w\idth: 198px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock2 ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock2 li {
margin: 0;
}

li a.blueblock2 {
display: block;
padding: 5px 0 0 15px;
.padding: 3px 0 0 15px;
color: #ffffff;
text-decoration: none;
width: 198px;
height:23px;
.height:25px;
border-bottom:2px solid #98cbee;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #98cbee;
	text-decoration: none;
}




