/* General styles */

html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #1c1c1c;
color: #ffffff;
margin-top: 0;
margin-bottom: 10px;
}

a {
text-decoration: none;
color: #899e74;
}

img{
border:0;
}

a:hover {
color: #529438;
}

a:hover img {
border-color: #529438;
}

img {
border: solid 1px white;
}

.watermark {
color: gray;
font-style: italic;
}

table img {
border: none;
}

div#outerOuter {
position: absolute;
}

div#outer {
width: 765px;
margin: auto;
top: 0px;
}

div#banner {
padding: 0px;
width: 765px;
height: 90px;
background-image: url(images/banner.png);
background-repeat: no-repeat;
}

form#searchForm a {
color: #075421;
}

form#searchForm a:hover {
color: #529438;
}

/* Footer */

div#footer {
margin: 0px;
background-color: #075421;
clear: both;
border-top: solid 5px #075421;
border-bottom: solid 5px #075421;
font-weight: bold;
}

div#footer p {
display: inline;
margin-left: 20px;
margin-right: 20px;
}

div#footer p.floatRight {
clear: none;
}

div#footer a {
color: #899e74;
}

div#footer a:hover {
color: #529438;
}

/* Search box */

div#search {
position:relative;
left: 625px;
top: 50px;
width: 140px;
color: #075421;

font-weight: bold;
}

input#txtQuery {
width: 100px;
font-size: 10px;
height: 12px;
}

/* Navigation bar */
div.nav {
margin: 0px;
clear: both;
}

div.nav.top {
border-top: solid 8px #075421;
border-bottom: solid 8px #075421;
}

div.nav.bottom {
padding-top: 3px;
font-size: 9px;
}

ul.navBar {
list-style: none;
}

ul.navBar.top {
height: 40px;
}

ul.navBar li {
display: block;
float: left;
font-weight: bold;
padding-right: 5px;
}

ul.navBar.top li {
padding-top: 10px;
padding-right: 50px;
}

ul.navBar li a {
display: block;
float: left;		/* This doesn't do anything but seems to be needed for IE6 to display correctly */
height: 2.4em;
color: white;
}

ul.navBar.top li a {
background-image: url(images/bullets.png);
background-position: bottom left;
background-repeat: no-repeat;
}

ul.navBar li a:hover {
color: #529438;
}

ul.navBar.top li a:hover {
background-image: url(images/bullets_hover.png);
}

/* Menu */
div#menu {
width: 185px;
float: left;
clear: both;
}

div#menu p.menuHeading {
font-size: 14px;
border-bottom: solid 1px #529438;
font-weight: bold;
}

div#menu p.menuHeading a {
color: #ffffff;
}

div#menu p.basketNote {
margin-left: 26px;
}

div#menu ul.superCatMenu {
padding-left: 0px;
}

div#menu ul.superCatMenu strong {
display: block;
font-size: 14px;
margin-left: 26px;
margin-top: 8px;
margin-bottom: 8px;
border-bottom: solid 1px #529438;
}

div#menu ul.superCatMenu a {
color: #529438;
}

div#menu ul.superCatMenu a:hover {
color: #075421;
}

div#menu ul {
margin-left: 0px;
}

div#menu ul.catMenu {
line-height: 15px;
padding-left: 26px;
}

div#menu ul.catMenu li a {
color: #ffffff;
}

div#menu ul.catMenu li a:hover {
color: #529438;
}

div#menu ul li {
list-style: none;
margin: 0px;
padding: 0px;
}

ul.linkMenu {
padding-left: 6px;
line-height: 20px;
}

ul.linkMenu li a {
padding-left: 20px;
color: #ffffff;
}

ul.linkMenu.arrowed {
padding-top: 15px;
}

ul.linkMenu.arrowed li a {
background-image: url(images/arrow.gif);
background-position: left;
background-repeat: no-repeat;
}

ul.linkMenu.arrowed li a:hover {
background-image: url(images/arrow_hover.gif);
color: #529438;
}

ul.linkMenu.big {
margin-top: 25px;
font-size: 14px;
font-weight: bold;
}

ul.linkMenu.big li a {
display: block;
width: 160px;
border: solid 1px #529438;
margin-bottom: 5px;
margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

ul.linkMenu.big li a:hover {
background-color: #075421;
color: #ffffff;
}

/* Content */
div#content {
float: right;
clear: none;
width: 565px;
padding-top: 15px;
padding-bottom: 15px;
/*padding-bottom: 15px;*/
}
div#contentAdmin {
clear: none;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
/*padding-bottom: 15px;*/
}

div#content div#innerContent, div#contentAdmin div#innerContent {
padding-left: 15px;
}

