
/* Begin Typography & Colors */

#page {
	background-color: #fff;
	border: 1px solid #959596;
	text-align: left;
	}
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: #fff;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


	
	
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
 */
/* .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
} */
/* End captions */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset,span,a {
	margin:0;
	padding:0;
	color: #ffffe0;
	font-family: Helvetica, Verdana, Arial, Sans-Serif,'Lucida Grande';
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #ebfdd6;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
	color: #ffec9e;
	text-decoration: none;
	}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
	}
	
	
	
	
h1, h2, h3, h4, h5, h6, .news-title a span {
	font-weight:bolder;
	letter-spacing:-0.02em;
	line-height: 110%;
	color: #ffec9e;
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1 {
	font-size: 4em;
	text-align: center;
}
h2 {
	font-size: 1.3em;
}
h3{
	font:italic 1.4em/1.3em sans-serif;
}

	
	
.main_text h2, .main_text h3{
	padding:1em 1em 0.2em 1em;
}
.main_text ul, .main_text ol, .main_text p{
	padding-left:75px;
	text-align:left;
	padding-right:30px;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
#top{
padding-top:25px;
padding-right:10px!important;
}
	
div#wrapper, div#header, div#footer, div#down_menu{
	position:relative;
	width:1024px;
}
div#header{

	height:207px;
	margin: 3px auto 0 auto;
	z-index:1;
	background-position:top left;
	background-repeat: no-repeat;
	background-image: url('images/4roads_out_01.jpg');
}
div#header_usemap{
	position:absolute;
	left:50px;
	top:60px;
}

div#header_usemap img{
	border:0;
	width:360px; 
	height:80px;
}

div#header_caption{
float:right;
width:640px;
display:inline; 
font-weight:500;
text-align: right;
	position:absolute;
	left: 350px;
	top: 90px;
	z-index: 10;
	font: italic 18pt/20pt sans-serif;
	text-shadow: #232323 1px 1px 2px, #97acb0 0 0 1em; 
	height:50px;
}

p#capt{
text-align:right;
padding: 0 10px;
		color:#fdfcdd;
filter:shadow(color=#232323, direction=135, strength=3);
}

div#tl_an, div#tr_an, div#dr_an, div#dl_an{
	float:left;
	position:absolute;
	width:40px;
	height:40px;
	background-repeat: no-repeat;
	background-color: #ebfdd6;
}
div#tl_an{
	top: 0;
	left: 0;
	background-image: url('images/4roads_tl_an.jpg');
	background-position:top left;
}
div#tr_an{
	top: 0;
	right: 0;
	background-image: url('images/4roads_tr_an.jpg');
	background-position:top right;
}
div#wrapper{
	height:100%;
	min-height:740px;
	margin: 0 auto 0 auto;
	background-image: url('images/4roads_out_02.jpg');
	background-color:#1e475d;
	background-position:top left;
	background-repeat: no-repeat;
	padding-bottom:20px;
}

div#footer{
	bottom:0;
	height:80px;
	margin: 0 auto 3px auto;
	background-image: url('images/4roads_out_04.jpg');
	background-position: center center;
	background-color:#1e475d;
	background-repeat:no-repeat;
	font: italic 10pt/10pt sans-serif;
}
#footer *{
color:#fdfcdd!important;
}
div#footer_0{
	float:none;
	bottom:8px;
	position:absolute;
	height:15px;
	left:190px;
}
div#footer_0 a{
	font: italic 9pt/9pt sans-serif;
	text-decoration:none;
}
div#footer_0 a:hover{
text-decoration:underline;
}
div#footer_1, div#footer_2{
	float:left;	
	width:280px;
	height:48px;
	padding:22px 5px 0 5px;
}
div#footer_1{
	position:absolute;
	left:360px;
}
div#footer_2{
	position:relative;
	left:620px;
}
div#footer_2 a{
color:#ffd700!important;
text-decoration:none;
}
div#dl_an{
	bottom:0;
	left: 0;
	background-image: url('images/4roads_dl_an.jpg');
	background-position:bottom left;
}
div#dr_an{
	bottom:0;
	right: 0;
	background-image: url('images/4roads_dr_an.jpg');
	background-position:bottom right;
}
div#sub_footer, div#sub_footer div.bkmz{
	bottom:0;
	height:auto;
	margin: 0 auto 3px auto;
	font: italic 10pt/10pt sans-serif;
}

