/* ---------------------------------------------
 Global
--------------------------------------------- */

html {
	font-size: 100%;
	}
	
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #666;
	padding: 0;
	margin: 0;
	background: #000;
	width: 100%;
	letter-spacing: .04em;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
	
img, a img {
	border: 0;
	}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
	}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

	
.float-left {
	float: left;
	}
	
.float-right {
	float: right;
	}
	


/* ---------------------------------------------
 Main Wrappers (Header-Copy, Footer)
--------------------------------------------- */

#wrapper-headercopy-home {
	width: 100%;
	min-height: 1022px;
	margin: 0;
	padding: 0;
	background: url(/_images/cssimages/bg-copy-home.png) top left repeat-x;
	overflow: hidden;
	}
	
.mast-home {
	width: 100%;
	min-height: 440px;
	margin: 0 auto;
	padding: 0;
	background: url(/_images/cssimages/bg-mast-home.png) top center no-repeat;
	overflow: hidden;
	}
	
#wrapper-headercopy {
	width: 100%;
	min-height: 727px;
	margin: 0;
	padding: 0 0 50px 0;
	background: #fff url(/_images/cssimages/bg-copy.png) top left repeat-x;
	overflow: hidden;
	}
	
#wrapper-footer {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px 0;
	overflow: hidden;
	}

/* ---------------------------------------------
 Mast Area
--------------------------------------------- */

/* Weekly Specials Bar */

.wrapper-member-feature {
	min-height: 34px;
	margin: 0px 0 0 0 ;
	padding: 0;
	background: url(/_images/cssimages/icon-memberfeature.png) top left no-repeat;
	overflow: hidden;
	}

.member-feature {
	padding-left: 200px;
	width: 740px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding-top: 8px;
	color: #999;
	}

	
/* Logo & Main Navigation*/ 

.container-logo-nav {
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	}
	
.logo-splashes {
	width: 260px;
	height: 86px;
	padding: 0;
	margin: 6px 0 0 0;
	background: url(/_images/cssimages/logo-splashes.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
	}
	
/* Main Navigation */ 

#nav_14623, #nav_14623 ul {
	padding: 0;
	margin: 38px 0 0 0;
	list-style: none;
	float: right;
	}
		
#nav_14623 li {
	float: left;
	margin-left: 18px;
	text-align: center;
	}
	
#nav_14623 li.nav-item-home a {
	width: 52px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: 0 0;
	}
	
body#home-on #nav_14623 li.nav-item-home a, #nav_14623 li.nav-item-home a:hover {
	width: 52px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: -160px 0;
	}
	
#nav_14623 li.nav-item-services a {
	width: 75px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: 0 -34px;
	}
	
body#services-on #nav_14623 li.nav-item-services a, #nav_14623 li.nav-item-services a:hover {
	width: 75px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: -160px -34px;
	}
	
#nav_14623 li.nav-item-about a {
	width: 58px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: 0 -68px;
	}
	
body#about-on #nav_14623 li.nav-item-about a, #nav_14623 li.nav-item-about a:hover {
	width: 58px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: -160px -68px;
	}
	
#nav_14623 li.nav-item-blog a {
	width: 46px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: 0 -102px;
	}

body#blog-on #nav_14623 li.nav-item-blog a, #nav_14623 li.nav-item-blog a:hover {
	width: 46px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: -160px -102px;
	}
	
#nav_14623 li.nav-item-contact a {
	width: 103px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: 0 -136px;
	}
	
body#contact-on #nav_14623 li.nav-item-contact a, #nav_14623 li.nav-item-contact a:hover {
	width: 103px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: -160px -136px;
	}
	
#nav_14623 li.nav-item-store a {
	width: 50px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: 0 -170px;
	}
	
body#store-on #nav_14623 li.nav-item-store a, #nav_14623 li.nav-item-store a:hover {
	width: 50px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: -160px -170px;
	}
	
#nav_14623 li.nav-item-gallery a {
	width: 72px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: 0 -204px;
	}
	
body#gallery-on #nav_14623 li.nav-item-gallery a, #nav_14623 li.nav-item-gallery a:hover {
	width: 72px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background-image: url(/_images/cssimages/sprite-main-nav.png);
	background-position: -160px -204px;
	}
	
