/* General styles */
body, img, p, h1, h2, h3, div, ul, ol {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
}

div#site {
	width:780px;
	margin:5px auto;
/*	background: #fff url('/images/background.png') no-repeat top left;	*/
	background-color:#fff;
	border:2px solid #006CA2;
	position:relative;
}

div#header {
	width:780px;
	margin:5px auto;
	height:70px;
}



img#topimg { float:left; }

img#german {
	float:left;
	position:relative;
	top:35px;
	left:140px;
}

img#english {
	float:left;
	position:relative;
	top:35px;
	left:120px;
}

img#logo {
	float:left;
	position:relative;
	top:3px;
}

div#basket { margin:10px 0px 0 0; float:right; }
div#basket img { float:left; }

div#basket p {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#5c6165;
	float:left;
	width:100px;
	margin:25px 0 0 10px;
}

div#basket a { color:#5c6165; text-decoration:none; }
div#basket a:hover { color:#006CA2; }
div#basket p span { color:#006CA2; }

img#number {
	float:right;
	position:relative;
	top:20px;
}

div#content {
	width:700px;
	margin: 0 0 20px 40px;
}

div.products {
	width:120px;
	float:left;
	border:1px solid #000;
	margin:5px;
}

div.products p { text-align:center; }

img#image { float:left; }
div#map { float:right; }

div#wide div#map p {
	font-size:11px;
	line-height:13px;
	text-align:right;
}

div#description {
	width:410px;
	float:right;
}

div#description img { margin-bottom:8px; }


div#description h1, #wide h1 {
	font-size:18px;
	line-height:20px;
	margin-bottom:8px;
	color:#006CA2;
}

div#description h1.prod {
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;
	color:#006CA2;
}

div#description h2 {
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
	color:#006CA2;
}

#wide h2 {
	font-size:16px;
	line-height:18px;
	margin-bottom:8px;
	color:#006CA2;
}

div#description p {
	font-size:12px;
	line-height:14px;
	margin-bottom:8px;
	color:#5c6165;
}

div#wide p {
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
	color:#5c6165;
}

div#wide a { color:#006CA2; }
div#wide a:hover { color:#5c6165; }

div#description a { color:#5c6165; }
div#description a:hover { color:#006CA2; }

#footer { width:780px; margin:5px auto; }

#footer p { font-size:10px; line-height:12px; color:#5c6165; }
#footer a { color:#5c6165; text-decoration:none; }
#footer a:hover { color:#006CA2; }

#footer p.left { float:left; }
#footer p.right { float:right; }

.blue { color:#006CA2; }
div#content .blue { color:#006CA2; }

.bold { font-weight:bold; }
.noline { text-decoration:none; }
.italic { font-style:oblique; }
.centre { text-align:center; }

table.contact td { vertical-align:top; }
table.contact label { font-weight:bold; }

div#logos { width:218px; margin-left:20px; float:right; }

div#logos img { margin-bottom:5px; }

img.rightimage { margin-left:20px; float:right; }

img.productlogos { margin:0 0 15px 242px; }
img.thumbs { float:left; margin:0 14px 15px 0; }
img.thumbsend { float:left; margin:0 0 15px 0; }

div#images { width:290px; float:left; }
div#images img { float:left; }
div#images .small { margin-top: 10px; }
div#images .right { margin-right:18px; }
div#images p { font-size:12px; line-height:14px; margin:10px 0 0 0; text-align:center; }

table.dealer td { vertical-align:top; padding:10px; }
table.dealer input { width:200px; }
table.dealer label { font-weight:bold; }

table.basket {  width:100%; }
table.basket td { padding: 8px 5px 0 0; }
table.basket .border { border-bottom:1px solid #006CA2; }
table.basket .bordertop { border-top:1px solid #006CA2; }
table.basket .right { text-align:right; }
table.basket .centre { text-align:center; }

div#content table.basket p {
	font-size:13px;
	line-height:15px;
}

ul.list {
	padding:0 0 0 30px;
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
	color:#5c6165;
}

div#description .float { float:left; }
div#description .right { margin-right:2px; }


div#order { margin-top:10px; }
div#order table td { padding:8px 8px 0 0; }
div#order table p.right { text-align:right; }

img#colours {
	position:relative;
	top:10px;
	left:15px;
}


#nav {
	padding: 2px 0 0 41px;
	height:36px;
	background:url('/images/menu-back.png') repeat-x left 3px;
	border-top: 1px solid #006CA2;
	border-bottom: 1px solid #006CA2;
}

#nav a {
	display: block;
	width:137px;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding: 11px 0px 8px 0;
	border-bottom:0px;
	background: url('/images/button-back.png') repeat-x top left;
	border: 1px solid #fff;
}

#nav li ul { width:159px; }
#nav a:hover { background-image:none; background-color:#000;}
#nav li ul ul, #nav li ul ul ul, #nav li ul ul ul ul { margin: -27px 0 0 139px; }
#nav li ul li a { padding:6px 0 ; background-image:none; background-color:#006CA2; }
#nav li:hover ul { left: auto; }
#nav li { float: left; display:block; }
#nav li ul { position: absolute; left: -999em; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav, #nav ul { list-style: none; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul { left: -999em; }
#nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ull, #nav li li li.sfhover ul { left: auto; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ull, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left: auto; }
#nav a.left { border-left:2px solid #fff; }
#nav a.right { border-right:2px solid #fff; }




/* ------ NEW LAYOUT ------ */

table.product { margin:10px 0; width:100%; }
table.product td.imagecol { width:201px; }
table.product td { vertical-align:top; padding:0 10px 0 0; }
table.product table { float:right; margin:10px 5px 0 0; position:relative; bottom:0px; padding:10px; }
div#content table.product table p { margin-bottom:15px; }
div#content table.product table p strong { color:#006CA2; }
hr { background-color:#006CA2; border:0; height:1px; }


span.small { font-size:13px; line-height:13px; }

#haycolours { position:relative; top:30px; left:30px; }

.home-images img { float:left; margin: 0 15px 15px 0; }

.home-images img.end { margin-right:0; }