/* CSS Document */
@charset "windows-1251";
body, html 
{
	padding:0; margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#272727;
	}
p {margin:0;}
a {text-decoration:none; color: #1B1B1B;}

.home {
	min-height:410px;
}
.home_s {
	min-height:450px;
}
#all {
	min-width:1220px;
}
/*------------   Header   ----------------*/

#header {
	 height:150px;
	 width:100%;
	 background:url(imgr/logo_r.jpg) no-repeat right;
}
#header img {
	border:0;
}
	#head_logo {
		float:left;
		width:220px;
		height:150px;
		text-align:left;
	}
	#header_slogan {
		float:right;
		min-width:1000px;
		height:150px;
		background:url(imgr/logo_r.jpg) no-repeat right;
	}
	#slogan {
		width:670px;
		float:left;
	}
	
	#flash-slogan{
		width:600px;
		height:150px;
		margin:auto;
		padding:0;
	}
		#sloganText {
			font-size:3em;
			font-weight:bold;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin:20px 0 0 70px;
			color:#444;
		}
	#headLogoRight {
		width:330px;
		float:right;
	}
		
		
/*--- Menu ---*/

.menu_block {
	width:100%;
	height:50px;
}

.menu {
width:100%;
padding:0;
margin:0 0 20px 0;
list-style:none; 
height:50px;
background: url(imgr/bg_menu.gif) repeat-x;
position:relative;
z-index:500; 
font-family: Georgia, Times, serif;
font-size:12px;
}

.menu li.top {
display: block;
float:left;
height:50px;
margin:0 0 0 1%;
max-width:12%;
}

.menu li a.top_link{
	display:block; float:left; height:50px; color:#f1f0f0; text-decoration:none; font-weight:normal; padding:0; cursor:pointer; background: url(imgr/bg_menu.gif) repeat-x;
	font-size:1.5em;
	line-height:1em;
	}
.menu li a.top_link span{
	float:left; display:block; padding:3px 5px 2px 5px; height:35px;
}


.menu li:hover a.top_link, 
.menu li.iehover a.top_link {color:#f103c5; background: url(imgr/bg_menu_h.gif) repeat-x; cursor:pointer;}
.menu li:hover a.top_link span,
.menu li.iehover a.top_link span {background:url(imgr/bg_menu_h.gif) repeat-x; cursor:pointer;}

.menu li:hover {position:relative; z-index:200; cursor:pointer;}

.sub{visibility:hidden;}

.menu li:hover ul.sub{
	left:0; top:50px; padding:0; width:250px; height:auto; z-index:300; cursor:pointer;
	text-align:left; visibility:visible; font-size:1.1em;
}

.menu li:hover ul.sub div{
	display:block;
	position:relative;
	width:250px;
	font-weight:normal;
	cursor:pointer;
	margin:0px;
}
	.sub_menu {
		margin:0;
		padding:0;
		z-index:500;
	}
	.sub_menu a{
		font-size:1.1em;
		font-family: Verdana, Geneva, sans-serif;
		color:#E8E8E8;
		line-height:1.1em;
		display:block;
		margin:2px 0 2px 0;
		padding:3px 10px 3px 20px;
	}
	.sub_menu a:hover{
		color:#f018d4;
	}
	
.sub_top {
	height:10px;
	width:100%;
	background:url(imgr/sub_top.png) no-repeat top;
}
.sub_bg {
	margin:0;
	padding:10px 0 10px 0;
	background:url(imgr/sub_bg.png) repeat-y;
	cursor:pointer;
}

.sub_bottom {
	height:28px;
	width:100%;
	background:url(imgr/sub_bottom.png) no-repeat bottom;
}


.menu ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}


/*-----   Home Page    -----*/


		.page_home {
			width:98%;
			margin:5px auto 5px auto;
		}
		.page_home p {
		font-size:1.1em;
		}
		.page_home h1 {
		font-size:2em;
		}
		.page_home h2 {
		font-size:1.6em;
		}
		.cont_home {
			width:60%;
			float:left;
			margin-left: 10px;
		}

/*------     Page     ------*/

.page {
	width:98%;
	margin:10px auto 5px auto;
}
.page p {
font-size:1.1em;
}
.page h1 {
font-size:2em;
}
.page h2 {
font-size:1.5em;
}

