@charset "utf-8";

/*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, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} table{border-collapse:collapse; border-spacing:0;}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 125%;
	color: #555;
	font-size: 16px;
}
header {
	font-size: 90%;
	padding-top: 4px;
	padding-left: 24px;
	color: #A09583;
	top: 24px;
}
section {
	clear: both;
}
article {
	float: left;
	margin: 12px;
	width: 20%;
}



a {
	color: #000;
	text-decoration: underline;
	font-size: 100%;
}

footer {
	font-size: 70%;
	color: #999;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70695D;
	text-align: right;
	width: 100%;
	margin-bottom: 36px;
}


a:hover, a:active {
	color: #70695D;
	text-decoration: underline;
}

p {
	line-height: 135%;
	margin-top: 16px;
	text-indent: 24px;
	padding: 6px;
}


img {
	max-width: 100%;
	height:auto;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	color: #70695d;
	background-image: url(images/stone%20icons/bullet%20granite.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 36px;
	height: 32px;
	margin-top: 16px;
	margin-bottom: 24px;
	clear: both;
}
h2 {
	margin-right: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #70695D;
	color: #70695D;
	margin-top: 16px;
	margin-bottom: 16px;
}
h4 {
	color: #FFF;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 12px;
}






#background {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	}
	
#float {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
	max-width: 950px;
}

#menu1 {
	width: auto;
	display: inline-block;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 12px;
	padding-bottom: 1px;
	box-shadow:0px 4px 8px 0px rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.80);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-radius: 0 0 0 6px;
	margin-left: 2px;
}



#menu1 a{
	display: block;
	height: 24px;
	padding-right: 20px;
	margin-top: 2px;
	float: right;
	padding-top: 1px;
	text-decoration: none;
}

.lightUpHome,.lightUpAbout, .lightUpTips,.lightUpLinks{ font-size: 16px;fill:#70695d;
}
svg:hover .lightUpHome , svg:hover .lightUpAbout, svg:hover .lightUpTips, svg:hover .lightUpLinks{ fill:#a09583;
}




#top {
	clear: both;
	height: 72px;
	background-image: url(images/pictures/stone%20sink%20bathtub%20banner.jpg);
	background-repeat: no-repeat;
	background-position: 320px bottom;
	padding-bottom: 4px;
	padding-top: 38px;
}
#logo {
	padding-left: 8px;
}




#menu2 {
	clear: both;
	background-color: #70695d;
	height: 36px;
}


#menu2icon {
	display: none;
	height: 36px;
	line-height: 36px;
}
#menu2 ul {
	display: block;
	line-height: 200%;
}

#menu2 ul li {
	float: left;
	list-style-type: none;
	display: inline-block;
}
#menu2 a:link , #menu2 a:visited{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 142px;
	height: 36px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
}
#menu2 a:hover, menu2 a:active {
	color: #FFF;
	background-color: #a09583;
}

#buzz {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	text-shadow: 2px 2px 8px grey;
	color: #A09583;
	padding-left: 4%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 16px;
}

/*MEDIA Query*/
@media only screen and (max-width: 630px) {

	header {
	display: none;
}
	
	#menu2icon{
	display:block;
	line-height: 36px;
	color: #FFF;
	padding-left: 8px;
	}

#menu2icon a:link, #menu2icon a:visited{
	width: 180px;
	border-right-style: none;
	padding-right: 16px;
	}
	
	#menu2 ul, #menu2:active ul{
	position: absolute;
	width: 206px;
	height: 0px;
	overflow:hidden;
	-webkit-transition: height 0.2s ease-in;
	-moz-transition: height 0.2s ease-in;
	-o-transition: height 0.2s ease-in;
	-ms-transition: height 0.2s ease-in;
	transition: height 0.2s;
	}
	
	
	#menu2 ul a:link , #menu2 ul a:visited{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 193px;
	height: 36px;
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
	z-index: 999;
	border-right-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-style: none;
	background-color: #70695D;
}
#menu2 ul a:hover , #menu2 ul a:active {
	color: #FFF;
	background-color: #a09583;
}	
	
	#menu2:hover ul{
	height: 180px;
	}
	
	#menu2 a:last-child{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
	#buzz{font-size:160%; line-height:200%;}
	#homePictures a{font-size:80%;}
	
	}
@media only screen and (max-width: 400px) {
text.lightUpHome, text.lightUpAbout, text.lightUpTips, text.lightUpLinks{ font-size: 12px; 
}	
#menu1 a {padding-right:2px;}



#logo{
	padding-left: 0px;	
}
#buzz{font-size:120%; line-height:160%;}
#homePictures a{font-size:60%;}

	
}
#ProductDetail dt {
	float: left;
	height: auto;
	width: 45%;
}
#ProductDetail dd {
	float: right;
	width: 45%;
}
