/**
 * 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 : url("/graphics/topbg3.gif") repeat-x #ccc8bd;
	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:954px; 
	padding: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	background: url("/graphics/newpagebg.gif") repeat-y;
	min-height:100%; /* real browsers */
}

div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:954px; 
	padding: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	background: url("/graphics/newsplashbg.gif") repeat-y;
	min-height:100%; /* real browsers */
}


div#header {
	width:954px;
	height:194px;
	background: url("/graphics/header09.jpg") center no-repeat;
	margin: 0;
}

div#header_splash {
	width:954px;
	height:194px;
	background: url("/graphics/headersplash09.jpg") center no-repeat;
	margin: 0;
}
	
div#content_splash {
	padding:0 0 95px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#content {
	padding:0 0 80px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	background: url("/graphics/ctbg2.gif")  no-repeat;
}

div#footer {
	position:absolute;
	width:932px;
	height:55px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footerbg2.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 11px;
	visibility: hidden;
}




/* main nav */

#topmenu {
	width: 930px;
	height:43px;
	margin: 0 auto 0 auto;
	background: #0b87a8;
}



#leftmenu {
	width: 221px;
	height:630px;
	background: url("/graphics/newmenubg3.gif")  no-repeat;
	margin: 0 0 0 12px;
	padding:30px 0 0 0;
	float:left;
	display:inline;

}




/* content formatting */

#pagecontent {
	width: 590px;
	margin:39px 0 20px 0;
	padding: 0 70px 0 15px;
	overflow: hidden;
	line-height:15px;
	float:right;
	display:inline;

}

#pagecontent img {
	float:right;
	display:inline;
	margin:20px -38px 20px 20px;
	border:1px solid #aeaeae;

}

#splashcontent {
	width: 930px;
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
	overflow: auto;
	line-height:15px;
}

#welcome {
	text-transform: uppercase;
	font-size:24px;
	font-weight: bold;
	text-align:center;
	padding-right:20px;
	margin-bottom:13px;
	color:#7b7771;
}



#right_foot {
	color: #ffffff;
	float: right;
	padding-top: 15px;
	padding-right:35px;
	text-decoration: underline;
}

#left_foot {
	color: #ffffff;
	float: left;
	padding-top: 15px;
	padding-left:35px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}

a.more {
	color: #9b1619;
	text-decoration: none;
	font-size:11px; 
	float:right;
	margin:0 35px 0 0;
}
a.more:hover {
	color: #9b1619;
	text-decoration: underline;
}



h1 {
	font-weight:normal;
	font-size:25px;
	color: #ab0b0b;
	background: url("/graphics/h1dot.gif") center left  no-repeat;
	padding:10px 0 10px 44px;
	margin:0 0 22px -15px;
}

h2 {
font-weight: bold;
font-size:15px;
margin: 5px 0 0 0;
}

h3 {
	font-weight:normal;
	font-size:18px;
	line-height:21px;
	color: #9b1619;
	margin:0 0 22px 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;
}


/* 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;
}










	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 auto 0 45px;
padding: 7px 0 0 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:16px;
text-transform:capitalize;
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: 5px 18px 5px 18px;
text-decoration: none;
border-left:1px solid #6db7cb;
}

#underlinemenu ul li a:hover{
color: #95d2e3;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu2{
margin: 0 auto 0 auto;
padding: 0 0 0 38px;
width:892px;
height:39px; 
background: url("/graphics/brainbarbg.gif") #353535 right no-repeat;
}

#underlinemenu2 ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:15px;
text-transform:capitalize;
width: 100%;
}

* html #underlinemenu2 ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu2 ul li{
display: inline;
}


#underlinemenu2 ul li a{
float: left;
color: #fff;
padding: 12px 18px 12px 18px;
text-decoration: none;
border-left:1px solid #5d5d5d;
}

#underlinemenu2 ul li a:hover{
color: #6db7cb;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 221px;
padding: 0;
font-size: 15px;
text-align:left;
text-transform: capitalize;
}



#blueblock ul{
list-style: none;
margin: 0 0 0 0;
padding: 0;
border: none;
background: url(/graphics/newmenubg2.gif) no-repeat;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 10px 0 0 25px;
color: #000;
text-decoration: none;
height:29px;
border-right: solid 8px #007b9c;
border-bottom: solid 1px #a1a1a1;
margin-top: 1px;
}

li a.top {
border-top: solid 1px #a1a1a1;
}


li a.blueblock:hover{
color: #000;
	text-decoration: none;
	border-right: solid 8px #007b9c;
	background: #fff;
	margin-top: 1px;
}

li.on{
	background:#eeeeee;
}

li.on2{
	background:#f5f5f5;
}

li.on3{
	background:#ffffff;
}



#subnav div{
	margin-top:10px;


}

#subnav ul {
   list-style: none;
   margin: 12px 0 0 1px;
   padding: 0;
   content: hidden;
   
   }
   
#subnav li{
	display: inline;

}

#subnav li a{
   float: left;
   line-height: 14px;
   margin: -1px 0 0 -1px;
   padding: 7px 9px;
   white-space: nowrap;
   font-weight:bold;
   font-size:11px;
   border: solid 1px #cacaca;
   	color: #000000;
	text-decoration: none;
	background:URL('/graphics/subbg.jpg');

   
   }

#subnav li a:hover {
	color: #c50000;
	text-decoration: none;
	background:URL('/graphics/subbg2.jpg');
}	
	








