html, body
	{
	margin: 0 auto;
	padding: 0;
	
	}
body
	 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000000;
	background: #GGGGGG;
	text-align: center;
	}
h3	
	{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 20px;
	color: #666666;
	background: #GGGGGG;
	}

#header
	{
	width:700px;
	height:150px;
	margin:auto;
	background-color:#FFFFFF;
	}
	
#center-block
	{
	margin:auto;
	width:700px;
	text-align:left;
	}
#madein a 
	{
	color:#666666;
	}
#category a 
	{
	color:#666666;
	}
#featured
	{
	width:350px;
	float: right;
	clear: right;
	margin:4px;
	}
#result
	{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 15px;
	color: #666666;
	background: #GGGGGG;
	}
#topnav a
	{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	color: #666666;
	background: #GGGGGG;
	text-decoration: none;
	}
.productheader
	{
	font-family: Verdana, Sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}
.align-left
	{
	text-align:left;
	}
.align-center
	{
	text-align:center;
	}
.float-left
	{
	float: left;
	clear: left;
	margin: 4px;
	}
#footer {
	font: normal 14px "Century Gothic","Lucida Grande","verdana", "lucida", sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #666666;
	}
#footer a:link 
	{
	color: #666666; text-decoration: none; 
	}
#footer a:active 
	{
	color: #0000ff; text-decoration: none;
	}
#footer a:visited 
	{
	color: #008000; text-decoration: none;
	}
#footer a:hover 
	{
  	color:orange; text-decoration: none; 
	}

li.inline 
	{
  	display: inline;
  	padding-left: 3px;
  	padding-right: 7px;
  	}

li.last 
	{
  	display: inline;
  	padding-left: 3px;
  	padding-right: 3px;
  	border-right: 0px;
  	}
.line
	{
	border-top: 1px solid #000000;
	}
	