
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #010101;
	background: url(/images/bg.jpg);
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

td, th {
	text-align: left;
	vertical-align: top;
}

p { padding: 10px 0; }

img { border: 0; }

form, input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #010101;
	vertical-align: middle;
}

/*-- headings --*/

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fdd6b0;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #531310;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #531310;
}

/*-- links --*/

a {
	font-size: 16px;
	color: #010101;
	text-decoration: underline;
}

a:visited {
	font-size: 16px;
	color: #010101;
	text-decoration: underline;
}

a:hover {
	font-size: 16px;
	color: #010101;
	text-decoration: none;
}

/*-- wrapper --*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

/*-- sidebar --*/

#sidebar {
	width: 400px;
	height: 100%;
	background: url(/images/menu-bg.jpg) repeat-y 118px 210px;
}

#logo img {
	width: 400px;
	height: 160px;
}

/*-- menu --*/

#menu {
	background: url(/images/menu-top-bg.png) no-repeat;
	padding-top: 55px;
}

#menu-bg {
	padding-left: 28px;
	padding-bottom: 40px;
	margin-left: 118px;
}

#menu ul li {
	list-style: none;
	padding-left: 42px;
	line-height: 20px;
}

#menu a, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu-title {
	background: #992a22 url(/images/menu-marker.jpg) no-repeat 4px 50%;
	padding: 4px 4px 4px 18px;
	margin-top: 8px;
	font-size: 20px;
	color: #fdd6b0;
}

/*-- content --*/

#content {
	width: 580px;
	height: 100%;
	background: url(/images/content-bg.jpg) repeat-y 0 230px;
	padding-bottom: 40px;
}

.relative {
	position: relative;
	height: 100%;
	min-height: 100%;
}

/*-- top gallery --*/

#top-gallery { margin-top: -5px; }

#top-gallery img {
	border: 6px solid #7f0600;
	margin-right: 3px;
}

/*-- main menu --*/

#main-menu {
	width: 100%;
	background: url(/images/main-menu-bg.jpg) repeat-x left bottom;
	border-collapse: collapse;
	margin-top: 4px;
}

#main-menu td { height: 55px; }

#main-menu span {
	display: block;
	height: 45px;
	background: #531310;
	margin-right: 5px;
	padding: 0 5px;
	text-align: center;
	line-height: 45px;
}

#main-menu a, #main-menu a:visited, #main-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #9f6f49;
	padding-bottom: 2px;
}

#main-menu a:hover { border: none; }

.last span { margin: 0 !important; }

/*-- content header --*/

#content-header {
	background: url(/images/content-header-bg.jpg) repeat-x #a12520;
	font-size: 15px;
	color: #fdd6b0;
	overflow: hidden;
	width: 100%;
}

#content-header a, #content-header a:visited, #content-header a:hover {
	font-size: 15px;
	color: #fdd6b0;
}

#content-header table { margin: 0 7px; }

#content-header table td { padding: 7px; }

/*-- main text --*/

#text { padding: 5px 55px; }

#text td { padding: 0px 25px; }

.listing li {
	list-style: none;
	background: url(/images/marker.jpg) no-repeat 0 15px;
	padding: 8px 0 8px 25px;
}

#copyright {
	position: absolute;
	bottom: 15px;
	right: 40px;
	font-size: 13px;
	color: #591819;
}

/*-- inner page --*/

#text-inner {
	padding: 15px;
	font-size: 14px;
}

#text-inner a, #text-inner a:visited, #text-inner a:hover { font-size: 14px; }

.units li {
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	color: #88432a;
}

.units a, .units a:visited, .units a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #88432a;
}

.inner {
	font-size: 22px;
	font-weight: bold;
	color: #945a43;
	text-align: center;
	margin: 15px 0;
}

#catalog {
	width: 100%;
	border-collapse: collapse;
}

#catalog th {
	background: #f2e7d5;
	border: 2px solid #f3abab;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#catalog td {
	background: #fef4e4;
	border: 2px solid #f3abab;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	color: #992a22;
}

.new {
	display: block;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #e0200e;
}

.black { color: #000000; }

#form form { margin: 15px 0 15px 35px; }

#form { margin: 25px 0; }

#form-title {
	font-size: 16px;
	font-weight: bold;
	color: #531310;
	text-align: center;
	margin-bottom: 12px;
}

#form table { width: 100%; }

#form table td { padding: 1px; }

#form .text-filed { width: 265px; }

#form textarea {
	width: 343px;
	height: 60px;
}

