﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
a,img,ol, ul, li,fieldset,form,label,table,tr,td{
margin:0;padding:0;border:0;outline:0;
font-weight:normal;font-style:inherit;
font-size:100%;font-family:inherit;
vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
td{text-align: left;font-weight:normal;}

body
{
	background-color:#fff;	
	background:#fff url(/i/bg.gif) repeat-x 0 0;
}

#main
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:100%;
	height:50px;
}
#banner
{
	width:100%;
	height:280px;
	background-color:#000;
	margin-bottom:10px;
}
#menu
{
	height:32px;
	background:#000 url(/i/menu.gif) no-repeat 0 0;
	margin-bottom:4px;
	background-color:#000;
}
#content
{
	border:solid 1px #ccc;
	padding:20px;
	margin-bottom:10px;
	background-color:#fff;
	font-family:Arial, Sans-Serif;
	font-size:11px;
	color:#707070;
}
#footer
{
	height:25px;
	text-align:center;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	line-height:25px;
	color:#909090;
}


#menu li
{
	display: inline;
	float: left;
}
#menu li a
{
	text-decoration:none;
	color:#fff;
	display:block;
	float:left;
	margin-top:1px;
	height:24px;
	line-height:24px;
	font-family:Arial, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:1px;
	padding-left:20px;
	padding-right:20px;
}
#menu li a:hover
{
	background-color:#333;
	color:#eee;
}


#content h1
{
	font-family:Arial, Sans-Serif;
	font-size:15px;
	color:#7db437;
	margin-bottom:15px;
}
#content h2
{
	font-family:Arial, Sans-Serif;
	font-size:11px;
	color:#905000;
	margin-bottom:18px;
	text-transform:uppercase;
}
#content p
{
	margin-bottom:12px;
	line-height:18px;
	text-align:justify;
}
#content li
{
	line-height:24px;
}
#content a
{
	color:#ff9000;
	text-decoration:none;
}
#content a:hover
{
	text-decoration:underline;
}


#content #ecommerce li
{
	display:inline;
}

#content #ecommerce li img
{
	border:solid 6px #eee;
	margin:10px;
}
