* { margin: 0; padding: 0; border-collapse: collapse;}
HTML { height: 100%;}
BODY { background: #B9B884 url(/bsystem/templates/art6_template/images/fon.jpg); font: 0.85em Verdana; color: #222; height: 100%; line-height:140%;}
A { color: #198539;}
A:hover { text-decoration: none;}
A IMG { border: none;}
H1 {font: bold 140% Arial Narrow; color: #222; margin: 10px 0;}
H2 {font: bold 110% Tahoma; color: #936A12; margin: 0 0 30px 0;}
H3 {font: bold 100% Tahoma; margin: 10px 0;}
H4 {font: bold 100% Tahoma; color: #787747; margin: 10px 0;}
H5 {font: bold 100% Tahoma; color: #CE3000; margin: 10px 0;}
H6 {font: bold 95% Tahoma; color: #5378AC; margin: 10px 0;}
P { margin-bottom: 7px; }
UL { margin-left: 20px;}
PRE { font: 100% Tahoma;}

#main { width: 100%; height: 100%;}
#main td { text-align: center; vertical-align: middle; height: 100%;}
#main div { background: url(/bsystem/templates/art6_template/images/fon_div.jpg) no-repeat 50% 50%; height: 160px; padding-top: 455px;}
#wrapper {  background: url(/bsystem/templates/art6_template/images/fon_top.jpg) repeat-x; padding: 0 5%;}
#top { padding: 20px;}
#search { float: right; padding-top: 20px;}
#tosearch {border: 2px inset #fff;}
#searchButton { font: bold 90% Tahoma; background: #D2D2D2; color: #5F5F5F; border: 1px outset #fff; padding: 2px 3px;}
#inner { clear: both; width: 100%;}

#left { vertical-align: top; padding: 30px 100px 10px 0;}

#menu { vertical-align: top; width: 100%;}
#menu a { display: block; float:left; background: url(/bsystem/templates/art6_template/images/fon_polos.gif) repeat-x 0 100%; padding: 10px 5px; margin-left:10px; text-transform: uppercase; text-decoration: none; color: #222; font-weight: bold;}
#menu a:hover { color: #936A12;}
#menu a.act {color: #198539; background:#BFD96E;}

#menu2 { margin-bottom: 10px;}
#menu2 a { background: url(/bsystem/templates/art6_template/images/point.gif) no-repeat 10px 50%; border-bottom: 1px solid #373737; padding: 4px 10px 4px 20px; font-weight: normal; text-transform: none;}
#menu2 a.act2 {color: #936A12;}
#right { vertical-align: top; text-align: right; padding: 30px 0 10px 260px;}
#news { width: 280px; text-align: left; padding: 0 0 0 20px; vertical-align:top;}
#news a:link, #news a:visited {display:block;font-size:95%; font-weight:bold; text-decoration:none; background:#BFD96E; color:#198539; padding:3px 10px;}
#news a:hover, #news a:active {background:#198539; color:#fff;}
#news p {font-size:95%; margin-bottom:15px; padding:10px;background:#EFEFE0;}

#allNews { padding: 20px 0 0;}
#allNews a { color: #CE3000; text-decoration: underline; font-weight: bold;}
#cont { padding: 20px 20px 20px 30px;margin-top:180px; vertical-align: top; background:#FFFFEF; overflow:hidden;
border-radius:5px;
-webkit-box-shadow:  0px -2px 3px 1px #777653;

        box-shadow:  0px -2px 3px 1px #777653;
}
#cont img {}
#cont p { text-align: left;}
#footer { background: url(/bsystem/templates/art6_template/images/fon_bottom.jpg) repeat-x; color: #000; font-size: 85%; text-align: right; padding: 20px 5%;}
#footer a { color: #000;}
#footer p { margin: 0;}

#phone {font-size:150%; font-weight:bold; color:#198539;}


.gallery{width:100%; list-style:none;padding:0px;margin:0;}
.gallery li {padding:0px; width:200px; border:2px solid #7F7A6F; height:133px; overflow:hidden; float:left; margin: 0 20px 20px 0;*margin-left:-0.04em;}
.gallery li img{width:200px; border:0;}

/**
*	Really Simple™ Slideshow -- CSS
*/

.rs-slideshow {
	border: 10px solid #C6C491;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 12px;
	height: 400px;
	margin: 0 20px 10px 0;
        float:left;

	overflow: hidden;
	position: relative;
	width: 700px;
}

.rs-slideshow .slide-container {
	background-color: #444;
	position: absolute;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}

.rs-slideshow .slide-container img {
	position: relative;
}

.rs-slideshow .slide-container .slide-caption {
	background-color: #000;
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	text-align: center;
	right: 0;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}

.rs-slideshow .slides {
	display: none;
}

.rs-slideshow .slide-container img,
.rs-slideshow .slide-container .slide-caption,
.rs-slideshow .slide-container a {
	filter: inherit;
}


/**
*	These styles make the list of links to slide images visible to users
*	who don't have JavaScript enabled. By adding the 'no-js' class to
*	the HTML element, and using Modernizr to remove this class for JS
*	users, we can style for both scenarios.
*	http://www.modernizr.com/
*/

.no-js .rs-slideshow {
	height: auto;
}
.no-js .rs-slideshow .slide-container,
.no-js .rs-slideshow .slide-container img {
	position: relative;
}
.no-js .rs-slideshow .slides {
	display: block;
	margin: 24px 48px;
}
.no-js .rs-slideshow .slides li {
	margin: 0;
}



/**
*	The following styles are used in the demos with slideshow controls,
*	such as play/pause and prev/next buttons.
*/

.rs-controls {
	clear: both;
	margin: 12px auto;
	width: 700px;
}
.rs-play-pause, .rs-prev, .rs-next {
	float: left;
	margin-right: 12px;
}
.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
}
.rs-index-list li {
	float: left;
	margin-right: 6px;
}
.rs-controls a {
	background-color: #eee;
	border: 1px solid #ddd;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
}
.rs-controls a:hover {
	background-color: #ddd;
	color: #444;
}
.rs-controls .rs-active {
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}


#callback-messages,
#slide-class-message {
	margin: 48px auto;
	width: 700px;
}
.slide-container.some-custom-class .slide-caption {
	background-color: #890;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	top: 0;
	width: 28%;
}



/*	Clearfix	*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
