/* Reset 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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

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

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.7em Tahoma;
	color:#000;
	background:#f0f4f6;
}

a {
	color:#432249;
	text-decoration:none;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

/* Titles */

h1 {
	font:normal 1.9em Tahoma;
	text-transform:uppercase;
	color:#432249;
	letter-spacing:1px;
	margin-bottom:10px;
}

h2 {
	font:bold 1.4em/1em Tahoma;
	color:#432249;
}

h3 {
	margin:0 8px 0 7px;
}

	h3 a {
		width:219px;
		position:relative;
		border:1px solid #856675;
		display:block;
		background:url("images/service-bg.png");
		font:normal 1.6em/29px Tahoma;
		text-transform:uppercase;
		color:#fff;
		text-decoration:none;
		padding:0 7px;
	}
	
	h3 a:hover {
		border:1px solid #fff;
		background:url("images/h3-active.gif") repeat-x top;
	}

h4 {
	color:#000;
	font-weight:bold;
}

h5 {
	font:bold 1.1em/31px Tahoma;
	text-transform:uppercase;
	background:#3A1B3F url("images/h5.gif") repeat-x top;
	color:#fff;
	margin-right:7px;
	padding:0 7px 0 15px;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:1000px;
	background:#DEDEDE;
}


#container {
	width:100%;
	float:left;
	margin-right:-200px;
}

/* Intro */

#intro #wrapper {
	background:#211c18 url("images/intro-bg.jpg") no-repeat center top;
}

	.intro {
		width:1000px;
		height:698px;
	}
	
/* Service block */

.service-block {
	overflow:hidden;
	padding-bottom:25px;
}

	.service-block li {
		float:left;
		width:250px;
	}
	
		.service-block p {
			margin:0 8px 0 7px;
			border:1px solid #856675;
			border-top:none;
			background:url("images/service-bg.png");
			padding:7px;
			color:#fff;
		}

/* Header */

#header {
	height:102px;
	background:#1A2209 url("images/header.jpg") no-repeat left top;
	position:relative;
}

	.logo {
		position:absolute;
		display:block;
		width:170px;
		height:79px;
		top:17px;
		left:19px;
		text-align:center;
		color:#fff;
	}
	
		.logo span {
			background:url("images/logo.jpg") no-repeat left top;
			width:170px;
			height:79px;
			display:block;
			position:absolute;
			left:0;
			top:0;
			cursor:pointer;
		}
	
	.top-menu {
		position:absolute;
		overflow:hidden;
		left:231px;
		top:33px;
	}
	
		.top-menu li {
			float:left;
			vertical-align:top;
		}
		
			.top-menu li a {
				display:block;
				position:relative;
				overflow:hidden;
				height:41px;
			}
			
				.p-1 {
					background:url("images/p-1.jpg") no-repeat center bottom;
					width:115px;
				}
				
				.p-2 {
					background:url("images/p-2.jpg") no-repeat center bottom;
					width:126px;
				}
				
				.p-3 {
					background:url("images/p-3.jpg") no-repeat center bottom;
					width:102px;
				}
				
				.p-4 {
					background:url("images/p-4.jpg") no-repeat center bottom;
					width:111px;
				}
				
				.p-5 {
					background:url("images/p-5.jpg") no-repeat center bottom;
					width:117px;
				}
				
			.top-menu li a:hover, .top-menu .current a {
				background-position:center top;
			}

/* Menu */

#menu {
	overflow:hidden;
	background:#432249;
	margin-bottom:20px;
}

	#menu li {
		float:left;
	}
	
		#menu li a {
			display:block;
			position:relative;
			color:#7C6580;
			height:32px;
			float:left;
		}
		
		#menu li .p-s-1 {
			width:249px;
			background:url("images/p-s-1.png") no-repeat center top;
		}
		
		#menu li .p-s-2 {
			width:249px;
			background:url("images/p-s-2.png") no-repeat center top;
		}
		
		#menu li .p-s-3 {
			width:249px;
			background:url("images/p-s-3.png") no-repeat center top;
		}
		
		#menu li .p-s-4 {
			width:253px;
			background:url("images/p-s-4.png") no-repeat center top;
		}
		
		#menu li a:hover, #menu .current a {
			background-position:center bottom;
		}

/* Content */

