*{
	margin:0;
	padding:0;
}
body{
	background:url(../images/bg.jpg) repeat;
	font-family:"Gill Sans MT", Arial, serif;
	font-size:75%;
	}
h1, h2, h3{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-weight:normal;
	letter-spacing:-1px;
	}
h1{
	color:#d56fa7;
	font-size:1.4em;
	}
h2{
	color:#78a488;
	font-size:1.8em;
	letter-spacing:-1.5px;
	}
h3{
	color:#3f6b4f;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:bold;
	font-family:"Gill Sans MT", Arial, serif;
	font-style:normal;
}
p{
	color:#78a488;
	text-align:justify;
	margin:0px 0px 10px 0px;
	}
a{
	text-decoration:none;
	color:#3f6b4f;
}
img{
	border:0;
	display:block;
	margin:0;
	padding:0;
}
#container{
	width:600px;
	margin:0 auto;
	background: #fff;
	min-height:100%;
	}
#header{
	width:600px;
	min-height:270px;
	background:url(../images/logo.gif) no-repeat bottom left #fff;
	clear:both;
	}
#header h1{
	text-align:right;
	padding:110px 10px 10px 0px;
	clear:right;
	}
.nav_wrapper{
	float:right;
	margin:0px 10px 0px 0px;
}
.nav{
	list-style:none;
	float:left;
	margin:10px 0px 10px 20px;
	border-top: dashed 1px #78a488;
	border-bottom: dashed 1px #78a488;
	font-size:11px;
	background:#ffffff;
	padding:0px 0px;
	font-weight:bold;
	}
.nav li{
	padding:5px 4px;
	float:left;
	}
.nav li a{
	color: #78a488;
	display:block;
	}
.nav li:hover{
	cursor:pointer;
	background:#78a488;
}
.nav li a:hover{
	color:#fff;
}
.basket{
	/*background:#3f6b4f;
	border:0;
	font-family:"Gill Sans MT", Arial, serif;
	font-size:100%;
	color:#fff;
	padding:4px 0px;*/
	clear:both;
	float:right;
	margin:10px 10px 10px 0px;
}
.basket a{
	padding:3px 0px 3px 30px;
	color:#78a488;
	background:url(../images/basket_add.gif) no-repeat top left #fff;
		cursor:pointer;
	font-weight:bold;
}
.basket a:hover{
	color:#3f6b4f;
}
.link{
	list-style:none;
	text-align:center;
	margin:10px 60px 10px 60px;
	border-top: dashed 1px #78a488;
	border-bottom: dashed 1px #78a488;
	}
.link li{
	display:inline;
	padding:1px 5px;
	}
.link li a{
	color: #78a488;
	}
.link li:hover{
	cursor:pointer;
	background:#78a488;
}
.link li a:hover{
	color:#fff;
}
.link li.basket{
	background:#3f6b4f;
}
.link li.basket a{
	color:#fff;
}

.page_nav{
	list-style:none;
	float:right;
	margin:10px 20px 20px 0px;
	border-top: dashed 1px #78a488;
	border-bottom: dashed 1px #78a488;
	}
.page_nav li{
	display:inline;
	padding:1px 5px;
	}
.page_nav li a{
	color: #78a488;
	}
.page_nav li:hover{
	cursor:pointer;
	background:#78a488;
}
.page_nav li a:hover{
	color:#fff;
}
.page_nav li.basket{
	background:#3f6b4f;
}
.page_nav li.basket a{
	color:#fff;
}

.content{
	padding:10px 65px;
	clear:both;
	}
#frame_top{
	width:600px;
	height:230px;
	background:url(../images/frame_top.jpg) no-repeat top center;
}
#frame_bottom{
	width:600px;
	height:230px;
	background:url(../images/frame_bottom.jpg) no-repeat bottom center;
}
.buy_box{
	width:140px;
	float:left;
	margin:60px 0px 0px 100px;
	text-align:right;
}
.small{
	font-size:1.4em;
	letter-spacing:-1px;
}
.buy_kit{
	width:140px;
	float:right;
	margin:85px 100px 0px 0px;
	text-align:left;
}
#frame_bottom a{
	font-size:1.8em;
	color:#3f6b4f;
	font-family:"Georgia", Times New Roman, Times, serif;
	letter-spacing:-2px;
}
#footer{
	padding:10px;
}
#footer p{
	margin:0;
}
#footer_left{
	width:290px;
	float:left;
}
#footer_right{
	width:290px;
	float:right;
}
#footer_right p{
	text-align:right;
}
.clear{	
	clear:both;
	height:0px;
}
#products, .products_os{
	width:570px;
	margin:0px 15px 0px 15px;
}
#products .product, .products_os{
	width:120px;
	margin:0px 10px 10px 0px;
	padding:5px 6px;
	border:1px solid #3f6b4f;
	float:left;
}
#products .last{
	margin:0px 0px 10px 0px;
}
#products .product img, .products_os{
	border:0;
	margin:0 0 5px 0;
}
#products .product a img, .products_os{
	border:0;
	margin:0 0 5px 0;
}
.long_desc{
	border:solid 1px #78a488; 
	padding:10px; 
	margin:0px 10px 10px 0px;
}
.long_desc img{
	float:left; 
	padding:0px 10px 0px 0px;
	margin:0;
}