/* Sub Navigation */


.container-nav-sub {
	margin: -15px 0 0 0;
	padding: 0;
	height: 700px;
	width: 220px;
	background: url(/_images/cssimages/bg-sub-nav.png) 0 0 no-repeat;
	}		
	
.nav-sub {
	margin: 50px 0 0 0;
	padding: 0;
	overflow: hidden;
	}
	
.nav-sub ul {
	list-style: none;
	}


	
.nav-sub li.nav-sub-item-autoglass a,
.nav-sub li.nav-sub-item-touchlesswash a,
.nav-sub li.nav-sub-item-detailing a,
.nav-sub li.nav-sub-item-xkote a,
.nav-sub li.nav-sub-item-armaguard a,
.nav-sub li.nav-sub-item-other a,
.nav-sub li.nav-sub-item-propackages a,
.nav-sub li.nav-sub-item-tinting a,

.nav-sub li.nav-sub-item-ourcompany a,
.nav-sub li.nav-sub-item-ourteam a {
	width: 205px;
	height: 20px;
	display: block;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	background: url(/_images/cssimages/sprite-sub-nav.png) top center no-repeat;
	margin: 0;
	font-size: 13px;
	padding: 11px 0 9px 15px;
	}

.nav-sub li.nav-sub-item-autoglass a:hover,
.nav-sub li.nav-sub-item-touchlesswash a:hover,
.nav-sub li.nav-sub-item-detailing a:hover,
.nav-sub li.nav-sub-item-xkote a:hover,
.nav-sub li.nav-sub-item-armaguard a:hover,
.nav-sub li.nav-sub-item-other a:hover,
.nav-sub li.nav-sub-item-propackages a:hover,
.nav-sub li.nav-sub-item-tinting a:hover,

.nav-sub li.nav-sub-item-ourcompany a:hover,
.nav-sub li.nav-sub-item-ourteam a:hover {
	color: #666;
	text-decoration: underline;
	}
	
body.autoglass-on .nav-sub li.nav-sub-item-autoglass a,
body.touchlesswash-on .nav-sub li.nav-sub-item-touchlesswash a,
body.detailing-on .nav-sub li.nav-sub-item-detailing a,
body.xkote-on .nav-sub li.nav-sub-item-xkote a,
body.armaguard-on .nav-sub li.nav-sub-item-armaguard a,
body.other-on .nav-sub li.nav-sub-item-other a,
body.propackages-on .nav-sub li.nav-sub-item-propackages a,
body.tinting-on .nav-sub li.nav-sub-item-tinting a,

body.ourcompany-on .nav-sub li.nav-sub-item-ourcompany a,
body.ourteam-on .nav-sub li.nav-sub-item-ourteam a {
	width: 205px;
	height: 20px;
	display: block;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #660000;
	background: url(/_images/cssimages/sprite-sub-nav.png) bottom center no-repeat;
	margin: 0;
	padding: 11px 0 9px 15px;
	font-size: 13px;
	}
	
body.autoglass-on .nav-sub li.nav-sub-item-autoglass a:hover,
body.touchlesswash-on .nav-sub li.nav-sub-item-touchlesswash a:hover,
body.detailing-on .nav-sub li.nav-sub-item-detailing a:hover,
body.xkote-on .nav-sub li.nav-sub-item-xkote a:hover,
body.armaguard-on .nav-sub li.nav-sub-item-armaguard a:hover,
body.other-on .nav-sub li.nav-sub-item-other a:hover,
body.propackages-on .nav-sub li.nav-sub-item-propackages a:hover,
body.tinting-on .nav-sub li.nav-sub-item-tinting a:hover,

body.ourcompany-on .nav-sub li.nav-sub-item-ourcompany a:hover,
body.ourteam-on .nav-sub li.nav-sub-item-ourteam a:hover {
	width: 205px;
	height: 20px;
	display: block;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
	background: url(/_images/cssimages/sprite-sub-nav.png) bottom center no-repeat;
	margin: 0;
	}
	
/* ---------------------------------------------
 Page Headings, Wrappers & Containers
--------------------------------------------- */
	
/* Main Page Headings */ 

