﻿body 
{
	background: url(images/background.jpg);
	margin: 0;
	padding: 0;
	font: 14px Arial, Tahoma, Verdana;
	line-height: 18px;
	color: #333333;
}
#container 
{
	margin: 0 auto 0 auto;
	width: 960px;
	background-color: #ffffff;
}
ul,ol,p,h1,h2,h3,h4,blockquote,fieldset 
{
	margin:0;
	padding:0;
}
a 
{
	text-decoration: none;
	outline: none;
	color: #2c61a5;
}
a:hover 
{
	color:#000000;
	text-decoration:underline;
}
img 
{
	border:none;
}
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left-img 
{
	padding: 10px;
	float: left;
	border: 1px solid #2c61a5;
	margin: 5px 0 10px 10px;
}
.right-img 
{
	padding: 10px;
	float: right;
	border: 1px solid #2c61a5;
	margin: 5px 0 10px 10px;
}
.horiz-img 
{
}
blockquote 
{
	background:url(images/blockquote.gif) no-repeat top left;
	padding:10px 0 0 40px;
	font-style:italic;
}

/* -- [ hacks ] ------------------------ */

.safari #navigation a 
{
	padding:16px 15px 18px 15px;
}
.safari #contactform .send 
{
	padding:9px 0 9px 0;
}
.ie6 #right 
{
	margin-right:-20px;
}
.ie6 .left-box-content 
{
	width:510px;
}
.ie6 .columns 
{
	width:510px;
}
.ie6 .box-column 
{
	margin-right:7px;
	position:relative;
}
.ie6 #navigation a /*in here i gave a static width to nav buttons. because of display:block issue in ie6*/
{
	text-align:center;
	height:1%;
	width:80px;
	text-align:center;
	padding:16px 0 19px 0;
}
.ie6 #navigation a.selected 
{
	background:url(images/nav-buttons.jpg) 0 -101px repeat-x;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
	margin-bottom:-1px;
	position:relative;
}
.ie6 #navigation ul li ul li 
{
	margin-bottom:-1px;
}
.ie6 #featured-tabs li a 
{
	background:url(images/featured-dots.png) 0 -8px no-repeat;
}
.ie7 #main
{
	padding-bottom:15px;
}
.ie7 #navigation ul li ul li 
{
	border-bottom:0px solid #000;
}
.chrome #navigation a.selected 
{
	border-bottom:2px solid #0d0d0d;
}
.chrome #contactform .send 
{
	padding:7px 0 7px 0;
}
.opera #featured-tabs
{
	margin:-22px 0 0 475px;
}

/* -- [ header ] ------------------------ */

#header 
{
	width: 960px;
	height: 130px;
	background-color: #FFFFFF;
}
#logo 
{
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
	clear: both;
}
#logo h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	float: left;
	font-weight: normal;
	font-style: italic;	
}
/* -- [ tophead nav ] ------------------------ */

#tophead {
	width: 960px;
	height: 40px;
	margin: 0px auto 0px auto;
}
#tophead-nav {
	float: right;
	height: 40px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 10px 0px 0px;
}
.tophead-nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.tophead-nav a:hover {
	color: #400000;
	text-decoration:none;
}
#tophead-nav ul {
	list-style: none;
	margin-top: 20px;
	float: right;
}
#tophead-nav li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}


/* -- [ navigation ] ------------------------ */

#navigation 
{
	width: 730px;
	height: 55px;
	border-bottom: 0px solid #050505;
	float: right;
	margin-top: 10px;
	background-color: #800000;
	margin-bottom: 10px;
}
#navigation ul 
{
	list-style: none;
	float: right;
	margin-top: 11px;
	height: 35px;
}
#navigation li 
{
	float:left;
}
#navigation a 
{
	display: block;
	padding: 10px 5px 10px 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 15px;
	margin-right: 15px;
	margin-left: 0px;
	text-transform: capitalize;
}
#navigation a:hover 
{
	background-color: #444444;
	color: #fff;
}

/* -- [ navigation > dropdown ] ------------------------ */

#navigation ul li ul
{	
	position: absolute;
	display:none;
	margin:0;
	z-index:101;
}
#navigation ul li ul li
{	
	float: none;
	display: block;
}
#navigation ul li ul li a
{	
	border-bottom:none;
	border-top:1px solid #fff;
	width: auto;
	background: #444444;
	display: block;
	padding:10px !important;
}
#navigation ul li ul li a:hover
{	
	background: #800000;
}

/* -- [ main content ] ------------------------ */

#main 
{
	width: 940px;
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
}

/* -- [ right menu ] ------------------------ */

