html, body, form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	font: 80% Tahoma;
	padding-top: 1px;
	background: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
.inputbox {
	background: #FFDDAA;
	border: 0px;
	font: 75% Arial;
	color: #000;
	margin-top: 5px;
	margin-right: 7px;
	width: 110px;
}
.textarea {
	background: #FFDDAA;
	border: 0px;
	font: 75% Arial;
	color: #000;
	margin-top: 5px;
	margin-right: 7px;
	width: 250px;
}
.highlight {
	border: 1px solid #F00;
}
.selectbox {
	background: #171B1E;
	border: 1px solid #666;
	font: 95% Arial;
	color: #FFF;
	margin-top: 5px;
	margin-right: 7px;
} 
.submitButton {
	font: bold 75% Arial;
	color: #000;
	background: #FFDDAA;
	border: 0px solid;
	margin-top: 5px;
	_padding-right: 5px;
	_padding-left: 5px;
}
.submitButton_o {
	font: bold 75% Arial;
	color: #000;
	background: #D5F4FF;
	border: 0px solid;
	margin-top: 5px;
	_padding-right: 5px;
	_padding-left: 5px;
	cursor:pointer;
}
h1 {
	font-size: 140%;
	color: #000;
	border-bottom: 1px dotted #666;
	padding-top: 7px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 130%;
	color: #f00;
	border-bottom: 1px dotted #666;
	padding-top: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 115%;
	color: #666;
	padding-top: 5px;
	margin-bottom: 7px;
	font-weight: bold;
	margin-top: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#banner {
	width: 760px;
	height: 213px;
	clear: both;
}
#banner .logo {
	background: url(images/bSlogan.gif) no-repeat right top;
	height: 59px;
}
#banner .pic {
	background: url(images/bBanner.jpg) no-repeat;
	height: 126px;
}
#banner .left {
	background: url(images/bLeft.jpg) no-repeat;
	float: left;
	height: 28px;
	width: 304px;
}
#banner .right {
	background: url(images/bRight.jpg) no-repeat;
	float: left;
	height: 28px;
	width: 15px;
}
#banner .menu {
	background: url(images/bMenu.jpg) repeat-x;
	height: 22px;
	font: italic bold 85% Arial;
	padding-top: 6px;
	padding-left: 10px;
	width: 431px;
	float: left;
}
#banner .menu a {
	color: #fff;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}
#banner .menu a:hover {
	color: #000;
	text-decoration: none;
}
#left {
	float: left;
	width: 283px;
	padding: 10px;
}
#left .number {
	font: 18px "Arial Black", Arial;
	color: #CD3C20;
}
#bottom {
	clear: both;
	text-align: center;
	width: 760px;
	padding-top: 15px;
}
#right {
	float: left;
	width: 437px;
	background: #cd3c20 url(images/rTick.gif) no-repeat right bottom;
	color: #fff;
	padding: 10px;
	font-size: 95%;
}
#right .product {
	background: url(images/cPic.gif) no-repeat;
	padding: 4px;
}
#right .title {
	font-size: 120%;
	font-weight: bold;
}
#right a {
	color: #fff;
}
#right a:hover {
	color: #000;
}

