/* CSS Document */
html{
	margin:0;
	padding:0;
	background:url(../images/background_top.jpg) top repeat-x #ffffff;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333333;

}
body{
	margin:0;
	padding:0;
	background:url(../images/background.jpg) top no-repeat;
	height:100%;
	padding-left:20px;
}
h2{
	font-size:1em;
	color:#33A102;
}
h3{
	font-size:1.1em;
}
#container{

	width:940px;
	margin-left:auto;
	margin-right:auto;
}
#left{

	float:left;
	margin-top:230px;
	width:200px
}
#main_text{
	padding-top:420px;
	padding-left:250px;

}
#footer{
	clear:both;
}
strong{
	color:#EC7E0D;
}
.note{
	font-size:0.8em;
	font-weight:100;
}
.product{
	padding-top:3em;
	float:left;
	width:200px;
	padding-bottom:2em;
}
a.product img{
	border:1px solid #999999;
}
a:link{
	color:#33A102;
	text-decoration:none;
}
a:visited{
	color:#33A102;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
