/*----------------------------- Normalizes Styles ---------------------------*/

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;
}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

a:active{outline:none;}


/*------------------------------ Global Styles -------------------------------*/

body {
	color: #5b5b5b;
	position: relative;
	background-color: #d2d2d2;
	text-align: justify;
	font: .8em/1.4em Verdana, Arial, Helvetica;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	padding: 10px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #e4e4e4;
}

h3 {
	font-weight: normal;
	color: #3c3c3c;
}

p {
	padding: 7px 0 7px 0;
}

a:link, a:visited {
	color: #5b5b5b;
	text-decoration: underline;
}

a:hover, a:active {
	color: #9f022d;
	text-decoration: underline;
}

span.clear {
	display: block;
	clear: both;
}

.wrapper {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

strong {
	font-weight: bold;
}
.buynow {
	display: none;
}


.tooltip {
	display:none;
	width:230px;
	padding:15px;
	color:#fff;
	background-color: #ca0038;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 6px #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
	z-index: 3000;
	font: 1em/1.4em Verdana, Geneva, sans-serif;
}



/*-------------------------------- HEADER --------------------------------*/

#header {
	height: 121px;
	display: block;
	background-color: #fff;
	position: relative;
}

	#header h1 {
		width: 393px;
		height: 121px;
		display: block;
		position: absolute;
		top: 0;
		left: -50px;
		z-index: 500;
		text-indent: -9999px;
		background: url(../img/logo.jpg) 0 0 no-repeat;
	}
	
		#header h1 a {
			width: 245px;
			height: 110px;
			display: block;
			position: absolute;
			top: 10px;
			left: 45px;
		}
	
	ul#menu {
		margin-top: 23px;
		height: 30px;
		float: right;
		position: relative;
		z-index: 600;
	}
	
	ul#menu li {
		margin: 0 25px;
		float: left;
	}
	
	ul#menu li a * {display: none;}
	
	ul#menu li a,
	ul#menu li a .hover {
		height: 30px;
		display: block;
		text-indent: -9999px;
		background-image: url(../img/nav_sprite.jpg);
		background-repeat: no-repeat;
		position: relative;
	}
	
	/*ul#menu li a:hover {margin-top: -3px;}*/
	
	ul#menu li#home a {background-position: 0 0; width: 62px; }
	ul#menu li#home.highlight a:hover, ul#menu li#home a span.hover {background-position: 0 -30px; width: 62px;}
	ul#menu li#home.selected a, ul#menu li#home.selected a span.hover {background-position: 0 -30px; width: 62px;}
	
	ul#menu li#about a {background-position: -62px 0; width: 71px; }
	ul#menu li#about.highlight a:hover, ul#menu li#about a span.hover {background-position: -62px -30px; width: 71px;}
	ul#menu li#about.selected a, ul#menu li#about.selected a span.hover {background-position: -62px -30px; width: 71px;}
	
	ul#menu li#products a {background-position: -133px 0; width: 108px; }
	ul#menu li#products.highlight a:hover, ul#menu li#products a span.hover {background-position: -133px -30px; width: 108px;}
	ul#menu li#products.selected a, ul#menu li#products.selected a span.hover {background-position: -133px -30px; width: 108px;}
	
	ul#menu li#media a {background-position: -241px 0; width: 65px; }
	ul#menu li#media.highlight a:hover, ul#menu li#media a span.hover {background-position: -241px -30px; width: 65px;}
	ul#menu li#media.selected a, ul#menu li#media.selected a span.hover {background-position: -241px -30px; width: 65px;}
	
	ul#menu li#contact a {background-position: -306px 0; width: 96px; margin-right: 0; }
	ul#menu li#contact.highlight a:hover, ul#menu li#contact a span.hover {background-position: -306px -30px; width: 96px; margin-right: 0;}
	ul#menu li#contact.selected a, ul#menu li#contact.selected a span.hover {background-position: -306px -30px; width: 96px; margin-right: 0;}


	ul#sub_menu {
		height: 30px;
		float: right;
		position: absolute;
		top: 98px;
		right: 0;
		z-index: 10;
	}
	
		ul#sub_menu li {
			margin: 0 15px;
			float: left;
		}
		
		ul#sub_menu li a {
			padding: 3px 0;
			color: #565656;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
		}
		
		ul#sub_menu li a:hover {color: #ca0038; text-decoration: none;}
		ul#sub_menu li.selected a {color: #ca0038; text-decoration: none;}


/*-------------------------------- CONTENT --------------------------------*/

