/* General */
html{
  background:#fff;
}
body {
	background: #fff;
	color: #820b33;
	font-size: 12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	color: #ee7884;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	color: #ee7884;
}

p {
	line-height: 18px;
	margin-top: 12px;
}

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

.pink {
	color: #ee7884;
}

.dark, a.dark {
	color: #820b33;
}

.big {
	font-size: 18px;
}

.top-left {
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

/* Header */

#header {
	background: #fff url('../images/numbers.gif') no-repeat right 15px;
}

#logo {
	float: left;
	margin-left: 85px;
	display:block;
}
#logo img{
  width:201px;
  height:119px;
}

#header #follow-us {
	float: right;
	margin-top: 80px;
	margin-right: 70px;
}

#nav {
	margin-left: 85px;
	clear: both;
	float: none;
	display:block;
	position:relative;
	z-index:200;
}

#nav .li1 {
	display:block;
	float:left;
	position: relative;
}

#nav .lia1 {
	display: block;
	float: left;
	text-decoration: none;
	color: #820b33;
	font-size: 16px;
	padding: 12px 18px 20px 18px;
	white-space: nowrap;
	font-weight:bold;
}
#nav .li1.first .lia1 {
	padding-left: 0;
}

#nav .li1 ul {
	position: absolute;
	display: none;
	top: 35px;
	left: 0;
	background: #fff url('../images/divider-menu-horizontal.png') top center no-repeat;
}

#nav li.hover ul{
  display:block;
}

#nav .li1.hover a{
	color: #ee7884;
}


#nav .li2 {
	display: block;
	width: 140px;
}

#nav .lia2 {
	display: block;
	color: #ee7884;
	border-top: 1px solid #ee7884;
	margin: 0 9px;
	padding: 9px;
	font-size: 14px;
	text-decoration: none;
}
#nav .li2.first .lia2 {
	border-top: 0;
}

#nav .hover .lia2:hover {
	color: #820b33;
}

#top-image {
  clear:both;
  width:100%;
  display:block;
  /*height:302px;*/
  clear:both;
}

#breadcrumbs{
  margin:12px 0 0 0;
}

/* Main*/

#main {
	overflow: hidden;
	clear:both;
	float:none;
	background: #fff url('../images/divider-main.png') bottom center no-repeat;
	padding-bottom: 35px;
}



#left {
	float: left;
	margin:15px 40px 0 40px;
	width: 145px;
	background: transparent url('../images/divider-menu-vertical.png') no-repeat right center;
	min-height: 250px;
}

#left ul {
  display:block;
}

#left ul li {

}

#left ul li a {
	color: #d8848e;
	text-decoration: none;
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding: 10px 0;
}

#left ul li a:hover,  #left ul li a.selected{
	color: #7e0030;
}

#right {
	float: right;
	width: 220px;
	margin:15px 0 0 0;
}

#right #hairrepublic-link {
	padding: 20px 0;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
}

#contacts {
}
#contacts p{
  background: transparent url('../images/circled-star-small.png') top left no-repeat;
	padding-left: 30px;	
}
#contacts a{
  color:#820B33;
  text-decoration:underline;
}

#content {
	float: left;
	width: 450px;
	margin:15px 0 0 30px;
	overflow:hidden;
}
#content.columns{
  float:none;
  clear:both;
  width:auto;
  padding:0;
  background: transparent url('../images/divider-vertical.png') center center no-repeat;
}
.column{
  padding:0 45px;
	margin:0 0 0 25px;
	width: 360px;
	float: left;
	position: relative;
	background:url(../images/circled-star-big.png) no-repeat 0 0;
}
.left {
  float:left;
}
.right{
  float:right;
}

#content ol{
  list-style: decimal outside;
}
#content ul {
	list-style: disc outside;
}
#content ul, #content ol{
  margin:0 0 10px 30px;
}

#add-employee {
	float: right;
	padding: 10px;
	background: #d8848e;
	display: block;
	color: #fff;
	text-decoration: none;
}
.form .employee{
  border-top:1px solid #820B33;
  padding:10px 0;
}
.form .employee strong{
  margin:0 0 10px 0;
  padding:0;
  font-size:14px;
}
.form .employee a{
  float:right;
  color:#fff;
  padding:2px 5px;
  text-decoration:none;
}

