html {
	margin: 0;
	padding: 12px 0;
	background-color: #000;
	font-family: arial, sans-serif;
	font-size: small;
}

body {
	color: #fff;
	margin: 0 auto;
	width: 85%;
	min-width: 829px;
	max-width: 900px;
	border: 0px solid #fff;
}
h1 {
	color: #009900;
}
h2 {
	padding-left: 10px;
	color: #009900;
	font-size: 110%;
}

/*
 * Top Tab Menu.
*/
div#unotmenu {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
div#duotmenu1 {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	font-weight: bold;
	background: #009900 url(../images/ttrbg.gif) no-repeat scroll top right;
}
div#duotmenu2 {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	background: #009900 url(../images/ttlbg.gif) no-repeat scroll top left;
}

div#unotmenu a,div#duotmenu2 a {
	padding-right: 10px;
}
a.topmenu {
	border-left: 1px solid #fff;
	padding-left: 10px;
}
a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

/*
 * Logo and Produce block.
*/
div#produce {
	float: right;
	width: 501px;
	height: 140px;
	background: transparent url(../images/prod.jpg) no-repeat scroll center center;
	/*background: transparent url(../images/prod-christmas.jpg) no-repeat scroll center center;*/
}
div#logob {
	margin-right: 501px;
	min-width: 274px;
	height: 140px;
	background: #000 url(../images/logom.gif) repeat scroll left center;
}
div#logom {
	float: left;
	width: 89%;
	height: 140px;
	background: transparent url(../images/logo.gif) no-repeat scroll center center;
	/*background: transparent url(../images/logo-christmas.png) no-repeat scroll center center;*/
}
div#logol {
	float: left;
	width: 12px;
	height: 140px;
	background: transparent url(../images/logol.gif) no-repeat scroll left center;
}
div#logor {
	float: right;
	width: 24px;
	height: 140px;
	background: transparent url(../images/logor.gif) no-repeat scroll right center;
}

/*
 * Middle Tab Menu.
*/
div#tretmenu {
	margin-top: 18px;
	padding-bottom: 5px;
	border: 0px solid #fff;
}

.ttml {
	float: left;
	margin-right: 2px;
	font-weight: bold;
	background: #009900 url(../images/ttlbg.gif) no-repeat scroll top left;
}
.ttmr {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background: transparent url(../images/ttrbg.gif) no-repeat scroll top right;
}
.ttmls {
	float: left;
	margin-right: 2px;
	color: #009900;
	background: #fff url(../images/ttmls.gif) no-repeat scroll top left;
	font-weight: bold;
}
.ttmrs {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background: transparent url(../images/ttmrs.gif) no-repeat scroll top right;
}

/*
 * Content.
*/
div#content {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-top: 5px solid #009900;
	border-right: 2px solid #009900;
	border-left: 2px solid #009900;
	background-color: #fff;
	color: #000;
}
div#content a:link {color: #009900; text-decoration: none;}
div#content a:visited {color: #009900; text-decoration: none;}
div#content a:hover {text-decoration: underline;}
div#content a:active {text-decoration: overline;}

p#guar {
	color: #009900;
	font-weight: bold;
	text-align: center;
}
p#tip {
	color: #009900;
	font-weight: bold;
	text-align: center;
}

div.prod {
	padding: 10px 0 10px 0;
	border-top: 1px dotted #009900;
}
div.testi1,div.testi2 {
	font-size: 25px;
	font-family: serif;
	color: #c0c0c0;

}
div.testi1 {
	float: left;
}
div.testi2 {
	text-align: right;
	line-height: 0;
}

div.special {
	background: transparent url(../images/special.png) no-repeat scroll top right;
	float: right;
	height: 30px;
	width: 29px;
	border: 0px solid red;
}

/*
 * Baseline.
*/
div#copyright {
	padding-right: 10px;
	text-align: right;
	font-size: smaller;
}
div#bll {
	height: 12px;
	background: transparent url(../images/fbl.gif) no-repeat scroll top left;
}
div#blm {
	height: 12px;
	background: transparent url(../images/fbm.gif) repeat-x scroll top left;
}
div#blr {
	float: right;
	height: 12px;
	width: 12px;
	background: transparent url(../images/fbr.gif) no-repeat scroll top right;
}
div#dynode {
	text-align: center;
	font-size: smaller;
}

/*
 * Subcontent block
*/

table#subcontent {
	float: right;
	margin-left: 4px;
	background-color: #009900;
}
#sctl {
	width: 10px;
	height: 10px;
	background: #009900 url(../images/sctl.gif) no-repeat scroll top left;
}
#sctr {
	width: 10px;
	height: 10px;
	background: #009900 url(../images/sctr.gif) no-repeat scroll top right;
}
#scm {
	padding: 0 10px 0 10px;
}
#scbl {
	width: 10px;
	height: 10px;
	background: #009900 url(../images/scbl.gif) no-repeat scroll bottom left;
}
#scbr {
	width: 10px;
	height: 10px;
	background: #009900 url(../images/scbr.gif) no-repeat scroll bottom right;
}

/*
 * Form
*/
form {margin: 0;padding: 0;}
#subby {
	text-align: right;
}
#subby input {
	background-color: #fff;
	border: 0px solid #5EBF5E;
	font-size: smaller;
	font-weight: bold;
	color: #009900;
}
.formtext {
	margin-bottom: 1px;
	width: 400px;
	background-color: #5EBF5E;
	border: 0px solid #5EBF5E;
}
.formtextdatetime {
	margin-bottom: 1px;
	width: 140px;
	background-color: #5EBF5E;
	border: 0px solid #5EBF5E;
}
.formradio {
	background-color: #5EBF5E;
}
.textlabel {
	color: #fff;
	font-weight: bold;
}
.formselect {
	background-color: #5EBF5E;
	border: 0px solid #5EBF5E;
	width: 110px;
}

span#total {
	color: #009900;
	font-weight: bold;
	font-size: 120%;
}

/*
 * Products
*/
p#notice {
	color: #009900;
	text-align: center;
}

