/*
	Theme Name: SL-Ton
	Description: Commercial theme for <a href="http://www.sl-ton.ru">SL-Ton</a>
	Author: Igor Logachev
	Author URI: http://www.igorlogachev.ru
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, /* table, tr, th, td */
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	/* border: 1px solid #d32428; Рамка при получении фокуса */
}

ol, ul {
	list-style: none;
}

blockquote:before, q:before {
	content: "«";
}

blockquote:after, q:after {
	content: "»";
}

blockquote, q {
	margin-left: -5px;
	font-weight: bold;
	quotes: "" "";
}

* {
	margin: 0;
	padding: 0;
}

/***********************************************--------------------------------------------------------------------*/

body {
	font: 14px/18px Tahoma, Arial, Verdana, "Microsoft Sans Serif";
	width: 100%;
	height: 100%;
	background: #fff /*url('images/bg.png') bottom repeat-x*/;
	color: #222;
}

a {
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {margin: 0 0 18px}

img {
	border: none;
}

input {vertical-align: middle}


/***** Global Classes *****/
.clear { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.img-left { float:left;margin:4px 10px 4px 0; }
.img-right { float:right;margin:4px 0 4px 10px; }
.nopadding { padding:0; }
.noindent { margin-left:0;padding-left:0; }
.nobullet { list-style:none;list-style-image:none; }

/* Headings
-----------------------------------------------------------------------------*/

h1 {
	font-family: Tahoma, Arial, Verdana, "Microsoft Sans Serif";
	font-size: 1.7em;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

h1 a {
	color: #473000 !important;
	text-decoration: none !important;
	border-bottom: 2px dashed #ff7f00;
}

h1 a:hover {
	color: #473000 !important;
	text-decoration: underline !important;
	border: none !important;
}

h2 {
	font-family: Tahoma, Arial, Verdana, "Microsoft Sans Serif";
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	background: none;
	color: #bbb;
}

#date {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	background: none;
	color: #aaa;
}

hr {
	height: 0;
	width: 100%;
	border: none;
	border-top: 1px #bbb dotted;
	margin: 20px 0 20px 0;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/

#header {

	width: 850px;
}

#logo_strip {
	width: 850px;
	height: 100px;
	margin: 0 0 0 -10px;
}

#logo {
	float: left;
	width: 400px;
	height: 100px;
}

#nav_icons {
	height: 45px;
	width: 167px;
	display: inline;
	margin: 25px -10px 0 0;
	float: right;
	text-align: right;
}

* {/*border: 1px solid #000;*/}

#home a, #mail a, #sitemap a{
	width: 45px;
	height: 45px;
	margin: 0 0 0 10px;
	padding: 0;
	background: no-repeat center;
	float:left;
}

#home a { background: url('images/_home_ico.png'); }
#home a:hover { background: url('images/_home_ico_active.png'); }
#home a:active { background: url('images/_home_ico_hover.png'); }

#mail a { background: url('images/_mail_ico.png'); }
#mail a:hover { background: url('images/_mail_ico_active.png'); }
#mail a:active { background: url('images/_mail_ico_hover.png'); }

#sitemap a { background: url('images/_sitemap_ico.png'); }
#sitemap a:hover { background: url('images/_sitemap_ico_active.png'); }
#sitemap a:active { background: url('images/_sitemap_ico_hover.png'); }

#head_menu {
	height: 54px;
	width: 849px;
	margin: 0 0 10px 0;
	background: #888;
	border-top: 4px solid #555;
	border-bottom: 4px solid #555;
}

#head_menu ul, #head_menu li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
	
#head_menu li a {
	display: block;
	/*max-width: 170px;*/
	padding: 19px 41px 25px 41px;
	margin: -4px 0 0 0;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	float: left;
	text-decoration: underline;
	/*border: 1px solid #001;*/
}

#head_menu li a:hover {
	padding: 19px 41px 25px 41px;
	text-decoration: none;
	background: #222;
}

#head_menu .current_page_item a {
	padding: 25px 41px 25px 41px;
	margin: -10px 0 0 0;
	background: #ff7f00;
	border: none;
}

#head_menu .current_page_item a:hover {
	padding: 25px 41px 25px 41px;
	margin: -10px 0 0 0;
	background: #222;
	border: none;
}


#head_menu .page-item-16/*Ставрополь*/,
#head_menu .page-item-18/*Пятигорск*/,
#head_menu .page-item-20/*Краснодар*/,
#head_menu .page-item-22/*Ростов-на-Дону*/,
#head_menu .page-item-24/*Волгоград*/,
#head_menu .page-item-26/*Самара*/,
#head_menu .page-item-34/*Карта сайта*/,
#head_menu .page-item-343/*Воронеж*/,
#head_menu .page-item-394/*Казань*/,
#head_menu .page-item-8/*Инструмент*/,
#head_menu .page-item-488/*прайс*/,
#head_menu .page-item-10/*Документы*/
{
	display: none;
	visibility: hidden;
}

#cities .page-item-2/*Пленки*/,
#cities .page-item-6/*Сервис*/,
#cities .page-item-474/*Спец. предложение*/,
#cities .page-item-8/*Инструмент*/,
#cities .page-item-488/*прайс*/,
#cities .page-item-10/*Документы*/


