
body, table {
	font-family: "Verdana", "Arial", "Verdana", "Helvetica";
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

body {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background: #fff;
}

a img
{
	border: 0px;
}

#pagecontainer {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	float: left;
}

	#header {
		margin-top: 12px;
		height: 60px;
		width: 760px;
		float: left;
	}

		img.logo {
			float: left;
			width: 190px;
			height: 60px;
			border: 0px;
		}

		#minicart {
			float: right;
			padding-top: 5px;
			font-size: 11px;
			color: #2DB6AC;
		}

			#minicart img { width: 13px; height: 17px; vertical-align: middle; margin-right: 5px; }

			#minicart a:link, #minicart a:visited { color: #2DB6AC; }
			#minicart a:hover { color: #F02E6E; }

	#headimg {
		clear: both;
		float: left;
		margin-top: 5px;
		width: 758px;
		height: 46px;
		border: 1px solid #c8c8c8;
	}

	#topnav {
		clear: both;
		float: left;
		width: 760px;
		margin-top: 5px;
	}

		#topnav ul {
			width: 750px;
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			font-family: "Arial", "Gill Sans", "Verdana", "Helvetica";
			font-size: 13px;
			color: #666;
		}

			#topnav ul li {
				list-style: none;
				display: inline;
				margin-right: 6px;
			}

				#topnav ul li a:link, #topnav ul li a:visited {
					color: #F02E6E;
					text-decoration: none;
					margin-right: 6px;
					font-weight: bold;
				}

				#topnav ul li a:hover {
					color: #2DB6AC;
					text-decoration: underline;
				}

				#topnav ul li.active a:link, #topnav ul li.active a:visited {
					color: #B62D80;
					font-weight: bold;

				}

				#topnav ul li.active a:hover {
					color: #F02E6E;
					text-decoration: underline;
				}

		#wholesalelogin {
			width: 340px;
			height: 150px;
			margin: 15px 0px;
			padding: 30px 0px 0px 40px;
			border: 0px;
			text-align: left;
			font-size: 12px;			
			background: url(/images/loginbox.gif) no-repeat left top;
			float:left;
		}

			#wholesalelogin p {
				clear: both;
				margin: 15px 0px;
			}

			#wholesalelogin form {
				margin: 0px;
				padding: 0px;
				display: inline;
			}

			#wholesalelogin label {
				float: left;
				width: 100px;
				padding-top: 4px;
			}

			#wholesalelogin #username {
				padding: 0px;
				border: 0px;
				font-size: 12px;
				height: 20px;
				line-height: 20px;
				width: 100px;
				border: 1px solid #ddd;
				font-family: "Verdana", "Arial", "Verdana", "Helvetica";
			}

			#wholesalelogin #password {
				padding: 0px;
				border: 0px;
				font-size: 12px;
				height: 20px;
				line-height: 20px;
				width: 60px;
				border: 1px solid #ddd;
				font-family: "Verdana", "Arial", "Verdana", "Helvetica";
			}

			#wholesalelogin #login {
				padding: 0px;
				border: 0px;
				height: 18px;
				width: 40px;
			}

			div.wholesaleprod {
				float: left;
				width: 760px;
				font-size: 11px;
				margin-bottom: 10px;
				border-bottom: 1px solid #E9E9E9;
			}


				div.wholesaleprod p {
					margin: 0px 0px 6px 0px;
				}

				input.wqty {
					font-family: "Verdana", "Arial", "Verdana", "Helvetica";
					font-size: 11px;
					width: 20px;
				}


	#maincontent {
		clear: both;
		float: left;
		width: 760px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

		#mclft {
			float: left;
			width: 530px;
		}

		#mcrgt {
			float: right;
			width: 225px;
			padding-top: 30px;
			font-size: 0.9em;
			line-height: 2.5em;
		}

			#mcrgt h1 {
				color: #F02E6E;
			}

			#mcrgt p {
				margin: 10px 0px 0px 0px;
			}

		#customercontent {
			float: left;
			margin-top: 20px;
		}
			#customercontent h1 {
				font-size: 13px;
				color: #2DB6AC;
				margin: 0px 0px 5px 0px;
			}

		#customercontentnarrow {
			float: left;
			margin: 20px 0px 0px 20px;
		}


		#maincontentleft {
				clear: both;
				float: left;
				width: 360px;
				margin-top: 15px;
				margin-bottom: 15px;
		}

		#maincontentright {
				clear: both;
				float: right;
				width: 360px;
				margin-top: 15px;
				margin-bottom: 15px;
		}

	#footimg {
		clear: both;
		float: left;
		margin-top: 5px;
		width: 758px;
		height: 20px;
		border: 1px solid #c8c8c8;
	}

	#footer {
		clear: both;
		float: left;
		width: 760px;
		font-size: 11px;
		color: #666;
	}

		#footer ul {
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			font-family: "Arial", "Gill Sans", "Verdana", "Helvetica";
			font-size: 12px;
			color: #666;
		}

			#footer ul li {
				list-style: none;
				display: inline;
				margin-left: 6px;
			}

				#footer ul li a:link, #footer ul li a:visited {
					color: #2DB6AC;
					text-decoration: none;
					margin-left: 6px;
					font-weight: bold;
				}

				#footer ul li a:hover {
					color: #F02E6E;
					text-decoration: underline;
				}

				#footer ul li.active a:link, #footer ul li.active a:visited {
					color: #F02E6E;
					font-weight: bold;

				}

				#footer ul li.active a:hover {
					color: #2DB6AC;
					text-decoration: underline;
				}

