body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #cfe0f3;
}

.break {
	clear: both;
}

.saleOverlay {
	z-index: 10 !important;
	float: left;
	clear: none;
	position: relative;
	width: 125px;
	height: 125px;
	background-image: url(../images/layout/saleOverlay.png);
	margin-bottom: 11px;
	margin-right: 11px;
}

	.saleOverlay img {
		width: 125px;
		height: 125px;
		z-index: 100;
	}

.saleOverlay_OFF {
	z-index: 100 !important;
	float: left;
	clear: none;
	position: relative;
	width: 125px;
	height: 125px;
	margin-bottom: 11px;
	margin-right: 11px;
}
	
.randProd {
	margin-right: 9px;
}


/* Left menu styles */

.menuBox {
	border: 1px solid #999999;
	width: 200px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
}

	.menuBox h1 {
		margin-top: 0px;
		background-color: #6699cc;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: lighter;
		height: 30px;
		line-height: 30px;
	}
	
		.menuBox h1 img {
			margin-left: 5px;
			margin-right: 3px;
		}
	
	.menuBox p {
		margin-left: 15px;
		margin-right: 15px;
		line-height: 8px;
		font-size: 11px;
	}
	
	.menuBox .saleLink {
		color: #CC0000;
	}
	
		.menuBox .saleLink:hover {
			color: #333333;
		}
		
	.menuBox a {
		color: #333333;
		text-decoration: none;
	}
	
		.menuBox a:hover {
			text-decoration: underline;
		}
		
		
	.menuBoxDelivery {
		background-color: #efe4c9;
		width: 200px;
		margin-left: 20px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
		.menuBoxDelivery h1 {
			margin-top: 4px;
			margin-bottom: 0px;
			margin-left: 10px;
			color: #003366;
			font-size: 18px;
			font-weight: bolder;
			line-height: 30px;
		}

		.menuBoxDelivery p {
			margin-top: 5px;
			padding-bottom: 7px;
			margin-left: 11px;
			margin-right: 15px;
			font-size: 12px;
			color: #003366;
		}

		.menuBoxDelivery a {
			color: #003366;
		}

		.menuBoxDelivery a:hover {
			text-decoration: none;
		}
		
	.menuBoxNewsletter {
		background-color: #cccccc;
		width: 200px;
		margin-left: 20px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
		.menuBoxNewsletter h1 {
			margin-top: 4px;
			margin-bottom: 0px;
			margin-left: 10px;
			color: #003366;
			font-size: 18px;
			font-weight: bolder;
			line-height: 30px;
		}

		.menuBoxNewsletter p {
			margin-top: 5px;
			padding-bottom: 7px;
			margin-left: 11px;
			margin-right: 15px;
			font-size: 12px;
			color: #003366;
		}

		.menuBoxNewsletter a {
			color: #003366;
		}

		.menuBoxNewsletter a:hover {
			text-decoration: none;
		}

.imgrollover {
	border: 1px solid #CCCCCC;
}

.imgrollover:hover {
	border: 1px solid #6699cc;
}
	
	
/****
CSS NAVIGATION
****/

a.cssnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #003366;
	text-decoration: none;
	height: 30px;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

a.cssnav:hover {
	background-color: #efe4c9;
	height: 30px;
}

a.saleitems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	height: 30px;
	padding-top: 9px;
	padding-bottom: 7px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-left: 5px;
	padding-right: 5px;
}

a.cssnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	height: 30px;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
}

a.cssnav2:hover {
	color: #FFFFFF;
	background-color: #666666;
	height: 30px;
}

.selectedcolour {
	border: 1px solid #33CC00;
}

/* ------------------------------ */


#container {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

	#header {
		height: 84px;
		background-image: url(../images/layout/header_01.gif);
	}
	
		#shoppingBag {
			float: right;
			width: 185px;
			margin-top: 0px;
			margin-right: 20px;
			color: #003366;
		}
		
			#shoppingBag img {
				margin-left: 2px;
				vertical-align: baseline;
			}
		
			#shoppingBag p {
				line-height: 5px;
			}
			
			#shoppingBag a {
				color: #003366;
				text-decoration: none;
			}
			
			#shoppingBag a:hover {
				text-decoration: underline;
			}
	
	#topmenu {
		height: 32px;
		width: 945px;
		background-image: url(../images/layout/header_02.gif);
	}

		#topmenu-left {
			height: 30px;
			width: 740px;
			line-height: 30px;
			margin-left: 20px;
			float: left;
		}
			
		#searchBox {
			float: right;
			width: 170px;
			margin-top: 4px;
		}
		
			#searchBox #goSearch {
				vertical-align: middle;
				margin-left: 5px;
			}
			
			#searchBox #searchTerms {
				font-size: 9px;
				width: 130px;
			}
		
			#searchBox form {
				margin: 0px;
			}

	#menu {
		width: 221px;
		float: left;
		margin-top: 10px;
	}
	
	#socialnetwork {
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 30px;
		margin-right: auto;
		width: 180px;
	}
	
		#socialnetwork #twitter {
			float: left;
			padding-top: 6px;
		}
		
		#socialnetwork #facebook {
			float: right;
		}
	
	#maincontent {
		width: 686px;
		margin-top: 10px;
		margin-right: 20px;
		float: right;
	}
	
		#maincontent h1 {
			font-size: 18px;
			font-weight: lighter;
		}
		
		#maincontent a {
			color: #003366;
			text-decoration: none;
		}
		
			#maincontent a:hover {
				text-decoration: underline;
			}
		
		#tearAway {
			background-image: url(../images/layout/tearaway.png);
			background-repeat: no-repeat;
			width: 684px;
			height: 300px;
		}
		
		#brands {
			width: 618px;
			padding: 32px;
			border: 1px solid #CCCCCC;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
			#brands img {
				/*margin-left: auto;
				margin-right: auto;*/
			}

	#gMap {
		width: 350px;
		float: right;
	}
		
	#footerbar {
		background-image: url(../images/layout/footerbar.gif);
		height: 4px;
	}

	#footertext {
		padding-top: 15px;
		background-color: #cfe0f3;
		color: #003366;
		text-align: center;
	}	

	#footertext p {
		margin-top: 15px;
		color: #003366;
	}
		
	#footertext a {
		color: #003366;
		text-decoration: underline;
	}
		
	#footertext a:hover {
		text-decoration: none;
	}
	
	.formBox {
		background-color: #eaeaea;
		border: 1px solid #999999;
		padding: 10px;
		-moz-border-radius: 0.7em;
	}

		
		
#promo p {
	color: #003366;
	font-size: 16px;
	text-align: center;
}
		
#promo a {
	color: #003366;
	font-size: 12px;
}


/* Product page styles */

	.chooseColSize {
		width: 100%;
	}
	
		.chooseColSize h1 {
			background-color: #6699cc;
			color: #FFFFFF;
			padding: 5px;
			font-size: 12px;
		}
		
	.inStock {
		width: 75px;
		height: 50px;
		padding: 5px;
		background-color: #99FF99;
		margin-right: 5px;
	}
	
	.outStock {
		width: 75px;
		height: 50px;
		padding: 5px;
		background-color: #FFCCCC;
		margin-right: 5px;
	}

/* ------------------------------ */

/* Testimonial Styles */

.testimonial {
	background-color: #eaeaea;
	border: 1px solid #999999;
	width: 635px;
	padding: 5px;
	margin-bottom: 15px;
	-moz-border-radius: 0.7em;
}

