@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0}

body {
background-color:#87c9f7;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1b638d;
}

img {border:none}

h2 {
font-size:22px;
text-transform:uppercase;
color:#fff;
font-weight:100;
}

.leftBox h2 {
text-align:right;
padding:70px 30px 0 0;
}

h3 {
font-size:18px;
font-weight:100;
padding:5px 10px;
}

ul {
padding:5px 30px;
list-style-type:circle;
}

p, #rightSide .product p {padding:5px 10px}

#rightSide p {padding:5px 80px}

.more{
display:block;
margin-right:30px;
text-align:right;
padding:5px;
}

.more a {color:#fff; text-decoration:none}
.more a:hover {border-bottom:2px dotted #ffdf5d}

#wrapper {
width:990px;
margin:0 auto;
}


.product.last, .leftBox.yellow ul .last {border:none}

	#header {
	height:195px;
	background:url(../images/header_bg.jpg) no-repeat;
	}
		#logo {float:left; padding:35px 0pt 0pt 70px;}
	
		#menu {float:right; margin-right:60px; }
		#mnuLeft, #mnuMiddle, #mnuRight {height:59px; float:left;}
		
			#mnuLeft{ 
			
			width:22px; 
			background:url(../images/mnu_left.png) no-repeat
			}
			
			#mnuMiddle{min-width:20px; background:url(../images/mnu_mid.png) repeat-x}
			
			#menu ul { list-style-type:none}
			#menu ul li {display: inline; padding:0 10px;}
			#menu a {
			color:#fff;
			text-decoration:none;
			font-size:18px;
			}
			
			#menu a:hover, #menu li.current a {border-bottom:3px dotted #ffdf5d; color:#fffae4}
			
			#mnuRight{ 
			width:21px; 
			background:url(../images/mnu_right.png) no-repeat
			}
	
	#content {
	}
	
		#leftSide {
		width:329px;
		float:left;
		}
			
			.leftBox p{
			padding:0 30px;
			}
			.leftBox.green {color:#374f14}
			.leftBox.yellow, .leftBox.yellow ul a {color: #755f05}
			
			.boxTop, .boxBottom {background-repeat:no-repeat}
			.boxMiddle {background-repeat:repeat-y}
				
			.leftBox .boxTop {height:109px}
			.leftBox .boxMiddle {min-height:200px}
			.leftBox .boxBottom {height:19px}
			
			.leftBox.green .boxTop {background-image:url(../images/green_box_top.png)}
			.leftBox.green .boxMiddle {background-image:url(../images/green_box_mid.png)}
			.leftBox.green .boxBottom {background-image:url(../images/green_box_bott.png)}
			
			.leftBox.yellow .boxTop {background-image:url(../images/yellow_box_top.png)}
			.leftBox.yellow .boxMiddle {background-image:url(../images/yellow_box_mid.png)}
			.leftBox.yellow .boxBottom {background-image:url(../images/yellow_box_bott.png)}
			.leftBox.yellow ul {list-style-type: none}
			.leftBox.yellow ul li, .leftBox.yellow ul li.haschild.hide {
			background:url(../images/cat_bullet.png) no-repeat;
			padding:5px 0 5px 25px;
			background-position:3px 3px ;
			border-bottom:1px dotted #e9c840;
			} 
			
			.leftBox.yellow ul li a {
			font-size:14px;
			text-decoration:none;
			text-transform:uppercase;
			}
			
			.leftBox.yellow ul li a:hover,
			.leftBox.yellow ul li ul li a {color: #c84701}
			
			.leftBox.yellow ul li.active a:hover { border-bottom:1px dotted} 
			 
			.leftBox.yellow ul li.active:hover {
			background-image:url(../images/cat_bullet_active.png);
			background-color:#fce375; 
			}
			
			.leftBox.yellow ul li a:hover {color: #c84701; }
			.leftBox.yellow ul li:hover{background-color:#fce375}
			
			.leftBox.yellow ul li ul { list-style-type:circle; padding-left:10px}
			.leftBox.yellow ul li ul li {background:none; padding-left:0} 
			.leftBox.yellow ul li ul li a {
			font-size:12px; 
			text-transform:none;
			color: #c84701;
			}
			
			.leftBox.yellow ul li.active .active {
			list-style-type:none;
			background: url(../images/cat_bullet_active_small.jpg) no-repeat;
			background-position:0 5px;
			padding-left:16px;
			}
			
			.leftBox.yellow ul li.active .active ul {list-style-type:circle;	}
		
		#rightSide {
		margin-left:340px;
		width:650px;
		}
		
			#rightSide .boxTop {
			background-image: url(../images/clouds_top.jpg);
			height:107px;
			}
			
				.duck {
				
				margin:20px 0 0 50px;
				}
				
				#rightSide .boxTop h2 {
				border-bottom:3px dotted #ffed87;
				color:#87C9F7;
				margin:-50px 100px 0pt 350px;
				padding-bottom:3px;
				}
			
			#rightSide .boxMiddle {
			background-image: url(../images/clouds_mid.jpg);
			min-height: 800px;
			padding-top:20px;
			}
				.product {padding:20px 0; border-bottom:2px dotted #e0f0fb; margin:0 80px;}
				.product img {border:1px solid #8dc9ec}
				.product table td{ vertical-align:top}
			
			#rightSide .boxBottom {
			background-image:url(../images/clouds_bott.jpg);
			height:108px;
			}
	
	#footer {
	clear:both;
	background:url(../images/birds.gif) no-repeat;
	background-position:860px -2px;
	height:40px;
	color:#fff;
	font-size:10px;
	padding-right:80px;
	}
	
	#footer a {color:#fff; text-decoration:none; padding-bottom:3px}
	#footer a:hover {border-bottom:1px dotted}
	
	#footer p {float:right; margin:10px 65px 0 0}