@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F0FEFF;
	margin: 0;
	padding: 0;
	line-height:1.5;
	color:#000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 82%;
	background-image: url(/images/page_bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
* {
	padding: 0;
	margin: 0;
}
h1 {
	color:#0AB;
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
	color:#0AB;
}
h3 {
	font-size: 1em;
	color:#0AB;
}
p {
	margin: 0;
	padding: 0.5em 0;
}
p.tight {
	line-height:1.3em;
	font-size:0.9em;
}
p.error {
	color:#C00;
	font-weight:bold;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
form {
	display:inline;
	margin:0;
	padding:0;
}
ul {
	margin-left:1.5em;
}
/* General Tidying up */
h2.sale {
	color:#C30;
}

img.right {
	margin: 10px 0 10px 20px;
	float:right;
}

/* Page container */
#container {
	width:920px;
	color:#000;
	margin: 0 auto;
	text-align:left;
	background-image:url(/images/content_bg.jpg);
	background-repeat: repeat-y;
	position:relative;	
}
#container a {
	color: #0AB;
	text-decoration: none;
}
#container a.terms {
	color: #666;
	font-size:0.8em;
	text-decoration: none;
}
#container a:hover {
	color: #00CCE7;
	text-decoration: underline;
}
#container h1 a:hover {
	text-decoration:none;
}
/* Uber Nav Bar */
#ubernav {
	position:absolute;
	right: 10px;
	top: 0;
	color:#FFF;
	font-weight: bold;
	font-size:0.9em;
}
#ubernav a {
	color:#FFF;
}
/* Top Nav Bar */
#topnav {
	width:900px;
	margin: 0 auto;
	line-height:1;
	overflow: hidden;
	border-top: 1px solid #0AB;
	font-size:0.9em;
	font-weight: bold;
}
#topnav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height:36px;
	overflow:hidden;
	border-top: 1px solid #00C7D2;
	border-bottom: 1px solid #00879A;
	background: black url(/images/topnav_bg.jpg) center center repeat-x;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	float: left;
	text-align:center;
	color: white;
	padding: 5px 11px 5px 11px;
	text-decoration: none;
	border-right: 1px solid #00C7D2;
	border-left: 1px solid #00879A;
}
#topnav ul li a:visited{
	color: white;
}
#topnav ul li a:hover, #topnav ul li {
	color: white ; /*text color of selected and active item*/
	padding-top: 5px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(/images/topnav_bg1.jpg) center center repeat-x;
	text-decoration:none;
}
#topnavshad {
	width: 900px;
	margin: 0 auto 10px;
	background: url(/images/topnavshad.gif) center center repeat-x;
}
/* column content containers */
#bodywrapper {
	position: relative;
	width: 840px;
	margin: 0 auto;
	background-color:#FFF;
}
#leftcol {
	position:relative;
	margin-top:10px;
	float: left;
	width: 210px;
}
#leftcol h2 {
	font-family: Verdana, Tahoma;
}
#rightcol {
	float:left;
	margin-left: 30px;
	width:600px;
	position:relative;
}
/* Catalog Right Column Subcontainers and other stuff */
.catbox {
	clear:both;
	margin:10px 0 20px;
	padding-bottom:10;
	position:relative;
	background: #FFF url(/images/catbg.jpg) repeat-x;
	width:100%;
}
.catboximg {
	float: left;
	margin: 20px 0 0 20px;
	width: 133px;
}
.catboxcopy {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	width: 405px;
}
.catboxprop {
	height:140px;
	width:1px;
}
/* Home Page */
#homepromo {
	position:relative;
	background: url(/images/homebanner.jpg) no-repeat;
	width: 600px;
	height: 315px;
	margin-bottom:15px;
	margin-top:12px;
}
#homepromocopy {
	position:relative;
	width: 500px;
	margin-left: 20px;
	top: 50px;
}
#homepromocopy h1 {
	color:#FFF;
}
#homepromocopy a, #homepromocopy a:hover {
	color:#FFF;
}
.roundboxblue {
	position:relative;
	overflow:auto;
	padding:0;
	margin:0;
	background: #F0FEFF;
	border-left: 2px solid #0AB;
	border-right: 2px solid #0AB;
}
/* General Pages right column stuff */
.roundboxwhite, .roundboxwhitefill {
	padding:0 15px;
	margin:0;
	background: #FFF;
	border-left: 2px solid #0AB;
	border-right: 2px solid #0AB;
}
.roundboxwhite h1 {
	margin-bottom:10px;
}
.boximg {
	display:inline;
	margin:0 10px -14px -5px;
}
.roundboxwhitefill {
	background: #0AB;
}

table.feedback tr td {
	padding:5px;
}
table.four tr td {
	padding:4px;
}

input.feedback, textarea.feedback, input.srchbox {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 300px;
	font-size:1em;
	padding:3px;
	background-color:#F0FEFF;
}
input.srchbox {
	width: 70px;
}

/* General Pages left column stuff */

.white { color:#FFF; }

/* Product display table */
#prodrow {
	position:relative;
	clear:both;
	line-height:1.2em;
	margin-top:20px;
}
#prodrow .proddesc {
	line-height:1.2em;
}
#prodrow .prodprice {
	color:#C00;
	font-weight:bold;
}
.prodboxl, .prodboxm, .prodboxr {
	float:left;
	position:relative;
	width: 185px;
	text-align:left;
	margin-left:20px;
}
.prodboxl {
	margin-left:0;
}
#smallprodrow {
	position:relative;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:10px;
	margin-bottom:20px;
	height:15em;
}
#smallprodrow .smallproddesc {
	line-height:1.2em;
}
#smallprodrow .smallprodprice {
	color:#C00;
	font-weight:bold;
}
.smallprodboxl, .smallprodboxm, .smallprodboxr {
	float:left;
	position:relative;
	width: 112px;
	text-align:left;
	margin-left:10px;
}
.smallprodboxl {
	margin-left:0;
}

/* Basket Stuff */

p.qbasket {
	line-height:1em;
}





/* Product Catalogue Navblock */
#navblock {
	margin:10px 0;
}
#navblock h1 {
	font-size:1em;
	font-family: Verdana, Tahoma;
	background-color:#F0FEFF;
	font-weight: bold;
	padding-left:8px;
}
#navblock ul {
	margin: 0;
	list-style: none;
}
#navblock ul li {
	border-bottom: 1px dotted #CCCCCC;
	padding-left:8px;
	margin: 2px 0;
}
#navblock ul li a {
	color:#666666;
}
/* Product Page */
#p1, #p2 {
	margin-right:10px;
}
.price {
	color:#C00;
	font-weight: bold;
	font-size: 1.5em;
}
/* Footer */
#footerwrap {
	clear:both;
	color:#999;
	font-size:.85em;
	position:relative;
	top: 30px;
	background-color: #F0FEFF;
	background-image: url(/images/ftr.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#footerwrap a {
	color:#999;
}
#footerwrap a:hover {
	color:#0099CC;
	text-decoration:underline;
}
#footerrightblock {
	background:none;
	position:absolute;
	width: 370px;
	left: 500px;
	top: 0;
	text-align:right;
}
#footerleftblock {
	position:absolute;
	width: 400px;
	left: 40px;
	top: 0;
	text-align:left;
}

