body {
	margin: 0;
	padding: 12px 0 0;
	background-color: #0e0d0d;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
}
#outer {
	float: left;
	width: 882px;
	padding: 0 0 0 108px;
	background: #000000 url(/images/bg-outer.jpg) no-repeat 0 0;
	color: #ffffff;
}
#topbar {
	position: relative;
	float: left;
	width: 264px;
	margin: 28px 0 26px;
	padding: 0 30px 0 588px;
}
#topbar div a {
	background-color: #000000;
	color: #0ea3d7;
}
#topbar div a:hover,
#topbar div a:focus,
#topbar div a:active {
	background-color: #000000;
	color: #24788f;
}
#skiplink {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 6px;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
}
#skiplink:focus,
#skiplink:active {
	left: 0;
	background-color: #24788f;
	color: #ffffff;
}

#topbar .zoneone {
	float: left;
	font-size: 65%;
	line-height: 1.4em;
}
#topbar .zonetwo {
	float: right;
	font-size: 65%;
	line-height: 1.4em;
}
#formsearch {
	float: left;
	width: 100%;
}
#formsearch label {
	display: block;
	padding: 0 0 6px;
}
#formsearch input {
	float: left;
	width: 12em;
	background-color: #e1ebe8;
	color: #000000;
	border: 1px solid #e1ebe8;
}
#formsearch input.submit {
	width: auto;
	padding: 0;
	margin: 0 0 0 0.4em;
	background-color: #24788f;
	color: #ffffff;
	border: 1px solid #24788f;
	font-weight: bold;
}
#basketsummary {
	clear: left;
	float: left;
	width: 100%;
	padding: 6px 0 0;
}
#navbar {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 6px;
	border-bottom: 4px solid #ffffff;
}
#navbar ul {
	float: right;
	margin: 0 0 0 170px;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
	font-size: 70%;
	font-weight: bold;
}
#navbar li {
	float: left;
	border-left: 2px solid #0ea3d7;
}
#navbar li.first {
	border: 0;
}
#navbar li a {
	float: left;
	padding: 6px 10px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#navbar li a:hover,
#navbar li a:focus,
#navbar li a:active {
	background-color: #000000;
	color: #0ea3d7;
}
#mainbar {
	clear: left;
	float: left;
	width: 862px;
	margin: 22px 0;
	padding: 0 20px 0 0;
}
#sidemenupresent {
	float: left;
	width: 100%;
}
#sidemenu {
	float: left;
	width: 158px;
}
#sidemenu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 1.3em;
	list-style: none;
}
#sidemenu li {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 2px;
}
#sidemenu li a {
	float: left;
	width: 126px;
	padding: 6px 16px;
	background-color: #0e303a;
	color: #ffffff;
	text-decoration: none;
}
#sidemenu li a:hover,
#sidemenu li a:focus,
#sidemenu li a:active {
	background-color: #24788f;
	color: #ffffff;
}
#content {
	float: left;
	width: 838px;
	margin: 0 0 0 24px;
}
#content a {
	background-color: transparent;
	color: #0ea3d7;
}
#content a:hover,
#content a:focus,
#content a:active {
	background-color: transparent;
	color: #24788f;
}
#content h1 {
	margin: 0 0 1.6em;
	background-color: transparent;
	color: #0ea3d7;
	font-size: 90%;
	line-height: 1.3em;
}
#content h6 {
	background-color: transparent;
	color: #24788f;
	font-size: 70%;
	line-height: 1.5em;
}
#content p {
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.5em;
}
#content .required {
	background-color: transparent;
	color: #ff0000;
}
#content .zonecontainer {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 1.2em;
}
#content .container {
	clear: left;
	float: left;
	width: 100%;
}
#content .container ul {
	font-size:70%;
	line-height:1.5em;
}
#content .list {
	clear: left;
	float: left;
	width: 100%;
}
#content .list .row {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 1.2em;
}
#content .list .item {
	float: left;
	width: 126px;
	margin: 0 36px 0 0;
}
#content .list img,
#content .list .noimg {
	display: block;
	margin: 0 0 6px;
	border: 3px solid #24788f;
}
#content .list img {
	width: 120px;
	height: 120px;
}
#content .list .noimg {
	min-height: 32px;
	padding: 44px 6px;
	font-size: 70%;
	line-height: 1.3em;
	text-decoration: none;
	text-align: center;
}
#content .list .name {
	font-size: 65%;
	line-height: 1.3em;
	text-align: center;
}
#content .list .name a {
	background-color: transparent;
	color: #ffffff;
}
#content .list .name a:hover,
#content .list .name a:focus,
#content .list .name a:active {
	background-color: transparent;
	color: #24788f;
}
#formaddbasket {
	clear: left;
	float: left;
	width: 100%;
}
#formaddbasket table {
	width: 100%;
	margin: 0 0 1.2em;
	font-size: 65%;
	line-height: 1.3em;
}
#formaddbasket th,
#formaddbasket td {
	padding: 3px;
}
#formaddbasket th {
	background-color: #24788f;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