#left 
{
	margin: 10px;
	width: 200px;
	float: left;
	color: #FFFFFF;
}
#archive-rss 
{
	width:210px;
	margin:-10px 0 20px 7px;
}
#archive-rss a 
{
	background:url(images/buttons.jpg) no-repeat;
	display:block;
	width:83px;
	text-align:center;
	padding:6px 0 6px 0;
	text-transform:uppercase;
	float:left;
	color:#77B6CD;
	margin-right:20px;
	font-size:11px;
}
#archive-rss a:hover 
{
	background:url(images/buttons.jpg) 0 -30px no-repeat;
}
.left-box 
{
	margin-bottom: 10px;
}
.left-box h3
{
	background: url(images/title-short.jpg) no-repeat;
	width: 168px;
	padding: 7px 0 7px 33px;
	font: 14px Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #dbbfd6;
	font-weight: bold;
}
.left-box ul 
{
	background: #666666 url(images/rounded-small.jpg) no-repeat left
bottom;
	list-style: none;
	padding: 10px;
}
.left-box li 
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #3B3B3B;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.left-box li:last-child 
{
	padding:0;
	margin:0;
	border-bottom:none;
}
.left-box a 
{
	display: block;
	color: #FFFFFF;
}
.left-box a:hover 
{
	color:#77B6CD;
}
.left-box span 
{
	display:block;
	text-align:right;
}
.more-link 
{
	display: inline !important;
	color: #2c61a5;
}


/* -- [ left part (content) ] ------------------------ */

#right 
{
	float: left;
	width: 730px;
	margin-right: 10px;
}

#right p 
{
	margin-bottom:15px;
}
.right-box 
{
	background: left
bottom;
	float: left;
	width: 730px;
}
.right-box h1 /*this is box's title*/ 
{
	padding-bottom: 2px;
	margin-bottom: 5px;
	font: 23px Arial, Helvetica, sans-serif;
	color: #2c61a5;
}
.right-box h2 /*this is box's title*/ 
{
	background: url(images/title-long.jpg) no-repeat;
	width: 697px;
	padding: 8px 0 7px 33px;
	font: 14px Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #dbbfd6;
	font-weight: bold;
}
.right-box-content 
{
	padding: 10px 0px 10px 10px;
	background-color: #FFFFFF;
}
.right-box-content-home 
{
	padding: 10px 0px 10px 10px;
	background-color: #ebf2fa;
	font-size: 90%;
}
.right-box-content p {
	margin-right:10px;
}
.right-box-content h3 
{
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font: 21px Arial, Helvetica, sans-serif;
	color: #2c61a5;
}
.right-box-content h4 
{
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-color: #C0C0C0;
}
.right-box-content h5 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:14px arial;
}
.right-box-content ul 
{
	margin:10px 0 10px 30px;
	list-style:circle;
}
.right-box-content ol 
{
	margin:10px 0 10px 30px;
}
.work-image 
{
	border:1px solid #000;
	display:block;
	margin-bottom:15px;
}
#share-this {
	font-size: 12px;
	margin-top: 30px;
	float: right;
	margin-right: 10px;
	clear: right;
}

/* -- [ featured ] ------------------------ */
#featured 
{
	width: 730px;
	height: 350px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.featured-images img 
{
	display:block;
}
.featured-images p 
{
	width:720px;
	padding:11px 0 13px 15px;
	margin-left: 5px;
	position:absolute;
	background:url(images/featured-description.png) no-repeat;
	font-size: 17px;
	font-weight:bold;
	color:#fff;
	margin-top:-45px;
}
#featured-tabs 
{
	position:absolute;
	margin:-40px 0 0 655px;
	z-index:100;
}
#featured-tabs a 
{
	display:block;
	text-indent:-9999pt;
	background:url(images/featured-dots.png) no-repeat;
	width:8px;
	height:8px;
	float:left;
	margin-right:3px;
}
#featured-tabs a:hover, .activeSlide 
{
	background:url(images/featured-dots.png) 0 -8px no-repeat !important;
}

/* -- [products] ------------------------------*/

#content-product 
{
	float: right;
	width: 680px;
}

.product-box 
{
	background:url(images/rounded-big.jpg) bottom left no-repeat #141414;
	margin-bottom:20px;
}
.product-box h1 /*this is box's title*/ 
{
	background: url(images/title-product-long.jpg) no-repeat;
	width: 665px;
	padding: 6px 0 5px 15px;
	font: 16px Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #dbbfd6;
	font-weight: bold;
}
.product-box h2 
{
	background: url(images/title-long.jpg) no-repeat;
	width: 650px;
	padding: 8px 0 7px 33px;
	font: 14px Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #dbbfd6;
	font-weight: bold;
}
.product-box h3 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:18px Arial, Tahoma, Verdana;
}
.product-box h4 
{
	border-bottom:0px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:16px Arial, Tahoma, Verdana;
	font-weight: bold;
}
.product-box h5 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:14px Arial, Tahoma, Verdana;
}
.product-box ul 
{
	margin:10px 0 10px 30px;
	list-style:circle;
}
.product-box ol 
{
	margin:10px 0 10px 30px;
}
.prod-box-content 
{
	padding: 15px;
	height: 550px;
}
.prod-name {
	font-size: 19px;
	font-weight: bold;
	color: #2c61a5;
}
.prod-img-sm {
	float: left;
	border: 1px solid #000;
	margin: 0px 20px 0 0;
}
.prod-img-lg {
	float: right;
}
#prod-detail 
{
	width:500px;
	margin:-10px 0 20px 7px;
}
#prod-detail a 
{
	background:url(images/buttons.jpg) no-repeat;
	display:block;
	width:83px;
	text-align:center;
	padding:6px 0 6px 0;
	text-transform:uppercase;
	float:left;
	color:#77B6CD;
	margin-right:20px;
	font-size:11px;
}
#prod-detail a:hover 
{
	background:url(images/buttons.jpg) 0 -30px no-repeat;
}
/* -- [product nav] ------------------------------*/