#content {
	padding-bottom: 50px;
	min-height: 420px;
	display: block;
	background: url(../img/content_bg.jpg) #fff 0 0 repeat-x;
}

#content .index {
	padding-bottom: 0px;
}

	#content .wrapper{
		background: url(../img/content_shards.jpg) center top no-repeat;
		min-height: 229px;
		display: block;
	}

#content .wrapper .home_ads {
	display: block;
	float: left;
	width: 20%;
}

#content_main {
	width: 565px;
	float: left;
}

#content_sub {
	padding-left: 50px;
	width: 365px;
	float: right;
}


/*---------- Branding ----------*/


#branding {
	height: 420px;
	display: block;
	position: relative;
}

	#slider_index {
		width: 990px;
		height: 465px;
		display: block;
		overflow: hidden;
		position: absolute;
		top: -50px;
		left: 7px;
	}
	
	
	#slider_nav {
			position: absolute;
			top: 20px;
			left: 15px;
			height: 20px;
			z-index: 1000;
			overflow: hidden;
		}
			
			#slider_nav a {
				margin-right: 5px;
				display: block;
				float: left;
				width: 20px;
				height: 20px;
				overflow: hidden;
				text-indent: -9999px;
				background: url(../img/slider_nav.png) 0 0 no-repeat;
			}
			
			#slider_nav a:hover {background: url(../img/slider_nav.png) 0 -20px no-repeat;}
			#slider_nav a.activeSlide {background: url(../img/slider_nav.png) 0 -20px no-repeat;}




/*---------- Home ----------*/

#lowerhome {
	background: #e5e5e5;
	height: 74px;
	width: 100%;
	margin-top: -50px;
}

	ul#nav_sub li {
		padding: 0 8px;
		float: left;
		height: 41px;
		display: block;
		margin-top: 18px;
		margin-bottom: 15px;
	}
		
		ul#nav_sub li a * {display: none;	}
		
		ul#nav_sub li a,
		ul#nav_sub li a .hover {
			width: 180px;
			height: 41px;
			display: block;
			position: relative;
			cursor: pointer;
			text-indent: -9999px;
			background-repeat: none;
		}
		
		ul#nav_sub li#nailpolish a {background: url(../img/home-action-btn-nail-polish.png) 0 0;}
		ul#nav_sub li#nailpolish.highlight a:hover, ul#nav_sub li#nailpolish a span.hover {background: url(../img/home-action-btn-nail-polish.png) 0 -41px;}
		ul#nav_sub li#nailpolish.selected a, ul#nav_sub li#nailpolish.selected a span.hover {background: url(../img/home-action-btn-nail-polish.png) 0 -41px;}
		
		ul#nav_sub li#nailart a {background: url(../img/home-action-btn-nail-art.png) 0 0;}
		ul#nav_sub li#nailart.highlight a:hover, ul#nav_sub li#nailart a span.hover {background: url(../img/home-action-btn-nail-art.png) 0 -41px;}
		ul#nav_sub li#nailart.selected a, ul#nav_sub li#nailart.selected a span.hover {background: url(../img/home-action-btn-nail-art.png) 0 -41px;}	
		
		ul#nav_sub li#professionals a {background: url(../img/home-action-btn-professionals.png) 0 0;}
		ul#nav_sub li#professionals.highlight a:hover, ul#nav_sub li#professionals a span.hover {background: url(../img/home-action-btn-professionals.png) 0 -41px;}
		ul#nav_sub li#nailart.selected a, ul#nav_sub li#professionals.selected a span.hover {background: url(../img/home-action-btn-professionals.png) 0 -41px;}	
		
		ul#nav_sub li#news a {background: url(../img/home-action-btn-news.png) 0 0;}
		ul#nav_sub li#news.highlight a:hover, ul#nav_sub li#news a span.hover {background: url(../img/home-action-btn-news.png) 0 -41px;}
		ul#nav_sub li#nailart.selected a, ul#nav_sub li#news.selected a span.hover {background: url(../img/home-action-btn-news.png) 0 -41px;}   	
		
		ul#nav_sub li#shop a {background: url(../img/home-action-btn-shop.png) 0 0;}
		ul#nav_sub li#shop.highlight a:hover, ul#nav_sub li#shop a span.hover {background: url(../img/home-action-btn-shop.png) 0 -41px;}
		ul#nav_sub li#nailart.selected a, ul#nav_sub li#shop.selected a span.hover {background: url(../img/home-action-btn-shop.png) 0 -41px;}			




