html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	}

html {
	font-size: 62.5%; 
	}
	
body {
	background: #e6edec url(../img/body-tm.png) repeat-x;
	/*font-family: Verdana, "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #555;*/
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #52616f;
	word-spacing: -1px;	
	position: relative;
	/*-webkit-font-smoothing: antialiased;*/
	text-shadow: none;
	}

h1, h2, h3, h4, h5, h6 {
	color: #000 /*#2f4f9c /*#181818*/;
	font-weight: normal;
	line-height: 1.25;
	font-weight: 400;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	}

h2, h3, h4, h5, h6 { text-shadow: none; }
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 26px; font-size: 2.6rem; margin-bottom: 16px; letter-spacing: -1px;}
h2 { font-size: 20px; font-size: 2.0rem; margin-bottom: 9px; }
h3 { font-size: 18px; font-size: 1.8rem; margin-bottom: 6px; }
h4 { font-size: 16px; font-size: 1.6rem; margin-bottom: 6px; }
h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px; }
h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }

.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
p { line-height: 22px; margin: 0 0 22px; text-shadow: none;}
p img { margin: 0; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 24px;  }	
em { font-style: italic; line-height: inherit; }
strong { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }
	
/*	Blockquotes  */
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }
	
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
	
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }

/* Print styles.
	 *
	 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
	 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
	 */
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	p a, p a:visited { color: #444 !important; text-decoration: underline; }
	p a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	}

/*	Links */

a { color: #2a85e8; text-decoration: none; outline: 0; line-height: inherit; }
a:hover { color: #11639d; }
p a, p a:visited { line-height: inherit; }
abbr.mail { border-bottom-style:none; color: #2a85e8;}

/* Layout */

#wrap { 
	width: 982px;
	margin: 0 auto;
	overflow: hidden;
	}
	
#banner {
	position: relative;
	width: 980px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(../img/banner-bg.jpg) no-repeat 100% 100%;
	}

#content {
	width: 980px;
	float: left;
	background: #fff;
	padding: 0;
	margin: 0;
	/*border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0px 2px 5px -2px rgba(130, 130, 130, 0.5);
    -moz-box-shadow: 0px 2px 5px -2px rgba(130, 130, 130, 0.5); 
    box-shadow: 0px 2px 5px -2px rgba(130, 130, 130, 0.5);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;*/
	}
	
#main {
	width: 614px;
	float: left;
	padding: 0 39px 20px 40px;
	margin: 0;
	}
	
#full-width {
	width: 940px;
	padding: 20px 20px 20px 20px;
	margin: 0;
	}
	
#full-page {
	width: 900px;
	padding: 0 40px 20px 40px;
	margin: 0;
	}
	
#sidebar {
	width: 260px;
	float: left;
	padding: 0;
	margin: 0;
	}


/* Main nav */


#primary-nav {
	position: absolute;
  	top: 100px;
  	right: 10px;
	}
	
#primary-nav ul {
	list-style: none;
  	margin: 0;
  	padding: 0;	
	background: none;
	}
	
#primary-nav ul li {
	float: left;
	margin: 0;
	*zoom: 1;
	font-weight: 600;
	font-family:  'Open Sans', Arial, sans-serif;

	}

#primary-nav ul li:hover {
	position: relative;
	}

#primary-nav ul li a {
  	text-decoration: none;
  	display: block;
  	font-size: 14px;
  	padding: 8px 14px;
  	color: #fff;
  	margin: 0;
  	/*text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);*/
	}

#primary-nav ul li a:hover, 
#primary-nav ul li.current-menu-item > a,
#primary-nav ul li.current-menu-parent > a,
#primary-nav ul li.current-menu-ancestor > a,
#primary-nav ul li.current-page-ancestor > a,
#primary-nav ul li:hover > a {
	color: #ccc;
	}

/* New nav */

/*
#primary-nav {
    position: absolute;
    right: 0;
    top: 84px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
    font-weight:bold; 
	}

#primary-nav {
    background: #0e3b66 /*#fff*/; 
