body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, Geneva, san-serif;
	font-size: 62.5%;
	text-align: center;
	}

#page {
	width: 960px;
	padding: 0;
	margin: 5px auto;
	text-align: left;
	background: transparent url(graphics/page-bg.gif) repeat-y left top;
	position: relative;
	}

a img {
border: 0;
}

/* Header ***************************************************************** */
#header {
	background: transparent url(graphics/header.jpg) no-repeat right top;
	height: 211px;
		}

#header h1	{
	margin: 0;
	padding: 0;
	margin-left: -999em;
	}
	
	
#quicksearch {
	position: absolute;
	right: 265px;
	top: 130px;
	padding: 0;
	margin: 0;
	}

#quicksearch form{
	width: auto;
	padding: 0;
	margin: 0;
	}
	
#quicksearch form select, #quicksearch form option{
	display: block;
	width: 270px;
	padding: 0;
	margin: 0;
	}	
	
/* Site menu **************************************************************** */


#site-menu {
	position: absolute;
	top: 8px;
	left: 8px;
	}

#site-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#site-menu ul li	{
	float: left;
	width: 36px;
	margin: 0;
	padding: 0;
	}

#site-menu ul li a	{
	display: block;
	border: 1px solid #95d3e3;
	padding: 0;
	background-color: transparent;
	margin: 0 3px 0 0;
	}

#site-menu ul li a:hover	{
	border: 1px solid #002e67;
	background-color: white;
	}

#site-menu ul li a img {
	border: 0;
	}
	
#lang {
position:absolute;
top:20px;
left:163px;
}

#lang ul.lang {
margin: 5px;
padding:0;
list-style: none;
}

#lang ul.lang li {
display:inline;
padding:5px;

}


/*  Product menu 
------------------------------------------------------------------ */


#product-menu {
	width: 81px;
	height: 425px;
	float: left;
	margin:0 0 0 0;
	padding: 0 0 20px 12px;
	list-style-type: none;
	}

/* **************** Content **************** */



#content {
	margin: -50px 0px 30px 100px;
	padding: 10px 10px 30px 10px;
	position: relative;

	}


#guy{
	position: absolute;
	top:211px;
	right:10px;
	margin:0;
	padding:0;
	width: 115px;
	height: 277px;
	background: transparent url(graphics/right-side-bg.jpg) no-repeat right top;

}
#contentlist {
	margin: 5px  10px 30px 100px;

}

#content p{
	margin-right: 500px;

}


#content h2	{
	font-size: 1.2em;
	font-weight: normal;
	font-family: Verdana, Arial, Geneva, san-serif;
	color: #34932E;
	text-align: left;
	margin: 10px 0;
	}

#content h2 strong	{
	font-weight: bold;
	}
	
#featured {
	border-left:1px solid #34932E;
	border-right:1px solid #34932E;
	width:200px;
	position:absolute;
	top: 20px;
	left:388px;
	text-align:center;
}


#featured div{
border-bottom:1px solid #34932E;
padding:10px 25px;
}

#featured h2{
background-color:#34932E;
color:#fff;
font-size:12px;
margin:0;
padding:2px 10px;
}

#featured a{
color:#A4B3BF;
text-decoration:none;
display:block;
padding:2px 5px;
}

#featured a:hover {
color:#000;
text-decoration: underline;
}




/* **************** Productlist.php **************** */


.product-list	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.product-list li {
	margin: 0 5px 20px 0;
	width: 294px;
	height: 170px;
	overflow:hidden;
	float: left;
	text-align: left;
	background-color:white;
	border:1px solid #66BB51;
	position: relative; /* hack for ie */
	}
	

.product-list li h3	{
	margin: 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
	}

.product-list li h3 a	{
	display: block;
	background-color: transparent;
	padding: 5px 3px;
	color: #34932E;
	font-size: .8em;
	text-decoration: none;
	}
	
.product-list li h3 a:hover	{
	background-color:#66BB51;
	color:#000;
	}

.product-list li h4	{
	font-size: 1.2em;
	margin: 0 0 0 110px;
	padding: 5px 3px;
	}

.product-list li a img	{
	display: block;
	margin: 1em 0 0 0;
	border: 0;
	clear: left;
	float: left;	
	}

.product-list li ul	{
	margin: 20px 0 0 110px;
	padding: 0 1em;
	list-style-type: none;
	}
	
.product-list li ul li	{
	margin: 0.4em 0;
	float: none;
	border: none;
	width: auto;
	height: auto;
	font-size: .9em;
	list-style: square; 
	}

/* **************** Product.php **************** */


.product {
	width: 270px;
	margin: 0px 253px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	float: right;
	display: inline; /* hack for IE */
	}

.product p {
	margin: 0;
	padding: 0;
	}

.product strong {
	color:#B2C4E0;
	margin: 0;
	padding: 0;
	}

.product h2 {

}


#contentlist h3 {
margin: 0;
padding: 0px;
font-size:16px;
color:#34932E;
}

#contentlist h2{
color:#34932E;}

.product h4	{
	width: 270px;
	margin: 0;
	padding: 1px 5px;
	border: solid 1px #34932E;
	background-color: #34932E;
	color:#fff;
	font-size: 1em;
	
	}