/*---------- Mission ----------*/


#mission {
	padding-top: 35px;
	width: 720px;
	height: 194px;
	display: block;
	color: #fff;
	position: relative;
}

	#mission h2 {
		width: 408px;
		height: 43px;
		display: block;
		text-indent: -9999px;
		background: url(../img/h2_about.png) left bottom no-repeat;
	}
	
	#mission p {
		padding-left: 30px;
	}
	

h3#gallery_header {
	margin: 30px auto 15px auto;
	width: 302px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	background: url(../img/h2_gallery.png) 0 0 no-repeat;
}

ul#image_gallery {
	margin: 30px 0 0 0;
}

	ul#image_gallery li {
		margin: 15px;
		float: left;
	}
	
	ul#image_gallery li:hover {
		-webkit-box-shadow: 0px 0px 10px #CA7189;
	}
	
	ul#image_gallery li img {
		width: 160px;
	}





/*---------- History ----------*/


#history {
	padding-top: 5px;
	width: 980px;
	height: 229px;
	display: block;
	color: #fff;
	position: relative;
}

	#history h2 {
		width: 466px;
		height: 43px;
		display: block;
		text-indent: -9999px;
		background: url(../img/h2_history.png) left bottom no-repeat;
	}
	
	h3#inspiration {
		margin-left: -28px;
		width: 324px;
		height: 81px;
		display: block;
		text-indent: -9999px;
		background: url(../img/h3_inspiration.png) 0 0 no-repeat;
	}
	
	h3#giving_back {
		margin-left: -25px;
		width: 324px;
		height: 81px;
		display: block;
		text-indent: -9999px;
		background: url(../img/h3_giving_back.png) 0 0 no-repeat;
	}




/*---------- Why Misa ----------*/


#why_misa {
	padding-top: 35px;
	width: 580px;
	height: 194px;
	display: block;
	color: #fff;
	position: relative;
}

	#why_misa h2 {
		width: 408px;
		height: 43px;
		display: block;
		text-indent: -9999px;
		background: url(../img/h2_why_misa.png) left bottom no-repeat;
	}
	
	#why_misa p {padding-left: 30px;}
	
img.why_misa_polaroid {
	position: absolute;
	top: 8px;
	right: 15px;
}	
	
#advantage ul {
	margin: 30px 0 0 0;
	float: left;
}

	#advantage ul li {
		margin: 25px 35px;
		width: 420px;
		text-align: left;
	}
	
	#advantage ul li span {
		color: #ca0038;
		font-weight: bold;
		font-size: 1.1em;
		text-transform: uppercase;
	}



/*---------------------------------- PRODUCTS ----------------------------------*/


#line_description {
	padding: 30px 50px 30px 40px;
	background-color: #f1f1f1;
	width: 480px;
	float: left;
	text-align: justify;
	background: url(../img/divider_line.jpg) right 38px no-repeat;
}

#polish_finder {
	margin: 30px 0;
	width: 400px;
	float: left;
	text-align: center;
}

	#polish_finder p span {color: #ca0038;}
	
	#polish_finder ul {
		margin: 0 auto;
		padding: 1px 0;
		width: 295px;
		background-color: #ececec;
		-webkit-border-radius: 8px;
	}
	
		#polish_finder ul li {
			margin: 15px;
		}
		
		#polish_finder ul li a {
			padding: 8px 10px;
			display: block;
			text-align: left;
			text-decoration: none;
			background-color: #fff;
			border: 1px solid #bababa;
			background: url(../img/red_arrow.png) #fff 245px center no-repeat;
		}
		
		#polish_finder ul li a:hover {background-color: #F2A3AF; color: #fff;}

	.share a {
		margin: 15px auto;
		width: 105px;
		height: 49px;
		display: block;
		text-indent: -9999px;
		background: url(../img/share_btn.png) 0 0 no-repeat; 
	}
	
	.share a:hover {background: url(../img/share_btn.png) -105px 0 no-repeat;}


/*----- Product List Short -----*/

#product_sidebar {
	padding: 100px 12px 60px 65px;
	width: 234px;
	height: 209px;
	display: block;
	float: left;
	position: relative;
	background: url(../img/product_sidebar_bg.png) 0 30px no-repeat;
}

	#product_sidebar ul {
		height: 200px;
		overflow: auto;
	}
	
		#product_sidebar ul li a {text-decoration: none;}
		#product_sidebar ul li a:hover, #product_sidebar ul li.selected a {color: #ca3008; text-decoration: none;}
	
	.large_nail_polish {
		position: absolute;
		top: 12px;
		left: -78px;
	}