.cont {
	width:58%;
	float:left;
	margin-left: 10px;
}
.cont_corner_l {
width:100%;
height:13px;
background:url(imgr/cont_corner_l.gif) no-repeat left;
}
.cont_corner_r {
width:100%;
height:13px;
background: url(imgr/cont_corner_r.gif) no-repeat right;
}
.cont_bottom_l {
float:left;
width:10px;
background:url(imgr/cont_bottom_l.gif) no-repeat;
}
.cont_bottom_r {
float:right;
width:15px;
background:url(imgr/cont_bottom_r.gif) no-repeat;
}

/*-----------    Kontent    -------------*/
.content {
	background:url(imgr/cont_bg_r.gif) right repeat-y;
	padding: 10px 20px 10px 20px;
	font-size:1.1em;
}


div.theme a:hover h1{
	color:#49013e;
	border-color:#f018d4;
}
div.theme p {
	margin-top:5px;
	padding:0;
	line-height:1.1em;
}

.post {
width:98%;
margin:auto;
text-align: justify;
}
	.post img {
	margin:5px 5px 5px 5px;
	}

/*-------------     Thematiks from Homepage      -------------*/

.theme_l {
	float:left;
	width:49%;
	text-align: justify;
	
}
.theme_r {
	float:right;
	width:49%;
	text-align: justify;	
}
.theme {
min-height:420px;
}
	.theme h1 {
		font-size:1.8em;
		font-weight:normal;
		font-style:italic;
		margin:0 0 15px 15px;
		padding:0;
		color: #191919;
		letter-spacing:2px;
		border-bottom:1px solid #ccc;
	}
	.theme p{
		margin-top:10px;
	}
	.theme img {
	border:1px solid #333;
}

/*-------------  Post   ----------------*/

.post{
	width:98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#1E1E1E;
	margin:0 0 0 5px;
	padding:0 0 20px 0;
	border-bottom:1px solid #888;
}
	h1.post_title {
		font-size:1.6em;
		text-align:center;
	}
	.post p{
	margin-top:0.2em;
	text-indent:0.5em;
	text-align:justify;
	}
	.post a{
		font-weight:bold;
	}
	
.items {
	margin:15px 0 0 5px;
	padding-top:5px;
}
	.items img {
		margin:5px;
		float:left;
		border:1px solid #555;
	}
	.items a{
		font-family: Tahoma, Geneva, sans-serif;
		border:0;
	}
	.items a:hover {
	text-decoration:underline;
	}
	.items p{
		margin-top:1em;
		font-size:1.1em;
	}
	.items h1 {
	font-size:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:40%;
	border-bottom:1px solid #888;
	padding:5px;
	margin-left:7%;
	}
.coa_item {
	float:left;
	width:50%;
	height:130px;
	}
.coa_item div {
	width:100%; height:130px;
}
	.coa_item p{
		font-weight:bold;
	}


#left_item{
	float:left;
	width:50%;
}
#right_item{
	float: right;
	width:50%;
}
		#left_item div,
		#right_item div {
		width:50%; height:130px;
		}
	.post_item {
		height:120px;
	}
	.post_item p{
		font-size:1.1em;
	}
.both_pages {
	padding:10px;
	clear:both;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
  display: inline-block;
}
.both_pages a{
	padding:1px;
	margin:0 2px 0 2px;
	border:1px solid #555;
	color:#333;
  float: left;
  margin-bottom: 2px;
}
.both_pages a:hover, .both_pages a#curPage{
	color:#ff1dd6;
	border-color:#d509b0;
}


/*-------------------------------------------------------------------*/

#foto-links {
	width:100%;
	text-align:center;
	margin:auto;
	margin-top:20px;
	font-weight:bold;
}
#foto-links a{
	color:#555;
}
#foto-links a:hover{
	text-decoration:underline;
	color:#222;
}
#foto-prev {
	margin-right:5%;
}
#foto-next {
	margin-left:5%;
}

/*--------------   Contacts    --------------*/

#contacts p{
	margin:7px;
	font-size:1.3em;
}
#contacts input {
	padding-left:20px;
}

	#form p {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:1.2em;
	}

/*---------------   Archive news_posts   ---------------------*/

