/* Black RIDER. Three fixed columns (n.7) from http://blog.html.it/layoutgala/LayoutGala07.html */
html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716767;
	background-color: #ffffff;
	background-image: url(images/footer/footer-v-line.png);
	background-repeat: repeat-x;
	background-position: bottom;

}
html {
/*	background-color: #65bf16;*/
}
a {
	outline: none;
}
a img {
	border: 0;
}
div#header {
	width: 1000px;
	background-color: transparent;
}
div#container {
	text-align: left;
	z-index: 1000;
	position: relative;
}
div#divContentLimitator {
	width: 715px;
	max-width: 715px;
	overflow: hidden;
}
div#container {
	width: 1000px;
	margin: 0 auto;
}
div#wrapper {
	float: left;
	width: 100%;
	background-color: transparent;
}
div#content {
	margin: 0 0px 0 210px;
	padding: 0px 30px 35px 45px;
	position: relative;
	z-index: 900;
}
div#navigation {
	padding: 0px 0px 45px 30px;
	float: left;
	width: 180px;
	max-width: 180px;
	margin: 0px 0 0 -1000px;
	overflow: hidden;
}
div#footer {
	clear: left;
	width: 100%;
	margin: 0;
}
/* additional */
/* header */
.divTopBgr {
	background: url(images/header/top-line.png) repeat-x;
	height: 102px;
	width: 100%;
	position: absolute;
	left: 0px;
}
#header {
	background: url(images/header/logo.png) no-repeat;
	height: 102px;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
}
.aHeaderLink {
	display: block;
	position: absolute;
	height: 90px;
	width: 200px;
	left: 40px;
	top: 6px;
}
/* horizontal menu styles */
ul#nav {
	margin: 0 0 0 1px;
	padding: 0;
	width: 700px;
	height: 77px;
	position: relative;
	left: 290px;
	top: 25px;
	background: none;
 }
ul#nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 0 0 2px;
	padding: 0;
	top: 0px;
	height: 77px;
	z-index: 5;
 }
 *html ul#nav li {
 	width: 80px;
 }
ul#nav li a {
	display: block;
	padding: 12px 14px 0 14px;
	top: 0;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
	height: 77px;
	text-align: center;
}
ul#nav li a:hover {
	color: #000000;
 }
ul#nav li a span {
	cursor: pointer;
	display: block;
	position: absolute;
	float: left;
	top: 0;
	left: 0;	
	height: 43px;
 }