/*    border: 1px solid #0a3862 /*#d3d3d3*/;
/*    z-index:60;
    list-style: none;
    -webkit-box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1); 
    box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	}
    
#primary-nav ul li {
    background:url(../img/nav.png) repeat-x; 
    list-style:none;
    display:inline;
    margin:0; 
    float:left;
    position:relative;
	}

#primary-nav ul li a { color: #fff;}

#primary-nav ul li a, #primary-nav ul li a:active {
    line-height:46px;
    height:46px;
    display:block;
    position:relative;
    float:left;
    padding: 0 20px;
    border-right:1px solid #0a3862 /*#d8d8d8*/;
/*    border-left:1px solid #0a4274 /*#fff*/;
    /*text-shadow: 0 1px 0 rgba(255,255,255, 1);    
    -webkit-transition:color 200ms ease-in;
    -moz-transition:color 200ms ease-in;
    -o-transition:color 200ms ease-in;
    transition:color 200ms ease-in; */
/*    moz-box-shadow: inset 0 1px 0 #0a4274 /*#fff*/;
/*    -webkit-box-shadow: inset 0 1px 0 #0a4274 /*#fff*/;
/*    box-shadow: inset 0 1px 0 #0a4274 /*#fff*/;
/*	}

#primary-nav ul li:first-child a {
    border-left:0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
	}

#primary-nav ul li:last-child a  {
    border-right:0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
	}

#primary-nav ul li.first-child a{ border-left:0; }
#primary-nav ul li.last-child a { border-right:0 !important; }

#primary-nav ul li > a:hover,
#primary-nav .current_page_parent > a,
#primary-nav .current-menu-item > a, 
#primary-nav .current_page_item > a,
#primary-nav .current-cat > a  {
    text-decoration:none;
    color:#ccc;
	}

   
#primary-nav ul > li a:active,
#primary-nav ul > li.current_page_parent > a,
#primary-nav ul > li.current-menu-item > a, 
#primary-nav ul > li.current_page_item > a,
#primary-nav ul > li.current-cat > a  {
    color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff'); /* IE6 & IE7 */  
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff')"; /* IE8+ */
/*	background-image: -ms-linear-gradient(top,#f9f9f9,#ffffff);
    background-image: -moz-linear-gradient(top,#f9f9f9,#ffffff);
    background-image: -o-linear-gradient(top,#f9f9f9,#ffffff);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#11487c),to(#0e3e6b));
    background-image: -webkit-linear-gradient(top,#11487c,#0e3e6b);
    background-image: linear-gradient(top,#11487c,#0e3e6b);*/
	}


	
/*
#nav-main ul ul {
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 240px;
  background: #1b6bbe;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#nav-main ul ul li { float: none; }

#nav-main ul ul li a {
	font-size: 13px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	padding: 8px 16px;
	width: 208px;
	display: inline-block;
	border-top: #115fab 1px solid;
	}

#nav-main ul ul li a:hover,
#nav-main ul ul li.current-menu-item > a,
#nav-main ul ul li.current-menu-parent > a,
#nav-main ul ul li.current-menu-ancestor > a,
#nav-main ul ul li:hover > a {
  	color: #ccc;
	background: #1b6bbe;
	}
#nav-main ul ul ul { left: 100%; top: 0; }
#nav-main ul li:hover > ul { visibility: visible; }

#sub-nav1 { width: 800px; float: left; margin: 20px 0 30px 0; padding: 0 0 50px 0; background: url(../img/shadow.png) no-repeat bottom;}
#sub-nav1 a { font-weight: normal; color: #444; display: block;}
#sub-nav1 a:hover { color: #2a85e8;}
#sub-nav1 ul li:hover > a { color: #2a85e8;}
#sub-nav1 .current_page_item { color: #444; font-weight: bold;}
#sub-nav1 .current_page_item a { color: #444; font-weight: bold;}
#sub-nav1 p {  float: left; padding: 5px 0 5px 0; margin: 0;}
#sub-nav1 li { float: left; padding: 5px 0 5px 20px; margin: 0;}

.subnav { width: 600px; float: left;}
.subnav li {}
.subnav ul li { float: left; padding: 0 15px;}
*/