#product_list {
	margin-left: 20px;
	padding: 30px 25px 0 25px;
	width: 586px;
	height: 339px;
	display: block;
	float: left;
	position: relative;
	background: url(../img/product_list_bg.png) 0 30px no-repeat;
}

	#product_list h3 {
		margin: 5px auto 25px auto;
		width: 600px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
		#product_list h3#bare_necessities {background: url(../img/h3_bare_necessities.jpg) center top no-repeat;}
		#product_list h3#sugar_sugar {background: url(../img/h3_sugar_sugar.jpg) center top no-repeat;}
		#product_list h3#blackout {background: url(../img/h3_blackout.jpg) center top no-repeat;}
		#product_list h3#botanical_gardens {background: url(../img/h3_botanical_gardens.jpg) center top no-repeat;}
		#product_list h3#burlesque {background: url(../img/h3_burlesque.jpg) center top no-repeat;}
		#product_list h3#classic {background: url(../img/h3_classic.jpg) center top no-repeat;}
		#product_list h3#dance_fever {background: url(../img/h3_dance_fever.jpg) center top no-repeat;}
		#product_list h3#discontinued {background: url(../img/h3_discontinued.jpg) center top no-repeat;}
		#product_list h3#dust_and_diamonds {background: url(../img/h3_dust_and_diamonds.jpg) center top no-repeat;}
		#product_list h3#femme {background: url(../img/h3_femme.jpg) center top no-repeat;}
		#product_list h3#first_date {background: url(../img/h3_first_date.jpg) center top no-repeat;}
		#product_list h3#girlfriends {background: url(../img/h3_girlfriends.jpg) center top no-repeat;}
		#product_list h3#living_on_the_fast_lane {background: url(../img/h3_living_on_the_fast_lane.jpg) center top no-repeat;}
		#product_list h3#look_on_the_bright_side {background: url(../img/h3_look_on_the_bright_side.jpg) center top no-repeat;}
		#product_list h3#love_connection {background: url(../img/h3_love_connection.jpg) center top no-repeat;}
		#product_list h3#mardigras {background: url(../img/h3_mardigras.jpg) center top no-repeat;}
		#product_list h3#only_human {background: url(../img/h3_only_human.jpg) center top no-repeat;}
		#product_list h3#poisoned_passion {background: url(../img/h3_poisoned_passion.jpg) center top no-repeat;}
		#product_list h3#runway {background: url(../img/h3_runway.jpg) center top no-repeat;}
#product_list h3#spark_my_interest {
	background-image: url(../img/h3_spark_my_interest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#product_list  h3#what_i_like_about_you {
	background-image: url(../img/h3_what_i_like_about_you.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
		#product_list h3#gel_brushes {background: url(../img/h3_gel_brushes.jpg) no-repeat center top;}
		#product_list h3#acrylic_brushes {	background: url(../img/h3_acrylic_brushes.jpg) no-repeat center top;}
		#product_list h3#powder_polymer {	background: url(../img/h3-power_polymer.jpg) no-repeat center top;}
		#product_list h3#monomer {	background: url(../img/h3-monomer.jpg) no-repeat center top;}
		#product_list h3#preparation_products {	background: url(../img/h3-preparation_products.jpg) no-repeat center top;}


	
	#product_list ul {
		height: 200px;
		overflow: auto;
		position: relative;
	}
	
		#product_list ul li {
	margin: 0 0 15px;
	padding-right: 18px;
	width: 260px;
	display: block;
	float: left;
	position: relative;
	height: 102px;
		}
		
		#product_list ul li img {
			margin-right: 10px;
			width: 80px;
			float: left;
			position: relative;
		}
		
	#product_list ul.brushes {
		height: 200px;
		overflow: auto;
	}
	
		#product_list ul.brushes li {
			margin: 0 0 20px 0;
			padding-right: 18px;
			width: 545px;
			display: block;
			float: left;
			position: relative;
		}
		
		#product_list ul.brushes li img {
			margin-right: 20px;
			width: 395px;
			float: left;
		}	
		
		
