body, input, select, textarea {
	font: 12px Arial, sans-serif;
}

body {
	/* background: #daedf3; */
	background-color: #fafafa;
	margin: 0;
	padding: 0;
}

a {
	color: #064266;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#header {
	/* padding-top: 1px; */
}
#header-wrap {
	background: url('images/o_header.png') repeat-x;
	margin: 0 auto;
	padding-top: 1px;
	height: 68px;
	width: 1000px;
}
#header-left {
	display: inline;
	float: left;
	padding-top: 1px;
	width: 300px;
}
#header-left #logo {
	background: url('images/o_logo.png') no-repeat;
	display: block;
	margin: 4px 0 0 10px;
	height: 51px;
	width: 184px;
}
#header-right {
	display: inline;
	float: right;
	padding-top: 1px;
	text-align: right;
}
#header-right form {
	display: inline;
	float: left;
	margin-top: 20px;
}
#header-right ul {
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#header-right ul li {
	display: block;
	float: left;
	margin: 20px 0 0 8px;
}
#header-right ul li a img {
	border: none;
	height: 11px;
	width: 16px;
}

#banner {
	/*background: url('images/o_banner.png') no-repeat center top;*/
	padding-top: 1px;
	height: 179px;
}
#banner-wrap {
	margin: 0 auto;
	width: 1000px;
}
#banner-large {
	color: #064266;
	font-size: 40px;
	margin: 50px 0 0 10px;
}
#banner-small {
	color: #064266;
	font-size: 20px;
	margin-left: 10px;
}

#menu {
	background: url('images/o_menu.png') no-repeat center top;
}
#menu-wrap {
	background: url('images/o_menu_wrap.png') repeat-x;
	margin: 0 auto;
	padding-top: 1px;
	height: 45px;
	width: 1000px;
}

#menu-left {
	display: inline;
	float: left;
}
#menu-left form {
	margin: 0;
	padding: 0;
}
#menu-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-left ul li {
	margin: 0;
	padding: 0 0 1px 0;
}
#menu-left ul li a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	padding: 10px 15px 9px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-left ul li a img {
	border: none;
	vertical-align: middle;
}
#menu-left ul li ul {
	background: #4b687a;
	display: none;
	margin-left: 50px;
	position: absolute;
	z-index: 200;
}
#menu-left ul li:hover ul,
#menu-left ul li.hover ul
{
	display: block;
}
#menu-left ul li ul li a {
	font-size: 12px;
	padding: 5px 20px;
	text-transform: none;
}
#menu-left ul li ul li a:hover {
	background-color: #6b94ae;
}

#menu-right {
	display: inline;
	float: right;
}
#menu-right ul {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}
#menu-right ul li {
	border-left: 2px solid #ffffff;
	display: inline;
	padding: 0 4px 0 8px;
}
#menu-right ul li.first {
	border: none;
}
#menu-right ul li a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#body {
	background: url('images/o_body.png') repeat-y center;
}
#body-wrap-outer {
	background: url('images/o_body_wrap_outer.png') no-repeat center top;
}
#body-wrap-inner {
	background: #e7f2f5 url('images/o_body_wrap_inner.png') repeat-y right;
	margin: 0 auto;
	width: 1000px;
}
#body-left {
	display: inline;
	float: left;
	width: 750px;
}
#body-right {
	display: inline;
	float: left;
	width: 250px;
}

#body-banner img {
	width: 750px;
}

#body-content {
	background: url('images/o_body_content_divider.png') repeat-y 189px;
	margin: 12px 0;
	min-height: 700px;
}

#body-content-left {
	display: inline;
	float: left;
	min-height: 100px;
	width: 190px;
}
#body-content-left-wrap {
	margin: 0 10px;
}
#body-content-left h3 {
	color: #064266;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
}
#body-content-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#body-content-left ul li a {
	color: #064266;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#body-content-left .button {
	background: url('images/o_button.png') repeat-x;
	border: none;
	color: #ffffff;
	font-weight: bold;
}

#body-content-right {
	display: inline;
	float: left;
	width: 550px;
}
#body-content-right-wrap {
	margin: 0 5px;
}
#body-content-right h1 {
	color: #064266;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
}
#body-content-right h2 {
	color: #064266;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
}
#body-content-right .h3 {
	color: #064266;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
}