#content {
	float:right;
	width:530px;
	padding:0 226px 40px 77px;
	font-size:1.2em;
	position:relative;
}

	#content a:hover {
		font-weight:bold;
	}

	.important {
		color:#432249;
	}
	
	/* News */
	
	.news-block {
		color:#787878;
		position:relative;
		padding:10px 0;
		margin-bottom:5px;
	}
	
		.news-block dt {
			color:#432249;
			font-weight:bold;
			position:absolute;
			left:-77px;
			
		}
	
	.last {
		border-top:1px solid #432249;
		padding:3px 0;
	}
	
	/* Responce */
	
	.responce-block {
		margin-bottom:25px;
	}
	
		.responce-block p {
			margin-bottom:7px;
		}
		
	/* Navigation */

	.navigation {
		text-align:center;
		margin-bottom:10px;
		font-weight:bold;
	}
	
		.navigation li {
			display:inline;
		}
		
			.navigation li a {
				color:#4A4A4A;
			}
		
			.navigation .current a {
				color:#432249;
			}
	
	/* Clinic block */
	
	.clinic-block {
		overflow:hidden;
		margin-bottom:40px;
	}
	
		.clinic-block h4 {
			font-size:1.1em;
			margin-bottom:7px;
		}
		
		.clinic-block dt {
			float:left;
			margin-right:10px;
		}
		
			.clinic-block p {
				margin-bottom:1px;
			}
		
			.map {
				background:url("images/map.png") no-repeat left;
				text-transform:uppercase;
				padding-left:25px;
			}
	
	/* About */
	
	.nav {
		margin-bottom:15px;
	}

		.nav li {
			display:inline;
			padding-right:10px;
			text-transform:uppercase;
		}
		
		.nav .current a {
			font-weight:bold;
		}
		
	.content-block:after {
		clear:both;
		content:"";
		display:block;
	}
		
		.content-block p {
			margin-bottom:10px;
		}
		
	.right-list {
		float:right;
		position:relative;
		background:url("images/right-list.gif") repeat-y;
		width:177px;
		margin-right:-180px;
	}
	
		.right-list div {
			background:url("images/right-list-bottom.gif") no-repeat bottom;
			padding-bottom:6px;
		}
		
		.right-list ul {
			background:url("images/right-list-top.gif") no-repeat top;
			padding:6px 5px 0 1px;
		}
		
			.right-list li {
				padding:0 8px;
				margin-bottom:5px;
			}
			
				.right-list li a {
					color:#2C2C2C;
					font-weight:bold;
				}
				
				.right-list .current a {
					color:#432249;
				}
				
			.right-list .main {
				background:#432249;
				padding:5px 8px;
				margin-bottom:0;
			}
			
				.right-list .main a {
					text-transform:uppercase;
					color:#fff;
				}
	
	/* Feedback */
	
	.feedback {
		color:#432249;
		line-height:1.6em;
	}
	
		.feedback p {
			margin-bottom:15px;
		}
		
		.feedback .textbox, .feedback select, .feedback textarea {
			border:1px solid #7F9DB9;
			background:#fff;
			font:normal 1em Tahoma;
			width:385px;
		}
		
		.feedback .button {
			background:#432249;
			color:#fff;
			font:normal 1em Tahoma;
			text-transform:uppercase;
			border:0;
			cursor:pointer;
		}
	
	/* Window */
		
	.window {
		position:absolute;
		top:100px;
		left:-10px;
		width:730px;
	}
	
		.window-top {
			position:absolute;
			top:0;
			margin-left:100%;
			left:-7px;
			width:7px;
			height:31px;
			background:url("images/window-top.png") no-repeat;
		}
	
		.window-content {
			background:url("images/window-middle.png") repeat-y right;
			padding:15px 22px 15px 15px;
		}
		
		.window-content:after {
			clear:both;
			content:"";
			display:block;
		}
		
			.window-content p {
				display:table;
			}
		
		.window-bottom {
			background:url("images/window-bottom.png") no-repeat bottom;
			height:6px;
			font-size:0;
		}
		
			.window-menu {
				float:right;
				margin-left:20px;
				width:200px;
			}
			
				.window-menu a {
					color:#2c2c2c;
				}
				
				.window-menu .current a {
					font-weight:bold;
					color:#432249;
				}
	
		.close {
			display:block;
			float:right;
			width:9px;
			height:9px;
			font-size:0;
			background:url("images/close-button.gif") no-repeat;
			margin-top:7px;
		}
		
/* Left column */

#leftside {
	width:122px;
	float:left;
	padding:10px 10px 0 10px;
	text-align:center;
	font-size:1.1em;
	overflow:hidden;
	margin-bottom:30px;
}

	#leftside img {
		margin-bottom:10px;
	}
	
	#leftside a {
		text-transform:uppercase;
	}
	
	#leftside p {
		padding:4px 0;
		background:url("images/leftside-p.gif") no-repeat center bottom;
		margin-bottom:-1px;
	}

/* Footer */

#footer {
	clear:both;
	border-top:1px solid #432249;
	padding:10px 0;
	margin:0 57px 0 243px;
	color:#432249;
	font-size:0.9em
}

	#footer ul {
		float:right;
	}
	
		#footer li {
			float:left;
			padding-left:10px;
		}
		
			.mail {
				padding:0 9px;
				height:10px;
				margin-left:5px;
				background:url("images/mail.gif") no-repeat;
			}
