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


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;

}
#container {

	width:900px;
margin:0 auto;
}
a {
	color:#009900;
	text-decoration:none;
}
h1, h2{
color:#00cc66
}
h3 {
	color:#5F4987;
	margin-top: 0px;
	display: inline;
}

.footer {

}

.footer a {

color:#336600;
}
.text_left {
text-align:left;
}

.small_product_block {
	float: left;
	width: 160px;
	padding: 10px;
	text-align: center;
}
.product_block {
	float: left;
	width: 860px;
	padding: 20px;
	clear: both;
}
.product_header {
	float:left;
	width:860px;
	margin-bottom: 10px;
}
.product_block_inner {
	float: left;
	width: 400px;
}



.clearboth {
clear:both;
}

.clearright {
clear:right;
}

.clearleft {
clear:left;
}
.left {
	float:left;
	margin-right: 10px;
}
.image_holder {
	float: left;
	font-size: 0.85em;
	text-align: center;
	margin-right: 30px;
}

.right {
float:right;
}
.read_more {
float:left;
color:#333366;
	width:92px;
	height:20px;
	background-image:url(../images/read_more.gif);
	padding: 10px 30px;
}
.read_more a{
color:#333366;
}
.form_row {
margin-bottom:10px;
float:left;
}
.form_label {
width:200px;
float:left;
}
.form_input {
float:left;width:200px;
}