div.bkmz{
	position:relative;
	left:880px;
	top:10px;
	
}
/* скрываем текст внутри пунктов списка */
.bkmz ul li span {display:none;}

/* пункты спикса - в одну строку с промежутками по 10 пикселей */
.bkmz ul li {list-style:none; float:left; margin-left:10px;}

/* делаем ссылки блоками определенных размеров, задаем фоновую картинку */
.bkmz ul li a {padding:0; display:block; height:16px; width:16px;background:url(images/icons_bookmarks.png) top left;}

/* задаем смещение фоновой картинки для каждого пункта списка */
.bkmz ul li a.yandex {background-position:-16px 0;}
.bkmz ul li a.bobr {background-position:-32px 0;}
.bkmz ul li a.memori {background-position:-48px 0;}
.bkmz ul li a.moemesto {background-position:-64px 0;}
.bkmz ul li a.linkstore {background-position:-80px 0;}
.bkmz ul li a.rumarkz {background-position:-96px 0;}
.bkmz ul li a.stozakl {background-position:-112px 0;}
.bkmz ul li a.delicous {background-position:-128px 0;}
.bkmz ul li a.techno {background-position:-144px 0;} 


#footer *{
color:#fdfcdd!important;
}


div#razdel_name{
	position:absolute;
	z-index: 10;
	left: 490px;
	top: 30px;
	width: 400px;
	height:30px;
}

div#razdel_name h1, div#razdel_name h2{
	color: #d6d4bf;
	position:absolute;
	font:italic 2.9em/1.3em sans-serif;
	letter-spacing:0em;
	text-align: left;
	text-decoration:underline;

}
div#razdel_name h2{
font:italic 2em/1.3em sans-serif;
}
div#main_content{
	position:relative;
	z-index: 10;
	top: 0;
	width:100%;
}
.main_text{
	position:relative;
	margin-left:50px;
	margin-right:50px;
	font: 1.6em/1.6em sans-serif;
	line-height: 1.7;
/* 	text-shadow: #000 1px 1px 1px, #97acb0 0 0 0.1em */;

}
div#l_border{
	float:left;
	width: 50px;
	height:480px;
}
div#r_border{
	position:relative;
	float:left;
	width: 50px;
	height:480px;
}
div#collage_main, div#collage_place {
	float:left;
	width: 390px;
	height:420px;
	margin:0 5px 5px 5px;
}
div#collage_place {
	background:transparent url('images/4roads_collage_bg.png') no-repeat;
	background-position: center center;
	margin:0;
}

.fixed, .clear {
	clear:both;
}
div#container{
	width:auto;
	height:auto;
}
.top_menu {
	position:absolute;
	z-index: 10;
	left: 445px;
	top: -50px;
	width: 580px;
	height:75px;
	font:italic 1em/0.9em sans-serif;
	clear: none;	
}
#menus li{
 	list-style:none; 
}
#menus li a{
	color:#f6f6cf;
	display:block;
	height:75px;
	min-width:130px;
	line-height:65px;
	padding:0 10px;
	margin-left:-10px;
	text-decoration:underline;
	font-size:2em;
	float:left;
	z-index:12;
	clear: none; 
}

#menus li a:hover, #menus li a.current {
}
html>body #menus li.current_page_item a, html>body #menus li.current-cat a, html>body #menus li.current_page_ancestor a{
	background:transparent url('images/4roads_top_menu.png') no-repeat;
	background-position: center bottom;
}

#menus li a.lastmenu:hover {
	background-position:0 0;
	cursor:default;
}

/* Нижнее меню 4 roads (новости, новинки, контакты)*/
div#down_menu{
position:relative;
	bottom:-90px;
	height:280px;
	z-index: 20;
}
div#down_1, div#down_2, div#down_3 {
position:absolute;
top:0;
float:left;
	width:315px;
	height:280px;
	z-index: 21;
		background:transparent url('images/4roads_down_menu.1.png') no-repeat;
	background-position: center top;
}

