/*
	Project - ART Classic
	
	@Author - tiamo.enterscroll.com
	@File - style.css
	@Date - 16.06.2010
	@Ver - 1.0
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body, html {height:100%}
body {
	background:#fff;
	font:12px Tahoma, Arial, Sans-sarif;
	line-height:1.4em;
	color:#333;
}
ol, ul {list-style: none}
blockquote, q {quotes: none}
ins {text-decoration: none}
del {text-decoration: line-through}

input,select {line-height: 1em}
p {margin: 1em 0}
blockquote {margin: 1em}
label {cursor: pointer}
li,dd {margin-bottom: 6px}
textarea,input,select {margin: 1px;padding: 3px}

h1,h2,h3,h4,h5 { display: block;font-weight:bold;line-height:normal}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: 0.83em}
h6 {font-size: 0.67em}

a {color:#823c26}
a:hover {text-decoration:none}

/* 60 *
{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.36}
/* 80 */
#logo a:hover img,
#siteNav a:hover img
{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8}
/* 100
{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}
*/

/* Helpers */

.clear {clear:both}
.fleft {float:left !important}
.fright {float:right !important}

.center {text-align:center !important}
.left {text-align:left !important}
.right {text-align:right !important}

/* Headers */

.h {
	text-transform:uppercase;
	font-size:15px;
	color:#823c26;
	margin:0 0 10px
}

.short {
	margin:0 0 10px
}

/**/

#wrapper {min-width:1000px;height:100%}

#header {
	height:202px;
}
#head1 {float:left;}
#head2 {float:right}

/**/
#page {
	width:100%;
	height:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#page td {vertical-align:top}

#left {
	border-top:25px solid #5a322b;
	background:url(../images/left.jpg) repeat-y 0 0;
	width:236px;
	border-right:1px solid #5a322b;
	color:#fff
}
#content {
	border-top:25px solid #5a322b;
	background:#f6f7d7;
	padding:10px;
}

#footer td {
	background:#5a322b;
	padding:5px 5px 0;
	height:1%
}
#footer a {color:#fff;text-decoration:none}

.menu {
	background:#5a322b;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	padding:5px 0
}
.menu li {margin:0;position:relative;}
.menu a {background:url(../images/dot.gif) no-repeat 8px center;padding:2px 10px 2px 20px;display:block;color:#fff;text-decoration:none}
.menu a:hover {background-color:#541c07}
.menu ul {
	background:#82493f;
	position:absolute;
	top:0;
	right:-225px;
	display:none;
}
.menu ul li {margin:1px 0}
.menu ul a {padding:2px 10px;width:200px;background-image:none;border-left:3px solid #464646}

.h {
	background:url(../images/grad.jpg) no-repeat 0 0;
	height:25px;
	line-height:25px;
	padding:0 10px;
	color:#fff;
	font-size:15px;
	margin:0 0 10px
}


#content_kyhni img {  border:1px solid #000 }

