html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 10px;
	text-align: center;
	/*background-image: url(../image/bodyBg2.png);
	background-repeat: repeat;
	background-position: left top;
	*/
	background-color:#000;
}
body, td, th, input, textarea, select, a {
	font-size: 16px;
	letter-spacing: -1px; /*special font squashing */
	text-transform:lowercase;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
/*following changed for product page cart (probably other pages too)
change colour from blue to grey and not underlined*/
a, a:visited {
	/*color: #2476D9;*/
	color: #999;
	/*text-decoration: underline;*/
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding-top: 0px;
}
/*header */
#header {
	position: relative;
	/*width: 970px; change to orig size*/
	width: 742px;
	margin-right: auto;
	margin-left: auto;
}
/*header div*/
#header .div1 
{
    /*border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0;
	below causes the problem. Above is debug */
	/*height: 120px; move top menu up*/
	/*height: 93px; - live website setting causes the problem */
	height: 105px;
}
#header .div2 {
	position: relative;
	top: 21px;
	left: 0px;
	text-align: left;
}
#header .div3 {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	width: 250px;
	height: 62px;
	position: absolute;
	top: 5px;
	right: 0px;
	padding-top: 60px;
	padding-left: 17px;
}
/* div4 top menu - wrapper*/
#header .div4 {
	/*background-color: #333333;*/
	background-color:#000;
	overflow: hidden;
}
#header .div4 img {
	float: left;
	margin-right: 5px;
}

#header .div4 a {
	/*margin-left: 10px; remove left margin */
	margin-right: 10px;
	display: inline-block;
	/*color: #FFFFFF;*/
	color:#CCC;
	/*text-align: center;*/
	text-align: left;
	text-decoration: none;
	font-size: 24px; /* change to larger font */
	letter-spacing: -2px; /*special font squashing */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*we want lowercase
	text-transform: uppercase;
	*/
	text-transform:lowercase;
	/*padding-top: 15px; remove top padding to get closer to header*/
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#header .div4 a:hover {
	color: #74d2eb;
	/*    border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0;
	Above is debug */
	
	/*don't want underline
	text-decoration: underline; */
}
/* top menu */
#header .div5 a {
	float: left;
}
#header  .div6  {
	float: right;
}
/* layout */
#container {
	/* change to  size of original site
	width: 970px;*/
	width:742px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*background-color: #333333;
	*/
	background-color:#000;
	overflow: hidden;
}
#breadcrumb {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column_left {
	float: left;
	/*width: 192px;*/
	width: 170px; /*this needs increasing - but at the moment falls off the page*/
	/*margin-left: 3px; no margin*/
}
#column_right {
	float: right;
	width: 192px;
	margin-right: 3px;
}
#content {
	float: left;
	/* change to  size of original site
	width: 580px;
	*/
	width: 553px;
	margin-bottom: 10px;
}
#content .top {
	background: url('../image/content_top.png') no-repeat;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#content .top h1, .heading {
	color: #CCCCCC;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin: 0px;
	height: 18px;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	width: 553px;/*extend underline on home page to full width of site*/
}
/*middle content pane */
#content .middle {
	padding: 10px 10px 1px 10px;
	min-height: 380px;
	/*change colour
	background-color: #FFFFFF;*/
	background-color: #000;
	/*font affects text for product descriptions on product page,
    also left menu and product price.*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;/*make bigger */
	color: #999; /*change font to grey*/
}
#content .bottom {
}
.box {
	background: url('../image/box_top.png') no-repeat;
}
/*currency */
.box .top {
/*	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	height: 18px;
	*/
		color: #74d2eb; /*blue*/
	font-size: 23px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:lowercase;
	padding-top: 6px;
	padding-right: 0px;
    padding-bottom: 10px;
	height: 18px;
	text-align: left;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	/*background-color: #333333;*/
	background-color: #000000;/*changed for currency box background */
	color: #999;
}
.box .bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	height: 1px;
}
.categoryBox {
	/*background-image: url(../image/box_top.png);
	background-repeat: no-repeat;
	*/
}