#formaddbasket td {
	background-color: #0e0d0d;
	color: #ffffff;
}
#formaddbasket input.submit {
	background-color: #0ea3d7;
	color: #ffffff;
	border: 1px solid #0ea3d7;
	font-size: 70%;
	font-weight: bold;
	cursor: pointer;
}
#related .list img,
#related .list .noimg {
	border-width: 2px;
}
#related .list .item {
	width: 94px;
	margin: 0 0 0 8px;
}
#related .list .first {
	margin: 0;
}
#related .list .noimg {
	min-height: 44px;
	padding: 23px 6px;
	font-size: 65%;
}
#related .list img {
	width: 90px;
	height: 90px;
}
#content .zoneone {
	float: left;
	width: 524px;
}
#sidemenupresent #content .zoneone {
	width: 364px;
}
#content .zonetwo {
	float: right;
	width: 298px;
}
#content .zonetwo .image .imgcontainer {
	display: none;
}
#content .zonetwo .image img,
#content .zonetwo .image .noimg {
	border: 6px solid #24788f;
}
#content .zonetwo .image img {
	display: block;
	width: 286px;
}
#content .zonetwo .image .noimg {
	min-height: 18px;
	padding: 134px 6px;
	font-size: 70%;
	line-height: 1.3em;
	text-align: center;
}
#content .zonetwo form.standard {
	padding: 6px;
	border: 6px solid #24788f;
	font-size: 70%;
	line-height: 1.3em;
}
#content .zonetwo form.standard table {
	width: 100%;
	border-collapse: collapse;
}
#content .zonetwo form.standard th,
#content .zonetwo form.standard td {
	padding: 3px;
}
#content .zonetwo form.standard th {
	text-align: left;
}
#content .zonetwo form.standard input,
#content .zonetwo form.standard textarea {
	background-color: #e1ebe8;
	color: #000000;
	border: 1px solid #e1ebe8;
}
#content .zonetwo form.standard input.submit {
	background-color: #24788f;
	color: #ffffff;
	border: 1px solid #24788f;
	font-weight: bold;
	cursor: pointer;
}
#slideshow {
	position: relative;
	min-height: 322px;
	border: 6px solid #24788f;
}
#slideshow .item {
	display: none;
}
#slideshow .first {
	display: block;
}
#slideshow img {
	display: block;
	width: 286px;
	height: 322px;
	border: 0;
}
#prodimgnav {
	float: left;
	width: 100%;
	padding: 1px 0 0;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.3em;
}
#prodimgnav .imglist {
	float: left;
	width: 228px;
}
#content #prodimgnav .imglist a {
	float: left;
	margin: 0 1px 0 0;
	padding: 2px 6px;
	background-color: #24788f;
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}
#content #prodimgnav .imglist a.selected {
	background-color: #0ea3d7;
	color: #ffffff;
}
#prodimgnav a.closeup {
	float: right;
	margin: 0.2em 0 0;
	padding: 0 14px 0 0;
	background: url(/images/bullet-spyglass.gif) no-repeat right 50%;
	color: #ffffff;
}
#prodimgnav a.closeup:hover,
#prodimgnav a.closeup:focus,
#prodimgnav a.closeup:active {
	background-color: transparent;
	color: #24788f;
}
#related {
	float: left;
	width: 100%;
	padding: 24px 0 0;
}
#related h6 {
	margin: 0 0 1.2em;
}