/* Common page elements */

#logo {
	float: left;
	width: 197px;
	height: 139px;
	margin: 12px 0 0 0;
	padding: 0;
	}

ul#call {
	position: absolute;
	top: 24px;
	right: 20px;
	list-style: none;
	}
	
li#call {
	float: left;
	}

#callus { width: 140px; height: 30px; position: absolute; top: 33px; right: 2px; color: #ccc; float: right;}
#callnumber { position: absolute; top: 30px; right: 160px; color: #eee; font-family: 'Open Sans', Arial, sans-serif; font-size: 15px; }

/*
.callnow { 
	float: left;
	color: #fff;
	font-weight: normal;
	padding-right: 12px;
	text-align: right;
	line-height: 1em;
	padding-left: 15px;
	}

.callnow span {
	font-size: 11px;
	font-weight: normal;
	}

.callnumber {
	float: left;
	color: #fff;
	font-size: 24px; font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "Open sans", Arial;
	padding-left: 12px;
	margin-top: 1px;
	}


	
#banner-phone, #banner-share, #banner-share-buttons {
	position: absolute;
	top: 50px;
	color: #ccc;
	font-size: 13px;
	}

#banner-phone {
	left: 640px;
	}

#banner-share {
	left: 792px;
	}
	
#banner-share-buttons {
	right: 2px;
	top: 52px;
	height: 32px;
	}
*/
	
#banner-cart {
	position: absolute;
	top: 100px;
	left: 700px;
	font-size: 13px;
	color: #fff;
	}
	
#banner-call {
	position: absolute;
	top: 24px;
	right: 3px;
	font-size: 24px;
	font-family: "Open sans", Arial;
	color: #fff;
	letter-spacing: -2px;
	text-align: right;
	line-height: 1.5em;
	background: url(../img/phone-1.png) no-repeat 0 50%;
	padding: 2px 0 0 40px;
	margin: 0;
	}

#banner-call span {
	font-family: Arial;
	font-size: 20px;
	font-family: "Open sans", Arial;
	letter-spacing: -1px;
	color: #444;	
	}


#social-block {
	width: 610px;
	float: left;
	border-top: #e0e0e0 1px solid;
	padding: 20px 0 0 0;
	margin: 30px 0 0 0;
	}
	
#social-block-wide {
	width: 900px;
	float: left;
	border-top: #e0e0e0 1px solid;
	padding: 20px 0 0 0;
	margin: 30px 0 20px 0;
	}
	
#social-block-wide-home {
	width: 900px;
	float: left;
	border-top: #e0e0e0 1px solid;
	padding: 20px 0 0 0;
	margin: 0 0 20px 20px;
	}	


/* Home page elements */

#intro-home {
	margin: 10px 0 40px 10px;
	padding: 0 20px 5px 0;
	background: url(../img/intro-home-bg.jpg) no-repeat 0 100%;
	}
	
#intro-home p {
	padding-left: 110px;
	}
	
#intro-home h1 {
	font-size: 25px; font-size: 2.5rem;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0 8px 110px;
	color: #181818;
	}

#product-group-home {
	width: 900px;
	float: left;
	padding: 4px 0 12px 0;
	margin: 0 20px 26px 20px;
	border-bottom: #e0e0e0 1px solid;
	}

.product-home {
	width: 210px;
	float: left;
	padding: 0;
	margin: 0 20px 30px 0;
	}

.product-home img {
	float: left;
	padding: 1px;
	margin: 0 0 14px 0;
	border: #eee 1px solid;
	}

.product-home h3 {
	margin-bottom: 5px;
	padding-left: 2px;
	}

.product-home p {
	padding: 0 0 15px 2px;
	margin: 0;
	}

.product-home-r {
	margin-right: 0;
	}

.promo-home, .promo-home-r {
	width: 440px;
	float: left;
	padding: 0 0 20px 20px;
	margin: 0 20px 0 0;
	}
	
.promo-home-r {
	padding: 0 20px 20px 0;
	margin: 0
	}
	
	

