*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	text-align: center;
}


#container
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	width: 760px;
	height: auto;
	text-align: left;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 139px;
	border-bottom: 3px solid #339933;
}

a.logo
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 272px;
	height: 139px;
	outline: none;
	float: left;
	background: #fff url(images/logo.gif) no-repeat;
}

#banner
{
	float: left;
}

#menu
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 635px;
	height: 20px;
	margin: 0px auto;
}

#menu li
{
	list-style-type: none;
	float: left;
	padding: 2px;
}

#menu li a
{
	color: #339933;
	background-color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	outline: none;
}

#menu li a:hover, #menu li a.active
{
	background-color: #339933;
	color: #fff;
}

#leftcontent
{
	position: relative;
	top: 20px;
	left: 20px;
	width: 330px;
	height: auto;
	float: left;
}

#rightcontent
{
	position: relative;
	top: 20px;
	right: 20px;
	width: 350px;
	height: auto;
	float: right;
}

#fullcontent
{
	position: relative;
	top: 20px;
	left: 10px;
	width: 725px;
	height: auto;
	margin: 0px auto;
}

p
{
	color: #333;
	background-color: #fff;
	line-height: 200%;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 2px;
}

p.customer
{
	color: #333;
	background-color: #fff;
	line-height: 150%;
	font-weight: bold;
	margin: 0px;
	text-align: right;
}

blockquote
{
	color: #666;
	background-color: #fff;
	line-height: 150%;
	margin-bottom: 15px;
	margin-left: 2px;
	margin: 10px 2px 5px 2px;
}

h2, h3
{
	color: #339933;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	margin-left: 2px;
}

a
{
	background-color: #fff;
	color: blue;
	text-decoration: underline;
}

a.next
{
	padding: 3px 5px;
	background-color: #339933;
	color: #fff;
	text-decoration: none;
}

a.product_link
{
	background-color: #fff;
	color: #339933;
	text-decoration: none;
}

a.product_link:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

input.green, textarea.green
{
	border: 1px solid #339933;
}

input.red, textarea.red
{
	border: 1px solid #339933;
	background-color: #FFFF88;
}	

#footer
{
	position: relative;
	top: 0px;
	left: 10px;
	width: 760px;
	height: 30px;
	text-align: left;
	margin-top: 50px;
}

#footer a
{
	color: #339933;
	background-color: #fff;
	text-decoration: none;
}