.page-heading {
	width: 230px;
	height: 34px;
	display: block;
	margin: 16px 0 16px 0;
	text-indent: -9999px;
	}
	
.services, .services a, .services a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -34px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}
	
.about, .about a, .about a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -68px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}
	
.blog, .about a, .about a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -102px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}
	
.contact, .contact a, .contact a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -136px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}
	
.store, .store a, .store a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -170px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}

.members, .members a, .members a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -204px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}
	
.sitemap, .sitemap a, .sitemap a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -238px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}	
	
.gallery, .gallery a, .gallery a:hover {
	background: url(/_images/cssimages/sprite-headings.png) 0 -272px no-repeat;
	border-bottom: none;
	text-decoration:none;
	}	
	
		

/* Copy Area */ 

#wrapper-copy {
	margin: 2px 0 0 0;
	padding: 0;
	overflow: hidden;
	}
	
.container-page-copy {
	margin-top: 100px;
	}
	
.copy-main {
	
	}
	

	
	
/* ---------------------------------------------
 Global Styling (Copy Area)
--------------------------------------------- */

h1, h1 a, h1 a:visited, h1 a:hover {
	color: #f13f20;
	font-size: 26px;
	margin-bottom: .5em;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	}

h2, h2 a, h2 a:visited {
	color: #000;
	font-size: 17px;
	margin-bottom: -8px;
	margin-top: 3px;
	padding: 0;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #000;
	font-size: 17px;
	margin-bottom: -8px;
	padding: 0;
	text-decoration: underline;
	}
	
h2.gallery-head, h2.gallery-head a, h2.gallery-head a:visited {
	color: #000;
	font-size: 17px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0;
	text-decoration: none;
	}
	
h2.gallery-head a:hover {
	color: #000;
	font-size: 17px;
	padding: 0;
	text-decoration: none;
	}
	
h2.in-closing {
	color: #000;
	font-size: 21px;
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 50px;
	}
	
h3 {
	color: #f13f20;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: -.2em;
	padding: 0;
	}
	
h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: -8px;
	padding: 0;
	text-decoration: underline;
	}
	
hr {
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	width: 100%;
	border: none;
	margin: 30px 0 20px 0;
	}
	
hr.on-grey {
	color: #999;
	background-color: #999;
	height: 1px;
	width: 100%;
	border: none;
	margin: 30px 0 20px 0;
	}
	
/* Global Paragraph Styles */ 

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.75em;
	margin-bottom: 1.25em;
	}
	
p.disclaimer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1.75em;
	margin-bottom: 1.25em;
	}
	
p strong, strong {
	color: #000;
	font-weight: normal;
	}
	

p a, p a:visited, a, a:visited {
	color: #f13f20;
	text-decoration: none;
	border-bottom: none;}
	
p a:hover, a:hover {
	color: #f13f20;
	text-decoration: underline;
	border-bottom: none;}
	
p.intro {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.85em;
	margin-bottom: 1.25em;
	}
	
p.intro-large {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: -14px;
	text-shadow: 0 1px 0 #fff;
	margin-top: 6px;
	}
	
.small-text {
	font-size: 10px;
	text-transform: uppercase;
	}
	
.small-text-grey {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	}
	
	
/* Global List Styles */ 
	
.copy-main ul {
	margin: 15px 0 2em 5px;
	list-style: none;
	}
	

.copy-main ul li {
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin: 0.25em 0;
	padding-left: 10px;
	}

.copy-main ul li {
	background-image: url(/_images/cssimages/bullet-arrow-red.png);
	margin: 8px 0;
	line-height: 1.5em;/*line-height:1.75em;*/
	}
	
.copy-main ul li a, .copy-main ul li a:visited {
	color: #f13f20;
	text-decoration: none;
	}
	
.copy-main ul li a:hover {
	color: #f13f20;
	text-decoration: underline;
	}
	
	
	