#facebook
{
	float: left;
	margin-top: 4px;
}

/***************
  SCROLLER
 ***************/

#brokscroll {
	float: left;
	width: 120px;
	height: 370px;
	border: 1px solid #EFEFEF;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

	#goleft, #goright { width: 30px; height: 27px; padding: 0px 0px 0px 40px; float: left; margin: 0px; }

	#ccasecontain {
		position: relative;
		width: 112px;
		height: 316px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		float: left;
		display: block;
	}


img.scrollprod {
	position: absolute;
	width: 110px;
	height: 70px;
	border: 1px solid #EFEFEF;
	margin: 0px;
	padding: 0px;
}

#prodsel { border: 1px solid #F02E6E; }

#ccasecontain a:link, #ccasecontain a:visited, #ccasecontain a:hover {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 4px 0px;
	display: block;
	width: 112px;
	height: 72px;
}

/***********
  HOME PAGE
 ***********/


#herotext {
	float: left;
	width: 250px;
	font-size: 11px;
	padding-top: 20px;
}

	#herotext h1 { color: #B3D52B; }

	#herotext p { line-height: 20px; }

#heropic {
	float: right;
	width: 480px;
}

#homecolls {
	float: left;
	width: 177px;
}

	#homecollhead {
		width: 167px;
		height: 22px;
		background: transparent url(/images/home-coll.gif) no-repeat left top;
		line-height: 22px;
		color: #448580;
		font-weight: bold;
		padding-left: 10px;
	}

#homemust {
	float: right;
	width: 565px;
}

	#homemusthead {
		width: 555px;
		height: 22px;
		background: transparent url(/images/home-must.gif) no-repeat left top;
		line-height: 22px;
		color: #448580;
		font-weight: bold;
		padding-left: 10px;
	}

	div.homeprod {
		float: left;
		width: 282px;
		height: 140px;
	}

		div.homeprod img {
			float: left;
			margin-right: 10px;
			margin-top: 20px;
		}

		div.homeprodtxt {
			margin-top: 20px;
			float: left;
			width: 101px;
			height: 100px;
			font-size: 11px;
			border-right: 1px solid #E9E9E9;
			padding-right: 20px;
			line-height: 14px;
		}

			div.homeprodtxt p { margin: 4px 0px 4px 0px;  }

	div.homeprodR { width: 281px; }
	div.homeprodR img { padding-left: 20px; }
	div.homeprodtxtR { border-right: 0px; padding-right: 0px; }

/***************
  PRODUCT PAGE
 ***************/

#prodimg {
	float: left;
	width: 370px;
	margin-top: 30px;
	font-size: 11px;
	color: #AEAEAE;
}

	#prodimg a:link, #prodimg a:visited {
		float: left;
		border: 1px solid #D3D3D3;
		margin-right: 5px;
		padding: 0px;
		width: 56px;
		height: 56px;
	}

	#prodimg a:hover {
		border: 1px solid #F02E6E;
	}

#prodtxt {
	float: left;
	width: 230px;
	margin-top: 30px;
	margin-left: 10px;
	padding: 0px 10px;
}

/***************
    STOCKISTS
 ***************/
#gmap {
	float: left;
	width: 390px;
	height: 390px;
	border: 1px solid #c8c8c8;
}

