/**
 * 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: #000000;
	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:900px;
	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#header {
	width:900px;
	height:154px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 88px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:900px;
	height:88px;
	bottom:0; /* stick to bottom */
	color: #000000;

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 720px;
	height:48px;
	margin: 0 auto 0 auto;
	background: url("/graphics/topmenubg.gif") no-repeat;
}

#leftmenu {
	width: 176px;
	margin: 0 0 0 0px;
	padding: 12px 0 22px 0px;
	border-left:4px solid #f04d95;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 720px;
	padding: 0;
	margin:0px;
	overflow: auto;
	line-height:15px;
	float:right;
}

td.jointext {
	color: #f04d95;
	font-size: 13px;
	.font-size: 12px;
	font-family: palatino; 
	font-weight: bold;
	
}

#interior {
	width: 656px;
	padding: 0 0 0 4px;
	margin:20px 26px 20px 0;
	overflow: auto;
	line-height:18px;
	float:right;
	display:inline;
}

#welcome {
	float:right; 
	width:378px; 
	height:508px; 
	border-bottom:6px solid #f04d95;
	background: url("/graphics/welcome.gif") no-repeat;
}

#titel {
	font-weight:bold;
	font-size:25px;
	color: #f04d95;
	text-transform: capitalize;
	padding:0 0 10px 0;
	margin:0 0 12px -4px;
	_margin:0 0 12px 0;
}

#right_foot {
	float: right;
	padding-top: 12px;
	padding-right:15px;
	text-decoration: underline;
}

#left_foot {
	float: left;
	padding-top: 12px;
	padding-left:15px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #72a106;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #e09880;
	text-decoration: underline;
}

a.subcat {
	color: #72a106;
	text-decoration: underline;
	font-weight:bold;
	 outline: none;

}
a.subcat:hover {
	color: #e09880;
	text-decoration: underline;
}

a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #72a106;
	text-decoration: underline;
}

a.vieu {
	color: #f04d95;
	font-size:14px;
	text-decoration: none;
}
a.vieu:hover {
	color: #72a106;
	text-decoration: underline;
}

#subtitel {
	font-weight:bold;
	font-size:16px;
	color: #ffa4cc;
	text-transform: capitalize;
}

h1 {
	font-weight:bold;
	font-size:25px;
	color: #f04d95;
	text-transform: capitalize;
	margin:0 0 22px -4px;
}


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: #f04d95;
	text-decoration: none;
}
a.catalog:hover {
	color: #72a106;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #72a106;
	text-decoration: none;
	font-size: 20px;
	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;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 550px;
   height:25px;
   background:#a3cc44;
   margin:10px 9px 0 0;
   display:inline;
   font-size:12px;
   font-weight:bold;
   float:right;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 26px;
   .line-height: 25px;
   margin: 0;
   padding: 0 14px 0 13px;
   .padding: 0 16px 0 16px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
   text-transform:uppercase;
}
.pipelist a:hover {
	color: #72a106;
	text-decoration: none;
}	

a.pipelist2 {
	color: #ffffff;	
	font-family:comic sans ms, arial,sans-serif;
	text-decoration: none;
    text-transform:capitalize;
    font-size:14px;
}
a.pipelist2:hover {
	color: #72a106;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 181px;
padding: 0;
font-size: 12px;
font-weight:bold;
color: #202629;
text-align:left;
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: #72a106;
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;
}





/*   cool 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;}



