/***********************************
	Color Palette
************************************



*/

/***********************************
	Reset
***********************************/

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.clearall { clear: both; }
.floatright { float: right; margin: 0 0 16px 16px; }
.floatleft { float: left; margin: 0 16px 16px 0; }
small {	font-size: 10px; }

/***********************************
	Essentials
***********************************/

body {
	font-family: arial, Sans-serif;
	font-size: 12px;
	color: #555;
	background-color: #333;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a {
	color: #296e89;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	
}
a img {
	border: 0;
}
p {
	margin: 0 0 16px 0;
}

/***********************************
	Wrappers
***********************************/

#headerWrapper {
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#pageWrapper {
	padding: 24px 0 16px;
	background-color: #fff;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 2px;
}
#contentWrapper {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

/***********************************
	Header
***********************************/

#header {
	margin: 0 auto;
	width: 900px;
	position: relative;
	overflow: hidden;
	height: 147px;
}
#header #logo {
	position: absolute;
	top: 47px;
	left: 0;
}
#header a {
	color: #fff;
}
#header a:hover {
	
}

/***********************************
	Topbar
***********************************/

#topbar {
	padding: 0 9px 9px 9px;
	position: absolute;
	top: 9px;
	right: 0;
	background-color: #606060;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
#topbar input {
	margin: 0;
	padding: 6px;
	width: 200px;
	border: 0;
	font-size: 11px;
	color: #888;
	background-color: #fff;
	background-image: url(../images/forms/topbar_input_bg.jpg);
	background-repeat: repeat-x;
}
#topbar a {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 14px;
	background-image: url(../images/search.png);
	z-index: 999;
	text-indent: -999px;
}
#topbar span {
	margin-right: 9px;
	padding: 0 3px;
	display: block;
	color: #fff;
	font-size: 11px;
	float: left;
	line-height: 26px;
	color: #fdb511;
}
#topbar strong {
	color: #fff;
}

/***********************************
	Nav
***********************************/

#nav {
	padding-left: 2px;
	width: 547px;
	height: 41px;
	background-image: url(../images/nav/bg.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 65px;
	right: 0;
}
#nav li {
	float: left;
	font-size: 11px;
	background-image: url(../images/nav/divider.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li.last {
	background-image: none;
}
#nav li a {
	padding: 0 24px 0 23px;
	height: 41px;
	line-height: 40px;
	display: block;
	color: #444;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li.last a {
	padding: 0 20px 0 23px;
}

/***********************************
	Feature
***********************************/

#featureWrapper {
	background-color: #0d4458;
	background-image: url('../images/feature_sub_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
}
#featureWrapper.home {
	height: 245px;
	background-image: url('../images/banner/bg.jpg');
}
#feature {
	margin: 0 auto;
	padding: 32px 0;
	width: 900px;
	position: relative;
}
#feature h1 {
	width: 600px;
	margin: 0;
	font-size: 28px;
	color: #fff;
}
#feature p {
	margin: 3px 0 0;
	color: #86bace;
}
#freeShippingSmall {
	width: 74px;
	height: 74px;
	position: absolute;
	top: 10px;
	right: 246px;
	background-image: url('../images/freeshipping_sm.png');
}
#freeShippingSmall a {
	height: 74px;
	display: block;
	text-indent: -9999px;
}

/***********************************
	Cart Widget
***********************************/

#cartWidget {
	padding-top: 15px;
	width: 230px;
	min-height: 72px;
	position: absolute;
	top: 12px;
	right: 0;
	background-image: url('../images/cart_widget_bg.jpg');
	font-size: 11px;
}
#cartWidget span {
	margin: 0 0 6px 114px;
	display: block;
}
#cartWidget a {
	color: #fff;
	text-decoration: none;
}
#cartWidget a img {
	margin-right: 6px;
	float: left;
}

/***********************************
	Footer
***********************************/

