body {
	margin:0;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#464646;
	background:#fff3cb url("../images/bg-wrapper.gif") repeat-y 50% 0;
}
img {
	display:block;
	border:0;
}
a{
	color:#324f7b;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#sidebar a{
	color:#324f7b;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	width:775px;
	position:relative;
	padding:150px 0 9px;
}
#header {
	overflow:hidden;
	padding:6px 0 0;
	position:absolute;
	left:0;
	top:0;
}
.info-holder {
	overflow:hidden;
	width:763px;
	padding:0 12px 0 0;
}
.info {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	padding:0 0 10px;
}
.info li {
	float:left;
	font-size:11px;
	color:#838383;
	background:url("../images/bg-info-separator.gif") no-repeat 100% 2px;
	padding:0 8px 0 4px;
}
.info li.basket {
	background:url("../images/img-basket.gif") no-repeat 100% 0;
	padding:0 20px 0 4px;
}
.info li a {
	color:#838383;
}
.nav-holder {
	overflow:hidden;
	width:772px;
	background:url("../images/bg-nav.gif") repeat-x;
	padding:4px 3px 12px 0;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	float:right;
}
#nav li {
	float:left;
	background:url("../images/bg-nav-separator.gif") no-repeat;
	padding:3px 11px 7px 12px;
	margin:0 1px 0 -1px;
}
#nav li a img {
	float:left;
}
.header-banner {
	border:1px solid #324f7b;
	display:block;
	margin:0 11px 8px 289px;
}
.logo {
	position:absolute;
	left:10px;
	top:7px;
	z-index:10;
}
.logo a {
	display:block;
	text-indent:-9999px;
	outline:none;
	width:228px;
	height:143px;
	background:url("../images/logo.png") no-repeat;
}
#main {
	padding:23px 35px 0 10px;
	overflow:hidden;
	height:1%;
}
#sidebar {
	float:left;
	width:176px;
}
#sidebar h3 {
	margin:0 0 16px 0px;
	font-weight:bold;
	font-size:15px;
	color:#324f7b;
}
.product-range-holder {
	background:#fdf7dd;
	padding:9px 4px 6px 8px;
	margin:0 0 14px;
}
.product-range-about {
	margin:0 0 9px;
	padding:0 0 0px;
	list-style:none;
	border-bottom:0px solid #c0c4bf;
}
.product-range-about li {
	background:url("../images/bg-product-range-sep.gif") no-repeat 0 8px;
	padding:0 0 0 12px;
	margin:0 0 14px;
}
.product-range {
	margin:0 0 9px;
	padding:0 0 2px;
	list-style:none;
	border-bottom:1px solid #c0c4bf;
}
.product-range li {
	margin:0 0 14px;
}
.product-range li ul {
	margin:0 0 1px;
	padding:0 0 0 22px;
	list-style:none;
}
.product-range li ul li {
	background:url("../images/bg-product-range-sep.gif") no-repeat 0 8px;
	padding:0 0 0 10px;
	margin:0 0 1px;
}
#content {
	float:right;
	width:526px;
	padding:7px 0 0;
	line-height:1.5;
}
#content h1 {
	font-size:15px;
	font-weight:bold;
	color:#324f7b;
	margin:0 0 22px;
}
#content p {
	margin:0 0 15px;
}
.products {
	margin:0;
	padding:0;
	list-style:none;
	width:540px;
	margin:0 -35px 0 0;
	overflow:hidden;
}
.products li {
	float:left;
	width:156px;
	text-align:center;
	font-size:11px;
	margin:0 24px 34px 0;
	overflow:hidden;
	min-height:200px;
}
* html .products li {
	height:200px;
}
.products li a img {
	border:1px solid #324f7b;
}

/* CSS needed for the tooltip */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

.highslidethumb {
float:left;
height:140px;
}

.quoteline {
  float:left;
  padding-left: 8px;
}