/* lamp menu styles */
ul#nav {

}
ul#nav li{
/* removed the positioning and z-index on the li, we no longer need them */
}
ul#nav li span {
	position: relative; /* must have position set to anything other than static to use z-index */
	z-index: 5; /* 5 layers above all normal elements */
}
ul#nav li.back {
	position:absolute; /* this is automatically added by lavaLamp, if not set, but let’s set it for good practice */
	z-index:3; /* 3 levels higher than all normal elements */
	background: url(images/header/menu-v-line.png) repeat-x;
}
ul#nav div.left {
	width: 11px;
	height: 77px;
	background: url(images/header/menu-v-left.png) no-repeat;
	float: left;
}
ul#nav div.bottom {
	display: none;
}
ul#nav div.corner {
	width: 11px;
	height: 77px;
	background: url(images/header/menu-v-right.png) no-repeat;
	float: right;
}
ul#nav .current a {
	color: #000000;
}
/* header picture */
.divHeaderPic {
	background: url(images/header/header.jpg) 30px 0 no-repeat;
	width: 100%;
	height: 368px;
	margin: 6px 0 45px 0;
}
/* left column */
/* news */
.divNewsMiniBlockHeader {
	font-size: 24px;
	font-style: italic;
	color: #128ed6;
	margin: 0 0 30px 0;
}
.sDate {
	color: #000000;
	background-color: #ffc43d;
	display: inline;
	padding: 0px 2px;
}
.sHeadline {
	display: none;
}
.sShortNews {
	font-style: italic;
	margin: 20px 0;
}
.sButton a {
	color: #128ed6;
	font-size: 10px;
}
.sButtonAllNews {
	text-align: right;
	margin: 0 0 30px 0;
}
.sButtonAllNews a {
	color: #128ed6;
	font-size: 10px;
}
.sArticalZagolovoc {
	font-size: 24px;
	font-style: italic;
	color: #189b90;
	margin: 0 0 30px 0;
}
.sNewsDate {
	color: #000000;
	background-color: #ffc43d;
	display: inline;
	padding: 0px 2px;
}
.arp_art3 {
	display: none;
}
.sArticalHtml {
	margin: 30px 0 0 0;
}
.sButtonBack {
	margin: 30px 0 0 0;
}
.sButtonBack a {
	color: #128ed6;
}
/* date for products */
.divArticle_arp_art3 .sNewsDate {
	display: none;
}
/* center */
/* news */
#content .sButton a {
	font-size: 12px;
}
#content .sButton {
	margin: 0 0 30px 0;
}
.divNewsCount {
	padding: 2px 6px;
	background-color: #baddda;
}
.divNewsCount a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.divNewsCount a:hover {
	text-decoration: underline;
}
.divNewsCountSel {
	background-color: #2b9f95;
	color: #ffffff;
	padding: 2px 6px;
	font-size: 14px;
}
.divNewsCountSel a {
	color: #128ed6;
	font-size: 14px;
}
.divNewsPage h1 {
	font-size: 18px;
	font-style: italic;
	color: #128ed6;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.divNewsPage p {
	margin: 10px 0;
}
/* article */
.sArticalDate {
	display: none;
}
/*  */
/* adwert */
.sReclamaZagolovoc {
	font-size: 24px;
	font-style: italic;
	color: #128ed6;
	margin: 0 0 30px 0;
}
.sReclamaButton {
	margin: 10px 0 30px 0;
}
.sReclamaButton a {
	margin: 0;
	color: #128ed6;
	font-size: 10px;
}
.sHeadlineBlockArt {
	margin: 6px 0;
}
.sHeadlineBlockArt a {
	color: #128ed6;
}
.sButtonAllBlockArt {
	text-align: right;
	margin: 10px 0;
}
.sButtonAllBlockArt a {
	color: #128ed6;
	font-size: 10px;
}
.divArtPageArticalZagolovoc {
	font-size: 24px;
	font-style: italic;
	color: #189b90;
	margin: 0 0 30px 0;
}
.h1ArtPagenewTitle {
	font-size: 18px;
	font-style: italic;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #128ed6;
}
.h1ArtPagenewTitle a {
	color: #128ed6;
	text-decoration: none;
}
.h1ArtPagenewTitle a:hover {
	text-decoration: underline;
}
.divArtPagenewDate {
	color: #000000;
	background-color: #ffc43d;
	display: inline;
	padding: 0px 2px;
}
#divBlockArt_arp_art3 .divArtPagenewDate {
	display: none;
}
.h3ArtPageShortNew {
	margin: 10px 0;
	font-size: 12px;
	font-weight: normal;
}
.divArtPageButton {
	margin:0 0 30px;
	color: #128ed6;
	display: block;
}
/* footer */
div#footer {
	height: 110px;
	background: url(images/footer/logo-circles.png) 680px bottom no-repeat;
}
.aFooterLink {
	width: 172px;
	height: 46px;
	display: block;
	position: relative;
	left: 680px;
	bottom: 28px;
}
.aFooterLink2 {
	display: block;
	position: absolute;
	bottom: 12px;
	right: 150px;
	color: #CCCCCC;
	text-decoration: none;
}
.divFooter {
	position: relative;
	top: 24px;
	left:30px;
	width: 300px;
	font-size: 11px;
	color: #ffffff;
}
.divArtCount {
	padding: 2px 6px;
	background-color: #baddda;
}
.divArtCount a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.divArtCount a:hover {
	text-decoration: underline;
}
.divArtCountSel {
	background-color: #2b9f95;
	color: #ffffff;
	padding: 2px 6px;
	font-size: 14px;
}
.divArtCountSel a {
	color: #128ed6;
	font-size: 14px;
}

.divArtCountSel a {
	color: #128ed6;
	font-size: 14px;
}
.imgLeft {
	margin: 0 18px 18px 0;
}
.imgRight {
	margin: 0 0px 18px 18px;
}
.brd {
	border: 1px solid #7f8180;
}
/* products */
.tableArticle {
	border: 1px solid #7F8180;
	border-collapse: collapse;
	text-align: center;
	width: 374px;
	margin: 0 auto;
}
.tableArticle td {
	padding: 4px;
	vertical-align: top;
}
.tdBorder {
	border: 1px solid #7F8180;
}
.sArticalHtml a {
	color: #128ed6;
}
.tblSunGl {
	border: 1px solid #7F8180;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}
.tblSunGl td {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #7F8180;
}