/* Other page elements */

#page-heading {
	width: 980px;
	float: left;
	margin: 0 0 40px 0;
	background: #000 url(../img/title_bg.png) no-repeat bottom;
	/*-moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;	
	border-top-left-radius: 4px;
	-moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;	
	border-top-right-radius: 4px;*/
	}
	
#heading {
	float: left;
	width: 900px;
	font-size: 26px;
	font-size: 2.6rem;
	padding: 24px 0 22px 0;
	margin: 0 0 0 40px;
	color: #fff;
	}

.product {
	width: 610px;
	float: left;
	margin: 0 0 24px 0;
	}
	
	
/*.product img {
	float: right;
	width: 200px;
	height: 190px;
	padding: 20px 0 0 0;
	}*/

.product h2, .product h3 {
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 6px;
	}
	
.product-copy {
	float: right;
	width: 380px;
	}
	
.product-copy-shop {
	float: right;
	width: 380px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	}
	
.shop-item p {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	margin: 0 0 3px 0;
	}
	
.shop-item span {
	font-family: "Open sans", "Lucida Grande", Arial, sans-serif:
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	}
		
#wp_paypal_shopping_cart_widgets h3 {
	padding: 0 0 8px 0;
	border-bottom: #e0e0e0 1px solid;
	}
	
.product-slide {
	width: 200px;
	float: left;
	}
	
.tick ul { 
	clear: left;
	}
	
.tick li {
	list-style: none;
	padding-left: 28px;
	margin-left: 6px;
	background: url(../img/tick-icon.png) no-repeat 0 50%;
	}
	
p.tick {
	padding-left: 28px;
	margin-left: 3px;
	background: url(../img/tick-icon.png) no-repeat 0 4px;
	}
	
.colour, .colour-last {
	float: left;
	width: 135px;
	margin-right: 20px;
	padding-bottom: 24px;
	}
	
.colour-last {
	margin-right: 0;
	}

.colour img, .colour-last img {
	float: left;
	padding: 0;
	margin: 0;
	}

.colour p, .colour-last p {
	width: 130px;
	padding: 0 0 0 4px;
	margin: 0;
	
	}
	
	
.full-width-copy {
	padding: 0 0 0 20px;
	}

.benefits {
	width: 295px;
	float: left;
	padding: 0;
	margin: 0 24px 24px 0;
	}

.benefits img {
	float: left;
	padding: 1px;
	margin: 0 0 10px 0;
	border: #eee 1px solid;
	}

.benefits h3 {
	margin-bottom: 6px;
	padding-left: 1px;
	}

.benefits p {
	padding: 0 0 15px 1px;
	margin: 0;
	}

.benefits-r {
	margin-right: 0;
	}
	
.product-group-wide {
	width: 900px;
	float: left;
	padding: 0;
	margin: 0;
	}

.product-wide {
	width: 280px;
	float: left;
	padding: 0;
	margin: 0 29px 30px 0;
	}

.product-wide img {
	float: left;
	padding: 1px;
	margin: 0 0 14px 0;
	border: #eee 1px solid;
	}

.product-wide h3 {
	margin-bottom: 5px;
	padding-left: 2px;
	}

.product-wide p {
	padding: 0 0 15px 2px;
	margin: 0;
	}
	
.product-wide-r {
	margin-right: 0;
	}
	
.wide-copy, .wide-copy-r {
	width: 430px;
	float: left;
	margin: 0 40px 30px 0;
	}

.wide-copy-r {
	margin-right: 0;
	}
	
.l250 {
	width: 250px;
	float: left;
	}

.l600 {
	width: 600px;
	float: left;
	}
	
.pl40 {
	padding-left: 40px;
	}

.map { 
	padding: 1px;
	border: #e0e0e0 1px solid;
	}
	

.faq p {
	margin-bottom: 30px;
	background: url(../images/tick.png) no-repeat top left;
	}
	
.hero610 {
	width: 614px;
	float: left;
	margin-bottom: 20px;
	}

.hero610 img {
	padding: 1px;
	border: #e0e0e0 1px solid;
	}