#product_list_gel {	margin-left: 20px;	padding: 30px 25px 0 25px;	width: 586px;	height: 339px;	display: block;	float: left;	position: relative;	background: url(../img/product_list_bg.png) 0 30px no-repeat;}
#product_list_gel h3 {	margin: 5px auto 25px auto;	width: 600px;	height: 40px;	display: block;	text-indent: -9999px;	}		
#product_list_gel ul {	height: 200px;	overflow: auto;	}
#product_list_gel ul li {		margin: 0 0 15px;	padding-right: 18px;width: 260px;	display: block;	float: left;	position: relative;	height: 102px;	}	
#product_list_gel ul li img {height: 80px;
			margin-right: 20px;
			float: left;
}
#product_list h3#gel_products {	background: url(../img/h3-gel_products.jpg) no-repeat center top;}

		

		
		#product_list ul li a {color: #ca0038; text-decoration: none;}
		#product_list ul li a:hover {color: #ca0038; text-decoration: underline;}



/*----- Product List Long -----*/

#product_list_long {
	margin: 0 auto;
	padding: 30px 20px 0 25px;
	width: 897px;
	height: 339px;
	display: block;
	float: left;
	position: relative;
	background: url(../img/product_list_long_bg.png) 0 30px no-repeat;
}

	#product_list_long h3 {
		margin: 5px auto 25px auto;
		width: 600px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	
		#product_list_long h3#nail_art {background: url(../img/h3_nail_art.jpg) center top no-repeat;}
		#product_list_long h3#nail_treatments {background: url(../img/h3_nail_treatments.jpg) center top no-repeat;}

	#product_list_long ul {
		height: 210px;
		overflow: auto;
	}
	
		#product_list_long ul li {
			margin: 4px;
			width: 135px;
			height: 225px;
			display: block;
			float: left;
			position: relative;
			text-align: center;
		}
				
		#product_list_long ul li img {
			height: 140px;
		}
		
		#product_list_long ul li p {padding: 2px 0;}
		
		#product_list_long ul li a {color: #ca0038; text-decoration: none;}
		#product_list_long ul li a:hover {color: #ca0038; text-decoration: underline;}


	
	
/*------------------------ BLOG POST / MEDIA PAGE ------------------------*/


#blog {
	padding-top: 55px;
	width: 580px;
	height: 174px;
	display: block;
	color: #fff;
	position: relative;
}

	#blog h2 {
		padding: 0;
		width: 500px;
		height: 46px;
		display: block;
		text-indent: -9999px;
	}
	
	#blog h2.media {background: url(../img/h2_media.png) 0 0 no-repeat;}
	
	
img.media_polaroid {
	position: absolute;
	top: -7px;
	right: 12px;
}
	


/*----- Sidebar -----*/

#sidebar {
	margin: 30px 40px 0 0;
	width: 245px;
	display: block;
	float: left;
	position: relative;
}		

	#panel {
		width: 245px;
		background: url(../img/sidebar_bg_middle.png) center 275px no-repeat;
	}

		#panel_top {
			width: 245px;
			min-height: 285px;
			display: block;
			background: url(../img/sidebar_bg_top.png) center top no-repeat;
		}
	
		#panel_bottom {
			width: 245px;
			height: 45px;
			display: block;
			background: url(../img/sidebar_bg_bottom.png) center top no-repeat;
		}
	
		#panel_header {
			width: 245px;
			height: 53px;
			display: block;
			text-indent: -9999px;
			background: url(../img/sidebar_header_collections.png) center center no-repeat;
		}
	
		#media_header {
			width: 245px;
			height: 53px;
			display: block;
			text-indent: -9999px;
			background: url(../img/sidebar_header_media.png) center center no-repeat;
		}
	
		#panel h4 {
			margin-top: 25px;
			padding-bottom: 8px;
			font-size: 1.4em;
			line-height: 1em;
			text-transform: uppercase;
			font-weight: normal;
			text-align: center;
			color: #000;
		}
	
	
		#panel ul {
			padding: 0 20px;
		font-size: 1.2em;
		text-align: center;
		}
	
			#panel ul li {padding: 2px 0;}
		
			#panel ul li a {
				color: #5b5b5b;
				text-decoration: none;
			}
		
			#panel ul li a:hover {
				color: #ca0038;
				text-decoration: underline;
			}
		
			#panel ul li.selected a {
				color: #ca0038;
				text-decoration: none;
			}
			
		
		#rss_feed {
			margin: 10px auto;
			width: 156px;
			height: 50px;
			display: block;
		}

			#rss_feed a {
				width: 156px;
				height: 50px;
				display: block;
				text-indent: -9999px;
				background: url(../img/rss_btn.jpg) 0 0 no-repeat;
			}
	
			#rss_feed a:hover {background: url(../img/rss_btn.jpg) 0 -50px no-repeat;}
		
		#find_polish {
			margin: 20px auto;
			width: 200px;
			height: 78px;
			display: block;
		}

			#find_polish a {
				width: 200px;
				height: 78px;
				display: block;
				text-indent: -9999px;
				background: url(../img/find_polish_btn.png) 0 0 no-repeat;
			}
	
			#find_polish a:hover {background: url(../img/find_polish_btn.png) 0 -78px no-repeat;}
		