/*categories header */
.categoryBox .top {
	/*color: #CCCCCC;*/
	color: #74d2eb; /*blue*/
	font-size: 23px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-transform:lowercase;
	padding-top: 6px;
	padding-right: 0px;
	/*padding-bottom: 6px;*/
        padding-bottom: 10px;
	/*padding-left: 7px;*/
	height: 18px;
}
.categoryBox  .top  img {
	float: left;
	margin-right: 5px;
}
.categoryBox .middle {
	padding: 0px;
}
.categoryBox .bottom {
	height: 1px;
	/*background-image: url(../image/box_bottom.png);
	*/
}
.informationBox {
	margin-bottom: 10px;
	background-image: url(../image/box_top.png);
	background-repeat: no-repeat;
}
.informationBox .top {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*text-transform: uppercase;*/
	text-transform: lowercase;*/
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 7px;
	height: 18px;
}
.informationBox .top img {
	float: left;
	margin-right: 5px;
}
.informationBox .middle {
	padding: 0px;
}
.informationBox .bottom {
	height: 5px;
	background-image: url(../image/box_bottom.png);
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	/*background: #E4F1C9;
	*/background: #000;
	border: 1px solid #A5BD71;
	font-size: 16px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	/*background: #FFDFE0;
*/background: #000;
	border: 1px solid #FF9999;
	font-size: 16px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	/*change from red to blue
    color: #FF0000;*/
    color: #74d2eb;
	font-weight: bold;
}
.error {
	/*color: #FF0000;*/
	color: #74d2eb; 
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #333333;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	/*background: #F8F8F8;
	
	border: 1px solid #DDDDDD;*/
	background: #000000;
	border: 0px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
/*think this is the list that styles table that is used to list products 
Need to change text to be white and no underline - NOTE changing this doesn't seem to work here.*/
.list {
	width: 100%;
	margin-bottom: 10px;
	background:#000000;/*try and set background of images to white to remove white edging*/

}
.list td {
	text-align: left;/*text under product images */
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 30px; /*space inbetween product images */
	background:#000000;/*try and set background of images to white to remove white edging*/
}
.sort {
	margin-bottom: 10px;
	/*background: #F8F8F8; set background of sort div to black and text to white*/
        background:#000000;
        color: #ffffff;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/* page text and div  - change to black background and white text*/
.pagination {
	display: inline-block;
	width: 100%;
	/*background: #F8F8F8;*/
        background: #000000;
        color: #ffffff;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
/*tabs at bottom of individual product page - style needs changing*/
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	/*display: block;*/
	padding: 0px 15px 7px 15px;
	margin-right: 2px;
	/* no borders
border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
*/
	/*background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #FFFFFF;*/
	background:#000;
	/*color:#666;
	
	font-weight: normal;
	font-size: 11px;
*/
    letter-spacing: -1px;
    color:#999;
    font-weight:bold;
	font-size: 23px;
	text-decoration: none;
	text-transform:lowercase;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	/*background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;*/
	color: #74d2eb; /*blue*/
}
/*product description */
.page {
	/*border: 1px solid #DDDDDD;*//*remove border when tabs are removed*/
	/*background: #FFFFFF;*/
        background:#000000;
		color:#999; /*note- if user amends style in editor this style will be overridden*/
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	color: #999999;
	font-size: 10px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #000000;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
/*category is the left menu list syle*/
#category ul {
	padding-left: 0px;
	/*trying to remove the spacing between left menu items
not sure what next bits do, so remove
list-style-type: none;
	line-height: 2em;
*/
	margin: 0px;
}
/*left menu sub headings*/
#category ul li {
	background-color: #000000;
	/* pad/indent when parent selected
	padding-left: 17px;*/
	
	/* indent 1 px*/
	padding-left: 5px;
	/* colour blue */
	color: #ffffff;
	
	/*border: 1px solid #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	*/
	/* remove grey boxing
	background-image: url(../image/navBg.png);
	background-repeat: repeat-y;
	background-position: left top;
	*/
}


/* following adds an arrow when mouse over : removed*/
#category ul li:hover {
	/* 
        background-color: #4D4D4D;*/
	/*background-image: url(../image/menuArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
      */       
        /*color: #000000;*//*doesn't seem to change text colour when mouse over */
}
/*following is the text on the left menu */
#category ul li a {
	font-size: 16px;
	font-weight:bold;
	color:#999;
	text-decoration: none;
}
#information ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
}
#information ul li {
	background-color: #000000;
	padding-left: 17px;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../image/navBg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#information ul li:hover {
	background-color: #4D4D4D;
	background-image: url(../image/menuArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#information ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.latestSlide {
	opacity: .8;
}
.latestSlide:hover {
	opacity: 1;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

/* holding page and about us styling */
.contacttext 
{
    color: #74d2eb;/* color:#CCC;*/
	text-decoration: none;
	font-size: 24px; 
	letter-spacing: -2px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.contacttext h1 
{
    color: #74d2eb;
    font-size: 24px;
}

.contacttext p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #555555;
	letter-spacing: -1px;
	text-decoration: none;
}

a.contacttext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #555555;
	letter-spacing: -1px;
	text-decoration: none;
	font-weight: bold;
}

a.contacttext:hover {
	color: #74d2eb;
	text-decoration: none;
}

a.contacttext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #555555;
	letter-spacing: -1px;
	text-decoration: none;
}

