* {
	padding: 0;
	margin: 0;
}
/*****/
body {
	margin: 0 auto;
	padding: 0;
	background: #FFF repeat;
	color : #454545;
	font-family:  Arial, Verdana, Helvetica;
	font-size: 76%;
}
.clear {
	clear: both
}
.right {
	float: right
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	background: #FFF
}
/*
*  HEADER
*/
#header {
	padding: 5px 0 5px 0;
	margin: 0;
	width: 1000px;
	height: 79px;
	background: #ddddff;
}
#header #icons {
	float: right;
	margin-right: 5px
}
#header #title {
	height: 49px;
	padding: 0px 0 15px 0px;
        background: transparent
}
#header h1 {
	font-family:  Arial, Verdana, Helvetica;
	color: #21449c;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 11px;
}
#header h2 {
	color: #7D8E95;
	font-size: 100%;
	font-weight: normal;
}
#header img {
	border: 0;
	margin: 0 80px 0 10px;
	float: left;
}
/*
* MENU
*/
#menu {
	height: 34px;
	width: 100%;
	background: #7D8E95 url(/images/menu-lt.gif) no-repeat top left;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	background: transparent;
	list-style: none;
	padding: 0;
}
#menu ul a {
	font-weight: bold;
	display: inline;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	color: #FFF;
	line-height: 27px;
	cursor: pointer;
}
#menu ul a:hover {
	text-decoration: underline
}
.search {
	float: right;
	background: #FFF url(/images/se-bg.gif) no-repeat left;
	width: 200px;
	height: 34px
}
.search .inputbox {
	background: url(/images/input.gif) no-repeat top right;
	height: 23px;
	width: 150px;
	border: 0;
	padding: 4px 0 0 6px;
	margin: 5px 0px 0 35px
}
.popmenu {
	display: none;
	position: absolute;
	z-index: 99;
	text-align: left;
	width: 210px;
	background: #fbc41d;
	padding: 0;
}
.popmenu a {
	display: block;
	padding: 3px 3px 3px 20px;
	font-size: 110%;
	width: 185px;
	border-bottom: solid 1px #dcdcdc;
}
.popmenu a:link, .popmenu a:visited {
	background: #fbc41d;
	color: #000000;
	text-decoration: none;
}
.popmenu a:hover {
	background: #ffffff;
	color: #000000;
}
.popmenu b {
	display: none;
}
/*
*  CONTENT
*/
#main {
	position: relative;
	width: 1000px;
}
#content {
	width: 740px;
}
#content p {
	line-height: 110%;
	margin: 0 0 12px 0;;
}
#content h1 {
	margin: 12px 0 12px 0;
	font-size: 24px;
}
#content h2 {
	margin: 12px 0 12px 0;
	font-size: 20px;
}
#content h3 {
	color: #173C45;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 6px 0 6px 0;
}
#content h4 {
	color: #173C45;
	font-size: 16px;
	font-weight: bold;
}
#content h5 {
	color: #173C45;
	font-size: 14px;
	font-weight: bold;
}
#content h6 {
	color: #173C45;
	font-size: 14px;
	font-weight: bold;
}
#content p {
	font-size: 14px;
}
#content ul {
	font-size: 120%;
	margin: 0 0 10px 0px;
	padding: 0 0 0 20px;
}
#content ol {
	font-size: 120%;
	margin: 0 0 10px 0px;
	padding: 0 0 0 20px;
}
#content li {
	padding: 0 0 5px 0;
}
#content blockquote {
	border : thin dotted #333333;
	margin-left : 16px;
	margin-right : 16px;
	padding : 3px;
}
#content blockquote p {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgcentre {
	margin: 0 auto 0 auto;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #000000;
}
#content .imgbordergrey {
        border: solid 1px #808080;
}
#content caption {
	font-size: 100%;
	color: #a0a0a0;
}
.content a.minfo:link, .content a.minfo:visited {
	text-decoration: none;
	color: #aaaaaa;
}
#content .normal {
	font-weight: normal;
}
#content a.seolink:link, #content a.seolink:visited, #content a.seolink:hover {
	color: #000000;
	text-decoration: none;
}
#content .tahoma {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content .verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
#content .courier {
	font-family: "Courier New", Courier, monospace;
}
#content .size48 {
	font-size: 48px;
}
#content .size32 {
	font-size: 32px;
}
#content .size24 {
	font-size: 24px;
}
#content .size20 {
	font-size: 20px;
}
#content .size18 {
	font-size: 18px;
}
#content .size16 {
	font-size: 16px;
}
#content .size13 {
	font-size: 13px;
}
#content .size11 {
	font-size: 11px;
}
#content .redtext {
	color: #FF0000;
}
#content .darkredtext {
	color: #a60000;
}
#content .purpletext {
	color: #611832
}
#content .bluetext {
	color: #012B77;
}
#content .greentext {
	color: #384c33;
}
#content .orangetext {
	color: #F60;
}
#content .maroontext {
	color: #800000
}
#content .highlight {
	background: #ffff00;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  SIDE COLUMN
