body {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: medium;
   	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
	/*color:#4e4e4e;*/
	color: black;
	text-shadow: 0px 0px 1px #fff;
}

a{
	text-decoration: none;
	/*color: #e72226;*/
	color: #4169E1;
}

a:visited {
 color: #660099; /* Цвет посещенных ссылок */
}

td{
	vertical-align: top;
}

img{
	border-width: 0px;
}

#hidden{
	display: none;
}

/*----------------------- Центральная средняя колонка ----------------------*/

.content_h{
	font-size: 120%;
	background-color: #fef1f6;
	margin: 10px;
	margin-top: 20px;
	padding: 5px 10px;
	color: #e72226;
	border-bottom:#f89a98 1px solid;
}

.content_h2{
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 5px 10px;
}

.content_block{
	font-family: Arial, "Arial Narrow", sans-serif;
	font-size: 80%;
	margin: 15px;
	/*text-align: justify;*/
}	

.content_list{
	font-family: Arial, "Arial Narrow", sans-serif;
	font-size: 80%;
	margin: 15px;
	padding-left: 20px;
	list-style: circle;
}	

.content_olist{
	font-family: Arial, "Arial Narrow", sans-serif;
	font-size: 80%;
	margin: 15px;
	padding-left: 20px;
}	

.content_block_big{
	font-family: Arial, "Arial Narrow", sans-serif;
	font-size: 100%;
	margin: 15px;
}	

.contents_image{
	float: left;
	margin: 10px 22px 15px 15px;
	padding: 2px;
	border: #f89a98 1px solid;
}

/*---------------------------------------------------------------------------*/


/*--------------- Мини блоки в левой и правой центральной колонке -----------*/

.mini_h{
	font-size: 12pt;
	font-weight: bold;
	background-color: #e72226;
	margin: 10px 0px 0px 0px;
	padding: 6px 20px;
	color: #fff;
}

.mini_block{
	font-family: Arial, "Arial Narrow", sans-serif;
	font-size: 8pt;
	background-color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
}

.partner{
	font-family: Arial, "Arial Narrow", sans-serif;
	font-size: 7pt;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;	
}
	
.mini_href{
	/*font-weight: bold;*/
	text-decoration: inherit;
	/*padding-top: 8px;*/
	text-decoration: underline;
	/*display: block;*/
}

.mini_href:hover{
	color: #e72226;
}

/*---------------------------------------------------------------------------*/
								 

/* ------------------------- Главная таблица и шапка ------------------------*/

#main_table {
	border: 0px;
	width: 1000px;
	background-color: #ffffff;
}

#top_left{
	width: 39px;
	height: 176px;
	background-color: #ffffff; 
	float: left;
}

#top_center{
	background-color: #fef1f6;
	width: 161px;
	height: 176px;
	float: left;
}

#top_right{
	background-image: url("image/top.png");
	width: 800px;
	height: 176px;
	float: right;
}

#grey_line{
	background-image: url("image/gradient_top.gif");
	background-repeat: repeat-x;
	width: 1000px;
	height: 33px;
}

.str_path{
	float: left;
	margin: 0;
	padding: 8px 30px 8px 5px;
	color: #959595;
	font-size: 10pt;
	font-weight: bold;
}

.str_path a{
	color: #959595;
}

.str_path a:hover{
	text-decoration: underline;
}

#str_path_1{
	width: 600px;
}

.ref_img{
	float: left;
	display: block;
	height: 33px;
}

#telephone{
	margin-top:137px; 
	margin-left:80px; 
	font-weight: bold; 
	color: #747273;
	font-size: 32px;
}


/*------------------------------------------------------------------*/


/* --------------------- Центральные три колонки -------------------*/

#left_col{
	width: 180px;
	height: 100%;
	border-right-width: 1px;
	border-right-color: #fdc2c4;
	border-right-style: solid;
	background-color: #fef1f6;
	padding: 10px;
}
#center_col{
	width: 625px;
	height: 100%;
	border-width: 0px 1px;
	border-color: #fff #f89a98;
	border-style: none solid; 
	background-color: #fff;
}

#center_col a{
	text-decoration: underline;
}

