* {
	margin:0;
	padding:0;
}
body {
	font:76%/1.4em Verdana, Tahoma, Arial, sans-serif;
	text-align:center;
	color:#303030;
	background:#EDEDED url(bodybackground.jpg) repeat-x top;
}
a img {
	border:none;
}
p {
	padding:0 0 1.6em 0;
}
p form {
	margin-top:0;
	margin-bottom:20px;
}
img.left, img.center, img.right {
	padding:4px;
	border:1px solid #a0a0a0;
}
img.left {
	float:left;
	margin:0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right {
	float:right;
	margin:0 0 5px 12px;
}
/**************** Header and navigation styles ****************/
#containerbox {
	width:780px;
	margin:20px auto;
	padding:1px 0;
	text-align:left;
	background:#EDEDED url(backgroundbox.jpg) repeat-x bottom;
	color:#303030;
	border:1px solid #999999;
}
#header {
	height:200px;
	width:778px;
	margin:0 1px 1px;
	color:#ffffff;
	background: url(hbg.jpg) no-repeat left top;
}
#header h1 {
	padding:35px 0 0 20px;
	font-size:2.4em;
	background-color:inherit;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
}
#header h2 {
	margin:10px 0 0 40px;
	font-size:1.4em;
	background-color:inherit;
	color:#40010A;
	letter-spacing:-1px;
	font-weight:normal;
}
#navigation {
	height:2.2em;
	line-height:2.2em;
	width:778px;
	margin:0 1px;
	background:#999999 url(bg_nav1.gif) repeat-x center center;
	color:#ffffff;
}
#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}
#navigation li a {
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}
* html #navigation a {
	width:1%;
}
#navigation .selected, #navigation a:hover {
	background:#40010a url(bg-a-nav2.gif) repeat-x center center;
	color:#ffffff;
	text-decoration:none;
}
/**************** Content styles ****************/
#contentform {
	float:left;
	width:520px;
	font-size:0.9em;
	padding:20px 0 0 20px;
	color: #FFFFFF;
}
#contentform h2 {
	display:block;
	margin:0 0 16px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#40010A;
	background-color:inherit;
}
/*#contentform a:hover,#subcontent a:hover{text-decoration:underline;}*/
#content ul, #content ol {
	margin:0 5px 16px 35px;
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}
#content {
	float:left;
	width:520px;
	font-size:0.9em;
	padding:20px 0 0 20px;
	color: #333333;
	text-align: left;
}
#content_g {
	float:left;
	width:534px;
	font-size:0.9em;
	color: #FFFFFF;
	overflow: auto;
	display: block;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content h2 {
	display:block;
	margin:0 0 16px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#840113;
	background-color:inherit;
}
/*#content a:hover,#subcontent a:hover{text-decoration:underline;}*/
#content ul, #content ol {
	margin:0 5px 16px 35px;
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}
/**************** Sidebar styles ****************/

#subcontent {
	float:right;
	width:170px;
	padding:20px 15px 10px 0;
	line-height:1.4em;
}
#subcontent h2 {
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#840113;
	background-color:inherit;
}
#subcontent p {
	margin:0 0 16px 0;
	font-size:0.9em;
}
/**************** Menublock styles ****************/

.menublock {
	margin:0 0 20px 8px;
	font-size:0.9em;
}
/**************** Searchbar styles ****************/

#searchbar {
	margin:0 0 20px 0;
}
#searchbar form fieldset {
	margin-left:10px;
	border:0 solid;
}
#searchbar #s {
	height:1.2em;
	width:110px;
	margin:0 5px 0 0;
	border:1px solid #a0a0a0;
}
#searchbar #searchbutton {
	width:auto;
	padding:0 1px;
	border:1px solid #808080;
	font-size:0.9em;
	text-align:center;
}
/**************** Footer styles ****************/

#footer {
	clear:both;
	width:778px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#40010A;
	background:#E4E4E4;
}
#footer p {
	padding:0;
	margin:0;
	text-align:center;
}
#footer a {
	color:#f0f0f0;
	background-color:inherit;
	font-weight:bold;
}
#footer a:hover {
	color:#8D896D;
	background-color:inherit;
	text-decoration: none;
}
/**************** Misc classes and styles ****************/