.sun {
	padding-bottom: 30px;
	}

/* Sidebar */

#sidebar .widget { clear: both; margin: 0; }

.simple-section-nav {
	padding: 0;
	margin: 0 0 30px 0;
	}

.simple-section-nav ul {
	padding: 0;
	margin: 0 0 30px 0;
	border-bottom: #e0e0e0 1px solid;
	}

.simple-section-nav h3 { margin: 0; padding: 0 0 10px 0;}

.simple-section-nav h3 a {
	color: #444;
	font-size: 13px;
	font-family: "Lucida Grande", Arial, sans-serif;
	display: block;
	padding: 0 0 0 3px;
	margin: 0;
	/*background: url(../img/arrow-bullet.png) no-repeat 0 50%;*/
	}
	
.simple-section-nav li {
	line-height: 2.8em;
	list-style: none;
	border-top: #e0e0e0 1px solid;
	font-family: "Lucida Grande", Arial, sans-serif;
	}	

.simple-section-nav li a {
	color: #444;
	display: block;
	padding-left: 3px;
	/*background: url(../img/arrow-bullet.png) no-repeat 0 50%;*/
	}
	
.simple-section-nav a:hover { color: #000;}
.simple-section-nav .current_page_item { color: #444; font-weight: bold;}
.simple-section-nav .current_page_item a { color: #444; font-weight: bold;}	


#ezitrade {
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	background: url(../img/man-tn.png) no-repeat top left;
	border-bottom: #e0e0e0 1px solid;
	}

#ezitrade h2 {
	padding: 6px 0 8px 60px;
	margin: 0;
	}

#ezitrade p {
	line-height: 1.3em;
	padding: 0 0 0 60px;
	margin: 0 0 0 0;
	}

#ezitrade a {
	line-height: 1em;
	color: blue;
	padding: 0;
	margin: 0;
	}

#Cart66WidgetCartTitle, #Cart66WidgetCartEmpty {
	display: none;
	line-height: 0;
	}

#Cart66scCartContents {
	width: 250px;
	float: left;
	padding: 20px 0 0 40px;
	color: #fff;
	background: url(../img/cart.png) no-repeat;
	}
	
#Cart66WidgetCartContents a {
	color: #fff;
	line-height: 1.4em;
	}

#Cart66WidgetCartContents a:hover {
	color: #ccc;
	}
		
/* Footer elements */

#content-info > .container {
	width: 980px;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	clear: both;
	}

#content-info .widget {
	width: 286px;
	float: left;
	margin: 0 0 20px 30px;
	}

#content-info .widget h3 {
	color: #222;
	border-bottom: #ccc 1px solid;
	padding: 4px 0 6px 0;
	margin: 0 0 12px 0;
	}
	
#content-info .widget p {
	padding: 0;
	margin: 0;
	}	

.copy {
	padding: 16px 0 8px 0;
	margin: 0 30px;
	color: #555;
	border-top: #ccc 1px solid;
	clear: left;
	}
	
