html, body {
	background-attachment: scroll;
	background-color: #DFDEDE;
	background-image: url(images/body_rep.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#layout {
	background-color: #FFFFFF;
	height: 100%;
	width: 760px;
	text-align: left;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#header {
	background-image: url(images/header_rep.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 48px;
	text-align: center;
	vertical-align: bottom;
}
#flashbar {
	background-image: url(images/flashbar_rep.jpg);
	background-position: top;
	text-align: center;
	vertical-align: top;
	height: 75px;
}
#navbar {
	background-image: url(images/navbar_rep.jpg);
	background-repeat: repeat-y;
	width: 120px;
	vertical-align: top;
	background-position: left;
	padding-top: 10px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(images/footer_rep.jpg);
	height: 64px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#hexframe {
	background-color: #FFFFFF;
	height: 100px;
	width: 114px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
#category_header {
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
#category_navigation {
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
a:link, a:visited {
	color: #123B72;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#category_header td, #category_navigation td {
	padding-bottom: 5px;
}
#category_item {
	height: 105px;
	width: 100%;
	border: 1px solid #D1D1D1;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#category_item td {
	padding: 5px;
}
#category_item ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}
#category_item li {
	margin-bottom: 2px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}
form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 4px;
}
form .label {
	width: 130px;
	text-align: right;
}
form .textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 320px;
	border: 1px solid #333333;
}
form .textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 100%;
	border: 1px solid #333333;
}
#navbar p {
	margin: 0px;
	padding: 0px;
}
#navbar a:link, #navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: right;
}
#navbar a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
#product_detail {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#product_detail td {
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}
#list_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: none;
	margin-bottom: 10px;
}
#list_table th {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}
#list_table td {
	padding: 3px;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#searchbar {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #999999;
	background: url(images/body_rep.jpg) top;
}
#searchbar th {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	text-align: left;
}
#grid {
	font-size: 11px;
}
#grid td {
	padding: 4px;
	border-bottom: 1px dotted #999999;
}
#grid th {
	border-bottom: 1px solid #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
#paging {
	font-size: 11px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