.copy-main ol {
	margin: 15px 0 2em 25px;
	color: #f13f20;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	}

.copy-main ol li {
	margin: 0.25em 0;
	padding-left: 5px;
	color: #666;
	}

.copy-main ol li {
	margin: 8px 0;
	line-height: 1.5em;/*line-height:1.75em;*/
	}
	
.copy-main ol li a, .copy-main ol li a:visited {
	color: #f13f20;
	text-decoration: none;
	}
	
.copy-main ol li a:hover {
	color: #f13f20;
	text-decoration: underline;
	}


/* ---------------------------------------------
 Homepage Styles
--------------------------------------------- */

/* Slides */
.container-homeslides {
	width: 940px;
	height: 336px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url(/_images/cssimages/bg-home-photo-large.png) top center no-repeat;
	}
	
.homeslide-autoglass {
	width: 924px;
	height: 286px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(/_images/home/homeslide-autoglass.jpg) top center no-repeat;
	text-indent: -9999px;
	}
	
.homeslide-xkote {
	width: 924px;
	height: 286px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(/_images/home/homeslide-xkote.jpg) top center no-repeat;
	text-indent: -9999px;
	}
	
.homeslide-armaguard {
	width: 924px;
	height: 286px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(/_images/home/homeslide-armaguard.jpg) top center no-repeat;
	text-indent: -9999px;
	}
	
.homeslide-protection {
	width: 924px;
	height: 286px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(/_images/home/homeslide-protection.jpg) top center no-repeat;
	text-indent: -9999px;
	}
	
/* Intro Text */
.container-home-intro {
	margin: 1px auto;
	padding: 0 2px 30px 2px;
	overflow: hidden;
	}
	
	
/* Ads */
.container-home-ads {
	margin: 20px auto;
	padding: 0 0 30px 0;
	overflow: hidden;
	}

	
/* ---------------------------------------------
 Individual Page Styles
--------------------------------------------- */

/*--------- Services ---------*/

/* Services Main Thumbs */
.container-thumbs-service {
	margin-left: -10px;
	width: 720px;
	overflow: hidden;
	}

.thumbs-service {
	margin-top: 20px;
	width: 220px;
	height: 260px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.thumbs-service img {
	margin-left: -3px;
	}

/* Large Photo for top of pages */	
.photo-large {
	background: url(/_images/cssimages/bg-photo-large.png) top center no-repeat;
	padding: 10px 8px 12px 8px;
	width: 684px;
	height: 290px;
	margin-bottom: 20px;
	}

/* Partner Logos for services content */	
.partner-logo-icbcglass {
	margin: 0;
	}
	
.partner-logo-icbcglass img {
	margin-top: 35px;
	overflow: hidden;
	}

/* Promo Images */	
.promo-image-300px {
	margin-top: 30px;
	margin-bottom: 25px;
	}
	
/* Wash Packages Boxes */
.box-wash-packages {
	background: #e5e5e5;
	margin: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	width: 310px;
	height: 200px;
	overflow: hidden;
	}
	
.box-wash-packages .name-price {
	width: 100px;
	margin: 0;
	float: left;
	}
	
.box-wash-packages .description {
	width: 210px;
	margin: 0;
	float: right;
	}
	
h1.wash-package-price {
	color: #f13f20;
	font-size: 30px;
	margin: 10px 0 0 0;
	text-decoration: none;
	font-weight: normal;
	}
	
h2.wash-package-name {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	}
	
h3.wash-package-description {
	color: #f13f20;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: -.1em;
	padding: 0;
	}

p.wash-description {
	margin-left: 24px;
	}
	
ul.wash-description {
	margin-left: 24px;
	}
	
/* Detail Package Boxes */
.box-detailing-top {
	background: #e5e5e5;
	margin: 0 0 1px 0;
	padding: 15px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	width: 670px;
	overflow: hidden;
	}
	
.box-detailing {
	background: #e5e5e5;
	margin: 0 0 1px 0;
	padding: 15px;
	width: 670px;
	overflow: hidden;
	}
	
.box-detailing-bottom {
	background: #e5e5e5;
	margin: 0 0 1px 0;
	padding: 15px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	width: 670px;
	overflow: hidden;
	}
	
.box-lighter-grey {
	background: #f5f5f5;
	}
	
.badge {
	margin: 0;
	float: left;
	}
	
.detailing-description{
	width: 520px;
	margin: 0;
	float: right;
	}
	
.description-title {
	width: 120px;
	float: left;
	}
	
h1.detailing-name {
	color: #000;
	text-shadow: 0 1px 0 #fff;
	font-size: 25px;
	margin: 10px 0 10px 0;
	text-decoration: none;
	font-weight: normal;
	}
	
.description-price {
	float: right;
	width: 280px;
	}

h2.detailing-price {
	color: #000;
	font-size: 25px;
	margin: 10px 0 10px 0;
	padding: 0;
	}

.detailing-mini {
	color: #f13f20;
	font-size: 9px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	}
	
.highlight-red, .req {
	color: #f13f20;
	}

p.detailing-description {
	margin-top: -10px;
	margin-bottom: 1.25em;
	}
	
ul.detailing-description {
	margin-left: -15px;
	margin-top: -10px;
	}
	
ul.detailing-description li {
	display: inline;
	float: left;
	width: 230px;
	margin: 0 5px 0 0;
	}
	
.section {
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
ul.column-9-3 li {
	display: inline;
	float: left;
	width: 200px;
	margin: 0 5px 0 0;
	}
	
img.column-9-2 {
	margin-bottom: 20px;
	}
	
	

/*--------- Gallery ---------*/



.gallery-preview {
	height: 220px;
	margin-bottom: 15px;
	}
	
.gallery-preview h2.gallery-head {
	height: 42px;
	margin-bottom: 5px;	
	}
	
.gallery-preview img, .gallery-preview a img, .gallery-preview a:hover img {
	max-width: 210px;
	height: auto;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	display: block;
	text-decoration: none;
	}
	

	
/* ---------------------------------------------
 Footer Contents
--------------------------------------------- */

.container-footer {
	margin: 0;
	overflow: hidden;
	}

/* Newsletter Sign-Up */

.newsletter-signup {
	margin: 0;
	padding: 0;
	}
	
.newsletter-signup img {
	margin: 4px 0 0 0;
	padding: 0;
	}
	
.newsletter-signup p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 1.15em;
	}
	
.newsletter-signup .cat_textbox_small, .newsletter-signup .cat_textbox_small textarea:focus {
	width: 196px;
	height: 26px;
	margin: 0 -6px 0 0;
	background: url(/_images/cssimages/textbox-white.png) top left no-repeat;
	font: 10px Arial, Helvetica, sans-serif;
	color: #858585;
	display: block;
	padding: 0 0 0 8px;
	border: 0;
	outline: none
	}
	
.newsletter-signup .cat_button  {
	width: 64px;
	height: 26px;
	margin: 0;
	display: inline;
	background: url(/_images/cssimages/button-submit-red.png) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	}
	
	

/* Address */
	
.footer-address h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: -5px;
	margin-top: 0;
	text-shadow: #ccc 1px;
	}
	
.footer-address img {
	margin: 4px 0 0 0;
	padding: 0;
	}
	

.footer-address p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-bottom: 1em;
	}
	
