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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { border:0; text-decoration:none}
a { cursor: pointer; text-decoration: none; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
a:hover { -webkit-transition: all .1s ease; -moz-transition: all .1s ease; transition: all .1s ease;}


body { font-family: 'Source Sans Pro', sans-serif; font-size:14px; color:#4d5159; }
#wrapper { margin-left:auto; margin-right:auto;}
strong { font-weight: bold; }
#header { background-color:#4d5159; height:100px;}
#headerinside { width:1050px; margin-left:auto; margin-right:auto}
.headerleft { float:left; width:600px; margin-top: 20px;}
.headerleft a {font-size:40px; color:#FFF; text-decoration:none; font-size:40px }
.headerleft a:hover {color: #e1e065}
.headerleft h2 { font-size:20px; color:#FFF}
.logo { margin-right:20px}
.headerright { float:right; margin-top: 30px; color:#FFF; text-align: right;}
.headerright a { color:#FFF; text-decoration:none;}
.headerright a:hover {color: #e1e065}
.headerright h3 {     font-size: 20px;margin-top: 10px;}

#slider { background-color:#dbdbdb; margin-left:auto; margin-right:auto}

#navigation { width:100%; background-color:#4d5159; height:50px; border-bottom: 4px solid #79baf2}
#navigationinside { width:1050px;  margin-left: auto;margin-right: auto;}

#menu {}
#menu li {border: medium none;display: block;float: left;height: 34px;padding-left: 19px;padding-right: 18px; padding-top: 16px;position: relative;text-align: center;font-size:16px; color: #ffffff;display:block;outline:0;text-decoration:none}
#menu li:hover {background-color:#79baf2}
#menu li a {font-size:16px; color: #ffffff;display:block;outline:0;text-decoration:none}
#menu li a { -moz-transition:none}
.active {background-color:#79baf2}

.active_bath {background-color:#79baf2; display:block; width:200px; height:100px}


.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin-top:18px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	 padding: 30px 5px;
	border-top:none;
	background-color:#79baf2;
	z-index:99
}

.dropdown_5columns {width: 1032px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-974px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	 margin-left: 15px;
    margin-right: 20px;
}
.col_1 {}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}


#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	text-align:left;

}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:16px;
	color:#FFFFFF;
}
#menu li:hover div a:hover {
	color:#4d5159;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


.divider { float:left}


#homepagemiddle { background-color:#f2f2f2; height:265px;}
#homepagemiddleinside {width: 1050px; margin-left:auto; margin-right:auto;  padding-top: 15px;}
#featured { width:753px; float:left;font-weight:600;}
#featured h3 {font-size:20px;}
.featureitems { border:1px solid #d6d6d6; margin-top:15px;}
#featured a {color: #4D5159;display: block; float:left; margin-right:20px}
#featured h4 {    font-size: 15px;text-align: center;width: 166px;margin-top:10px; line-height:18px;}

#whyshop { float:left; margin-left:20px; width: 277px; font-size:15px; font-weight:600;	}
#whyshop h3 {font-size:20px;}
.priceicon {  margin-right: 10px;
    position: relative;
    top: -3px;}
	
#icons { margin-top:6px}
.icons { margin-bottom:30px}	
	
#homepageimages {      height: 725px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 15px;
    width: 1050px;}
#homepageimages a { float:left; width:318px; margin-right: 	32px;}
.hpimage {  position: relative;  width: 100%;}
.hpimage img { border:1px solid #d6d6d6; width:241px; height:209px;}
#homepageimages h3 { position: absolute;  top: 158px; left: 0;  width: 100%; }
#homepageimages h3 span { background-image:url(../images/blackoverlay.png);    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 45px;
    margin-left: 1px;
    padding-left: 16px;
    padding-top: 14px;
    text-transform: uppercase;
	margin-top:1px;
    width: 303px;}
.shopnow { font-size:13px;position: relative; top: 5px;}
#spacer {     display: block;
    float: left;
    height: 30px;
    width: 1050px;}	
	
#footer { background-color:#4d5159}
#footerinside {width: 1050px; margin-left:auto; margin-right:auto;  padding-top: 30px; margin-top:40px; height:364px;}	
.aboutus { float:left; width:750px; margin-right:20px;}
.aboutus h4 {font-size: 20px; color:#fff; margin-bottom:25px;}
.aboutus a {color:#dad964}
.aboutus p { color:#ffffff; line-height:30px; border-right:1px solid #8d8f93; width:730px; padding-right:30px;}
.aboutimage { margin-right:20px}
#contactus {  margin-left: 30px; width: 230px; float:left}
#contactus h4 {font-size: 20px; color:#fff; margin-bottom:25px;}
#contactus h5 { color:#dad964; font-size:20px; left: 12px;
    position: relative;
    top: 11px;}
#contactus p { color:#ffffff; line-height:18px;}
.aboutmap {  display: block;
    height: 139px;
    width: 179px;margin-top:10px}
.largephone { margin-top:10px}
	
	
	
	
	
	
	
	
	
	
	
	
#productbanner { background-color:#dbdbdb; }
#productbannerinside { width:1050px;margin-left:auto; margin-right:auto; height:160px;}	
#productbannerinside h1 { font-size:36px; padding-top:25px}
#productbannerinside h2 { font-size:36px; padding-top:25px}
#productbannerinside p { line-height:24px; width:800px; padding-top:6px; font-size:16px}
#productmiddle { background-color:#FFF; height:265px;}
.breadcrumbs { font-size:14px; width:1050px; margin-bottom:15px;}
.breadcrumbs a {float: none !important; margin-right: 5px !important;width:auto !important; color:#000; text-decoration:none}
.activebreads { color:#79baf2 !important;}	

#productimages {  margin-left: auto; margin-right: auto;margin-top: 15px;padding-top: 15px;width: 1050px;}
#productimages a { float:left; width:243px; margin-right: 	24px;}
#productimages h3 { color: #000000;font-size: 15px;line-height: 20px; margin-top: 12px; text-align: center;text-decoration: none;width: 235px;}
.productimage { float:left; width:500px; margin-top:15px;}
.productdetails {  float: left;margin-left: 30px; width: 515px;margin-top:15px}
.productdetails h1 { font-size:27px}
.productdetails p { font-size:17px; line-height:27px; margin-top:20px}

.productimage img { border:1px solid #d6d6d6}
	