#footerWrapper {
	padding: 16px 0;
	color: #aaa;
}
#footer {
	margin: 0 auto;
	width: 900px;
	font-size: 11px;
	overflow: hidden;
}
#footer a {
	color: #fff;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#footer #socialIcons{
	margin:8px 0 0 240px;
	text-align:center;
	width:300px;
}
#footer #socialIcons a{
	text-decoration:none;
}
#footer #socialIcons a:hover{
	text-decoration:underline;
}
/***********************************
	Columns
***********************************/

#column_left {
	margin-right: 32px;
	width: 228px;
	float: left;
}
#column_right {
	float: right;
	width: 180px;
}

/***********************************
	Side Nav
***********************************/

#sideNav {
	margin-bottom: 16px;
	padding: 0 20px 0 0;
	min-height: 250px;
	background-image: url(../images/sidenav/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sideNav li {
	border-bottom: 1px solid #ddd;
}
#sideNav li.sel {
	
}
#sideNav li.last { border: 0; }
#sideNav li a {
	padding: 10px 8px;
	text-decoration: none;
	display: block;
	color: #555;
}
#sideNav li a:hover {
	text-decoration: underline;
}

/***********************************
	Side Cart Options
***********************************/

#sideCartOptions {
	margin-bottom: 16px;
	padding: 12px;
	background-color: #DDEAEF;
}
#sideCartOptions span {
	margin: 0 0 12px 0;
	display: block;
}
#sideCartOptions span.last {
	margin: 0;
}
#sideCartOptions a img {
	margin-right: 6px;
	float: left;
}

/***********************************
	Lists
***********************************/

.styled {
	margin: 0 0 16px 20px;
	padding-left: 18px;
	list-style-type: disc;
	list-style-position: outside;
}
.numeric {
	margin: 0 0 16px 34px;
	list-style-type: decimal;
	list-style-position: outside;
}
.noBullets {
	margin: 0 0 16px 34px;
	list-style-type: none;
	list-style-position: outside;
}

/***********************************
	Content
***********************************/

#content {
	width: 640px;
	float: left;
}
#content.home {
	width: auto;
}
#content .top {
	
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	
}
#content .bottom {
	height: 5px;
}

/***********************************
	H Tags
***********************************/

h1, h2, h3, h4, h5 {
	margin-bottom: 16px;
}
h1 {
	font-size: 22px;
}
h3.spec {
	font-size: 14px;
	color: #1d7596;
}

/***********************************
	Product Overview
***********************************/

ul.productOverviewLinks {
	margin-bottom: 16px;
	overflow: hidden;
	background-color: #ddeaef;
}
ul.productOverviewLinks li {
	padding: 12px 35px;
	float: left;
	border-left: 1px solid #fff;
}
ul.productOverviewLinks li a {
	display: block;
}

/***********************************
	Clients
***********************************/

.clients p {
	margin: 0 8px 8px 0;
	padding: 16px;
	width: 170px;
	min-height: 85px;
	background-color: #ddeaef;
	float: left;
}

/***********************************
	Services
***********************************/

.services li {
	margin-bottom: 16px;
}
.services li h2 {
	color: #1d7596;
}
.services h2 {
	margin: 16px 0;
	color: #1d7596;
}
.services h2.first {
	margin-top: 0;
}

/***********************************
	Color Charts
***********************************/

table.colors {
	margin-bottom: 24px;
}
table.colors tr td {
	height: 16px;
}

/***********************************
	Featured PRODUCTS
***********************************/