#stockright {
	float: right;
	width: 355px;
}

	#stockright strong {
		color: #2DB6AC;
	}

	#postcodesearch {
		margin-top: 20px;
	}

/***************
   BROKERAGE
 ***************/

div.brokitem {
	float: left;
	width: 212px;
	height: 150px;
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	border-right: 1px solid #E9E9E9;
	color: #F02E6E;
}

div.brokitemend { border-right: 0px; }

	div.brokitem a:link, div.brokitem a:visited {
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}

	div.brokitem a:hover { color: #F02E6E; text-decoration: underline; }

	span.breaker { clear: left; }
	span.brokline {
		float: left;
		height: 1px;
		border-top: 1px solid #e9e9e9;
		margin: 0px 20px 0px 20px;

		width:212px;
	}

div.collec a:link, div.collec a:visited {
	color: #2DB6AC;
}

/***************
 PRODUCT IMAGES
 ***************/

	img.prodbig {
		width: 370px;
		height: 230px;
		border: 0px;
	}

	img.prodtiny {
		width: 56px;
		height: 56px;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}


/************
 LIST CLASSES
 ************/

ul.custnav {
	margin: 0px;
	padding: 10px 0px 20px 15px;
}

	ul.custnav li {
		list-style: none;
		background: url(/images/arrow.gif) no-repeat left 8px;
		padding-left: 20px;
		height: 20px;
		font-size: 11px;
	}

		ul.custnav li a:link, ul.custnav li a:visited {
			color: #F02E6E;
			text-decoration: none;
		}

		ul.custnav li a:hover {
			color: #2DB6AC;
			text-decoration: underline;
		}

/************
    FONTS
 ************/

h1 {
	font-size: 15px;
	color: #2DB6AC;
	margin: 0px 0px 5px 0px;
}

h1.biggreen { font-size: 15px; color: #2DB6AC; }
h1.darkpurple { color: #B62D80; }

h2 {
	font-size: 13px;
	color: #F02E6E;
	margin: 15px 0px 15px 0px;
}

p { margin: 8px 0px 0px 0px; line-height: 16px; }

.pink { color: #F02E6E; }
.grey { color: #777; }
.small { font-size: 11px; }
.green { color: #2DB6AC; }

a:link, a:visited { color: #F02E6E; }
a:hover { color: #2DB6AC; }

br.breaker { clear: both; }

.noborder { border: 0px; }

/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 0px;
}

/***************
 LINKS PAGE
 ***************/
.websiteLink {
	margin: 10px 0px 0px 0px;
}


/*****************
 NEWSLETTER SIGNUP
 *****************/


#header-left {
	float:left;
	width:300px;
	height:60px;
}

#header-right {
	float:left;
	width:460px;
	height:60px;
}
 
#header-news {
	float:right;
	clear:both;
}
 

#signup-container {
    font-size: 0.8em;
    line-height: 1.6em;
}


#signup-container h1{
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 5px;
}

#signup-container input.su-btn {
    bordeR: 0px;
    background: #000;
    color: #c2c542;
    text-transform: uppercase;   
    padding: 3px 10px;
    margin: 10px 5px 0px 0px;
    font-size: 0.9em;
}
#signup-container #su-error {
    margin-bottom: 10px;
    padding: 2px 5px;
}

#signup-container #su-error.err {
    border: 2px solid #600;
    background: #FCC;
    color: #600;
    margin-bottom: 6px;
    padding: 2px 5px;
}

#signup-container #su-error.suc {
    border: 2px solid #060;
    background: #CFC;
    color: #060;
    margin-bottom: 6px;
    padding: 2px 5px;
}

#signup-container #su-email-label { 
    margin-left: 5px;
}

#signup-container #su-email { 
    width: 300px;
}

		#newsletterSignup form
		{
			margin: 0px;
			padding: 0px;
		}
		
		#nl-sign-txt
		{
			width: 160px;
			height: 15px;
			border: 1px solid #bbbbbb;
			background-color: white;
			padding: 2px 2px 4px 2px;
			margin: 0px;
			font-size: 12px;
			display: inline;
			position: absolute;
			top: 45px;
			right: 160px;
			color: #999999;
		}

		#nl-sign-butt
		{
			position: absolute;
			right: 0px;
			top: 45px;
			border:0px;
		}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_nw.png', sizingMethod='scale'); }