/* Footer*/

#footer {
	overflow: hidden;
	padding: 25px 0 25px 45px;
}
#footer ul{
  overflow:hidden;
}
#footer li {
  margin:5px 0 ;
}
#footer a{
  text-decoration:none;
}
#footer .li1{
  display:block;
  float:left;
  width:90px;
  margin:0 20px 0 0;
}
#footer .lia1{
  font-weight:bold;
}
#copyright{
  display:block;
  margin:10px 0 0 0;
}


/* Forms */
.form{
  background: #d8848e;
	padding: 10px;
	margin: 10px 0 0 0;
	color: #fff;
	overflow:hidden;
}
.formField{
	padding: 0 20px 10px 0;
	overflow:hidden;
	clear:both;
}

label {
	display: block;
	float: left;
	margin:5px 10px 0 0;
	width: 135px;
}

input, textarea, select, .form strong {
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	width: 240px;
}
.form .submit-pink{
  border:0;
  margin:0;
  padding:0;
  background:url(../images/submit.png) no-repeat 0 0;
  width:85px;
  height:31px;
  text-indent:30000px;
  cursor:pointer;
}
.form strong{
 border:0; 
}
.formField ul{
  display:block;
  float:left;
  list-style:none;
  margin:0 0 0 25px;
}
.formField ul li{
  display:block;
  float:left;
  width:60px;
  text-align:center;
}
.formField ul label{
  display:none;
}
.formField ul input{
  width:auto;
  display:inline;
  float:none;
}
#votes strong{
  display:block;
  float:left;
  width:170px;
}
#content #votes ul{
  margin:10px 0 0 163px;
}
#content #votes ul li{
  font-weight:bold;
}
#content #testimonial .radio_list {
  margin:0 0 0 20px;
}
#content #recruitment .formField ul input{
  display:inline;
  width:auto;
  margin:0 10px 0 0;
}
#content #recruitment .formField ul label{
  display:inline;
  width:auto;
  padding:0;
  margin:0 0 0 0;
}
#content #recruitment .formField ul label.error{
  
}


.radio_list input, #contact_field input{
  border:0;
}

.error_list li{
  color:red;
}

.formField label.error{
  clear:both;
  color:red;
  width:auto;
  margin:0 0 0 0;
  width:200px;
}

#testimonial_last_visit_day, #testimonial_last_visit_month, #testimonial_last_visit_year{
  width:auto;
}

input[type="checkbox"], input#order_delivery, input#order_subscribe{
  width:auto;
}


#vouchers{
  margin:10px 0 0 0;
  overflow:hidden;
}
.voucher{
  margin:8px 0 8px 0;
  padding:8px 5px 12px 5px;
  overflow:hidden;
  border-bottom:1px dashed #ee7884;
}
.voucher .title{
  float:left;
  display:block;
  margin-top:3px;
}
.voucher label, .voucher select, .voucher button{
  margin:0;
  width:auto;
  display:inline;
}
.voucher label{
  margin-top:3px;
}
.voucher select{
  width:50px;
  margin:0 5px;
}
.voucher button{

}

.price{
  clear:both;
  overflow:hidden;
}
.price span, .price strong{
  display:block;
  width:120px;
  float:right;
  text-align:right;
  margin:10px 0 0 0;
}
.price span{

}
.price strong{
  clear:both;
}
.operations {
  clear:both;
  margin:20px 0 0 0;
  overflow:hidden;
}
.operations button{
  display:block;
}
.checkout{
  float:right;
}
.fleft{
  float:left;
}
.fright{
  float:right;
}





#content #sitemap, #sitemap ul{
  list-style:none;
}
.terms-and-conditions{
  display:block;
  float:left;
  clear:both;
  padding:5px 0 0 0;
}
#testimonial_contact{
  margin:20px;
}

table{
  width:100%;
}

table td{
  padding:3px;
}



#counter-image{
  position:relative;
  display:block;
  text-decoration:none;
  z-index:199;
}
#countbox {
	background:transparent url(../images/timer-background.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
	height:51px;
	padding:13px 0 0 80px;
	text-align:left;
	vertical-align:middle;
	width:340px;
	position:absolute;
	bottom:20px;
	left:-700px;
}
