/* header */

#header{
	position:absolute;
	top:0px;
	width:100%;
	z-index: 5;
	}

#header .logo  {
	position: absolute;
	left: 30px;
	top: 30px;
	}

#header .phone  {
	position: absolute;
	right: 30px;
	top: 25px;
	}

#header .top-menu  {
	position: absolute;
	left: 30px;
	top: 100px;
	display: block;
	}
ul #header .top-menu {
	margin-left: 0;
	padding-left:0;
	}

#header .top-menu li{
	display:inline;
	margin-right: 5px;
	}
	
#header .korzina  {
	position: absolute;
	right: 220px;
	top: 0px;
	background-image: url(images/bg-3.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 180px;
	height: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3b3f47;
	border-left-color: #3b3f47;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3b3f47;
	padding-top: 8px;
	}
#header .korzina a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #FFFFFF;
}

#header .search  {
	position: absolute;
	left: 250px;
	top: 170px;
	width: 400px;
	height: 50px;
	background-color: #FFFFFF;
	padding: 8px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
#header .search-in  {
	position: absolute;
	left: 250px;
	top: 170px;
	width: 400px;
	height: 50px;
	padding: 8px;
}

#header .search-text  {
	position: absolute;
	left: 185px;
	top: 178px;
	font-size: 18px;
	color: #FFFFFF;
	}
	
#header .e-mail  {
	position: absolute;
	left: 35px;
	top: 178px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	}
	
#header .e-mail a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	}
	
#header .map  {
	position: absolute;
	left: 85px;
	top: 179px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	}
	
#header .map a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	}
	
#header .icq  {
	position: absolute;
	left: 30px;
	top: 265px;
	font-size: 13px;
	color: #000000;
	}

/* content */

#content{
	min-width:960px;
	min-height:100%;
	height:auto !important;
	height:500px;
	padding-top:0px;
	z-index:3;
	}
	
#content .center {
	float: left;	
	width: 100%;
	position: relative;
	z-index: 3;
	}
	
#content .center .in {
	position:relative;
	background-color: #FFFFFF;
	margin-top: 240px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 250px;
	padding: 30px;
	}
	
#content .center .in .line-grey {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	display: block;
	margin-top: 10px;
	}

#content  .center  .in  .lst {
	list-style-position: inside;
	list-style-image: url(images/li.gif);
	margin-bottom: 10px;
	left: 15px;
	font-size: 13px;
	color: #000000;
}
	
/* footer */

#footer{
	position:relative;
	height:84px;
	min-width:960px;
	margin-top: -84px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	z-index: 6;
	}
	
#footer .copy-r {
	position: absolute;
	left: 250px;
	top: 25px;
	}

#footer .colors {
	position: absolute;
	left: 30px;
	top: 25px;
	}
	
/* sidebar_left */
	
#content .sidebar_left{
	position: relative;
	float:left;
	margin-left:-100%;
	padding-top:310px;
	padding-left:4px;
	width:250px;
	z-index:4;
	
	}

#content .sidebar_left .razdel{
	font-weight: bold;
	color: #386a98;
	background-color: #FFFFFF;
	margin-left: 15px;
	font-size: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	}
	
#content .sidebar_left .nav{
	margin-left: 27px;
	}
	
#content .sidebar_left .nav li{
	margin-top: 13px;
	margin-bottom: 13px;
	}
	
#content .kod {
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* other */

.right-foto  {
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
	height: 394px;
	width: 621px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:2;
		
}
.left-foto  {
	background-image: url(images/bg-2.jpg);
	background-repeat: no-repeat;
	height: 329px;
	width: 349px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1;
}