.long_product{
	width:100px;
	float:right;
}
#products .product h2, .long_product h2, .products_os{
	background:url(../images/title_corner.gif) no-repeat top left;
	padding:15px 0px 0px 20px;
	text-align:right;
}
#products .product h3, .long_product h3{
	width:80px;
	float:left;
}
#products .product h3 span, .long_product h3 span{
	font-size:0.6em;
	letter-spacing:-1px;
	font-weight:normal;
}
#products .product a.add, .long_product a.add{
	width:16px;
	float:right;
	margin:5px 10px 0 0;
}
#products .product a.add img, .long_product a.add img{
	border:none;
	margin:0;
}
.product_title{
	padding:10px 0px 10px 0px;
	clear:both;
}
.quantity{
	font-size:0.6em;
}
.kit_image{
	width:600px;
	min-height:460px;
	background:url(../images/kit_image.jpg) no-repeat top left;
}
.kit_image2{
	width:600px;
	min-height:460px;
	background:url(../images/kit_image2.jpg) no-repeat top left;
}
.kit_image3{
	width:600px;
	min-height:460px;
	background:url(../images/kit_image3.jpg) no-repeat top left;
}
.kit_image4{
	width:600px;
	min-height:460px;
	background:url(../images/kit_image4.jpg) no-repeat top left;
}
.kit_image ul, .kit_image2 ul, .kit_image3 ul, .kit_image4 ul{
	float:right;
	margin:120px 80px 0px 0px;
	color:#3f6b4f;
	list-style:none;
	padding:0;
}
.kit_image ul li, .kit_image2 ul li, .kit_image3 ul li, .kit_image4 ul li{
	padding:0px 0px 10px 0px;
	margin:0;
}
.kit_image ul li ul, .kit_image2 ul li ul, .kit_image3 ul li ul, .kit_image4 ul li ul{
	float:none;
	margin:0px 0px 0px 20px;
	list-style:circle;
	padding:0;
}
.kit_image ul li ul li, .kit_image2 ul li ul li, .kit_image3 ul li ul li, .kit_image4 ul li ul li{
	padding:0;
	margin:0;
}



h2.kit_purchase{
	padding:0px 0px 10px 40px;
	color: #3F6B4F;
}
h2.kit_purchase span.price{
	color:#78A488;
}
h2.kit_purchase span.pp{
	font-size:0.6em;
	color:#78A488;
}
.content dl.halfwidth{
	float:left;
	width:230px;
}
.content dl.fullwidth{
	clear:both;
	width:100%;
}
.content dt{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-weight:normal;
	letter-spacing:-1px;
	color:#d56fa7;
	font-size:1.4em;
} 
.content dd{
	margin:0px 0px 5px 0px;
}
.content dl.halfwidth dd input{
	width:200px;
	padding:1px;
}
.content dl.halfwidth dd textarea{
	min-height:110px;
	padding:2px;
}
.submit{
	border:0;
	border-top: dashed 1px #78a488;
	border-bottom: dashed 1px #78a488;
	color: #3f6b4f;
	font-family:"Gill Sans MT", Arial, serif;
	float:right;
	margin:0px 10px 0px  0px;
	padding:0px 3px;
	background:#ffffff;
}
.submit:hover{
	cursor:pointer;
	background:#78a488;
	color:#fff;
}
.nodisplay{
	display:none;
}
.search {
	float:left;
	margin:10px 0px 0px 0px;
		border-top: dashed 1px #78a488;
	border-bottom: dashed 1px #78a488;
	padding:2px 0px 2px 15px;
}
.search label{
	color:#78a488;
	}
.search .button{
	border:none;
	font-family:"Gill Sans MT", Arial, serif;
	border-top: dashed 1px #78a488;
	border-bottom: dashed 1px #78a488;
	background:#3f6b4f;
	color: #78a488;
	padding:0px 2px;
}
.search .button:hover{
	cursor:pointer;
	background:#78a488;
	color:#fff;
}
.search input{
	
	font-family:"Gill Sans MT", Arial, serif;
	margin:0px 2px;
	font-size:11px;
}
.pp th{
	text-align:left;
	color:#3f6b4f;
}
.pp td{
	border-bottom:dotted 1px #ccc;
	color:#78a488;
}
form label {
  display: inline-block;
  width: 225px;
  font-weight: bold;
  color: #78a488;
  padding-bottom: 10px;
}
input.radio{
     color: #78a488;
     padding-left: 10px;
}
input.submit{
	float: right;
}
