html, body {
	background-color: #f0f0f0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, h1, h2, h3, p, form, ul, li, img {
	margin: 0;
	padding: 0;	
}

img {
	border: 0;
}

a {
	color: #4c8aaf;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

p {
	margin: 0;
	padding: 0;
	color: #0e4878;
	text-align: justify;
}

h1 {
	float: left;	
}

h1 span {
	visibility: hidden;
	font-size: 1px;
	float: left;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	float: right;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	color: #454545; 
}

sup {
	vertical-align: baseline; 
	font-size: 0.8em; 
	position: relative; 
	top: -0.4em;
}

#container {
	width: 980px;
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
}

/*///////////////////////// header //////////////////////*/
#header {
	width: 100%;
	height: 370px;
	background: url("../img/header_bg.gif") 0 0 repeat-x;
}

#lang {
	height: 25px;
	padding-right: 10px;
	line-height: 200%;	
}

#lang a {
	color: #fff;
	display: block;	
}

#lang a:hover {
	text-decoration: none;	
}

#lang a span:hover {
	text-decoration: underline;
}

#lang img {
	vertical-align: middle;
	padding: 5px;
}

.header_btn {
	height: 25px;
	background: url("../img/header_btn.gif") 0 0 no-repeat;
	padding: 0 10px 0 15px;
	line-height: 200%;
}

.header_btn a {
	color: #fff;
	display: block;	
}

#header_img {
	width: 100%;
	height: 345px;
	background: url("../img/header_img.jpg") 0 0 no-repeat;
	float: left;	
}

#menu {
	width: 432px;
	list-style: none;
	text-align: center;
	float: right;
	margin: 285px 20px 0 0;
	display: inline;
}

#menu li {
	float: left;	
}

#menu li a {
	width: 144px;
	height: 56px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #bed86b;
	line-height: 500%;
}

#welcome {
	font-size: 16px;
	font-weight: bold;
	color: #144e80;
	margin: 295px 0 0 16px;	
	display: inline;
}

#welcome span {
	font-size: 12px;
	visibility: visible;	
}

/*///////////////////////// content //////////////////////*/
#content {
	width: 100%;
	float: left;
	background: url("../img/c_bot_bg.gif") bottom right no-repeat;
}

#left_side {
	width: 305px;
	float: left;
	padding: 10px 0 10px 16px;
}

#hometext {
	margin-bottom: 20px;
}

#hometext p {
	text-indent: 15px;
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#right_side {
	width: 644px;
	float: right;
	background: url("../img/c_bg.gif") 0 0 no-repeat;
	padding: 10px 0 10px 0;
}

#right_side p {
	float: left;
	padding-left: 16px; 
}

#category {
	list-style: none;
	float: left;
	padding-bottom: 10px;	
}

#category li {
	width: 296px;
	height: 115px;
	background: url("../img/cat_bg.gif") 0 0 no-repeat;
	float: left;
	margin: 2px 10px 10px 0;
	display: inline;
}

#category img {
	margin: 5px 0 0 5px;
	float: left;	
}

#category h2 {
	float: left;
	width: 165px;
	height: 30px;
	margin: 12px 0 0 10px;
}

#category p {
	float: left;
	width: 165px;
	margin: 0 0 0 10px;	
	padding: 0;
}

#contacts {
	width: 40%;
	float: left;
	color: #4c8aaf;
	padding: 0 0 20px 16px;
	font-size: 14px; 	
}

#contacts span {
	font-size: 11px;	
}

#phone {
	width: 40%;
	line-height: 150%;
	padding-bottom: 15px;	
}

#procedure_name {
	font-size: 14px;
	float: left;
	color: #4c8aaf;
	padding: 0 0 20px 16px;	
}

#price {
	padding: 0 20px 0 16px;
	float: left;
	color: #0e4878;	
}

#cosmetics {
	padding-right: 20px;
	line-height: 1.5em;
	text-align: justify;	
}

#cosmetics img {
	float: left;
	padding: 0 10px 10px 0;	
}

/*/////////////////////// footer ////////////////////////*/
#footer {
	clear: both;
	color: #fff;
	height: 41px;
}

#design {
	width: 333px;
	height: 100%;
	float: left;
	background: #bed86b;	
}

#design a {
	padding-left: 16px;
	line-height: 40px;
	color: #fff;	
}

#rights {
	width: 628px;
	height: 100%;
	float: right;
	background: url("../img/footer_bg.gif") 0 0 repeat-x;	
	line-height: 40px;
	padding-left: 16px;
}

/* /////////////////////// form ////////////////////// */

fieldset {
	border: none;
	width: 47%;
	margin: 0;
	padding:  0 0 8px 20px;
	float: right;
	display: inline;
}

fieldset p {
	padding: 0 !important;
}

label {
	width: 60px;
	text-align: left;
	padding: 3px 0 3px 0;
	display: block;
}

fieldset input {
	width: 250px;
	padding: 2px 0 2px 0;
	border: 1px solid #c5c5c5;
}

textarea {
	background: #fff;
	border: 1px solid #c5c5c5;
	width: 250px;
}

.submit input	{
	background: url(../img/button.gif) no-repeat 0 0; 
	width: 120px; 
	height: 20px; 
	color:#fff; 
	font: normal 12px Arial, sans-serif; 
	border: none;
	margin: 2px 0 0 1px;
}

/*///// meassages ////*/
#message {
	width: 250px;
	height: 35px;
	margin: 12px 0 3px 0;
}

.error {
	color: #c00;
	background-color: #fcc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #c00;
}

.success {
	color: #090;
	background-color: #cfc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border:1px solid #0c0;
}