.social-media {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 1px;
	}
	
.social-media .socialize {
	font-size: 11px;
	color: #990003;
	margin-top: 8px;
	width: 150px;
	float: left;
	text-transform: uppercase;
	}	
	
.social-media a.twitter {
	width: 27px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(/_images/cssimages/sprite-socialmedia-small.png) top left;
	float: left;
	margin-left: 3px;
	}
	
.social-media a:hover.twitter {
	width: 27px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(/_images/cssimages/sprite-socialmedia-small.png) bottom left;
	}

.social-media a.facebook {
	width: 27px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(/_images/cssimages/sprite-socialmedia-small.png) top right;
	float: left;
	margin-left: 3px;
	}
	
.social-media a:hover.facebook {
	width: 27px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(/_images/cssimages/sprite-socialmedia-small.png) bottom right;
	}
	
hr.footer {
	color: #333;
	background-color: #333;
	height: 1px;
	width: 960px;
	border: none;
	margin: 40px 0 40px 0;
	}	

.partners {
	margin-top: 20px;
	overflow: hidden;
	}
	
/* Twitter Box */

#box-twitfeed-top {
	width: 300px;
	background: url(/_images/cssimages/twitter-feed_top.png) top center no-repeat;
	height: 65px;
	padding-top: -35px;
	overflow: hidden;
	}
	
p.twitter {
	margin-left: 70px;
	color: #fff;
	}
	
