/*hide buttons*/
.hide {
	display:none;
}
/* dropdowns functionality dont touch!!!! */
 
	#nav { display: block; margin: 0; padding: 0; position: relative; float: left; }
	#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
	#nav a { display: block; }
 	#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
	/* html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 31px; }
    
#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/*dropdowns*/
#nav_wrapper {
	margin:0px;
	padding:0px 0px 10px 10px;
	float:left;
	width: 874px;
}
#nav li li a{ 
	display: block; 
	margin: 0px; 
	padding: 5px 10px 7px 12px; 
	text-decoration: none; 
	color: #FFF;
	font-size:12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
}
#nav li li a:hover{
	background-image:url(../images/nav_bg_ho.gif);
	background-repeat:repeat-x;
}


/* Styles for pretty buttons */
#btn_home {
	width: 65px; height: 31px;
	background: url(../images/home.gif) top left no-repeat;
	float: left;
}
#btn_home a {
	width: 100%; height: 100%;
	background: url(../images/home.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_home a:hover {
	background: url(../images/home.gif) top right no-repeat;
}
#btn_show {
	width: 100px; height: 31px;
	background: url(../images/showroom.gif) top left no-repeat;
	float: left;
}
#btn_show a {
	width: 100%; height: 100%;
	background: url(../images/showroom.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_show a:hover {
	background: url(../images/showroom.gif) top right no-repeat;
}
#btn_well {
	width: 77px; height: 31px;
	background: url(../images/wellmess.gif) top left no-repeat;
	float: left;
}
#btn_well a {
	width: 100%; height: 100%;
	background: url(../images/wellness.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_well a:hover {
	background: url(../images/wellness.gif) top right no-repeat;
}
#btn_abou {
	width: 88px; height: 31px;
	background: url(../images/about_us.gif) top left no-repeat;
	float: left;
}
#btn_abou a {
	width: 100%; height: 100%;
	background: url(../images/about_us.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_abou a:hover {
	background: url(../images/about_us.gif) top right no-repeat;
}
#btn_befo {
	width: 79px; height: 31px;
	background: url(../images/before_after.gif) top left no-repeat;
	float: left;
}
#btn_befo a {
	width: 100%; height: 100%;
	background: url(../images/before_after.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_befo a:hover {
	background: url(../images/before_after.gif) top right no-repeat;
}
#btn_faq {
	width: 51px; height: 31px;
	background: url(../images/faq.gif) top left no-repeat;
	float: left;
}
#btn_faq a {
	width: 100%; height: 100%;
	background: url(../images/faq.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_faq a:hover {
	background: url(../images/faq.gif) top right no-repeat;
}
#btn_cust {
	width: 146px; height: 31px;
	background: url(../images/customer_review.gif) top left no-repeat;
	float: left;
}
#btn_cust a {
	width: 100%; height: 100%;
	background: url(../images/customer_review.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_cust a:hover {
	background: url(../images/customer_review.gif) top right no-repeat;
}
#btn_cont {
	width: 95px; height: 31px;
	background: url(../images/contact_us.gif) top left no-repeat;
	float: left;
}
#btn_cont a {
	width: 100%; height: 100%;
	background: url(../images/contact_us.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_cont a:hover {
	background: url(../images/contact_us.gif) top right no-repeat;
}
#btn_clear {
	width: 90px; height: 31px;
	background: url(../images/clearance.jpg) top left no-repeat;
	float: left;
}
#btn_clear a {
	width: 100%; height: 100%;
	background: url(../images/clearance.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_clear a:hover {
	background: url(../images/clearance.jpg) top right no-repeat;
}

#btn_blog {
	width: 62px; height: 31px;
	background: url(../images/blog.gif) top left no-repeat;
	float: left;
}
#btn_blog a {
	width: 100%; height: 100%;
	background: url(../images/blog.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_blog a:hover {
	background: url(../images/blog.gif) top right no-repeat;
}




/*drop down custom width*/

#share{
	float: left;
	position: absolute;
	left: 558px;
	padding-top: 5px;
}