#featuredProdWrapper {
	padding-top: 20px;
	height: 100px;
	background-color: #5d5c5d;
	background-image: url(../images/bestsellers/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -12px;
}
#featuredProd {
	margin: 0 auto;
	width: 1010px;
	color: #fff;
}
#featuredProd ul {
	padding: 0 0 0 130px;
	background-image: url(../images/bestsellers/heading.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	overflow: hidden;
}
#featuredProd ul li {
	padding-right: 10px;
	width: 210px;
	float: left;
}
#featuredProd ul li a.thumb {
	margin-right: 12px;
	width: 75px;
	display: block;
	float: left;
	overflow: hidden;
}
#featuredProd ul li div {
	padding-top: 4px;
	float: left;
}
#featuredProd ul li div h4 {
	margin: 0 0 3px 0;
	width: 120px;
	font-size: 12px;
	font-weight: bold;
}
#featuredProd ul li div a {
	color: #fff;
}
#featuredProd ul li div p {
	margin: 0 0 3px 0;
	width: 140px;
}
#featuredProd ul li div small {
	margin-bottom: 3px;
	display: block;
	color: #aaa;
}

/***********************************
	Home Content
***********************************/

#homeContent {
	padding-top: 8px;
	overflow: hidden;
}
#homeContent li {
	width: 511px;
	float: left;
	overflow: hidden;
}
#homeContent li.photo {
	margin-right: 20px;
	width: 359px;
	height: 212px;
	background-image: url(../images/home/content_photo.jpg);
	background-repeat: no-repeat;
}
#homeContent li h2 {
	width: 333px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../images/headings/home_h2.jpg);
	background-repeat: no-repeat;
}
#homeContent li ul {
	padding-left: 12px;
	width: 499px;
	height: 155px;
	background-image: url(../images/home/beforeafter/thumbs.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#homeContent li ul.secondary {
	background-image: url(../images/home/beforeafter/thumbs2.jpg);
}
#homeContent li ul li {
	margin-right: 19px;
	width: 82px;
	float: left;
}
#homeContent li ul li.last { margin: 0; }
#homeContent li ul li a {
	height: 124px;
	display: block;
}

/***********************************
	Home Banner
***********************************/

#homeBanner {
	position: relative;
}
#homeBanner a {
	color: #fff;
}
#homeBanner .freeShipping {
	width: 115px;
	height: 115px;
	position: absolute;
	top: -58px;
	right: 0;
	background-image: url(../images/freeshipping.png);
	background-repeat: no-repeat;
	z-index: 999;
}
#homeBanner .freeShipping a {
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#homeBanner .productLrg {
	width: 371px;
	height: 260px;
	position: absolute;
	top: -58px;
	right: 50px;
	background-image: url(../images/banner/product.png);
	background-repeat: no-repeat;
}
#homeBanner .productLrg div {
	width: 170px;
	position: absolute;
	bottom: 14px;
	right: -62px;
}
#homeBanner .productLrg div h3 {
	margin-bottom: 0;
	font-size: 15px;
}
#homeBanner .productLrg div p {
	margin: 0;
	width: 150px;
	font-size: 10px;
}
#homeBanner .productLrg div a {
	color: inherit;
}
#homeBanner h1 {
	margin-bottom: 12px;
	width: 349px;
	height: 54px;
	text-indent: -9999px;
	background-image: url(../images/headings/home_h1.png);
	background-repeat: no-repeat;
}
#homeBanner p {
	margin-bottom: 16px;
	width: 470px;
}
#homeBanner p.spec {
	line-height: 34px;
}
#homeBanner a.btn {
	margin-right: 8px;
	width: 135px;
	height: 42px;
	display: block;
	float: left;
	background-image: url(../images/banner/btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/***********************************
	Boxes
***********************************/

.box {
	margin-bottom: 10px;
}
.box .top {
	padding: 8px 0px 6px 7px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding: 10px;
}
.box .bottom {
	height: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px;
	margin-bottom: 10px;
	background: #f8e9e6;
	border: 1px solid #de9184;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	border-collapse: collapse;
}
table.home {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
table.home td {
	background-image: url('../images/home/latest_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
table.home td a.photo {
	display: block;
	float: left;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding: 9px 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #555;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 496px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#category {
	padding: 10px 0;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
#category ul ul {
	margin: 0 0 0 16px;
	list-style-type: disc;
}
#category a.sel {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style-type: disc;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