p.twitter a, p.twitter a:hover {
	color: #990003;
	text-decoration: underline;
	}
	
#box-twitfeed-bottom {
	width: 260px;
	background: url(/_images/cssimages/twitter-feed_bottom.png) bottom center no-repeat;
	min-height: 65px;
	padding: 0 20px 20px 20px;
	overflow: hidden;
	}
	
#twitfeed-content { 
    min-height:45px;
	height:auto !important;
	}
	
#twitter_update_list {
	overflow: hidden;
	font-size: 1em;
	color: #fff;
	margin: 0 auto;
	border-bottom: 0;
	}

#twitter_update_list li {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 15px;
	}

#twitter_update_list li a {
	color: #990003;
	text-decoration: none;
	border-bottom: 1px dotted #990003;
	}
	
#twitter_update_list li a:hover {
	color: #990003;
	text-decoration: none;
	border-bottom: none;
	}

/* Footver Navigation */

.footer-nav {
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
	}
	
.footer-nav ul {
	margin: 0;
	padding: 0;
	}

.footer-nav li {
	color: #333;
	font-size: 9px;
	padding-right: 20px;
	text-transform: capitalize;
	display: inline;
	}

.footer-nav li a, .footer li a:visited {
	color: #555;
	text-decoration: none;
	}

.footer-nav li a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
.footer-copyright {
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
	text-align: right;
	color: #555;
	font-size: 9px;
	text-transform: capitalize;
	}
	
	
/* ---------------------------------------------
 Sproutt System Overrides
--------------------------------------------- */

/* @group Form Modules */

.product-form h3 {
	padding-left: 9px;
}

.newsletter-form {
	background: none;
	border: none;
	margin-bottom: 18px;
	margin-top: 20px;
}

.newsletter-form div.form {
	padding-left: 0px;
}

/* @end */

/* @group Web Form */

ul.form {
	margin: 0;
	padding: 0;
}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.form li label {
	color: #888;
	display: block;
}

div.form div.item, div.webform div.item {
	padding: 9px 0 9px 0;
}

cat_button {}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 300px;
}

.cat_dropdown_small {
	width: 200px;
}

.cat_dropdown_smaller {
	width: 150px;
}

.cat_textbox_small, .cat_listbox_small {
	width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
	height: 120px;
	width: 300px;
}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
}

.form label, .webform label {
	font-size: 11px;
}

.form input, .webform input {
	margin-right: 3px;
}

/* @end */

/* @group Blog */

/* NOTE: div.post-list exists in FORUMS as well */


.blog-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #000;
	font-size: 11px;
	margin: 0 0 18px;
	padding: 18px;
}

.blog-list h2 {
	font-size: 18px;
	margin: 0 0 3px 0;
	color: #f13f20;
	}

.blog-list span {
	color: #888;
	}

.blog-container h1 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 6px 0;
	}

.blog-container p.description {
	margin: 0 0 36px;
}

.no-border {
	border-bottom: none;
	padding-bottom: 20px;
	}
	
.box-blogdate {
	width: 82px;
	height: 62px;
	margin: 0 0 15px 0;
	display: block;
	background: url(/_images/cssimages/box-blogdate.png) top left no-repeat;
	float: left;
	}
	
.blogdate-content {
	width: 82px;
	margin: 6px 0 0 0 ;
	}
	
.blogdate-content h2 {
	font-size: 25px;
	color: #fff;
	text-align:center;
	margin-bottom: -6px;
	padding-top: 2px;
	}
	
.blogdate-content h3 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	}
	
.blog-post {
	width: 520px;
	float: right;
	}	

.blog-post h2.post-title, .blog-post h2.post-title a, .blog-post h2.post-title a:visited {
	border-bottom: none;
	font-size: 20px;
	color: #f13f20;
	margin: 0;
	padding: 0 0 10px 0;
	text-decoration: none;
	}

.blog-post h2.post-title a:hover {
	color: #000;
	text-decoration: none;
	}
	
.blog-post .post-body img, .blog-post .post-body a img {
	max-width: 510px;
	height: auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	}	
	
.blog-post .box-details {
	margin: 15px 0 15px 0;
	overflow: hidden;
	}
	
