* {margin: 0; padding: 0; }

body {background: #4a090e url(img/body-bg.jpg) top center no-repeat; }

#main {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	font: normal 14px Times New Roman, serif;
	color: #fff;
}

#header {
	width: 1000px;
	height: 240px;
	position: relative;
	margin: 0 auto;
	background: url(img/header-bg.jpg) top center no-repeat;
}
#header #logo {
	width: 277px;
	height: 145px;
	background: url(img/logo.png) top left no-repeat;
	display: block;
	float: left;
	margin-top: 19px;
}
#header #contacts {
	float: right;
	font: normal 35px Georgia, serif;
	position: relative;
	top: 75px;
}
#header #contacts a {
	font: normal 18px Georgia, serif;
	color: #ffb5b5;
	text-decoration: none;
	line-height: 22px;
}
#header #contacts a:hover {text-decoration: underline; }

#menu {
	width: 260px;
	float: left;
	padding-left: 20px;
	padding-right: 40px;
}
#menu li {list-style-type: none; }
#menu li a {
	font: normal 26px Times New Roman, serif;
	color: #fff;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu #current a {color: #f24545; }
#submenu {padding-left: 26px; }
#submenu div {list-style-type: none; }
#submenu div a {
	font: italic 16px Times New Roman, serif;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}

#content {
	margin-left: 320px;
	padding-bottom: 55px;
	color: #ffd8d8;
}
#content p {
	font: normal 14px Times New Roman, serif;
	color: #ffd8d8;
	text-align: justify;
	padding-top: 17px;
}
#content .cursiv {
	font: italic 14px Times New Roman, serif;
	color: #f78a8c;
	text-align: justify;
	padding: 8px 0;
}
#content h1 {
	font: bold 34px Times New Roman, serif;
	color: #ffd8d8;
}
#content a {color: #ffd8d8; }
#content a:hover {text-decoration: none; }
#content table {width: 100%; }
#content table td {
	width: 50%;
	border-bottom: 1px solid #5c1d21;
	padding: 7px 0;
}
#content table tr:first-child td {padding-top: 27px; }
#content caption {
	text-align: left;
	font: normal 22px Times New Roman, serif;
	border-bottom: 1px solid #6e3134;
	padding-top: 26px;
}
#content .uslugi2 {line-height: 1.5; }
#content fieldset {border-width: 0; padding-top: 23px; }
#content input {
	display: block;
	width: 388px;
	border: 1px solid #541919;
	border-bottom-color: #962c2c;
	background-color: #3c1212;
	color: #fff;
	padding: 3px 9px;
	margin-bottom: 9px;
	font: normal 11px Tahoma, sans-serif;
}
#content textarea {
	display: block;
	width: 388px;
	border: 1px solid #541919;
	border-bottom-color: #962c2c;
	background-color: #3c1212;
	color: #fff;
	padding: 3px 9px;
	font: normal 11px Tahoma, sans-serif;
}
#content #send {
	display: block;
	width: 110px;
	height: 22px;
	border-width: 0;
	padding: 0;
	background: url(img/sbmt.gif) top left no-repeat;
	margin: 13px 0 0 0;
}

span.menu {
	padding: 5px;
	color: #ffffff;
	font-size: 16px;
	background: darkred;
	margin-top: 20px;
}

span.menu a {
   color: #000000;
   text-decoration: none;
}