/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font-size: 1.1em;
}
p,ul {
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	padding-top: 6px;
}
#sidenav h1 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
#sidenav h2 {
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
}
#sidenav .sidenavPara {
	border-bottom: 1px #fff solid;
	padding: 0 4px 12px 4px;
}
/* misc */
.clear {
	clear: both;
}

/* structure */
#container {
	padding: 0px;
	margin: 6px auto;
	width: 920px;
} 

#header {
	height: 199px;
	background: #ffffff url(/graphics/header_bg.jpg) no-repeat top right;
/*	border-bottom: 4px solid #6B005E;*/
	margin-bottom: 4px;
/*	padding:20px;*/
}
#header-logo-right {
	float: right;
}

/* logo */
.logo {
	height: 149px;
	width:196px;
	float:left;
	margin-right: 4px;
}

/* header and title with a logo*/
.header-content {
	float: left;
	width: 720px;
	height: 149px;
}
.title {
	float:left;
}
.title h1 {
	font-size: 2.4em;
}
.title h2 {
	padding-top: 12px;
}
.title img {
}

.label {
	font-weight: bold;
}

/* header and title without a logo*/
.header-content-no-logo {
	float: right;
	width: 100%;
	height: 120px;
	margin-bottom: 4px;	
}
.title-no-logo  {
	width:500px;
	padding-top:20px;
	text-align: center;
	float:left;
}

/* header address */
.address {
	padding:96px 24px 0 0;
	float:right;
	text-align: right;
	font-size: 1.1em;
}

.address a, .address a:hover {
	color: #fff;
}

.highlight {
	background:transparent url(../graphics/bgcode.gif) repeat scroll 0 0;
	border-bottom:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-style:solid;
	border-top:1px solid #F0F0F0;
	border-width:1px 1px 1px 6px;
	color:#555555;
	display:block;
	margin-bottom:12px;
	padding:8px 10px;
	border-left-color: #53a043;
	font: normal  "Lucida Sans Unicode",serif;
}

.quote {
	font-family:"Lucida Sans Unicode",serif;
	background:transparent url(../graphics/quote.gif) no-repeat scroll 0 0;
/*	border:1px dashed #F0F0F0;*/
	color:#666666;
	display:block;
	padding-left:28px;
	font-size: 1.0em;
	font-weight: bold;
}

/* horizontal navigation at top*/
#topnav {
color:#FFFFFF;
float:left;
height:30px;
margin:0 0 0;
padding:0;
position:relative;
width:100%;
top:170px;
}
#topnav ul{
	list-style-image:none;
	list-style-type:none;
	padding-bottom: 4px;
	padding-top:4px;	
}

#topnav li {
	display:inline;
	padding-left:2px;
	padding-right:2px;
}

#topnav a {
	font: bold 14px Verdana,sans-serif;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none;
}

/* sidebar nav */
#sidenav {
/*	background: url(/graphics/nav_bg.gif) no-repeat left bottom;*/
	border: 1px solid #53a043;
	float: right;
	width: 280px;
	margin-right: 4px;
	padding-bottom: 8px;
	color:#FFFFFF;
}
#sidenav ul {
	padding-left: 12px;
/*	border-top: 1px solid #FAFAFA;*/
	margin: 0;
	padding: 0;
}
#sidenav .menuH1 {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	padding: 6px 0px 6px 8px;
	text-decoration: none;
	background-color: #009bc7;
	color:#fff;
}
#sidenav .menuH1 a {
	padding: 4px 6px 5px 14px;
}
#sidenav .subMenu {
	text-align: left;
}
#sidenav li {
/*	border-bottom: 1px solid #FAFAFA;*/
	list-style: none;
	margin: 0;
}
#sidenav a {
	color: #fff;
	/* display: block; */
	font-size: 0.9em;
	padding: 2px 6px 0px 4px;
	text-decoration: underline;
}
#sidenav ul li.selected a {
	padding: 2px 6px 2px 14px;
}

#sidenav li a:hover {

}

/* content */
#content {
	float: left;
	width: 624px;
	margin-left: 2px;
	margin-right: 4px;	
}
#content.wide {
	width: 916px;
	margin-right: 0px;
}
#content .item {
	padding: 4px 6px;
	border: 1px solid #EEE;
	margin-bottom: 0px;
}
#content h1 {
	margin-bottom: 12px;
}
#content .descr {
	color: #333;
	margin-bottom: 6px;
}
#content li {
	list-style: url(/graphics/li.gif);
	margin-left: 18px;
}
#content ul.hList li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 8px 8px 0;
}
#catList td {
	border:1px solid #CCCCCC;
	/*margin-right:4px;*/
	padding:6px;
}
.catImage {
	border:1px solid #CCCCCC;
	margin-right:4px;
	padding:6px;
}

/* content */
#sidebar {
	float: left;
	width: 172px;
	padding: 6px 12px;
	border: 1px solid #EEE;
	margin-bottom: 4px;
}

/* search form */
form {
	padding: 6px 8px;
}
table.productTable form {
	padding: 0;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.search {
	background: url(/graphics/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}
.small {
	font-size: 0.8em;
}

/* footer */
#footer {
	font-size: 1em;
	margin-bottom: 8px;
	margin-top: 4px;
	text-align: left;
	padding: 4px 6px 8px;
	clear: both;
}

#footer .footerLeft {
	float:left;
	width:30%;
	padding-top: 6px;
}
#footer .footerMiddle {
	padding-top:4px;
	text-align:center;
	float:left;
	width:50%;
}
.footerMiddle a {
	font-size: 0.86em
}
#footer .footerRight {
	text-align:right;
	float:right;
	width:20%;
}
#footer img#pbys {
	margin-top:0px;
}

.form-error, .error {
	color: #BC2d25;
}



div.addToBasket {
	background:transparent url(/graphics/addToBasket.gif) no-repeat left top;
	width: 110px;
	height: 22px;
}
div.addToBasket a {
	width: 100%;
	display: block;
	height: 22px;
}
div.addToBasket:hover {
	background-position:left bottom;
}
div.backToShop {
	background:transparent url(/graphics/backToShop.gif) no-repeat left top;
	width: 110px;
	height: 22px;
	margin-top: 4px;
}
div.backToShop a {
	width: 100%;
	display: block;
	height: 22px;
}
div.backToShop:hover {
	background-position:left bottom;
}

a.addToBasket2 {
	background:transparent url(/graphics/addToBasket-sml.gif) no-repeat left top;
	width: 83px;
	height: 18px;
	display: block;
	margin-top: 4px;
}
a.addToBasket2:hover {
	background-position:left bottom;
}

a.moreInfo {
	background:transparent url(/graphics/moreInfo-sml.gif) no-repeat left top;
	width: 92px;
	height: 18px;
	display: block;
	margin-top: 4px;
}
a.moreInfo:hover {
	background-position:left bottom;
}

table#orderDetail {
	background-color: #ffffff
}

input.button, input.submit, a.button {
	-moz-border-radius: 4px;
	margin-top: 12px;
	padding: 2px 10px 4px;
	border: 1px solid #5B824A;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
	background: #8AB875 url(/images/button-bg.jpg) repeat-x left bottom;
}

a.button {
	text-decoration:none;
}
a.button:hover {
	color: #5B824A;
}


