* {
	padding: 0;
	margin: 0;
}

body {
	background: #F2F1E9;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #666;
	line-height: 17px;
}

img {
	padding: 10px;
	border: 1px solid #EBE8DB;
	background: #FAF9F4;
}

a {
	color: #FF7400;
}

a:hover {
	text-decoration: none;
	color : #444;
}

.blank {
	clear: both;
}

strong {
	font-weight: normal;
	color: #105206;
}

#wrap {
	background: #fff;
	width: 1000px;
	margin: 5px auto 0 auto;
	padding: 4px;
}

#header {
	background: url("/images/logo.jpg") no-repeat;
	height: 250px;
	width: 1000px;
}

#header a {
	display: block;
	width: 785px;
	height: 250px;
	font-weight: 600;
	color: #FF7400;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 20px;
	font-size: 10px;
	line-height: 12px;
	margin-left: 10px;
}

#header a span.logo {
	display: block;
	font-size: 44px;
	line-height: 40px;
	letter-spacing: 1px;
	margin-left: -10px;
	color: #6da264;
}

#menu {
	height: 30px;
	line-height: 30px;
	padding: 1px;
	border-top: 4px solid #FF7400;
	border-bottom: 4px solid #FF7400;
	background: #FFF url("/images/menu.jpg") repeat-x 0 1px;
}

#menu li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

#menu li a {
	color: #FFF;
	font-weight: 600;
	display: block;
	text-decoration: none;
	padding: 0 10px;
}

#menu li a:hover {
	background: #FA9C39 url("/images/menuover.gif") repeat-x;
}

#menu ul {
	padding-left: 1px;
}

#content {
	padding-top: 10px;
	clear: both;
}

.left {
	float: left;
	width: 720px;
	margin-right: 10px;
	padding: 20px 10px;
	text-align: justify;
}

.left p {
	margin-top: 10px;
}

.left ol {
	margin: 10px 0 0 30px;
}

.left blockquote {
	clear: both;
	font-style: italic;
	border: 1px solid #FF7400;
	background: #ffefc9;
	color: #105206;
	padding: 10px 10px 10px 30px;
}

.left h2 {
	color: #FF7400;
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: 100;
	padding : 0 0 15px 0;
}

.left h2 a {
	color: #FF7400;
}

.left h2 a:hover {
	color: #333;
}

.left a.prod {
	display: block;
	width: 234px;
	float: left;
	text-align: center;
	margin: 2px;
	padding: 18px 0;
	border: 1px solid #EBE8DB;
	background: #FAF9F4;
	text-decoration: none;
	font-weight: bold;
}

.left a.prod:hover {
	border: 1px solid #FF7400;
	background: #ffefc9;
}

.left a.prod img {
	border: none;
	padding: 0;
}

img.right {
	float: right;
	margin: 14px 0 10px 20px;
	width: 300px;
}

table {
	margin-top: 20px;
}

th, td {
	padding: 4px 0;
	text-align: left;
}

.right {
	float: left;
	width: 220px;
	padding: 10px;
	color: #105206;
	border: 1px solid #EBE8DB;
	background: #FAF9F4;
	font-size: 11px;
	line-height: 14px;
}

.right h2 {
	color: #FF7400;
	padding: 15px 0 5px 10px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

.right ul {
	list-style: none;
	letter-spacing: -1px;
}

.right ul li {
	margin-top: 10px;
	padding-bottom: 5px;
}

.right ul li a {
	color: #105206;
	text-decoration: none;
	border-bottom: 1px solid;
}

.right ul li a:hover {
	color: #105206;
	border-bottom: none;
}

#footer {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	border-top: 4px solid #db620f;
	border-bottom: 4px solid #db620f;
	background: #FFF url("/images/menu.jpg") 0 1px repeat-x;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid;
}

#footer a:hover {
	border-bottom: none;
}

#sub {
	clear: both;
	text-align: center;
	width: 1000px;
	padding: 0 0 0 5px;
	margin: 0 auto;
	margin-top: 20px;
}

#sub ul {
	width: 1000px;
	list-style: none;
	float: left;
}

#sub ul li {
	float: left;
	width: 244px;
	margin-bottom: 5px;
	padding: 0 3px;
	text-align: left;
	line-height: 1.3em;
	border: 0;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

#sub ul li a {
	font-size: 10px;
	text-decoration: none;
	border: none;
	color: #000;
	text-decoration: underline;
}

#sub a:hover {
	color: #a0640e;
	text-decoration: none;
}