.archive a{
	display:block;
	margin-top:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.archive a:hover{
	text-decoration:underline;
}

/*---      Home Sidebar      ---*/

.sidebar_right_home {
float: right;
width:19%;
background:#f3f3f3;
}


/*---      Sidebar      ---*/

.sidebar_left {
float: left;
width:19%;
background:#f3f3f3;
}

.sidebar_right {
float: right;
width:21%;
background:#fff;
}

.sidebar {
	font-size: 12px;
	background: #f3f3f3;
	margin:2px 0;
	padding:0;
}
.sidebar h2 {
	font-size:2.1em;
	line-height:1em;
	font-weight:normal;
	margin:0;
	padding:0 8px 0 8px;
	font-family: "Times New Roman", Times, serif;
	color: #353535;
}

.sidebar_cont {
	padding:5px 5px 5px 0;
	background: url(imgr/sb_bg1.jpg) repeat-y right #f3f3f3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	.sidebar_cont a {
	display:block;
	margin:2px 5px 2px 0;
	padding:5px 5px 5px 16px;
	font-size:1.3em;
	font-weight:bold;
	line-height:1em;
	color: #383838;
	}
	.sidebar_cont a:hover {
	color: #111;
	background: url(imgr/list_bg11.gif) right  no-repeat #fff;
	}
.sidebar_post {
padding:5px 5px 15px 0;
background: url(imgr/sb_bg1.jpg) repeat-y right #f3f3f3;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
}
.sidebar_post a{
	display:block;
	margin:1px 7px 1px 8px;
}
.sidebar_post a:hover{
	text-decoration:underline;
}
	div.preview {
	margin:1px 10px 0px 5px;
	padding:10px 0 5px 0;
	min-height:80px;
	}
	span.preview{
		height:90px;
	}
	.preview img {
		float:left;
		margin:1px 2px 2px 2px;
		border:1px solid #333;
	}
	.preview a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1.1em;
		color: #3A3A3A;
		line-height:1.3em;
		text-align:left;
	}
	.preview a:hover {
		color:#141414;
		text-decoration:underline;
		background:none;
	}
#arts div a{
	margin:0px;
	padding:0;
}
#news-right div a{
	font-size:1.2em;
	margin:15px 10px 10px 10px;
}

	
/*-----------------------------------------------------------------------*/
	.more {
		text-align:right;
		padding: 0 20px 0 0;
		font-family: "Times New Roman", Times, serif;
		font-weight:bold;
		margin:0;
	}
	.more a{
		font-size:1.2em;
		color:#4B4758;
		text-decoration:underline;
	}
	.more a:hover {
		background:none;
		color:#111;
		text-decoration:none;
	}

.sidebar_top {
background: url(imgr/sb_top1.jpg) no-repeat right #f3f3f3;
}

.sidebar_bot {
background: url(imgr/sb_bot1.jpg) repeat-x #fff;
}

.title_img {
	background:url(imgr/title_img.gif) no-repeat center;
	margin:10px 10px 10px 0;
}

/*--------- Reklama ---------*/

.reklama {
	width:1200px;
	margin:auto;
	padding: 5px;
	border:solid 1px #333;
	min-height:170px;

}
	.reklama img{
		border:0;
	}
	.reklama a:hover {
	text-decoration:underline;
	color:#000;
	}

	.EE_special {
	float:left;
	width:250px;
	height:175px;
	margin-top:5px;
	}
		
		.EE_special h2 {
		font-weight:normal;
		font-size:1.4em;
		margin:5px 0 10px 0;
		padding:0;
		line-height:0.8em;
		}
		.img_name {
		font-size:1em;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:1em;
		margin-top:3px;
		width:200px;
		padding-bottom:3px;
		cursor:pointer;
		}
	
	.block_reklama {
	float:right;
	width:950px;
	min-height:170px;
	margin:0;
	padding:0;
	}
		.banner {
			float:left;
			width:650px;
			margin:20px auto 0 auto;
		}
		.random_foto {
			float:right;
			width:250px;
			min-height:170px;
			margin-top:5px;
		}
		.random_foto h2 {
		font-weight:normal;
		font-size:1.4em;
		margin:5px 0 10px 0;
		padding:0;
		line-height:0.8em;
		}

/*-------- Footer Posts ---------*/


#footer_post {
width:98%;
margin:20px auto 0px auto;
padding:0;
}
	#footer_post ul {
		margin-left:0px;
		list-style:none;
	}
	#footer_post a:hover{
		text-decoration:underline;
		color:#070707;
	}

#klients {
float:left;
width:25%;
background:url(imgr/cont_bg_r.gif) right repeat-y;
}
	#klients h3 p {
		padding:0;
		margin:0;
	}

		#klients a {
		display:block;
		height:189px;
		width:84%;
		margin-left:17px;
		background: url(imgr/logo_companies.jpg) no-repeat;
		}
		#klients a:hover {
			border:1px solid #d102ab;
			text-decoration:none;
		}		

#random_posts {
float:left;
width:49%;
margin-left:8px;
background:url(imgr/cont_bg_r.gif) right repeat-y;
}

