/* MAIN NAVIGATION TABS */
.shopnav
{
	position:absolute;
	top:83px;
}

.tabnav
{
	font-family: Arial;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:4px solid #049afe;
}

.tabnav li
{
	display:inline;
	margin:0;
	padding:0;
}

.tabnav li a:link,
.tabnav li a:visited,
.tabnav li a:active
{
	float:left;
	margin:0 0 0 4px;
	text-decoration:none;
	display:block;
	padding:5px 15px 6px 15px;
	color:#ffffff;
	background:#818181 url(/images/template/tab_bg.gif) repeat-x;
	font-size:14px;
	border-top:3px solid #000000;
}

.tabnav li a:hover
{
	color:#ffffff;
	padding:5px 15px 7px 15px;
	background:#818181 url(/images/template/tab_bg_over.gif) repeat-x;
	text-decoration:none;
	border-top:2px solid #000;
}

.tabnav li a.current:link,
.tabnav li a.current:visited,
.tabnav li a.current:hover,
.tabnav li a.current:active
{
	color:#111;
	font-weight:bold;
	padding:4px 15px 7px 15px;
	background:#0099ff url(../images/template/tab_over_bg.gif) repeat-x;
	text-decoration:none;
	border-top:3px solid #b4e1ff;
}

/* TEMPLATE GLOBAL ELEMENTS */

body {
	margin:0;
	text-align:center;
	height:100%;
	background:#000;
	}

body * {
	font-family: Arial,verdana,helvetica,sans-serif;
	font-size: 13px;
	}
	
a:link, a:visited {
	color:#3333ff;
	text-decoration:none;
	}

a:hover {
	color:#3333ff;
	text-decoration:underline;
	}
	
a:active {
	color:#ff3333;
	outline: none;
	-moz-outline-style: none;
	}

a:focus {
	-moz-outline-style: none;
	} 

:active, :focus {
	-moz-outline-style: none;
	outline: none;
	}

form { margin: 0px 0px 0px 0px; }

#wrapper { 
	position:relative; 
	text-align:left; 
	margin:0 auto; 
	border:0px solid #000; 
	background:#eee; 
	width:1000px;
	}


#header {
	width: 1000px;
	height:113px;
	position:relative; 
	float:left; 
	background:#000000; 
	border-bottom:4px solid #eee 
	}

.logo img {
	border: none;
	display: block;
	}

.head-basket {
	position:absolute;
	width:260px; 
	height:80px; 
	top:8px; 
	right:12px;
}

.head-basket .box_title {
	background:#fff url(../images/template/head-basket-title-bg.gif) repeat-x;
	text-align:center;
	padding:0;
	}
	
.head-banner {
	position:absolute;
	width:468px; 
	height:60px;
	top:0px;
	left:320px;
	color:#fff;
	}
	
.head-banner a:link, .head-banner a:visited {
	color:#fff;
	text-decoration:none;
	}

.head-banner a:hover {
	text-decoration:underline;
	}
	
#content-container { position:relative; clear:left; width:1000px; }

#content { 
	background:#fff;
	font-size:12px; 
	position:relative; 
	float:left; 
	width:818px; 
	padding: 0 15px;
}

#content td {
	font-size:12px;
}

#content .quote {
	width:80%;
	margin: 0 auto;
	border:1px solid #cccccc; 
	margin:8px 0 0 0; 
	padding:30px 4px 4px 10px; 
	background:#ffffff url(/images/template/quote_bg.gif) no-repeat;
}

#content a, #content a:visited, #content a:hover {
	color:#0099ff;
	text-decoration:underline;
}

#content.text {
	width:910px;
	padding:20px 45px 20px 45px;
	color:#111;
	text-align:justify;
	}
	
#content .quote {
	width:80%;
	border:1px solid #ddd; 
	margin:2px 0; 
	padding:15px 4px 4px 60px; 
	background:#fff url(/images/template/quote_bg.gif) no-repeat;
}



#left_nav {
	float:left;
	width:148px;
	margin-right:4px;
	background:#eeeeee;
}

#left_nav ul {
	list-style:none;
	margin:0;
	padding:0;
	background:#eeeeee;
}

#left_nav ul li {
	display:inline;
	clear:right;
}

#left_nav ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding-left:12px;
}

#left_nav ul li a:visited {
	color:#000;
	text-decoration:none;
}

#left_nav ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

#left_nav .section {
	display:block;
	margin:4px 0 4px 0;
	background:#25A8FF; 
	padding:2px; 
	color:#ffffff;
	font-size:12px;
	font-family:arial,verdana,helvetica,sans-serif;
}