.bigpic	{
	display: block;
	margin: 0 0 0 0px;	
	padding: 1px 0 0 0;
	z-index: 100;
	}	
	
	

#extras {
  height: 60px;
  width: 270px;
  margin: 0;
  float: left;
  background-color: #fff;
  }

/* extras */

#extras a {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 0;
  line-height: 13px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #999;
  background-image: url(graphics/extras-buttons.png);
  background-repeat: no-repeat;
  }

#extras a span {
  margin-left: -999em;
  }

extras a:hover {
  }

#extras a.virtual-sample        {background-position: 0 -100px;}
#extras a.virtual-sample:hover  {background-position: 0 0;}
#extras a.three-sixty           {background-position: -200px -100px;}
#extras a.three-sixty:hover     {background-position: -200px 0;}
#extras a.datasheet             {background-position: 0 -300px;}
#extras a.datasheet:hover       {background-position: 0 -200px;}


/* Details ------------ */

.details {
	border: 1px solid #34932E;
	margin: 0;
	padding: 5px 0;
	overflow: auto;
	}

ul.prod_detail{
	float: none;
	padding: 0 6px;
	margin: 6px 6px;
	list-style-type: square;
	}

ul.prod_detail li {
	float: none;
	margin: 0 0 0.3em 6px;
	padding: 0 10px;
	color: #666;
	display: block;
	}




/* swatches*/

#swatches {
	margin:0px;
	padding:0px;
}

.colourways a{
	text-decoration: none;
	color: #666;
}

ul.colourways{
	list-style: none;
	text-align: center;
	margin: 0;
	width: 270px;
	border-top: 1px solid #34932E;
	height: auto;
	padding: 0;	
}

ul.colourways li{
	width: 88px;
	height:120px;
	float: left;
	padding: 10px 0 10px 0;
	margin:	0 -1px 0 0;
	border-left: 1px solid #34932E;
	border-bottom: 1px solid #34932E;
	border-right: 1px solid #34932E;
	display: inline; /* hack for IE */
	text-align: center;
	font-size: 0.9em;
	line-height: 1em;
	color: #666;
	
	}
	
ul.colourways li img {
	display: block;
	margin: 0 0 3px 0;
	}



/* Related */

.Related{
	padding: 0;
	margin: 10px 0 30px 0px;
	border: 1px solid #34932E;
	overflow: auto;
	width: 320px;
	}

.Related h4{
	margin: 0;
	padding: 1px 5px;
	border: solid 1px #34932E;
	background-color: #34932E;
	color:#fff;
	font-size: 1.1em;
	line-height: 1.4em;
	}

ul.related	{
	list-style-type:none;
	margin:0px 10px;
	padding:0;
	border: 0;
	}

 ul.related li a {
	text-decoration:none;
	color:#E1932E;
	float:left;
	padding:10px;
	margin:5px 0px;
	font-weight:bold;
	}
ul.related li {
	padding:0;
	margin:5px;
	width:70px;
	border: 0;
	
	display:inline;
	text-align:center;
	}

ul.related li img	{
	margin: 0;
	padding: 0;
	border: 0;
	display:block;
	}

/* Personalisation *************************************** */

ul.person {
margin:0;
padding:0;
}

ul.person li {
list-style:none;
text-align:center;
display:inline;
width:100px;
float:left;}

/* **************** Form stuff **************** */

form{
	padding:10px 0 0 0;
	margin:0;
	
	}
	
form div	{
	overflow: auto;
	margin: 0.5em 0 0.5em 20px;
	padding: 0.2em 0;
	border-bottom: 1px dotted #A4B3BF;
	}

label	{
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 3px;
	}

input, select, option 	{
	font-size: 1em;
	}
	
fieldset {
	width:500px;
	padding: 2em;
	margin:0;
	-moz-border-radius: 15px;
	border: 3px solid #34932E;
	}

legend	{
	font-size: 1.3em;
	font-weight: bold;
	font-style: oblique;
	padding: 0.5em;
	background-color: white;
	color: #34932E;
	
	}



/* PDF LIST *********************************************** */
ul.pdf	{
	margin: 1em;
	padding: 0;
	list-style-type: none;
	}

ul.pdf li	{
	background: url(graphics/pdf-icon.gif) no-repeat;
	height: 20px;
	padding: 4px 24px;
	}
	
#content p a, ul.pdf li a	{
	color: #3f6f87;
	}
	
#content p a:hover, ul.pdf li a:hover	{
	color: #000;
	}
	
/* Footer ************************************************* */

#footer{
background: transparent url(graphics/footer.gif) no-repeat right bottom;
text-align:left;
padding:30px 20px 0 20px;
margin:20px 0 0 0 ;
color:#9D9D9E;
clear:both;
height:50px;
}

#virtual-sample {
  height: 51px;
  width: 170px;
  margin: 0 0 10px 5px;
  }

#virtual-sample a {
  display: block;
  height: 51px;
  padding: 0 0 0 51px;
  line-height: 51px;
  background: transparent url(graphics/vs-button-off.png) no-repeat left top;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #999;
  }

#virtual-sample a:hover {
  background: transparent url(graphics/vs-button-over.png) no-repeat left top;
  color: #333;
  }

