﻿body {
	background: url(bg.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	color: #999999;
	height: 100%;
}

html {
	margin: 0px;
	padding: 0px;
	background: url(html-back.jpg) repeat left bottom #6cb2dd;
	height: 100%;
}

#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px auto;
}

#header {
	background: url(header.jpg) no-repeat center top;
	height: 153px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	float: left;
	width: 155px;
	padding-left: 10px;
	padding-right: 23px;
	margin-top: 10px;
	height: 100%;
	background-color: #FFFFFF;
}

#content {
	float: right;
	width: 592px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666666;
	padding-right: 20px;
	margin-top: 10px;
	height: auto;
	background-color: #FFFFFF;
}

#sidesearch {
	margin-top: 5px;
	margin-bottom: 15px;
}

#search {
	border: 1px solid #7ebbe1;
	height: 18px;
}

#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	background: url(nav-li-bg.jpg) no-repeat right center #7ebbe1;
}

#navigation h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #0066CC;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 18px 0px 0px 0px;
	color: #0066CC;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 0px 0px 0px;
	margin: 7px 0px;
	color: #0066FF;
	clear: both;
}

#content hr {
	border: 1px solid #BBD1FF;
	margin: 5px 0px;
}

#content p {
	text-align: justify;
	padding: 0px;
	margin: 8px 0px;
	line-height: 19px;
	clear: both;
}

#footer {
	clear: both;
	width: 800px;
	height: 90px;
	background: url(bottom-up.jpg) #FFFFFF repeat-x center bottom;
	text-align: center;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B9CFFF;
	text-decoration: none;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.top-img {
	text-align: center;
}

.product {
	display: inline;
	margin: 0px 5px 5px 5px;
	padding: 5px 4px;
	float: left;
	border: 2px solid #BBD1FF;
	text-align: center;
}
.prodlink {
	font-weight: bold;
	color: #6295FF;
	text-decoration: none;
}

.img {
	padding: 3px 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.success {
	border: 1px solid #006600;
	background-color: #E8FFE8;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.fail {
	border: 1px solid #CC0000;
	background-color: #FFE8E8;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.robotcatch {
	visibility:hidden;
}

strong {
	font-weight: normal;
}
.tablehead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6692EC;
	background-image: url(html-back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #6692EC;
}
.searchbox {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	left: 15px;
}
.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