{
	display: none;
	visibility: hidden;
}

#menu2 .page-item-16/*Ставрополь*/,
#menu2 .page-item-18/*Пятигорск*/,
#menu2 .page-item-20/*Краснодар*/,
#menu2 .page-item-22/*Ростов-на-Дону*/,
#menu2 .page-item-24/*Волгоград*/,
#menu2 .page-item-26/*Самара*/,
#menu2 .page-item-343/*Воронеж*/,
#menu2 .page-item-394/*Казань*/,
#menu2 .page-item-474/*Спец. предложение*/,
#menu2 .page-item-2/*Пленки*/,
#menu2 .page-item-6/*Сервис*/,

.page-item-34                                /*Карта сайта*/
{
	display: none;
	visibility: hidden;
}


#head_photo {
	width: 850px;
	height: 315px;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #ff7f00;
}

.more, .more a, .more a:hover {
	color: #999;
	text-decoration:none;
	float: right;
}

.more a {
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 240px solid #fff;
	height: 100%;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}

#content {
	height: 100%;
	min-height: 300px;
	padding: 10px 0 30px 20px;
	background: #fff;
}

.entry a {
	color: #f11;
	text-decoration: underline;
}

.entry a:hover {
	color: #f00;
	text-decoration: none;
}

sup a, sup a:hover {
	color: #999 !important;
	text-decoration:none;
	font-size: 0.95em;
}

sup a:hover {
	color: #473000;
	text-decoration: underline;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 240px;
	height: 100%;
	min-height: 200px;
	position: relative;
	background: #fff;
	color: #555;
	left: -240px;
	padding: 10px 20px 30px 0px;
}

.sl ul {
	padding: 5px 10px 0 30px;
	list-style: none;
}

.sl li {
	list-style: none;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;	
	font-size: 1.1em;
	font-weight: normal;
}

.sl .page_item a{
	color: #555;
	text-decoration: none;
	font-size: 1.3em;
	padding: 0 0 2px 0;
	margin: 0 0 0 19px;								*margin: 0px 0 0px 0px;
	border-bottom: 1px dashed #555;
}

.sl .page_item a:hover{
	border: none;
}

.sl .current_page_item {
	border: none;
	background: url('images/menu_round_left.png') no-repeat left top;
	color: #fff;
	width: 190px;
	height: 45px;
/*	min-height: 37px;
	max-height: 45px;
	min-width: 19px;*/
	margin: 19px 0 0px 0px;										*margin: 19px 0 0 -18px;
	padding: 8px 0 0 0 /*5px 19px 8px 10px*/;					*padding: 8px 0 11px 0;
}


.sl .current_page_item a{
	border: none;
	background: #ff7f00 url('images/menu_round_right.png') no-repeat right top;
	color: #fff;
	/*min-height: 45px;
	height: 45px;
	max-height: 45px;*/
	margin: 8px 0 0 19px;	/**/								*margin: 9px 0 8px 19px;
	padding: 5px 19px 8px 0;									*padding: 5px 19px 19px 0;
}

.sl .current_page_item a:hover {
	color: #ff0;
}

#search {
	width: 230px;
	background: #e5e5e5;
	margin: 20px 0 0 0;
	padding: 2px 0 15px 0;
	text-align: center;
}

#searchform{
	width: 180px;
	text-align: left;
	color: #aaa;
	border: 1px solid #555;
}

#searchbutton{
	width: 182px;
	text-align: center;
	color: #333;
	border: 1px solid #555;
	background: #bbb;
	margin: 10px 0 0 0;
}

#feed {
	width: 230px;
	background: #e5e5e5;
	margin: 20px 0 0 0;
	padding: 20px 0 18px 0;
	text-align: center;
}

#feed a {
	color: #555;
	font-size: 0.9em;
}

#feed img {
	padding: 0 0 7px 0;
}

#sert{
	width: 230px;
	background: #e5e5e5;
	margin: 20px 0 0 0;
	padding: 20px 0 18px 0;
	text-align: center;
}

#sert a {
	color: #555;
	font-size: 0.9em;
}

#sert img {
	padding: 0 0 7px 0;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	height: 51px;
	width: 850px;
	background: #ddd;
	*margin: -18px 0 0 0;
}

@-moz-document url-prefix()
{ #footer {
	margin: -18px 0 0 0;
}}

#footer_left {
	height: 42px;
	width: 220px;
	float: left;
	padding: 15px 0 0 20px;
	font-size: 0.85em;
	text-align: left;
	color: #888;
}

#footer_right {
	height: 42px;
	width: 400px;
	float: right;
	padding: 15px 20px 0 20px;
	font-size: 0.9em;
	text-align: right;
	color: #888;
}

#footer_left a, #footer_right a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#footer_left a:hover, #footer_right a:hover {
	color: #777;
	text-decoration: none;
	border: none;
}

#counters{
	width: 850px;
	float: none;
	text-align: center !important;
	padding: 0 30px 0 0;
	margin: -5px 0 0 0;
	*position: relative;
	*top: -20px;
}

#counters a img {  
	opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);  
}  

#counters a:hover img {  
	opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);  
} 