*/
#sidecol {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 248px;
	text-align: left;
}
.colhead {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	width: 238px;
	margin: 0 0 5px 0;
	padding: 5px;
	background: #7D8E95 url(/images/menu-lt.gif) no-repeat top left;
}
.colhead a {
	color: #FFF;
}
.colhead a:hover {
	color: #DDD;
}
#submenu {
 width: 248px;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li {
	width: 248px;
	margin: 5px 0 5px 0;
	font-size: 120%;
	text-align: left;
}
#submenu li a {
	display: block;
	width: 228px;
	padding: 4px 10px 4px 10px;
}
#submenu li.current a {
}
#submenu li a:link, #submenu li a:visited {
	text-decoration: none;
	background: #F3F3F3;
	color: #454545;
}
#submenu li.current a:link, #submenu li.current a:visited {
	background: #DEEAF2;
	color: #0C79BA;
}
#submenu li a:hover {
	background: #DEEAF2;
	color: #0C79BA;
}
#submenu li li {
	xmargin: 0;
	font-size: 100%;
	font-weight: normal;
	border-bottom: none;
}
#submenu li li a {
	width: 213px;
	padding: 4px 10px 4px 25px;
}
#submenu li li li a {
	width: 198px;
	padding: 4px 10px 4px 40px;
}
#submenu li li li li a {
	width: 183px;
	padding: 4px 10px 4px 65px;
}
.feature p {
	font-size: 120%;
	margin: 5px 5px 0 5px;
	color: #232323;
}
.feature p.more {
	text-align: right;
	margin: 0 5px 5px 5px;
}
.feature .colhead a:link, .feature .colhead a:visited {
	text-decoration: underline;
	background: #7D8E95;
	color: #FFF;
}
.feature a:link, .feature a:visited {
	color: #0C79BA;
}
.feature .colhead a:hover {
	color: #0C79BA;
}
.feature a:hover {
	background: #DEEAF2;
}
/*
*  FOOT
*/
#foot {
	width: 1000px;
	background: #f3f3f3;
	border-top: 4px solid #eee;
	margin: 0 auto;
	padding: 0;
	height: 35px;
	font-size: 100%;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom: 15px
}
.rs {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #454545;
	text-align: center
}
.rs a {
	color: #454545;
	font-size: 100%;
}
/*
*  CONTACT FORMS
*/
.imsform {
	margin: 0;
	font-size: 125%;
	font-family: Arial;
}
.imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 125%;
}
.imsform .row {
	clear: left;
	padding: 20px 2px 0 2px;
width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml {
	display: inline;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 28%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 71%;
}
.imsform .q0 {
	float: none;
	display: inline;
}
.imsform .q1 {
	width: 28%;
}
.imsform .q3 {
	width: 70%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform fieldset {
	clear: both;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	margin: 0 0 0 27%;
	font-weight: bold;
	background: #DBE0FF;
}
.imsform .req, .imsform .req {
	font-weight: bold;
	color: #C16000;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 162%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
/*
*  LIGHT BOX
*/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000 url(/images/spinner.gif) no-repeat scroll center center;
}
#lightbox {
	position: absolute;
	border: solid 5px #ffffff;
}
#lightbox img {
	display: block;
}
/*
*  PRODUCTS
*/
.hproduct {
	clear: both;
	width: 95%;
	margin: 10px 0 30px 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #dddddd;
}
.hproduct .photo {
	float: right;
	margin: 0 0 10px 20px;
}
.hproduct .brand {
	display: none;
}
.hproduct .category {
	display: none;
}
.content .hproduct h3 {
	margin: 0 0 10px 7px;
	font-weight: normal;
	color: #808080;
}
.content .hproduct h4 {
	margin: 0 0 2px 7px;
	font-weight: normal;
	xcolor: #808080;
}
.hproduct .fn {
	color: #9E2738;
	font-weight: bold;
}
.hproduct .price {
	color: #9E2738;
	font-weight: bold;
}
.hproduct label {
	font-size: 100%;
	padding: 0 0 0 7px;
}
.hproduct input {
	margin: 0 0 0 5px;
	border: solid 1px #9E2738;
}
/*
*  SHOPPING CART
*/
#reqshipping {
	margin: 50px auto 0 auto;
	width: 350px;
	border: solid 1px #cccccc;
	padding: 20px 20px 5px 20px;
	background: #ffffff;
}
#reqshipping h3 {
	margin: 0 0 20px 0;
}
#reqshipping label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 3px 10px 0;
}
#reqshipping input {
	display: block;
	float: left;
	margin: 0 0 10px 0;
}
#reqshipping input.submit {
	display: inline;
	float: none;
	margin: 0;
}
#reqshipping p.footlink {
	clear: both;
	margin: 30px 0 0 0;
	font-size: 88%;
}
.shoppingcart {
	margin: 10px auto 0 auto;
	border: solid 1px #808080;
	padding: 20px;
	background: #ffffff;
	text-align: center;
}
.shoppingcart h3 {
	margin: 0 0 10px 0;
}
.shoppingcart table {
	margin: 0 auto;
	font-size: 100%;
}
.shoppingcart .costs th {
	background: #bbbbbb;
	padding: 3px 5px 3px 5px;
}
.shoppingcart .costs td {
	background: #e4e4e4;
	padding: 3px 5px 3px 5px;
}
.shoppingcart .num {
	text-align: right;
}
.shoppingcart .tot {
	background: #666644;
	text-align: right;
}
.shoppingcart .costs .blank {
	background: #ffffff;
}
.shoppingcart .nav {
	margin: 20px auto 0 auto;
	color: #808000;
	font-weight: bold;
	width: 350px;
}