#random {
	padding:0px;
	margin:0;
	text-indent:1px;
	letter-spacing:1px;
}
	#random li {
		width:31%;	
		float:left;
		margin-left:10px;
	}
	#random a{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.1em;
		margin:10px 0 10px 0;
		display:block;
		color:#444;
	}
	.random_title{
		margin:10px 0px 15px 0;
		padding-left:0px;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.7em;
		letter-spacing:3px;
		color: #555;
	}

#news {
float:right;
width:25%;
background:url(imgr/cont_bg_r.gif) right repeat-y;
}
	#news a {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:92%;
	margin:6px 3px 5px 1px;
	padding:3px;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.1em;
	color: #3B3B3B;
	}
	#news a:hover {
		color:#0D0D0D;
		text-decoration:underline;
	}
	#news p.more a {
		font-size:1.1em;
	}
	#news p.more a:hover{
		text-decoration:none;
	}

.footer_content {
	padding-left:15px;
	background:url(imgr/cont_bg_r.gif) right repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:280px;
}
.r_post{
	padding-left:15px;
	background:url(imgr/cont_bg_r.gif) right repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:290px;
}
	
.footer_title {
margin:5px 10px 10px 0;
padding-left:0px;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.7em;
letter-spacing:3px;
}

/*--------  Footer -------*/

#footer {
width: 100%;
height: 90px;
margin: 0 auto;
background: url(imgr/footer_bg.gif) repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

#foot_left {
width:24%;
float:left;
color:#d6d6d5;
font-weight:bold;
font-size:1.5em;
padding-top:15px;
line-height:1em;
letter-spacing:1px;
}
	.letter {
	color:#e830c7;
	}

#foot_right {
background:url(imgr/footer_logo.gif) right bottom no-repeat;
width:76%;
margin-left:20%;
height:90px;
color:#d6d6d5;
}
		#foot_links a {
			color:#d6d6d5;
			font-size:1.4em;
		}
		#foot_links a:hover {
			color:#ff1dd6;
		}
		#foot_links {
		margin: 0 auto 10px 10%;
		
		}
		.rights {
		font-size:1em;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:18px auto 4px 10%;
		}
		.rights a {
			color:#05bd42;
			font-weight:bold;
		}
		.rights a:hover {
			text-decoration:underline;
			color:#02f552;
		}

span#liveInt {
	margin-left:10px;
	visibility:hidden;
}

#fast-order {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  width: 360px;
  font-family: Tahoma, sans-serif;
}
#fast-order h6 {
  margin: 0 0 0 0;
/*  padding: 0px 0 5px 5px;*/
  cursor: pointer;
  
  font-size: 12px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  
}
#fast-order h6 span {
  float: right;
  padding: 0 5px 0 0;
  font-size: 13px;
}
#fast-order h6 span:hover {
  color: #E830C7;
}
#fast-order h6:hover {
/*  background-color: #E830C7;*/
}

/*.hidden {
  display: none;
}*/
#fast-order form {
  padding: 0px 10px 10px 10px;
}
#fast-order ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  clear: both;
}
#fast-order ul li {
/*  height: 24px;*/
  line-height: 24px;
  display: inline-block;
}
#fast-order label {
  width: 100px;
  text-align: right;
  display: block;
  float: left;
  margin-right: 3px;
}
#fast-order input[type=text]{
  width: 200px;
}
#fast-order textarea {
  width: 200px;
  height: 100px;
}
/*.hidden {
  display: none;
}*/

#fast-order ul.errors {
  margin-bottom: 5px;
}
#fast-order ul.errors li {
  clear: both;
  display: block;
  background-color: #E830C7;
  color: white;
  text-align: center;
  font-weight: bold;
}
div.errors {
  clear: both;
  display: block;
  background-color: #E830C7;
  color: white;
  text-align: center;
  font-weight: bold;
}
#fast-order div.fast-order-done {
  clear: both;
  background-color: #E830C7;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 3px;
}

#forma {
  width: 345px;
  margin: 0 auto;
}
#zakaz {
  width: 100%;
}
#zakaz div {
/*  height: 24px;*/
  line-height: 24px;
  display: inline-block;
  padding: 5px;
  clear: both;
  width: 100%;
}
#zakaz label {
  width: 135px;
  text-align: right;
  display: block;
  float: left;
  margin-right: 3px;
  font-weight: bold;
}
#zakaz input[type=text]{
  width: 200px;
}
#zakaz input[name=phoneCode] {
  width: 30px;
}
#zakaz input[name=phoneNum] {
  width: 128px;
}
#zakaz textarea {
  width: 200px;
  height: 100px;
}
/*#zakaz*/