/* Новости */
div#down_1{
	left:30px;
	padding:0 4px 0 4px;
}
div#down_body_1{
z-index:-1;
	background-position:70px -30px!important;
	background:transparent url('images/4roads_catblock.png') no-repeat;
}

#down_body_1_2 {
z-index: -1;
position:absolute;
top:20px;
left:15px;
height:210px;
width:272px;
opacity: 0.80;
filter: alpha(opacity=80);
background-color:#fff;
}

.fts-body-news{
font:italic 0.9em/0.9em sans-serif;
padding:2px 2px 5px 2px;
}
.fts-body-news *{
	color:red;
}
.fts-body-news a span{
	font:italic 1.05em/1.1em sans-serif;
	text-decoration:underline;
	padding-bottom:2px;
}
span.fts-body, a span.fts-body{
	position:relative;
	top:0px;
	line-height:0.9em;
	text-decoration:none;
	color:#000;
}
* .fts-body-news a:hover {
	color:#000;
	text-decoration:none;
}
div#down_2{
	left:351px;
	padding:0 2px 0 3px;
}
div#down_body_2{
	background-position:70px -30px!important;
	background:transparent url('images/4roads_catblock.png') no-repeat;
}
#down_2_down{
	color:#000;
	height:25px;
	width:230px;
}
span#down_2_down{
	position:absolute;
	bottom:10px;
	left:25px;
}

* a:hover span#down_2_down , *  a.down_2_a:hover   {
	color:#000;
	text-decoration:underline!important;
}
/* Новинки */
.novelty-img{
	border:0;
	height:180px;
	margin-left:75px !important;
	margin-left:0;
}

div#down_3{
	right:35px;
	padding:0 0 0 5px;
}
div.down_caption{
	position:absolute;
	top:8px;
	left:50px;
	font:italic 2em/0.8em sans-serif;
}
div.down_caption ul{
	display:inline;
	list-style:none;
}
div.down_caption li, div.down_caption li a{
	display:inline;
	list-style:none;
	text-decoration:none;
	color:#fdf45f;
}

.down_body{
	position:absolute;
	top:39px;
	left:24px;
	height:229px;
	width:285px;
	color:#000;
	font:italic 1.5em/1em sans-serif;
}
div#down_body_3{
background:transparent url('images/4roads_phone.1.jpg') no-repeat;
	background-position:9px 10px;
}
span#text{
position:absolute;
width:285px;
		bottom:10px;
		left:0;
}
 div#down_body_3 span a{
 	color:#000;
	text-decoration:underline;
 }
 
/*  Каталог */
 .main_text_cat{
	position:absolute;
	right:0;
	top:80px;
	width: 470px;
	height:300px;
		text-align: left;
	margin-left:50px;
	margin-right:50px;
	font: 1.6em/1.7em sans-serif;
	line-height: 1.8;
}
div#cat_m_block {
position:relative;
width:auto;
right:0;
top:-35px;
height:auto;
	margin:0 0% 0 5%;
	color:#000;
}

.cat_block {
	background-position:center center;
	background:transparent url('images/4roads_catblock.png') no-repeat;
	position:relative;
	float:left;
	clear: none; 
	width: 225px;
	height:265px;
	margin:2px;
	
}

.img_block {
	top:6px;
	left:0;
	position:absolute;
	margin:0 5% 0 5%;
	width:200px;
	height:190px;
	color:#000;
}
.img_block  *{
margin:0 15%;
color:#000;
}
.img_block  p{
position:absolute;
margin:0 5% 0 10%;
width:160px;
	height:180px;
	}
	
div.txt_block *{
	font: italic 1.5em/1.5em sans-serif;
	line-height: 1.5;
	bottom:6px;
	left:0;
	position:absolute;
	margin:0 5%;
	width:200px;
	height:55px;
	color:#000;
	text-decoration:underline;
}
span.diment{
bottom:7px;
left:-10px;
position:absolute;
text-decoration:none;
font: italic 1em/1em sans-serif;
height:20px;
}
.news-title a span{

	font:italic 1.4em/1.3em sans-serif;
}
.news-title a:hover span{
	color: #ffec9e;
	text-decoration:underline;
}

.on_store{
/* font: italic 1.5em/1.5em sans-serif; */
height:20px;
text-align:center;
}