.blog-post .posted-on {
	color: #fff;
	}
	
.blog-post .box-details-left {
	background: #000;
	font-size: 9px;
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 12px;
	width: 366px;
	height: 18px;
	float: left;
	}
	
.blog-post .box-details-right {
	background: #e5e5e5;
	font-size: 11px;
	margin: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-right: 5px;
	padding: 12px;
	width: 106px;
	height: 18px;
	float: right;
	}		

.blog-post .post-details {
	color: #f13f20;
	font-size: 10px;
	margin: 0 0 18px;
	}

.blog-container .post-list {
	float: left;	
}

.blog-post .post-body {
	margin: 0 0 36px;
}

.post-body .links {
	font-size: 11px;
}

.blog-container .side-panel {
	float: right;
}

.side-panel h4 {
	font-size: 14px;
	margin: 0 0 9px;
	color: #000;
	text-decoration: none;
}

.BlogTagCloud {
	margin: 0 0 18px;
}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 10px 0 2em 0px;
	padding: 0;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin: 0.25em 0 0;
	padding-left: 10px;
}
	
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	background-image: url(/_images/cssimages/bullet-arrow-red.png);
	margin: 8px 0;
	line-height: 1.5em;/*line-height:1.75em;*/
	}


p.page-nav {
	text-align: center;
} 

p.page-nav a {
	margin: 0 9px;
}

.blog-post dl {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.blog-post dt {
	color: #000;
}

.blog-post dd {
	margin: 0 0 9px;
}

/* @end */



/* @group Catalogue and Products */

.shop-catalogue {
	background: #fff;
	border: none;
	float: left;
	height: 180px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	width: 180px;
}

.shop-catalogue h4 {
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	text-indent: 9px;
}

.shop-catalogue h4 a {
	color: #1969bc;
	text-decoration: none;
}

.shop-catalogue .image {
	/* Image size should be 150px by 120px */
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}

.shop-main {
	margin-top: 18px;
}

.shop-main .header {
	border-bottom: 1px solid #e5e5e5;
	height: 35px;
	line-height: 35px;
	margin: 0 0 35px;
}


.shop-main .footer {
	border-top: 1px solid #e5e5e5;
	height: 35px;
	line-height: 35px;
	margin: 35px 0 35px;
}

.shop-main .breadcrumbs {
	float: left;
	width: 40%;
}

.shop-main .cart-summary {
	float: right;
	width: 40%;
}

.shop-main .description ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.shop-main .description li {
	list-style: square;
}

table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;	
	font-size: 12px;
	float: right;
}

td.cartSummaryItem {
	padding: 0;
}

a.cartSummaryLink {
	margin: 0 0 0 18px;
}

.shop-main ul {
	margin: 0;
	padding: 0;
}

.shop-main li {
	list-style: none;
}

table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
	margin: 0 0 18px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	table-layout: fixed;
	width: 100%;
}

table.productTable td {
	padding: 3px;
}

.shop-product-small {
	background: none;
	border: none;
	color: #666;
	min-height: 450px;
	}



.shop-product-small h1 {
	color: #f13f20;
	font-size: 30px;
	margin: 10px 0 0 0;
	text-decoration: none;
	font-weight: normal;
	}
	
.shop-product-small h2 {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	}
	
.shop-product-small h3 {
	color: #f13f20;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: -.1em;
	padding: 0;
	}


	
.shop-product-small ul {
	margin: 15px 0 0 5px;
	list-style: none;
	background: none;
	}
	
.shop-product-small ul li {
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin: 0.25em 0;
	padding-left: 10px;
	font-size: 13px;
	}

.shop-product-small ul li {
	background-image: url(/_images/cssimages/bullet-arrow-red.png);
	margin: 8px 0;
	line-height: 1.5em;/*line-height:1.75em;*/
	}
	
.shop-product-small ul li a, .shop-product-small ul li a:visited {
	color: #f13f20;
	text-decoration: none;
	}
	
.shop-product-small ul li a:hover {
	color: #f13f20;
	text-decoration: underline;
	}


.shop-product-small li.price {
	font-size: 11px;
}

.shop-product-small li.price strong {
	font-size: 14px;
	margin-left: 6px;
}