.splitcontentleft {
	float:left;
	width:48%;
}
.splitcontentright {
	float:right;
	width:48%;
}
.clear {
	clear:both;
}
.small {
	font-size:0.8em;
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
}
.box {
	margin:0 0 10px 5px;
	padding:10px;
	border:1px solid #CCC;
	color:#333333;
	background: #EDEDED;
}
ul#menu {
	\width: 170px;
	w\idth: 158px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font: bold 0.9em verdana, helvetica, arial, sans-serif;
}
ul#menu li {
	list-style: none;
	margin: 0px;
	padding-top: 5px;
}
ul#menu li a {
	display: block;
	width: 170px;
	\width: 158px;
	w\idth: 145px;
	padding: 4px 8px 4px 14px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #DBDBDB;
	background: #EDEDED;
}
ul#menu li a:link {
	color: #5B0005;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #000;
	background: url(pointer.gif) no-repeat left center;
	border: 1px solid #FFF;
}
ul#menu li a:visited {
	color: #5B0005;
	width:145px;
	text-decoration: none;
}
#containerbox #content img {
	padding: 5px 10px 8px 0px;
	float: left;
	clear: right;
	display: block;
}
a:link {
	color: #F90;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	color: #590005;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #C1BFAE;
	text-decoration: none;
}
/**************** form ****************/
#sendmail {
	color: #600;
	background: #CBC7B6;
	border: 1px solid #600;
}
.code {
	border: 1px solid #D3CC76;
}
.attention {
	text-align: center;
	display: block;
	color: #FF6600;
	text-decoration: blink;
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
}
#info {
	color: #F3F3F3;
	text-align: left;
	display: block;
	border-right-style: none;
	border-left-style: none;
	margin: 10px 0px 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.zadylzhitelni {
	color: #FF6600;
	padding-right: 2px;
	padding-left: 2px;
}
input {
	background: #FFF;
	border: 1px solid #CCC79F;
}
.infobottom_1 {
	text-align: center;
	display: block;
	color: #454B58;
}
.infobottom_2 {
	display: block;
	color: #EA5E00;
	float: left;
	text-align: left;
	clear: right;
}
.form_s {
	color: #333;
	text-align: left;
	display: block;
	background: #FFFFE8;
	border: 1px solid #CCC;
	margin: 2px;
	padding: 1px;
}
.form_p {
	color: #333;
	text-align: left;
	display: block;
	background: #FDFDFB;
	border: 1px solid #CCC79F;
	margin: 2px;
	padding: 1px;
}
.sendmail:hover {
	color: #FF9900;
	display: block;
}
.separator {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
.katalog_a {
	border-top: 1px solid #FFF;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 112px;
}
.button {
	COLOR: #24282F;
	font: bold 10px Verdana, Arial;
	background: url(b_a.gif) repeat center center;
	padding: 1px;
	border: 1px solid #b8b8b8;
}
.SearchFocus2 {
	border: 1px solid #FF6600;
	border: 1px solid #5F84A9;
	background: #FFFFFF url(sicon.png) no-repeat right 1px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	color: #333;
}
.SearchBlur2 {
	border: 1px solid #FF6600;
	border: 1px solid #FC6;
	background: #FFFFFF url(a_sicon.png) no-repeat right 1px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	color: #333;
}
.SearchFocus {
	border: 1px solid #FF6600;
	border: 1px solid #5F84A9;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	color: #333;
}
.SearchBlur {
	border: 1px solid #FF6600;
	border: 1px solid #FC6;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	color: #333;
}
.SearchFocus_t {
	border: 1px solid #FF6600;
	border: 1px solid #999;
	background: #FFF url(bg-r.gif) no-repeat right bottom;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	color: #360;
}
.SearchBlur_t {
	border: 1px solid #FF6600;
	border: 1px solid #999;
	background: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	color: #360;
}
.zaiavka {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
::selection {
background: #fff1a8;
color: #000000;
}
::-moz-selection {
background: #fff1a8;
color: #000000;
}
.info_2 {
	text-align: center;
	color: #FC5A07;
}