/*----- Main -----*/	
	
#main {
	margin: 30px 0 0 0;
	width: 695px;
	float: left;
	position: relative;
}
	
	
	.post {
		margin-bottom: 50px;
		padding: 15px 50px;
		width: 542px;
		min-height: 270px;
		background: url(../img/post_bg.jpg) 0 0 no-repeat;
	}
	
		.post_title {
			font-size: 2.1em;
			line-height: 1em;
			color: #ca0038;
		}
	
		.post_date {
			margin-bottom: 10px;
			padding-bottom: 20px;
			font-size: 1.1em;
			line-height: .5em;
			color: #000;
			border-bottom: 1px solid #b4b3b5;
		}
		
		.post a:link, .post a:visited {color: #ca0038; text-decoration: none;}
		.post a:hover, .post a:active {color: #ca0038; text-decoration: underline;}
		
		.post p.right {text-align: right;}
	
			
		
		
/*---------- Contact ----------*/


#contact_info {
	width: 320px;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}

	#contact_info a:link {color: #fff; text-decoration: underline;}
	#contact_info a:hover {color: #fff; text-decoration: none;}

	#contact_info h2 {
		margin: 80px auto 0 auto;
		width: 240px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		background: url(../img/h2_contact.png) 0 0 no-repeat;
	}
	
	#shop_now a {
		margin: 75px auto 0 auto;
		width: 200px;
		height: 78px;
		display: block;
		text-indent: -9999px;
		background: url(../img/shop_now_btn.png) center top no-repeat;
	}


	#shop_now a:hover {background: url(../img/shop_now_btn.png) center bottom no-repeat;}


#contact_form {
	margin-top: 40px;
	width: 641px;
	height: 330px;
	float: left;
	display: block;
	background: url(../img/contact_form_bg.png) 0 0 no-repeat;
}

	form#contact {
		margin: 65px auto 0 auto;
		padding: 0;
		width: 554px;
	}
	
	form#contact div.left {
		margin-bottom: 5px;
		width: 243px;
		display: block;
		float: left;
	}
	
	form#contact div.right {
		width: 243px;
		display: block;
		float: right;
	}
	
		
	form#contact label {
		width: 243px;
		display: block;
	}
	
	form#contact input.input {
		margin: 0 0 10px 0;
		padding: 7px 3px;
		width: 252px;
		border: 1px solid #999;
		display: block;
		font-size: 1.1em;
	}
	
	form#contact textarea.textarea {
		padding: 7px 3px;
		width: 252px;
		height: 134px;
		border: 1px solid #999;
		font-size: 1.1em;
	}
	
	button#send {
		margin: 0 auto 0 auto;
		width: 199px;
		height: 43px;
		display: block;
		clear: both;
		text-indent: -9999px;
		border: none;
		cursor: pointer;
		background: url(../img/submit_btn.png) 0 0 no-repeat;
	}
	
	button#send:hover {background: url(../img/submit_btn.png) -199px 0 no-repeat;}
	
	
#contact_thankyou {
	margin-top: 40px;
	padding-top: 90px;
	width: 641px;
	height: 240px;
	float: left;
	display: block;
	background: url(../img/thank_you_bg.png) 0 0 no-repeat;
}

	#contact_thankyou p {
		margin: 0 auto;
		width: 500px;
		font-size: 1.4em;
		line-height: 1.6em;
		text-align: center;
	}
	


/*---------- Sitemap ----------*/

#sitemap h2 {
		width: 408px;
		height: 229px;
		display: block;
		text-indent: -9999px;
		background: url(../img/h2_sitemap.png) left 40px no-repeat;
	}
	


/*-------------------------------- FOOTER --------------------------------*/

#footer {
	margin-bottom: 150px;
	padding: 2px;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ca0038;
}

	#footer a:link, #footer a:visited {color: #ca0038; text-decoration: underline;}
	#footer a:hover, #footer a:active {color: #ca0038; text-decoration: none;}

	#footer_left {
		width: 70%;
		float: left;
	}
	
	#footer_right {
		width: 30%;
		float: right;
		text-align: right;
	}
ul.treatments {
	list-style: circle inside;
}

