/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0 0 12px 0;
padding:0;
}
 
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration: none;
color: #666;
}

a:hover, a:active {
color: #000;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
  
label {
	width: 95px;
  padding-top:0.2em;
  text-align:left;
  cursor:pointer;
  }

 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;

}
 
textarea {
	line-height:1.25;
}


 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/*CUSTOM*/
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 13px;
}
h1 {
	letter-spacing: -1px;
	padding:0;
	margin: 10px 0 10px 0;
	color: #66ccff;
	font-size: 24px;
	
}




/*LAYOUT*/
#wrap {
	width: 960px;
	margin: 10px auto;
}

#header {
	width:100%;
	overflow: hidden;
	margin: 0 0 10px 0;
}
	#logo {
		float: left;
		background-image: url(../images/logo.gif); 
		background-repeat: no-repeat;
	}
	#currency {
		float: right;
		width: 234px;
	}
		#currency div {
			color: #fff;
			height:112px;
			width: 112px;
			background-color: #ff3366;
		}
			#currency div p {
				margin: 90px 0 0 0;
				padding: 0;
			}
			#currency #sterling {
				float: left;
				text-align: center;
			}
			#currency #euro {
				margin-left: 10px;
				float: right;
				text-align: center;
			}
#bar {
	background-color: #ff3366;
	height:30px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 696px;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	float: left;
	text-align: right;
}
	#bar a {
		color: #fff;
	}
#cartContents {
		background-color: #66ccff;
		background-image: url(../images/cart-icon.gif);
		background-repeat: no-repeat;
		float: right;
		width: 189px;
		height: 30px;
		border-left: 10px solid #fff;
		color: #fff;
		line-height: 30px;
		padding: 0 10px 0 35px;
		float: right;
}
	#cartContents a {
		color: #fff;
	}
#content {
	clear: both;
	width: 100%;
	overflow: hidden;
}
	#col1 {
		width: 234px;
		margin: 0 10px 0 0;
		padding: 0;
		float: left;
	}
		#col1 div {
			
		}
		#col1 a.nav {
		display: block;
		font-size: 12px;
			width: 214px;
			height: 30px;
			margin: 0 0 5px 0;
			color: #fff;
			line-height: 30px;
			padding: 0 10px;
		}
		#col1 ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#col1 .nav a {
			display: block;
			color: #fff;
		}
			#col1 .nav.cat {
				background-color: #66ccff;
			}
			#col1 .nav.link {
				background-color: #ff3366;
			}
			
		#col1 #euroDelivery {
			background-color: #003399;
			background-image: url(../images/euro-flag.gif);
			background-repeat: no-repeat;
			color: #fff;
			width: 179px;
			height: 40px;
			margin: 0 0 10px 0;
			line-height: 40px;
			padding: 0 10px 0 45px;;
		}
		#col1 #hr48 {
			background-color: #66ccff;
			background-image: url(../images/hr48.gif);
			color: #fff;
			width: 214px;
			height: 190px;
			padding: 10px;
			text-align: center;
			font-size: 12px;
			overflow: hidden;
		}
		#col1 #hr48 p {
			margin-bottom: 127px;
		}
		
	#col2 {
		float: left;
		width: 472px;	
	}
	#col3 {
		float: right;
		width: 234px;
		padding: 0px;
		margin: 0 0 0 10px;
	}
		
	#col2-3 {
		float: right;
		width: 716px;
	}
	#innercontent {
		padding: 10px;
	}
		#col2-3 #flash {
			width: 716px;
			height: 246px;
			margin: 0 0 10px 0;
		}
		#col2-3 #flash #left {
			float: left;
			margin-right: 14px;
		}
		#col2-3 #flash #right {
			float: left;
			margin: 0;
		}
		#col2-3 #boxes {
			width: 716px;
			overflow: hidden;
		}
			#col2-3 #boxes #boxCol1 {
				float: left;	
			}
			#col2-3 #boxes #boxCol2 {
				float: right;
				margin: 0 0 0 10px;
			}
			.box {
				overflow: hidden;
				background-color: #ff9933;
				color: #fff;
				border: 2px solid  #ff9933;
				width: 349px;
				height: 96px;
				margin: 0 0 10px 0;
				display: block;
			}
			.box div {
				padding: 10px;
			}
			.box h4 {
				font-size: 15px;
				font-weight: bold;
			}
			.box p {
				margin: 5px 0 0 0;
			}
			.box img {
				float: right;
			}
			a.box {
				color: #fff;
			}
			a.box:hover {
				color: #fff;
			}
			img.click {
				position: relative;
				float: right;
				right: -144px;
				z-index: 10;
			}
			
#footer {
	margin: 10px 0 0 0;
	font-size: 11px;
	text-align: right;
	clear: both;
}
			
/***** Forms *****/
 
form {
	margin:0 0 10px 0;
	padding:20px;
	display:block;
	background-color: #f5f5f5;
	width:422px;
}
	form h4 {
		margin-top: 20px;
		border-bottom: 1px dotted #666666;
		clear: both;
	}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
}
  
label {
  float:left;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
  cursor:pointer;
  }
  


 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
	line-height:1.25;
}


input.styled, #contactForm textarea {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999;
	width:300px;;
	margin:0 0 10px 5px;
}

#submitbtn {
	margin-left:110px;
}
.topalert {
	background-color: yellow;
	line-height: 25px;
	border-bottom: 2px solid red;
	text-align: center;
	color: red;
}
.topalert a {
	color: red;
}

h3 small, h4 small {
	font-weight: normal;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #666666;
	padding: 10px 0 10px 0;
}
.button {
	display: block;
	line-height: 30px;
	height: 30px;
	width: 70px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px 0 20px;
	background-color: #99CC33;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

.alert {
	color: red;
	background-color: yellow;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	/*
	position:fixed;
	z-index: 10;
	*/
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	overflow:hidden;
}
form#quoteform label {
	width: 30%;
	margin-bottom: 10px;
	font-weight: bold;
}
#quoteform span.small {
	font-size: 10px;
	color: #666;
}
#quoteform div div {
	clear: both;
	margin-bottom: 10px;
	line-height: 12px;
}
#quoteform table {
	width: 100%;
	text-align: right;
}
#quoteform h4 {
	background-color: #c5c5c5;
	width: 100%;
	padding: 4px;
}
#add {
	float: right;
}
label.image {
	float: none;
	width: 100%;
}

.cartitem {
	background-color: #f5f5f5;
	border-bottom: 1px solid gray;
	padding: 10px;
	margin: 0 0 10px 0;
}
.cartprice {
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
#cartremove {
	margin:10px 0 0 0;
}
#carttotals {
	background-color: #f5f5f5;
	width: 300px;
	float: right;
	padding: 10px;	
	text-align: right;
	border-bottom: 1px solid gray;
}
#carttotals span {
	width: 100px;
	display: block;
	float: right;
}
table.grid {
	text-align: left;
}
table.grid tr td {
	text-align: left;
}
table.grid tr td label {
	width: 100%;
	float: none;
}
table.grid tr td label img {
	padding: 0 0 5px 0;
}

td.discount {
	color: red;
	font-weight: bold;
}

.pr-thumb {
	float: left;
	margin-right: 10px;
}
.pr-thumb img {
	border: 2px solid  #ff9933;
}
#cds {
	margin: 100px 0 0 0;
	clear: both;
	color: #666;
	font-size: 80%;
}