.shop-product-small li.stock {
	font-size: 11px;
}

.shop-product-small li.stock strong {
	color: #666;
	margin-left: 3px;
}

.shop-product-small img {
	margin: 10px auto;
	overflow: hidden;
	max-width: 220px;
	height: auto;
	}

.image a, td.actions a {
	border: none !important;
}

.shop-product-small li.quantity {
	line-height: 30px;
}

li.quantity img {
	position: relative;
	top: 8px;
	/* or vertical-align: middle; */
}

.shop-product-small input.productTextInput {
	width: 20px;
	margin: -4px 0 20px 0;
}

.shop-product-small  input.productSubmitInput {
}

.shop-product-large {
	overflow: hidden;
	border: 0;
	background: none;
	}
	
.shop-product-large h1 {
	color: #f13f20;
	font-size: 26px;
	margin-bottom: .5em;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	}

.shop-product-large h2 {
	color: #000;
	font-size: 17px;
	margin-bottom: -8px;
	margin-top: 3px;
	padding: 0;
	text-decoration: none;
	}
	
.shop-product-large h3 {
	color: #f13f20;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: -.2em;
	padding: 0;
	}
	
.shop-product-large ul li {
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin: 0.25em 0;
	padding-left: 10px;
	font-size: 13px;
	}

.shop-product-large ul li {
	background-image: url(/_images/cssimages/bullet-arrow-red.png);
	margin: 8px 0;
	line-height: 1.5em;/*line-height:1.75em;*/
	}
	
.shop-product-large ul li a, .shop-product-large ul li a:visited {
	color: #f13f20;
	text-decoration: none;
	}
	
.shop-product-large ul li a:hover {
	color: #f13f20;
	text-decoration: underline;
	}

.shop-product-large img {
	max-width: 460px;
	height: auto !important; /* for modern browsers */
	text-align: center;
	}

.shop-product-large input.productTextInput {
	width: 50px;
}

td.productItem .comment-form input#Captcha {
	width: 300px;
}

.poplets {
	margin-top: 36px;
	padding: 9px 0;
	border-top: 0;
}

.poplets img {
	border: none;
	}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}

.shop-product-large .details {
	background: #f9f9f9;
	float: left;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */	
	padding: 18px;
	width: 30%;
}

.shop-product-large ul {
	margin: 0 0 36px;
	padding: 0;
}

.shop-product-large li {
	margin: 9px 0;
}

.shop-cart .breadcrumbs {
	margin: 0 0 18px;
}

.cart-head, .cart-footer {
	font-size: 14px;
	color: #000;
	}
	
.cart-content {
	font-size: 12px;
	margin: 0 0 15px 0;
	}
	
.cart-content input.cartInputText {
	width: 20px;
	margin: 0;
}
	
.remove-link {
	text-align: right;
	}

table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 11px;
	width: 100%;
}

table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
}

table.cart a {
	color: #1969bc;
}

table.cart th, table.cart td {
	color: #666;
	padding: 9px;
}

tr.val td {
	border-bottom: 1px solid #eee;
}

tr.shipping td {
	border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

input.cartInputText {
	width: 70px;
}

input#DiscountCode, input#GiftVoucher {
	width: 70px;
}

select.shippingDropDown {
	width: 150px;
}

table.cart th.quantity {
	text-align: right;
}

table.cart td.quantity {
	text-align: right;
}

.productitemcell {
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

table.cart td.actions {
	text-align: right;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

table.cart strong {
	font-size: 14px;
}

.shop-form {
	margin: 0 0 18px;
}

.shop-form .form .item-paymethod {
	display: none;
	}

.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px 0 18px 0;
}

.shop-form label {
	font-size: 11px;
}

.shop-form ul.form li {
	margin: 0;
	padding: 9px 0;
}

.shop-form li.last {
	border-top: 1px solid #eee;
}

/*.shop-form .checkboxes {
	line-height: 27px;
}*/

input.PaymentMethodType {
	margin: 0 6px 0 0;
	display: none;
}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
	width: 260px;
}

.shop-form textarea.cat_listbox {
	height: 100px;
}

.shop-receipt, .shop-quote-receipt {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 18px;
	padding: 18px;
}

.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
}

.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}

/* @end */