.bold { color: #000;}

.arrow-bullets ul {
	list-style: none;
	}
	
.arrow-bullets li {
	list-style: none;
	padding-left: 18px;
	background: url(../img/arrow.png) no-repeat 0 50%;
	}




/* Tabs */

dl.tabs { display: block; margin: 0 0 20px 0; padding: 0; height: 40px; border-bottom: solid 1px #ddd; }
dl.tabs dt { display: block;  width: auto; height: 40px; padding: 0px 15px 0 20px; line-height: 40px; float: left; color: #999; font-size: 11px; text-transform: uppercase; cursor: default; }
dl.tabs dt:first-child { padding: 0 15px 0 0px; }
dl.tabs dd { display: block; width: auto; height: 40px; padding: 0; float: left; }
dl.tabs dd a { display: block; width: auto; height: 39px; padding: 0px 15px; line-height: 40px; border: solid 1px #ddd; margin: 0 -1px 0 0; color: #555; background: #eee; }
dl.tabs dd a.active { background: #fff; border-width: 1px 1px 0px 1px; height: 40px; color: #000; }

.nice.tabs { border-bottom: solid 1px #eee; margin: 0 0 30px 0; height:43px; }
.nice.tabs dd a { padding: 7px 18px 9px; font-size: 15px; font-size: 1.5rem; color: #555555; background: none; border: none; }
.nice.tabs dd a.active { font-weight: bold; color: #333; background: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 3px solid #00a6fc; margin: 0 10px; position: relative; top: -5px; }
.nice.tabs dd:first-child a.active { margin-left: 0; }
    
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }
    
dl.contained, dl.nice.contained { margin-bottom: 0px; }
dl.contained.tabs dd a { padding: 0px 14px; }
dl.nice.contained.tabs dd a { padding: 7px 18px 9px; }
    
ul.contained.tabs-content { padding: 0; }
ul.contained.tabs-content li { padding: 20px; border: solid 0px #ddd; border-width: 0px 1px 1px 1px; }
ul.nice.contained.tabs-content li { border-color: #eee; }
    
/* Misc */

.left       { float: left; }
.right      { float: right; }
.hide     	{ display: none; }
.highlight 	{ background: #ff0; }
	
form { margin: 0 0 18px; }
form label { display: block; font-size: 13px; line-height: 18px; cursor: pointer; margin-bottom: 9px; }
	
input.input-text, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
input.input-text, textarea, select { display: block; margin-bottom: 9px; }
label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; }

/* Text input and textarea font and padding */
input.input-text, textarea { font-size: 13px; padding: 4px 3px 2px; outline: none !important; background: #fff; }
input.input-text.oversize, textarea.oversize { font-size: 18px !important; padding: 4px 5px !important; }
input.input-text:focus, textarea:focus { background: #f9f9f9; }
	
/* Inlined Label Style */
input.placeholder, textarea.placeholder { color: #888; }

/* Text input and textarea sizes */
input.input-text, textarea { width: 254px; }
input.small, textarea.small { width: 134px; }
input.medium, textarea.medium { width: 254px; }
input.large, textarea.large { width: 434px; }
	
/* Fieldsets */
form fieldset { padding: 9px 9px 2px 9px; border: solid 1px #ddd; margin: 18px 0; }
	
/* Errors */
input.input-text.red { border-color: red; background-color: rgba(255,0,0,0.15); }
label.red { color: red; }
small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: 11px; color: red; width: 260px; }
	
.small + .error { width: 140px; }
.medium + .error { width: 260px; }
.large + .error { width: 440px; }
	
/* Nicer Forms */

form.nice input.input-text, form.nice textarea { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
form.nice input.input-text, form.nice textarea { font-size: 13px; padding: 6px 3px 4px; outline: none !important; background: url(../img/input-bg.png) #fff; }
form.nice input.input-text:focus, form.nice textarea:focus { background-color: #f9f9f9; }
form.nice fieldset { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
form.nice small.error { padding: 6px 4px; border: solid 0px red; border-width: 0px 1px 1px 1px; margin-top: -10px; background: red; color: #fff; font-size: 12px; font-weight: bold; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }
form.nice .small + .error { width: 132px; }
form.nice .medium + .error { width: 252px; }
form.nice .large + .error { width: 432px; }	
	

/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php */
 
#featured-home { 
	width: 940px;
	height: 420px;
	margin-bottom: 20px;
	background: #f8f8f8 url('../images/orbit/loading.gif') no-repeat center center;
	border: #bbb 1px solid;
	overflow: hidden;
	}

#featured-home-1>img,  
#featured-home-1>div,
#featured-home-1>a { display: none; }


#featured { 
	width: 610px;
	height: 354px;
	background: #fff url('../images/orbit/loading.gif') no-repeat center center;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 60px 0;
	border: #eee 1px solid;
	}
	
#featured-1>img,  
#featured-1>div,
#featured-1>a { display: none; }

#featured-prod { 
	width: 200px;
	height: 280px;
	background: url('../images/orbit/loading.gif') no-repeat center center;
	overflow: hidden;
	}
	
#featured-prod-1>img,  
#featured-prod-1>div,
#featured-prod-1>a { display: none; }


/* ORB Container */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
    }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
    }

div.orbit>img {
    position: absolute;
    top: 1px;
    left: 1px;
    /* display: none; */
    }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none;
    }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* ORB Timer */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
    display: none !important;
    }
    
span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../img/orbit/rotator-black.png) no-repeat;
    z-index: 3;
    }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    }

span.rotator.move {
    left: 0;
    }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../img/orbit/timer-black.png) repeat 0 0;
    }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0;
    }

span.pause.active {
    background: url(../img/orbit/pause-black.png) no-repeat 0 -40px;
    }

div.timer:hover span.pause, span.pause.active {
    opacity: 1;
    }
    
#featured-prod span.rotator, #featured-prod span.mask.move, #featured-prod span.pause.active {background: none;}

/* ORB Captions */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
    }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    }

/* ORB Directional nav */

div.slider-nav {
    display: block;
    }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    }

div.slider-nav span.right {
    background: url(../img/orbit/right-arrow.png);
    right: 0;
    }

div.slider-nav span.left {
    background: url(../img/orbit/left-arrow.png);
    left: 0;
    }

/* ORB Bullets */

.orbit-bullets {
	position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -30px;
    left: 50%;
	margin-left: -50px;
    padding: 0;
    }

.featured-prod .orbit-bullets {
	bottom: 0px;
    }
    
    
.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../img/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
    }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0;
    }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
    }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
    }
    