div#content h1, div#contentAdmin h1 {
font-size: 20px;
color: #529438;
}

div#content h2, div#contentAdmin h2 {
font-size: 14px;
}

div#content h3, div#contentAdmin h3 {
font-size: 12px;
}

div#content p, div#contentAdmin p {
}

div#content h2.salesMessage {
padding-bottom: 5px;
font-size: 22px;
line-height: 0.9em;
width: 350px;
}

div#content h2.salesMessage strong {
color: #529438;
}

/* Product thumbnails */
div.thumbGrid {
clear: both;

}

div.thumbGrid div.thumb {
display: block;
width: 156px;
border-right: solid 1px #075421;
border-bottom: solid 1px #075421;
text-align: center;
padding: 8px;
padding-left: 12px;
float: left;
margin: 0px;
}

div.thumbGrid div.thumb.cat {
height: 84px;
}

div.thumbGrid div.thumb.prod {
height: 170px;
}

div.thumbGrid div.thumb.top {
border-top: solid 1px #075421;
}

div.thumbGrid div.thumb.left {
border-left: solid 1px #075421;
margin-left:18px;
}

div.thumbGrid div.thumb a {
display: block;
text-align: left;
margin: auto;
color: #ffffff;
}

div.thumbGrid div.thumb a:hover {
color: #529438;
}

/* Utility classes */
.hide {
display:hide;
}

.floatLeft {
float: left;
}

.floatRight {
float: right;
}

.alignRight {
text-align: right;
}

.clearNone {
clear: none;
}

/* Contact us */

div#content address {
padding-left: 15px;
font-size: 12px;
}

div#content form td.leftColumn {
width: 150px;
}

div#content form textarea {
width: 200px;
}

.error {
color: #ff0000;
}

.pager {
display: block;
clear: both;
text-align: center;
width: 100%;
padding-top: 1em;
padding-bottom: 1em;
}

/* Product page */

.productImage {
display: block;
width: 250px;
float: left;

text-align: center;
}

.productImage img {
display: block;
margin: 0 auto;
width: 250px;
}

.features {
display: block;
width: 300px;
float: right;
clear: none;
margin: none;
}

.sizes {
width: 260px;
float: right;
clear: right;
border: solid 1px #529438;
padding: 10px;
}

.description {
clear: both;
padding-top: 8px;
margin-bottom:12px;
}

#prodOptions{
clear:both;
padding-top:22px;
}
#prodOptions img{
border: 1px solid #529438;
}

#prodSpecs{
clear:both;
margin-top:22px;
}
.specs {
clear:both;
width: 100%;
border-top: solid 1px #529438;
border-bottom: solid 1px #529438;
padding-top: 4px;
padding-bottom: 4px;
}

.price {
font-size: 28px;
}

.priceSmall {
font-size: 12px;
}

.addedToBasket {
font-size: 16px;
color: #529438;
font-weight: bold;
}

a.linkButton {
display: block;
margin: 0 auto;
width: 100px;
text-align: center;
border: solid 1px green;
background-color: #075421;
color: #ffffff;
padding: 4px;
}

a.linkButton:hover {
border-color: #ffffff;
}

input.addToBasket {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: block;
margin: 0 0;
width: 100px;
text-align: center;
border: solid 1px green;
background-color: #075421;
color: #ffffff;
padding: 4px;
}

input.addToBasket:hover {
border-color: #ffffff;
}

p.errorMessage
{
padding:5px;
background-color:#FFFFFF;
color:#FF0000;
border: 1px solid #009900;
font-weight:bold;
}

table.basket thead {
font-weight: bold;
}

table.basket tr td {
border-bottom: 1px solid #009900;
}
table.basket tr td a{
	color:#FFFFFF;
	text-decoration:underline;
}
table.basket div.basketOptions
{
	width:100%;
	padding-left:10px;
	color:#899e74;
}
table.basket tr td a:hover{
	text-decoration:none;
}
table.basket thead tr td {
border-bottom: none;
}

fieldset {
border: none;
}
legend {
padding-top: 16px;
font-weight: bold;
}

#helpContent div.image{
padding-bottom:18px;
width:140px;
}
#helpContent div.image img{
border: 1px solid #529438;
}
#helpContent div.text{
padding-bottom:18px;
width:400px;
}

ul.errorList{
display:block;
padding:5px 20px;
background-color:#FFDDDD;
color:#FF0000;
border: 1px solid #FF0000;
font-weight:bold;
}
ul.successList{
display:block;
padding:5px 20px;
background-color:#DDFFDD;
color:#009900;
border: 1px solid #009900;
font-weight:bold;
}
#contentAdmin a{
	text-decoration:underline;
}
#contentAdmin{
	font-size:12px;
}