﻿@charset "utf-8";
/* webproekt */

html { font-size: 76%; }
body {
	background: #333 url(../../images/img/bg.gif);
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #CCC;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index:0;
	zoom: 1;
	}
/* headers */
h2, h3, h4, h5, h6 { 
	margin: 0; 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;
	}
h2 { font-size: 1.8em; margin: 25px 0 15px; padding-bottom:15px; line-height: 1em; border-bottom: 1px solid #900; color: #CCC; }
h3 { font-size: 1.6em; margin: 25px 0 15px; color: #C00; }
h4 { font-size: 1.4em; margin: 20px 0 10px; color: #CCC; }
h5 { font-size: 1.2em; margin: 20px 0 5px; color: #CCC; }	
h6 { font-size: 1em; margin: 20px 0 0; color: #CCC; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px  dashed #C00; 
	padding: 15px; 
	display: block; 
	background: #600 url(../../images/img/grey_grad_.jpg) repeat-x 0 -130px; 
	color: #CCC;
	}
blockquote { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 1px  dashed #C00; 
	padding: 0 15px 0 15px;
	background-color: #600;
	min-height: 60px; 
	}
* html blockquote { height: 60px; }	

/* links */
a { text-decoration: none; color: #C00; outline: none; }
a:hover { text-decoration: none; color: #F30; }

/* images */
img { border: 0px solid #C00; padding: 1px; background-color:none; }	
a img {  border: 1px solid #C00; padding: 1px; background-color:none; }
a:hover img { border: 1px solid #CCC; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #999; }
li span { color: #999; }

/* tables */
table { margin: 15px 0; border: 1px solid #C00; border-collapse: collapse; }
table th, 
table td { padding: 10px 15px; text-align: left; }
table thead th { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background-color: #600; 
	color: #fff; 
	font-weight: normal; 
	font-size: 1.1em;
	border: 1px solid #C00;
	}
table tbody th { background-color: #600; }
table tbody th, 
table tbody td { border-top: 1px solid #C00; }

/* forms */
form { background: url(../../images/img/grey_grad_.jpg) repeat-x; border: 0px dashed #ddd; padding: 0; margin: 1px 0; }
form fieldset { border: 0; padding: 10px 0px 10px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	font-size: 1em; 
	color: #CCC; 
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color:#FC0;
    background: url(../../images/images_trans/transpRed25.png);
	border: 1px solid #C00; 
	padding: 2px; 
	width: 55%;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
	form p textarea { height:100px;}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #CCC; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn { 
	width: auto; 
	overflow: visible;
	border: 0;
	background: #900 url(../../images/img/image_.jpg) repeat-x 0 -30px; 
	padding: 2px 10px;
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
	}
a.btn:hover { background-color: #ccc; color: #333; }
form input.button {
    clear: left;
    border: 0px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #900;
	color:#FFF;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}


/* horizontal rule */
hr { border: 0; height: 1px; background-color: #900; color: #900; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
* html ul.images { width: 100%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 15px 15px; }
ul.images li img { vertical-align: middle; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 760px;
	height:680px;
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { background: url(../../images/img/header_.png) no-repeat; }

/* Logo */
#header h1 { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 2.3em;
	font-weight: normal;
	color: #C00;
	margin: 0;
	padding: 40px 20px 20px;
	letter-spacing: 0px;
	text-align:left;
	}
#header h1 a { text-decoration: none; color: #F00; }
#header h1 a:hover { text-decoration: none; }
#header h1 span { color: #fff; }
#lengvich {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #fff;
	margin: 0;
	margin-top:50px;
	padding: 0px 43px 0px;
	float:right;
	letter-spacing: 0px;
	text-align:left;
	}
#lengvich a { text-decoration: none; color: #999; }
#lengvich a:hover { text-decoration: none; color: #fff; }

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	float: left;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { padding: 0px; background: url(../../images/images_trans/transpBlack25.png) repeat;}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
ul#nav {
	margin: 0 0 0px;
	padding: 0;
	list-style-type: none;
	border-top: 0px solid #C00;
	border-bottom: 0px solid #050A10;
	height: 7%;
	}
ul#nav:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
ul#nav li {
	/* this width needs changing 
	depending on the amount of links. 
	Divide 100% by the amount of links 
	and set the value here. 
	e.g. 5 links: 100/5 = 20% */ 	
	width: 20%;
	float: left; 
	margin: 0; 
	list-style: none; 
	font-size: 1.1em;
	background:  url(../../images/img/nav_over_.png) no-repeat 50% 100%;
			}	
ul#nav li a {
	display: block; 
	background: url(../../images/img/nav_.png) repeat-x 50% 100%;
	padding: 11px 0 14px;
	color: #CCC;
	text-decoration: none;
	border-right: 0px solid #535457;
	border-left: 0px solid #050A10;
	position: relative;	
	} 	
ul#nav li.first a {	border-left-color: #535457; }
ul#nav li a:hover { color: #fff; background-color: transparent; background-image: none; border-top: 2px solid #CCF;}
ul#nav li.on a,
ul#nav li.on a:hover { color: #fff; background-image: url(../../images/img/nav_on_.png); border-top: 2px solid #F00;}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { padding: 0px; text-align: left; border-bottom: #600 solid 2px ;}
#content div { background: url(../../images/img/content__.png) repeat; padding: 1px 0px 15px;   min-height: 500px;  }
* html #content div { height: 480px; }
#content div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content div div { background-image: none; padding: 0; min-height: 0; }
* html #content div div { height: 1%; }

#content #sub { padding: 0 40px 0 20px; border: #600 solid 0px ;}
#content #main { padding: 0 20px 0 20px; border: #600 solid 0px ;}

#content #main { width: 466px; float: left; background: url(../../images/img/main_.png) no-repeat 100% 0%; } 
#content #sub { width: 164px; float: right;}
#sub img {border: none;}
#home #content #sub { 
	padding: 0 0px 0 10px; 
	width: 340px; 
	float: left;
	background: url(../../images/img/sub_.png) no-repeat  100% 0%;
	border: #600 solid 0px ;
	}
#home #content #main { 
	padding: 1px 60px 0px 10px; 
	float: right; 
	width: 290px; 
	background-image: none;
	border: #600 solid 0px ;
	}
	
#content #sub h2 { font-size: 1.6em; padding-bottom: 10px; margin-bottom: 10px; }	

/* Только для IE */

* html #home #content #sub {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="assets/templates/images/img/sub_.png", sizingMethod="crop"); 	
	zoom: 1;	
	}
* html #content #main { 
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="assets/templates/images/img/main_.png", sizingMethod="crop"); 	
	zoom: 1;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	padding: 5px 20px; 
	height: 1%; 
	font-size: 0.9em;
	color: #ccc;
	margin-top: -20px;
	border-bottom: #600 solid 0px ;
			
	}	

#footer:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}
    
.body_a {
 position: absolute;
 text-align: left; 
  z-index:1;
 top:100px;
 right: 0px;
 margin:0 auto;
 cursor: pointer;
   }
.akciya {
background-color: transparent;
    border: 0 solid #CC0000;
    color: #CC0000;
    padding: 15px;
    text-align: left;
    top: 10px;
	right: 0;
    width: 500px;
    z-index: 1;
	position: absolute;
	display: none;
}
  