#breadcrumb,
#basket_page_titles {
	float: left;
	width: 100%;
	margin: 0 0 1.6em;
	padding: 0;
	background-color: transparent;
	color: #0ea3d7;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3em;
	list-style: none;
}
#basket_page_titles {
	background-color: transparent;
	color: #24788f;
}
#basket_page_titles .current_page {
	background-color: transparent;
	color: #0ea3d7;
}
#breadcrumb a {
	text-decoration: none;
}
#content #breadcrumb h1 {
	margin: 0;
	font-size: 100%;
}
#breadcrumb li,
#basket_page_titles .basket_step {
	float: left;
	margin: 0 0 0 6px;
}
#breadcrumb li:before,
#breadcrumb h1:before,
#basket_page_titles .basket_step:before {
	content: '> ';
}
#breadcrumb li.first,
#basket_page_titles .first {
	margin: 0;
}
#breadcrumb li.first:before,
#breadcrumb li.last:before,
#breadcrumb li.first h1:before,
#basket_page_titles .first:before {
	content: "";
}
#sidemenupresent #content {
	float: right;
	width: 680px;
}
#secondarynav {
	clear: left;
	float: left;
	width: 100%;
	padding: 6px 0;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	font-size: 65%;
	line-height: 1.4em;
	text-transform: uppercase;
}
#secondarynav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondarynav li {
	float: left;
	border-left: 1px solid #ffffff;
}
#secondarynav li.first {
	border: 0;
}
#secondarynav li a {
	float: left;
	padding: 0 10px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}
#secondarynav li a:hover,
#secondarynav li a:focus,
#secondarynav li a:active {
	background-color: #000000;
	color: #0ea3d7;
}
#basket_default {
	clear: left;
	float: left;
	width: 100%;
}
#basket_default table {
	width: 100%;
	margin: 0 0 1.2em;
	border-collapse: collapse;
	font-size: 70%;
	line-height: 1.5em;
}
#basket_default table input {
	width:30px;
}
#basket_default table input.short {
	width:100px;
}
#basket_default table input.long {
	width:200px;
}
#basket_default table input.button {
	width:auto;
	background-color: #24788f;
	color: #ffffff;
	border: 1px solid #24788f;
	font-weight: bold;
	cursor: pointer;
}
#basket_default th,
#basket_default td {
	padding: 3px;
}
#basket_default th {
	text-align: left;
}
#basket_default tr.odd td {
	background-color: #111111;
	color: #ffffff;
}
#basket_default tr.even td {
	background-color: #191919;
	color: #ffffff;
}
#basket_default_header th {
	border-bottom: 1px solid #ffffff;
}
#basket_default input {
	background-color: #e1ebe8;
	color: #000000;
	border: 1px solid #e1ebe8;
}
#basket_default .buttons {
	float: left;
	width: 100%;
}
#basket_default .buttons input {
	float: left;
	background-color: #444444;
	color: #ffffff;
	border: 1px solid #444444;
	font-size: 70%;
	font-weight: bold;
	cursor: pointer;
}
#basket_default .buttons input.submit {
	float: right;
	background-color: #0ea3d7;
	color: #ffffff;
	border: 1px solid #0ea3d7;
	width:auto;
}

#footer {
	clear: left;
	float: left;
	width: 100%;
	padding: 6px 0;
	background-color: #000000;
	color: #7a7a7a;
	font-size: 65%;
	line-height: 1.4em;
}
#footer a {
	background-color: #000000;
	color: #5d8393;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	background-color: #000000;
	color: #0ea3d7;
}

#options input{
	width:30px;
	background-color: #e1ebe8;
	color: #000000;
	border: 1px solid #e1ebe8;
}
#options input.submit,#options input.button{
	width:auto;
	background-color:#24788f;
	border:1px solid #24788f;
}