/* ORB Fluid layout */
.orbit .fluid-placeholder {
	visibility: hidden;
	position: static;
	display: block;
	width: 100%;
	}
	
/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */

.button {
	background: #00a6fc;
	display: inline-block;
	text-align: center;
	padding: 9px 34px 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	position: relative;
	cursor: pointer;
	}
	
.button.nice { 
	background: #00a6fc url(../img/button-gloss.png) repeat-x 0 -34px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
	background: #00a6fc url(../img/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
	background: #00a6fc url(../img/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
	border: 1px solid #0593dc;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out; 
	}

.button.radius { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.button.round { 
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	}
	
.button.full-width { 
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
	}
	
.button.left-align { 
	text-align: left; 
	text-indent: 12px;
	}
	
.button:active {}
	
	/* Sizes ---------- */
	.small.button 			{ font-size: 12px; padding: 8px 20px 10px; }
	.medium.button 			{ font-size: 13px; }
	.large.button 			{ font-size: 18px; padding: 11px 48px 13px; }
	
	/* Nice Sizes ---------- */
	.nice.small.button 		{ background-position: 0 -36px; }
	.nice.large.button 		{ background-position: 0 -30px; }
	 
	/* Colors ---------- */
	.blue.button			{ background-color: #00a6fc;  }
	.red.button				{ background-color: #e91c21; color: #fff; }
	.white.button			{ background-color: #e9e9e9; color: #333; }
	.charcoal.button		{ background-color: #141414; }
	
	/* Nice Colors ---------- */
	.nice.blue.button		{ border: 1px solid #0593dc;  }
	.nice.red.button		{ border: 1px solid #b90b0b;  }
	.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important; }
	.nice.charcoal.button	{ border: 1px solid #000; }
	
	/* Hovers ---------- */
	.button:hover 			{ background-color: #0192dd; color: #fff; }
	.blue.button:hover		{ background-color: #0192dd; 	}
	.red.button:hover 		{ background-color: #d01217; 	}
	.white.button:hover		{ background-color: #dadada; color: #333; }
	.charcoal.button:hover	{ background-color: #000; }
	


/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */

div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 13px; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0px 1px rgba(255,255,255,0.9); position: relative; }
.alert-box.success { background-color: #7fae00; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
.alert-box.warning { background-color: #c08c00; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
.alert-box.error { background-color: #c00000; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
	
.alert-box a.close { color: #000; position: absolute; right: 4px; top: 0px; font-size: 18px; opacity: 0.2; padding: 4px; }
.alert-box a.close:hover { opacity: 0.4; }
	
	
