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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:23px;
	background-image:url(../images/background_main.gif);
	color:#333333;
}

h1 {font-size:20px;}
h2 {font-size:17px;}
h3 {font-size:15px; margin-bottom:5px;}

#product_nav a:link, #product_nav a:visited {
	width:174px;
	height:100ox;
	background-color:#AC7E00;
	margin-right:1px;
	float:left;
	text-align:center;
	font-size:16px;
	line-height:16px;
	padding:10px;
	color:#F7FD98;
	text-decoration:none;
	}
#product_nav a:hover {
	background-color:#C12423;
}

.first {
	margin-top:0px;
}

a:link, a:visited {
	text-decoration:none;
	color:#AC7E00;
}


a:hover {
	text-decoration:underline;
}