* {
	margin: 0px;
}
html {
	background-color: #414141;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 167px;
}
body {
	background-color: #F6F6EC;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Script;
	font-size: 10pt;
	color: #444411;
}

#menu {
	display: block;
	height: 50px;
	width: 600px;
	padding-left: 250px;
}
	
#menu a {
	display: block;
	float: left;
	font-size: 11pt;
	width: 145px;
	margin-right: 5px;
	height: 28px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #444411;
}
#menu a:hover{
	color: #B3C649;
	text-decoration: underline;
}
.hit  {
	background-image: url(images/bg-menu.jpg);
	color: #FFFFFF!important;
	background-repeat: no-repeat;
	background-position: center top;
}

#mainbody {
	display: block;
	width: 850px;
	margin: 50px;
	margin-left: auto;
	margin-right: auto;
}
#col1 {
	display: block;
	margin-top: 15px;
	width: 300px;
	float: left;
	color: #666666;
}
#col2 {
	display: block;
	margin-top: 15px;
	width: 500px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 4px;
	float: left;
}
form {
	background-color: #D1E6D1;
	background-image: url(images/bg-form.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 25px;
	padding-bottom: 70px;
	border: 1px solid #CCCCCC;
}
form h2 {
	margin: 0px!important;
}
label {
	display: block;
	font-weight: bold;
	width: 100px;
	margin-left: 10px;
	font-size: 10pt;
	float: left;
}
.required {
	color: #006600;
}
.setwidth2 {
	width: 75%;
}

#header {
	position: absolute;
	display: block;
	width: 700px;
	height: 40px;
	z-index: 10;
	top: 9px;
	right: 15px;
	color: #FFFFFF;
	font-size: 13pt;
	text-align: right;
}
#header a {
	color: #FFFFFF;
}

#logo {
	position: absolute;
	display: block;
	width: 233px;
	height: 225px;
	z-index: 15;
	background-image: url(images/bg-logo.jpg);
	left: 0px;
	top: 0px;
}

#footer {
	display: block;
	clear: both;
	height: 34px;
	padding-top: 50px;
	font-size: 8pt;
	text-decoration: none;
	color: #B3C649;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}
#footer a {
	font-size: 8pt;
	text-decoration: none;
	color: #B3C649;
}
#footer a:hover {
	text-decoration: underline;
}
	
h1 {
	font-size: 20pt;
	font-weight: normal;
	margin: 0px;
	color: #B3C649;
}
h2 {
	margin-top: 15px;
 	font-size: 12pt;
	color: #444411;
}
h3 {
 	font-size: 11pt;
	color: #B3C649;
}
p {
	line-height: 1.75em;
	margin: 0px;
	margin-bottom: 15px;
}
p strong {
	font-size: 12pt;
	line-height: 1.75em;
	font-weight: bold;
}
p a {
	color: #444411;
}
ul { 
	line-height: 1.25em;
	list-style-type: square;
	font-weight: bold;
	margin-left: 25px;
}
li {
	line-height: 1.4em;
}
hr {
	color: #B3C649;
	background-color: #B3C649;
	margin-bottom: 15px;
	height: 1px;
	clear: both;
}

.slide {
	filter: blendTrans(duration=3);
	border: none;
	float: right;
	margin-left: 30px;
	width: 163px;
	height: 195px;
	border: 5px solid #B3C649;
}

.box33 {
	display: block;
	width: 33%;
	text-align: center;
	float: left;
}
.box33 h2 strong {
	font-size: 16pt;
	color: #B3C649;
}
.box33 img {
	filter: blendTrans(duration=3);
	width: 194px;
	height: 144px;
	border: 5px solid #B3C649;
	margin-top: 15px;
	margin-bottom: 5px;
}
.invertcell {
	color: #B3C649;
	background-color: #444411;
}
.salestable {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #444411;
}
.salestable th {
	padding-bottom: 15px;
}
.rightimg {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imgborder {
	border: 5px solid #B3C649;
}
