﻿
	body {
		margin: 10px 10px;
		padding: 0px;
		background-color: #FFFCEF;
		font-family: Arial;
		font-size: 12px;		
		//color: #000;
		color: #333333;

	}

	h1, h2, h3, h4, h5 {
		padding: 0px;
		margin: 0px;
		color: #00005C;
	}
	
	h1 {
		margin-top: -10px;
	}
		
	#container {
		text-align: left;
		padding: 0px;
		width: 1000px;
		margin: 0px auto;
	}
	
	#content-container {
		border: 1px solid #1C2D80;
		border-top: none;
		padding: 15px 10px 15px 10px;	
	}

	#top-nav {
		margin: 0px 3px 3px 0px;
		text-align: right;
	}

	#top-nav a {
		padding: 0px 5px;
		text-decoration: none;
		
	}

	#top-nav a, a:link, a:visited, a:active, a:hover {
		color: #00005C;
	}
	

	#top-nav a:hover {
		text-decoration: underline;
	}
	
	#header {
		background-color: #1C2D80;
		background-image: url('/images/header_bkg.jpg');
		background-repeat: no-repeat;
		background-position: right;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		color: #EEEEEE;
		width: 100%;
		height: 100px;
	}

	#header-left {
		background-color: #1C2D80;
		background-image: url('/images/header_left.jpg');
		background-repeat: no-repeat;
		background-position: left;
		width: 194px;
		height: 100px;
	}
	
	#header img {
		border: 0px;
		margin: 32px 0px 0px 21px; 
	}

	#top-nav-below {
		margin: 10px 0px 0px 0px;
		text-align: left;
		padding: 0px;
	}
	
	ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #711515;
	font: bold 11px verdana, arial, sans-serif;
	}
	
	ul#tabnav li {
		float: left;
		height: 21px;
		background-color: #1C2D80;
		color: #FFFFFF;
		margin: 2px 2px 0 2px;
		border: 1px solid #1C2D80;
	}
	
	ul#tabnav a:link, ul#tabnav a:visited {
		display: block;
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
		padding: 4px;
	}
	
	ul#tabnav a:hover {
		background-color: #ffffff;
		color: #00005C;
	}
	
	body#home li.home, body#products li.products, body#guides li.guides, body#links li.links,  body#news li.news, body#gallery li.gallery, body#about li.about, body#contact li.contact, body#help li.help {
		border-bottom: 1px solid #fff;
		color: #00005C;
		background-color: #FFFFFF;
	}
	body#home li.home a:link, body#home li.home a:visited,
	body#products li.products a:link, body#products li.products a:visited,
	body#guides li.guides a:link, body#guides li.guides a:visited,
	body#news li.news a:link, body#news li.news a:visited,
	body#gallery li.gallery a:link, body#gallery li.gallery a:visited,
	body#links li.links a:link, body#links li.links a:visited,
	body#about li.about a:link, body#about li.about a:visited,
	body#contact li.contact a:link, body#contact li.contact a:visited,
	body#help li.help a:link, body#help li.help a:visited {
		color: #00005C;
		background-color: #FFFCEF;
	}


	#footer {
		margin: 3px 0px 3px 0px;
		padding: 0px;
		color: #000;
		text-align: left;
		display: block;
	}
	
	#left_content {
		float:left;
		width: 161px;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	}
	
	.nav {
		width: 100%;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		border: 1px solid #CCCCCC;
	}

	.nav div.title {
		padding: 3px 5px;
		margin: 0px;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FEA767;
		font-size: 0.9em;
		font-weight: 700;
		color: #00005C;
	}

	.nav div.title {
		padding: 3px 5px;
		margin: 0px;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FEA767;
		font-size: 0.9em;
		font-weight: 700;
		color: #00005C;
	}

	.nav ul {
		margin: 0px;
		padding: 0px 0px 0px 20px;
		background-color: #FFF9DD;
		list-style-image: url('dot_1.gif');
	}

	.nav ul ul {
		display: none;
		padding: 0px 0px 0px 5px;
		list-style: none;
		background-color: #FFF9DD;
	}
		
	.nav li {
		padding: 0px;
		margin: 1px 0px 1px 5px;
		background-color: #FFF9DD;
		color: #00005C;
		vertical-align:middle;
		list-style-image: url('/images/link_arrow.gif');
	}
	
	.nav li span { /* used for un-linked menu items */
		display: block;
		padding: 3px 0px;
		background-color: #FFF9DD;
		
	}
	
	.nav li a {
		display: block;
		padding: 3px 0px;
		text-decoration: none;
		background-color: #FFF9DD;
		
	}

	.nav li a, a:link, a:visited, a:active, a:hover {
		color: #00005C;
	}
	

	.nav li a:hover {
		text-decoration: underline;
	}
	
	.nav li li span { /* used for un-linked menu items */
		padding: 2px 8px 2px 0px;
	}
	
	.nav li li a {
		padding: 1px 0px;
		
	}	
	
	#content {
		margin: 0px 270px 0px 181px;	
		padding: 0px 0px;
	}
	
	#content h2 {
		color: #00005C;
	}

	#content1col {
		margin: 0px 0px 0px 181px;	
		padding: 0px 0px;
	}
	
	#single-column {
		margin: 0px 0px 0px 0px;	
		padding: 0px 0px;
	}
	
	#content1col h2 {
		color: #00005C;
	}

	#catalogue-items {
		//color: #00005C;
	}


	#catalogue-items ul {		
		list-style: none;
		margin: 0px;
		padding: 10px 0px 0px 0px;
	}

	#catalogue-items li {
		padding: 0px 0px 2px 0px;
		margin-bottom: 10px;
	}

	#catalogue-items .catalogue-item-header {
		border: 1px solid #DBDBDB;
		background-color: #DBDBDB;
		padding: 3px 5px;
		margin-bottom: 5px;
	}

	#catalogue-items h4 {

		background-color: transparent;
	}
	
	#catalogue-items .item-name {
		font-size: 1.2em;
		color: #00005C;
		font-weight: bold;
		background-color: transparent;
	}

	#catalogue-items .item-price {
		float:right;
		color: #FF6600;
		font-weight: bold;
		background-color: transparent;
	}

	#catalogue-items .catalogue-item-body {
		height: 113px;
	}
	
	img.catalogue-item-photo {
		float: left;
		margin-right: 10px;
		padding: 5px;
		//padding: 18px;
		border: 1px solid #EEEEEE;
		//background: url('/images/enlarge.gif') no-repeat 3px 3px;
}



	img.add-icon {
		border: 0px;
		padding: 3px;
	}

	

	span.catalogue-item-desc {
		padding: 5px;
		margin: 0px;
	}


	#catalogue-items .catalogue-item-footer {
		background-color: #F5F5F5;
		margin-top: 5px;
		border-bottom: 1px dotted #B0B0B0;
		height: 23px;
	}


	
	span.catalogue-number {
		padding: 3px;
	}

	img.add-icon {
		float: right;
		color: #FF6600;
		font-weight: bold;
		padding: 3px;
	}

	
	#right-content {
		float:right;
		width: 250px;
	}
	

	#guide {
		margin: 0px 0px 10px 0px;
		padding: 5px;
		border: 1px solid #CCCCCC;
		background-color: #EEEEEE;
		text-align: justify;
		color: #666666;
	}  

	#guide div.title {
		padding: 3px 0px;
		margin: 0px 5px;
		border-bottom: 1px dotted #CCCCCC;
		background-color: #EEEEEE;
		font-size: 0.9em;
		font-weight: 700;
		color: #FF6600;
		text-align: center;
	}

	#guide p {
		padding: 5px 0px 0px 0px;
		margin: 0px;
		font-size: 0.9em;
	}

	.clear {
		clear: both;
	}
	
	#modal-mask {
		width: 100%;
		height: 2000px;
		position: absolute;
		display: none;
		top: 0px;
		left: 0px;
		z-index: 1;
		opacity: .4;
  		filter: alpha(opacity=40); /* this hack is so it works in IE     * I find setting the color in the css gives me more flexibility       * than the PNG solution.      */
  		backrgound-color: transparent;
		background-color: #C4D6D6;
  		background-image: url( "/images/maskBG.png" ) !important; /* For browsers Moz, Opera, etc.*/
  		background-image: none;
  		background-repeat: repeat;
	}

	#message-box {
		width: 250px;
		display: none;
		position: absolute;
		top: 200px;
		left: 250px;
		padding: 10px;
		border: 3px solid #FF6600;
		background-color: #DBDBDB;
		font-size: 1.4em;
		color: #000;
		z-index:2;
	}

	#order {
		width: 100%;
		margin: 20px 0px 10px 0px;
	}

	#order table {
		width: 100%;
		margin: 5px 0px 10px 0px;
	}
	
	#order td, #order th  {
		padding: 5px;
	}

	#order thead {
		background-color: #FEA767;
		color: #00005C;
	}

	#order tbody {
		vertical-align: top;
	}

	#order tr.footer {
		background-color: transparent;
	}
	
	#order td.order_total_label {
		font-weight: bold;
		text-align: right;
		border-top: 2px solid #DBDBDB;
		border-bottom: 2px solid #DBDBDB;
		color: #00005C;
	}

	#order td.order_total, th.qty, td.qty, th.price, td.price, th.line_total, td.line_total  {
		text-align: right;
	}

	#order td.order_total {
		font-weight: bold;
		border-top: 2px solid #DBDBDB;
		border-bottom: 2px solid #DBDBDB;
	}

	#order td.note {
		text-align: right;
	}	

	#order span.note {
		font-weight: normal;
	}
	
	#order tr.light {
		background-color: #FFFCEF;
	}

	#order tr.dark {
		background-color: #fffddd;
	}

	
	#item_delete, #item_change_qty {
		display: none;
	}

	#basket {
		border: 1px solid #CCCCCC;
		background-color: #EEEEEE;
		color: #00005C;
		margin: 0px 0px 10px 0px;
		padding: 5px;
	}

	#basket div.title {
		padding: 3px 0px;
		margin: 0px;
		border-bottom: 1px dotted #CCCCCC;
		background-color: #EEEEEE;
		font-size: 0.9em;
		font-weight: 700;
		color: #FF6600;
		text-align: center;
	}

	#basket-mini-view {
		padding: 5px;
	}

	#basket-mini-view #intro {
		padding-bottom: 5px;
	}
	
	#basket-mini-view table {
		width: 100%;
		border-collapse: collapse;
	}

	#basket-mini-view thead {
		font-size: 12px;
		
	}
	
	#basket-mini-view th {
		border-bottom: 1px dotted #DBDBDB;
		padding: 3px;
		text-align: left;
	}
	
	#basket-mini-view td {
		padding: 3px;
		border-bottom: 1px dotted #DBDBDB;
		font-size: 11px;
		vertical-align: top;
	}

	#basket-mini-view tbody {
		vertical-align: top;
		font-size: 0.9em;
	}

	#basket-mini-view tr.footer {
		background-color: transparent;
	}
	
	#basket-mini-view td.order_total_row {
		text-align: right;
		border-top: 1px dotted #DBDBDB;
	}

	#basket-mini-view span.order_total_label {
		font-weight: bold;
		text-align: right;
	}

	#basket-mini-view td.order_total, th.qty, td.qty, th.price, td.price, th.line_total, td.line_total  {
		text-align: right;
	}

	#basket-mini-view td.order_total {
		font-weight: bold;
		border-top: 2px solid #DBDBDB;
		border-bottom: 2px solid #DBDBDB;
	}

	#basket-mini-view td.note {
		text-align: right;
		font-size: 0.8em;
	}	

	#basket-mini-view span.note {
		font-weight: normal;
	}

	#basket-mini-view span.catId {
		font-size: 0.8em;
	}

	div.linkToBasket {
		padding: 0px 5px;
		text-align: right;
	}

	img.main_link {
		padding: 0px 3px 0px 0px;
		border: 0px;
		vertical-align: middle;
	}

	.linkToBasket a {
		display: block;
		padding: 0px;
		text-decoration: none;
	}

	.linkToBasket a, a:link, a:visited, a:active, a:hover {
		color: #00005C;
	}
	

	.linkToBasket a:hover {
		text-decoration: underline;
	}



	#product-catalogue-intro {
		color: #00005C;
		//border: 1px solid #B0B0B0;
		padding: 7px 0px 0px 0px;
	}

	#product-catalogue-intro a {
		display: block;
		padding: 0px;
		text-decoration: none;
	}

	#product-catalogue-intro a, a:link, a:visited, a:active, a:hover {
		color: #00005C;
	}
	

	#product-catalogue-intro a:hover {
		text-decoration: underline;
	}


	#product-catalogue-intro ul {				
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#product-catalogue-intro li {
		float: left;
		border: 1px dotted #B0B0B0;
		//border-bottom: 1px dotted #B0B0B0;
		margin: 0px 5px 7px 0px;
		width: 185px;
		height: 125px;
	}

	#product-catalogue-intro .category-header {
		padding: 3px 5px;
		margin-bottom: 5px;
		font-size: 1.1em;
		color: #00005C;
		font-weight: bold;
		text-align: left;
		background-color: #FFF9DD;
		border-bottom: 1px dotted #B0B0B0;
	}


	#product-catalogue-intro .category-body {
		width: 100%;
		text-align:center;
	}
	
	img.category-photo {
		padding: 3px 5px 5px 3px;
		
	}

	div.category-desc {
		display:none;
	}

	#errorMsgBox {
		border: 1px solid red;
		padding: 5px;
		margin: 20px 0px 20px 0px;
		background-color: #EEEEEE;
		display: none;
		color: red;
		font-weight: bold;
	}  

	#errorFields {
		margin: 5px 15px 5px 15px;
		font-weight: normal;
	}

		

	form p {
		clear: left;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
	}

	form label {
		float: left;
		width: 35%;
		font-weight: bold;
	}

	form legend {
		font-weight: bold;
		color: #00005C;
		padding: 3px;
	}

	form fieldset {
		margin-top: 10px;
		border: 1px solid #00005C;
	}	

	.form_instruction {
		padding-bottom: 5px;
	}	

	#remember_info {
		margin: 5px 0px 10px 0px;
	}

	.stop_press {
		border:2px solid #FEA767;
		padding:10px;
		margin:20px 0px 20px 0px;
	}

	.stop_press_title {
		font-size: 30px;
		font-weight: bold;
		color: #00005C;
	}

	.menu_note {
		font-size: 10px;
		padding: 0px 5px;
		background-color: #FFF9DD;
	}

	.insert_right {
		border: 1px solid #CCCCCC;
		background-color: #EEEEEE;
		color: #00005C;
		margin: 0px 0px 10px 0px;
		padding: 5px;
	}

	.insert_right div.title {
		padding: 3px 0px;
		margin: 0px;
		border-bottom: 1px dotted #CCCCCC;
		background-color: #EEEEEE;
		font-size: 0.9em;
		font-weight: 700;
		color: #FF6600;
		text-align: center;
	}

	.insert_right div.photo {
		text-align: center;
	}

	.insert_right img {
		padding:  0px;
		margin: 5px 0px;
		border: 1px solid #000;
	}

	.insert_right div.caption {
		text-align: left;
		font-size: 10px;
		padding:  0px 3px;
	}

	#bsktBtnBar {
		border-top: 1px solid #cccccc;
		padding-top: 5px;
		margin-top: 15px;	
	}

	#bsktForwardBtn {
		float: right;
	}

	#chkBtnBar {
		border-top: 1px solid #cccccc;
		padding-top: 5px;
		margin-top: 15px;
	}
	
	#chkSubmitBtn {
		float: right;
	}

	.frmRightCol {
		float: right;
		width: 50%;
	}

	.frmLeftCol {
		width: 50%;
	}

	#news-nav {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	
	.news-nav-item {
		width: 20%;
		display: inline;
	}

	body#battery ul#battery {
		display: block;
	}
	
	#overflow_message {
		text-align: center;
		font-style:italic;
	}
	
	#contactdetails {
		margin: 0px 0px 0px 20px;
	}
	
	#contactdetails td {
		padding: 2px 5px 0px 0px;	
	}
	
	.section {
	border-top: 1px solid #CCCCCC;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	}