#body-right-wrap {
	margin: 0 10px;
}
#body-right {
	color: #064266;
}
#body-right h3,
#body-right .h3
{
	color: #064266;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footer {
	background: url('images/o_body.jpg') repeat-y center;
	padding-top: 1px;
}
#footer-wrap {
	color: #064266;
	font-weight: bold;
	margin: 0 auto;
	padding: 25px 0;
	text-align: right;
	width: 1000px;
}
#footer-wrap a {
	color: #064266;
	font-weight: bold;
	text-decoration: none;
}

#livesupport {
	margin-bottom: 20px;
	text-align: center;
}
#livesupport img {
	border: none;
	width: 230px;
}

#minicart {
	margin-bottom: 20px;
}
#minicart table {
	border-collapse: collapse;
	width: 100%;
}
#minicart table tr th {
	background-color: #064266;
	border: 1px solid #064266;
	color: #ffffff;
	padding: 3px;
}
#minicart table tr td {
	border: 1px solid #064266;
	padding: 3px;
}
#minicart table tr td a {
	color: #376580;
	font-weight: bold;
	text-decoration: none;
}
#minicart ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#minicart ul li {
	margin: 5px 0;
}
#minicart ul li a {
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
	color: #3765a0;
	display: block;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: none;
}

#productcomparelist {
	margin-bottom: 20px;
}
#productcomparelist table {
	border-collapse: collapse;
	width: 100%;
}
#productcomparelist table tr td {
	padding: 3px;
}
#productcomparelist .buttontext {
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
	color: #3765a0;
	display: block;
	font-weight: bold;
	margin: 5px 0;
	padding: 2px 3px;
	text-decoration: none;
}

#factoids {
	margin-bottom: 20px;
}
#factoids ul {
	margin: 0;
	padding: 0;
}
#factoids ul li {
	margin: 10px 0 10px 15px;
}

#newuserform fieldset {
	border: 1px solid #9f9f9f;
	margin: 10px 5px;
}
#newuserform fieldset legend {
	background-color: #efefef;
	border: 1px solid #9f9f9f;
	margin: 5px;
	padding: 3px;
}
#newuserform label {
	display: block;
	float: left;
	width: 100px;
}
#newuserform .inline label {
	display: inline;
	float: none;
	width: auto;
}
#newuserform div {
	clear: both;
	margin: 5px;
}

#detailImage {
	border: none;
}
#addItemForm {
	margin: 15px 0;
}
#addItemForm fieldset {
	background: #efefef;
	border: 1px solid #9f9f9f;
	padding: 5px;
	width: 150px;
}
#addToCart {
	margin-left: 5px;
}

#long-description {
	margin-top: 10px;
}
#reviews {
	margin-top: 10px;
}
#associated-products {
	margin-top: 10px;
}

.tableheadtext {
	padding-right: 10px;
}

.matrix table {
	border-collapse: collapse;
}
.matrix table td {
	background-color: #e9e8f4;
	border: 1px solid #ffffff;
	vertical-align: top;
	width: 180px;
}

.productsummary {
	padding-top: 1px;
	position: relative;
}
.productsummary .smallimage {
	margin: 27px 0;
	text-align: center;
}
.productsummary .smallimage img {
	border: none;
	height: 85px;
	width: 85px;
}
.productsummary .productbuy {
	margin: 0 12px 12px 12px;
}
.productsummary input {
	width: 40px;
}
.productsummary .productbuy .buttontext {
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
	color: #3765a0;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: none;
}
.productsummary .productinfo {
	margin: 0 12px 12px 12px;
}
.productsummary .productinfo a {
	color: #3765a0;
	font-weight: bold;
	text-decoration: none;
}
.productsummary .productinfo div {
	margin-bottom: 5px;
}
.productsummary .productinfo .buttontext {
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
	color: #3765a0;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: none;
}

.popup td {
	background: #ffffff !important;
}

.screenlet {
	margin-bottom: 5px;
}
.screenlet div {
	margin-bottom: 7px;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
}
.breadcrumbs li {
	display: inline;
	margin-right: 5px;
}

.clear {
	clear: both;
}