#left_nav .first-section {
	margin:0 0 4px 0;
	cursor:pointer;
}

#left_nav a {
	display:block;
	padding:4px 0 4px 2px;
}


/********************************************
 *  Info Boxes                              *
 ********************************************/

.box {
	background:transparent none repeat scroll 0%;
	margin:1px;
	}

.box_cap {
	background:transparent none repeat scroll 0%;
	display:block;
	font-size:1px;
	}

.box_title {
	}

.box_content {
	background-color:#fff;
	padding:5px 10px;
	}

.box_footer {
	background:#fff;
	text-align:center;
	}


.box_content, .box .rc3, .box .rc4 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

.box .rc1, .box .rc2, .box .rc3, .box .rc4 {
	background-color:#fff;
	display:block;
	font-size:1px;
	height:1px;
	overflow:hidden;
	}

.box .rc1 {
	background:#ccc none repeat scroll 0%;
	}

.box .rc1, .box .rc2 {
	height:1px;
	margin:0pt 5px;
	}

.box .rc3 {
	border-width:0pt 1px;
	margin:0pt 2px;
	}

.box .rc4 {
	height:2px;
	border-width:0pt 1px;
	margin:0pt 1px;
	}

.box .rc2 {
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-width:0pt 2px;
	margin:0pt 3px;
	}





.infobox {
	background:transparent none repeat scroll 0%;
	margin:1px;
	}

.infobox_cap {
	background:transparent none repeat scroll 0%;
	display:block;
	font-size:1px;
	}

.infobox_title {
	border-bottom:1px solid #D3D3D3;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin-bottom:4px;
	padding-bottom:1px;
	}

.infobox_content {
	background-color:#fff;
	padding:5px 10px;
	font-size:11px;
}

* html .infobox_content {
	height:0px;
}

.infobox_content, .infobox .rc3, .infobox .rc4 {
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
}

.infobox .rc1, .infobox .rc2, .infobox .rc3, .infobox .rc4 {
	background-color:#fff;
}

.infobox .rc1 {
	background:#D3D3D3 none repeat scroll 0%;
}

.infobox .rc1, .infobox .rc2 {
	height:1px;
}

.infobox .rc4 {
	height:2px;
}

.infobox .rc2 {
	border-left:2px solid #D3D3D3;
	border-right:2px solid #D3D3D3;
}
.rc1, .rc2, .rc3, .rc4 {
	display:block;
	font-size:1px;
	height:1px;
	overflow:hidden;
}


.rc2 {
	border-width:0pt 2px;
}

.rc3, .rc4 {
	border-width:0pt 1px;
}


.rc1 {
	margin:0pt 5px;
}

.rc2 {
	margin:0pt 3px;
}

.rc3 {
	margin:0pt 2px;
}

.rc4 {
	margin:0pt 1px;
}

/*

	Basket Summary Elements

*/

#basket-summary {
	position:relative;
	color:#fff;
	margin:8px 10px;
	text-align:right;
	font-family:Arial,verdana,helvetica,sans-serif;
}

#basket-summary span.title {
	display:block;
	width:180px;
	text-align:right;
	font-size:13px;
	top:10px;
	margin-bottom:6px;
}

#basket-summary span.summary {
	display:block;
	width:180px;
	text-align:right;
	font-size:13px;
	margin-bottom:6px;
}

#basket-summary span a {
	color:#ffffff;
	text-decoration:none;
}

#basket-summary span.links {
	display:block;
	width:180px;
	text-align:right;
	font-size:11px;
}


#basket-summary span.links a:link {
	color:#999999;
	text-decoration:none;
}

#basket-summary span.links a:visited {
	color:#999999;
	text-decoration:none;
}

#basket-summary span.links a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#search {
	position:absolute;
	top:80px;
	right:5px;
	font-size:13pt;
	font-weight:normal;
}

#search input { font-size:11px; border:1px solid #333; background:#fff; }


.breadcrumbs {
	margin:0;
	padding:2px 0 6px 10px;
	font-size:14px;
	background-color: #049afe;
	color:#fff;
	font-weight:bold;
	clear:both;
	}
	
.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.breadcrumbs a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
.breadcrumbs a:active {
	color:#c33;
	}
	
.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #000;
border: 4px solid #999;
font: normal 12px Verdana;
z-index: 100;
width:992px;
height:300px;
text-align:left;
}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
color: red;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 4px solid #049afe;
	border-left: 0px solid #999;
	width: 100%;
	font-family:arial;
	clear:both;
	font-family: Arial;
	font-size:14px;
}

ul.tabs li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 0px solid #999;
	border-left: none;
	overflow: hidden;
	position: relative;
	background:#5b5b5b url(../images/template/tab_bg_over.gif) repeat-x;
	height:30px;
}

