@charset "utf-8";
/* CSS Document */

body {
	background-color: #B1B7DA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

td b {
	font: bold 13px Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 16px/24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: bold 16px/24px Georgia, "Times New Roman", Times, serif;
}

h4 {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	background-color: #9baf8e;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

h5 {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	background-color: #6d78b7;
	color: #FFFFFF;
	text-transform: uppercase;
}

#wrapper {
	background-image: url(images/bg-main.gif);
	width: 960px;
	background-repeat: repeat-y;
}

#headerbox {
	height: 150px;
}

#logo {
	float: left;
	height: 150px;
}

#header {
	position: absolute;
	width: 630px;
	left: 330px;
	top: 0px;
}
#products {
	position: absolute;
	top: 70px;
	left: 330px;
	overflow: hidden;
	height: 60px;
	width: 110px;
}
#newsletter {
	position: absolute;
	top: 70px;
	left: 440px;
	overflow: hidden;
	height: 60px;
	width: 110px;
}
#helpdesk {
	position: absolute;
	top: 70px;
	left: 550px;
	overflow: hidden;
	height: 60px;
	width: 110px;
}
#contactus {
	position: absolute;
	top: 70px;
	left: 660px;
	overflow: hidden;
	height: 60px;
	width: 110px;
}
#basket {
	position: absolute;
	top: 70px;
	left: 770px;
	overflow: hidden;
	height: 60px;
	width: 170px;
}
#sidebar {
	position: absolute;
	top: 70px;
	left: 940px;
}

#printlogo {
	display: none;
}

.nav-down a:link a:visited {
	position: absolute;
	top: 0px;
}

.nav-down a:hover {
	position: absolute;
	top: -60px;
}

#cattree {
	background-image: url(images/cattree-bg.gif);
	clear: left;
	width: 280px;
	float: left;
	position: relative;
}

#cattree-content {
	padding-left: 20px;
}

#cattree-content a:link, #cattree-content a:visited {
	color: #6d78b7;
	font: bold 13px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 210px;
	display: block;
	height: 24px;
	padding-left: 10px;
}

#cattree-content a:hover {
	background-color: #6d78b7;
	color: #FFFFFF;
	font: bold 13px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 210px;
	display: block;
	height: 24px;
	padding-left: 10px;
}

#cattree-content b {
	background-color: #9baf8e;
	color: #FFFFFF;
	font: bold 13px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 210px;
	display: block;
	height: 24px;
	padding-left: 10px;
}

#cattree-content br {
	line-height: 5px;
}

#contentbox {
	padding: 10px 0px 10px 10px;
	width: 920px;
}

#footerbox {
	background-image: url(images/footer-bar.gif);
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	float: none;
}

#bottombox {
	text-align: center;
	width: 960px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	color: #374071;
}

.main-block {
	width: auto;
	margin-left: 280px;
}

.list-block {
	width: auto;
	margin-left: 280px;
}

.list-block-indent {
	width: auto;
	margin-left: 300px;
}

.help-block {
	background-color: #FFFFFF;
	border: 2px solid #B1B7DA;
	margin-bottom: 20px;
	width: auto;
	margin-left: 280px;
}

.help-block-header {
	background-color: #6D78B7;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.help-block p {
	padding-right: 10px;
	padding-left: 10px;
}

.contact-block p {
	margin-bottom: 20px;
	width: auto;
	margin-left: 280px;
}

.imagefloat-r {
	float: right;
	padding-left: 10px;
}

.imagefloat-l {
	float: left;
	padding-right: 10px;
}

a:link, a:visited {
	color: #6d78b7;
	text-decoration: none;
}
a:hover {
	color: #9baf8e;
	text-decoration: underline;
}
a:active {
	color: #bf668e;
}


.footerlinks {
	position: relative;
	top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.whitebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