#nav-product 
{
	width: 200px;
	float: left;
	color: #999;
}

.product-menu 
{
	margin-bottom:20px;
}
.product-menu h3
{
	background: url(images/title-short.jpg) no-repeat;
	padding: 8px 0 7px 33px;
	font: 14px Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #6ec2d1;
	font-weight: bold;
}
.product-menu ul 
{
	background:url(images/rounded-small.jpg) bottom left no-repeat #141414;
	list-style:none;
	padding:10px;
}
.product-menu li 
{
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #3B3B3B;
}
.product-menu li:last-child 
{
	padding:0;
	margin:0;
	border-bottom:none;
}
.product-menu a 
{
	display:block;
	color:#999;
	font-size: 12px;
}
.product-menu a:hover 
{
	color:#77B6CD;
}
.product-menu span 
{
	display:block;
	text-align:right;
}


/* -- [ columns (in the index.html inside left-box) ] ------------------------ */

.columns 
{
	width: 710px;
	margin-left: 0px;
}
.columns h3 
{
	border-width: 2px;
	border-color: #666666;
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	border-bottom-style: solid;
}
.columns img 
{
	display:block;
	margin-bottom:5px;
}
.box-column 
{
	width: 200px;
	float: left;
	margin-left: 15px;
	margin-right: 20px;
}
.box-column p {
	margin-right:0px;
}

/* -- [ contact form ] ------------------------ */

#contactform fieldset 
{
	border:none;
}
#contactform textarea 
{
	border:1px solid #333;
	background:#222;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	color:#bbb;
	width:500px;
	height:150px;
}
#contactform input 
{
	width:150px;
	border:1px solid #333;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	background:#222;
	margin-bottom:10px;
	color:#bbb;
	display:block;
}
#contactform label 
{
	margin-bottom:2px;
	display:block;
}
#contactform input:focus, #contactform textarea:focus 
{
	border:1px solid #0F7393;
}
#contactform .send 
{
	font:11px Arial, Tahoma, Verdana;
	padding:7px 0 7px 0;
	text-align:center;
	background:url(images/buttons.jpg) no-repeat;
	text-transform:uppercase;
	margin-top:5px;
	width:83px;
	color:#77B6CD;
	border:none;
	cursor:pointer;
}
#contactform .send:hover 
{
	background:url(images/buttons.jpg) 0 -30px no-repeat;
}
#contactform .send:focus 
{
	border:none;
}

/* -- [ footer ] ------------------------ */

#footer 
{
	width: 920px;
	height: 45px;
	padding: 10px 20px 0px 20px;
	background: url(images/footer.jpg) no-repeat;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	clear: both;
}
#footer-copyright 
{
	float: left;
	color: #CCCCCC;
}
#footer-copyright a
{
	color:#CCCCCC;
}
#footer-copyright hover
{
	text-decoration:underline;
}
#footer-menu 
{
	float: right;
	color: #999999;
}
#footer-menu a 
{
	margin: 0 5px 0 5px;
	color: #CCCCCC;
}
#footer-menu a:hover {
	color:#ffffff;
}
.clear-both {
	clear: both;
}
.premier-salon {
	font-weight: bold;
	color: #6ec2d1;
}
.retail-locations {
	font-size: 12px;
}
.ad-box-left {
	width: 350px;
	height: 100px;
	margin-right: 10px;
	float: left;
}
.ad-box-right {
	width: 350px;
	height: 100px;
	float: right;
	margin-right: 10px;
}
#home-bottom-ad-box {
	width: 730px;
	height: 100px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact-form-box {
	border: 1px solid #DBDBDB;
	width: 666px;
	padding: 20px;
	float: left;
	background-color: #F3F3F3;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.site-by {
	text-align: left;
	font-size: 11px;
	margin-left: 20px;
	float: left;
}