ul.tabs li.current-item a { font-weight:bold; background: #049afe url(../images/template/tab_over_bg.gif) repeat-x; color:#000; }

ul.tabs li a {
	padding: 0 15px;
	height:30px;
	text-decoration: none;
	color: #fff;
	display: block;
	outline: none;
}
ul.tabs li.menu-item a:hover {
	background:#999;
}
ul.tabs li a.current {
	background:#999;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#5b5b5b url(../images/template/tab_bg_over.gif) repeat-x;
}


#footer {
	background:#474747;
	color:#ffffff;
	text-align:center;
	text-size:11px;
	height:200px;
	}

#footer .column {
	float:left;
	padding:15px;
	text-align:left;
	margin:0 0 30px 0;
	font-size:14px;
	}

#footer .column img {
	border:none;
	}

#footer .column a:link,
#footer .column a:visited,
#footer .column a:hover {
	color:#ffffff;
	}

#footer .column .heading {
	display:block;
	font-size:18px;
	border-bottom:2px solid #636363;
	margin: 0 0 5px 0;
	}

#footer .column .heading .icon {
	position:relative;
	display:block;
	float:left;
	top:-6px;
	}

#footer .column ul {
	margin:0px;
	padding:0px;
	}

#footer .column ul li {
	display:block;
	float:left;
	margin-left:20px;
	}

#footer .column ul li:first-child {
	margin-left:0px;
	}


/* INDEX PAGE */

#index.text {
	width:1000px;
	padding:0;
	color:#111;
	background:#fff;
	}
	
#index h3 {
	background:#049afe;
	padding:6px;
	font-size:18px;
	font-family:arial,verdana,helvetica,sans-serif;
	color:#000000;
	font-weight:bold;
	margin:0 0 10px 0;
	display:block;
}

#index .product {
	border:0px solid #f00;
	float:left;
	width:135px;
	height:280px;
	text-align:center;
}

#index .product_text {
	margin:0 3px;
	}

#index .supplier-name {
	position:relative;
	font-weight:normal;
	font-size:11px;
	color:#111;
	display:block;
	width:100%;
	border:0px solid #0f0;
}

#index .product, #index .colour {
	font-size:11px;
	}

#index .product_image_href {
	width:125px;
	height:155px;
	display:block;
	text-align:center;
}

#index .feature_container {padding-left:20px;}

#slider {width: 100%;overflow: hidden;height: 300px; background:#000;}
#slider img {border:none;}

#slider .campaign {height:300px;width: 100%!important;}

#slider_controls {
	width: 958px;
	position: relative;
	margin: 0 auto;
	height: 1px;
}
#slider_controls ul {
	list-style:none;
	background: transparent url('/images/slider/btn_slider_nav.png') no-repeat bottom center;
	display:block;
	height:32px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:-44px;
	width:164px;
	z-index:99;
}
#slider_controls li {
	float: left;
	width: 82px;
	height: 32px;
}
#slider_controls li a {
	display: block;
	height: 32px;
}

/* MEGA-MENU */
.megamenu-links				{float:left; margin:0 0 0 20px; height:260px;}
.megamenu-links dl			{float:left; display: inline; overflow: hidden; margin:0 8px 0 0; padding:0;}
.megamenu-links dl dt			{border-bottom: 1px solid #fff; font-size: 18px; font-weight: normal; line-height: 2em; width: auto; color: #fff; letter-spacing: 0.5px;}
.megamenu-links dl dd			{padding:0; margin:0}
.megamenu-links dl ul.items		{width: 145px; display: inline; float: left; padding: 6px 0 10px 10px;}
.megamenu-links dl ul.items li		{display:block; float: none; min-height: 15px; line-height: 1.4em; list-style-position:outside ;}
.megamenu-links dl ul.items li.heading	{text-decoration:underline; margin-top:4px; color:#fff; font-weight:bold; display:block; float: none; min-height: 15px; line-height: 1.6em; list-style-position:outside ;}
.megamenu-links dl ul.items li a	{color:#fff}
.megamenu-links dl ul.items li a:hover	{color:#fff; text-decoration:underline}
.megamenu-links dl ul.items li a:visited{color:#fff;}


/* GOOGLE CUSTOM SEARCH STYLING */

.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text {
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo,
.cse-branding-bottom .cse-branding-text {
display: none;
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo,
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}

.cse-branding-bottom .cse-branding-form .query {
	font-size: 14px;
	width: 75%;
	padding: 3px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 16px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	background: #444444;
	color:#ffffff;
	float:left;
}

.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}

