/**
 * 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/bg.gif");
	font-family: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:850px; 
	padding: 0 15px;
	background: URL("/graphics/grad850.png") repeat-y; /* page bg with fade */
	_background: URL("/graphics/grad850.gif") repeat-y; /* page bg used in IE6 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:850px;
	height:157px;
	background: url("/graphics/header.gif") #d0d0d0 no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:850px;
	height:38px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") #cccccc no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #cacaca;

}




/* main nav */


#topmenu {
	width: 850px;
	height:40px;
	margin: 0 auto 0 auto;
	background: url("/graphics/topmenubg.gif") #ececec no-repeat;
}

#leftmenu {
	width: 200px;
	height:467px;
	margin: 0 0 0 0px;
	background: #eaeaea;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 560px;
	padding: 20px 50px 20px 40px;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

/*
#pagecontent img {
	float:right;
	display:inline;
	margin:-20px -58px 20px 20px;
	border-right:13px solid #006587;

}

*/

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 8px;
	padding-left:20px;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 8px;
	padding-right:20px;
	text-decoration: underline;
}


#right_foot a{
	color: #cacaca;
	text-decoration: underline;
}

#right_foot a:hover{
	color: #c50000;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.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: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}





#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	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;
}

.error2
{
    border: 1px solid red;
}

/* 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;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 780px;
   margin:0 10px 0 auto;
   font-size:11px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #e0d3ab;
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: url('/graphics/rollover.gif') #e1daa2 repeat-x;
	}
	
.pipelist a {
	color: #1b2022;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 10px;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:14px;
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: 12px 15px 0 15px;
height:28px;
text-decoration: none;
background:#68a705;
border-left:1px solid #408202;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #b99b1e;
}










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 181px;
padding: 0;
font-size: 12px;
color: #202629;
text-align:right;
text-transform:uppercase;
}

* 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: 10px 22px 0 0;
color: #000000;
text-decoration: none;
width: 159px;
height:24px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}





/*   vertical drop down menu   */





/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/tree_frog_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



#outer {	
	width:176px; 
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}

#outer #content {clear:left; position:absolute; left:230px; top:10px; width:250px; z-index:10;}

#menu {
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:176px; 
	left:0; 
	z-index:100;
}
#menu ul {list-style-type:none; padding:0; margin:0; width:176px;}
#menu li {float:left; position:relative;}

#menu li.sub {}

#menu li, #menu li a {
	display:block; 
	color:#72a106; 
	line-height:30px; 
	width:176px; 
	text-decoration:none;  
	cursor:pointer; 
	text-indent:13px;
}

#menu li.comicsub, #menu li a.comicsub {      /*  main item font style  */
	display:block; 
	color:#72a106; 
	line-height:30px; 
	width:176px; 
	text-decoration:none;  
	cursor:pointer; 
	text-indent:13px;
	font-family:comic sans ms, arial,sans-serif;
	text-decoration: none;
    text-transform:capitalize;
    font-size:16px;
  }
  
#menu li a.subsub {				/*  sub item bg  */
	float:left; 
	background:#e3fea2;
	color:#000000;  
	font-size: 11px;
	padding-left:7px;
	width:169px; 
	position:relative; 
}

#menu ul,
#menu li.click ul ul,
#menu li.click ul li.hover ul ul {display:none;}

#menu li.hover {
	color:#e09880; 
	z-index:500;
	background:#e3fea2; 
}
#menu li.click {
	color:#e09880; 
	z-index:500;
	background:#e3fea2; 
}

#menu li a.subsub:hover {					/*  sub item hover  */
	color:#72a106; 

}

#menu li.click ul {display:block;}
#menu li.click ul li.hover ul, 
#menu li.click ul li.hover ul li.hover ul {display:block; position:absolute; left:110px; top:-1px; border:1px solid #fff; border-width:0 1px 1px;}

#menu li.click ul li.fly {background: #657 url(frog_arrow.gif) no-repeat top right;}
#menu li.click ul li.hover {background:#98a;}

#menu li.click ul li.hover ul li {background:#c60;}
#menu li.click ul li.hover ul li.hover ul li {background:#780; z-index:500;}

#menu li.click ul li.hover ul li.fly {background: #c60 url(frog_arrow.gif) no-repeat top right;}
#menu li.click ul li.hover ul li.hover {z-index:500; background:#fa4;}
#menu li.click ul li.hover ul li.hover a {color:#000;}

#menu li.click ul li.hover ul li.hover ul li.hover {background:#aa0;}
#menu li.click ul li.hover ul li.hover ul li.hover a {color:#fff;}

#outer img {display:block; float:right;}
#outer p {margin:0px; padding:17px 0 0 0; color:#000; font-size:12px; font-family:arial, sans-serif; text-align:justify;}



#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#f1f1f1;
	width: 200px;
	}
label  
{
    width: 10em; 
    float: left; 
    }
label.error  
{
    float: none; 
    color: red; 
    padding-left: .5em; 
    vertical-align: top;
    }
    

    

    