#center_col a:hover{
	/*color: #4169E1;*/color: #e72226;
}

#right_col{
	width: 180px;
	height: 100%;
	border-left-width: 1px;
	border-left-color: #fdc2c4;
	border-left-style: solid;
	background-color: #fef1f6;
	padding: 6px;
}

/* -----------------------------------------------------------------*/

#tortilla{
	vertical-align: bottom;
	width: 200px;
	border-right-width: 1px;
	border-right-color: #fdc2c4;
	border-right-style: solid;
	background-color: #fef1f6;
}

#tortilla div{
	position: relative;
	left: 8px;
}

/* ---------------- Ознакомся - посети - результат -----------------*/

#step1{
	background-image: url("image/1step_hit.png");
	width: 189px;
	height: 126px;
	cursor: pointer;
	display: block;
}

#step2{
	background-image: url("image/2step_hit.png");
	width: 189px;
	height: 126px;
	cursor: pointer;
	display: block;
}

#step3{
	background-image: url("image/3step_hit.png");
	width: 189px;
	height: 126px;
	cursor: pointer;
	display: block;
}

#step1:hover{
	background-image: url("image/1step_on.png");
}

#step2:hover{
	background-image: url("image/2step_on.png");
}

#step3:hover{
	background-image: url("image/3step_on.png");
}

/* -----------------------------------------------------------------*/


/* ------------------------- Нижняя полоска ------------------------*/

#bottom{
	position: relative;
	width: 100%;
	height: 43px;
	background-image: url(image/bottom.gif);
}

#bottom  span {
    	display: block;
		position: absolute;
		text-align: center;
   	width: 100%;
		padding: 5px 0px;
		font-size: 8pt;
		color: #fff;
}


/* ------------------------------- МЕНЮ ---------------------------------*/

#one-ddheader {background-image: url("image/about_hit.gif");}

#two-ddheader {background-image: url("image/analiseprise_hit.gif");}

#three-ddheader {background-image: url("image/infpacient_hit.gif");}

#four-ddheader {background-image: url("image/infdoctor_hit.gif");}

#five-ddheader {background-image: url("image/contact_hit.gif");}

#one-ddheader:hover {background-image: url("image/about_on.gif");}

#two-ddheader:hover {background-image: url("image/analiseprise_on.gif");}

#three-ddheader:hover {background-image: url("image/infpacient_on.gif");}

#four-ddheader:hover {background-image: url("image/infdoctor_on.gif");}

#five-ddheader:hover {background-image: url("image/contact_on.gif");}

.floatleft {
	float:left;
}
.ddheader {
	width:200px;
	height: 44px; 
	border: none; 
	cursor: pointer; 
	background-repeat: no-repeat;
	font-size: 13pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
}

.ddheader div{
	width: 180px;
	position: relative;
	top: 10px;
	left: 15px;
}

.ddheader div a{
	color:#FFFFFF;
}

.ddcontent {
	position: absolute; 
	overflow: hidden; 
	width: 200px; 
	display: none; 
	z-index: 200;
	background-color: #FFFFFF;
}
.shadow {
	width: 198px;
	border-bottom: #999999 2px solid;
	border-right: #999999 2px solid;
}
.ddinner {
	width: 196px; 
	border: 1px solid #333; 
	border-top: none;
	border-bottom: none;
}
.ddinner ul {
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.ddinner li {
	margin: 0; 
	padding: 0; 
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
}
.ddinner li a:hover {
	background-color: #fef1f6;
}
.ddinner li a{
	display: block;
	width: 100%;
	heigh: 100%;
	padding: 8px 0px;
	cursor: pointer;
	color: #000000;
}
.ddinner li a div{
	padding: 0px 20px;
}
.underline {border-bottom:1px solid #333}

/* ----------------------------------------------------------------*/

/*-------------------------- Таблица прайса -----------------------*/
.price {
	width: 100%;
	margin: 0;
	padding; 0;
	border-collapse: collapse;
	border:none;
}

.price .td1{
	width: 80%;
}

.price td{
	padding: 3px 10px;
	border: 1px solid #333;
}

.head_table{
	font-weight: bold;
	background-color: #D7D7D7;
}
/*-------------------------------*/

