body {
	line-height: 1.4;
	margin: 0;
	background-color: #e9e9e9;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	color: #4a4849;
}

h1, h2, h3 {margin: 0;}

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* Base */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }

/* Links */
a {color: #343031}
a:hover, a:active { outline: 0; text-decoration: none;}

/* Typography */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

.b-listCustom { /*sample*/ }
.b-listCustom_item { /*sample*/ }
.b-listCustom_item.is-active { /*sample*/ }

/* Embedded content */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.b-tableCustom {  }
	.b-tableCustom th {  }
	.b-tableCustom td {  }

/* Chrome Frame Prompt */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ========= Layout ========== */
/*    defined prefix: `l-`     */
/* =========================== */
.l-container {
	position: relative;
	overflow: hidden;
	width: 977px;
	margin: 0 auto;
}

.l-header {
	height: 86px;
	background-color: #8fd0c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd0c7), to(#88bbb2)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8fd0c7, #88bbb2); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #8fd0c7, #88bbb2); /* FF3.6+ */
	background-image:     -ms-linear-gradient(top, #8fd0c7, #88bbb2); /* IE10 */
	background-image:      -o-linear-gradient(top, #8fd0c7, #88bbb2); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #8fd0c7, #88bbb2);
}

	.no-cssgradients .l-header {
		background: url('../img/header-gr.png') repeat-x;
	}

.l-main {
	float: left;
	overflow: hidden;
	width: 640px;
	margin-top: 35px;
}

.l-sidebar {
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 35px 37px 0 0;
}

.l-footer {
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 60px;
	background-color: #fff;
	background-image: url('../img/footer.gif');
	background-repeat: no-repeat;
	background-position: 17px 11px;
	border-radius: 5px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c4cdca;
	color: #a4a4a4;
	behavior: url('PIE.htc');
}

/* ========= Modules ========= */
/* defined base prefix: none   */
/* defined extend prefix: `e-` */
/* defined state prefix: `is-` */
/* =========================== */


/* Module Name */
.logo {
	float: left;
	display: block;
	width: 346px;
	height: 72px;
	margin: 7px 0;
	background: url('../img/logo.png') no-repeat;
	text-decoration: none;
}

.nav {
	float: right;
	width: 610px;
	margin: 18px 0;
	letter-spacing: -5px;
	font-size: 0;
}

	.nav li {
		display: inline;
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}
	
	.nav_item {
		line-height: 49px;
		padding: 16px 10px;
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: transparent;
		border-radius: 4px;
		letter-spacing: normal;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #292623;
	}
	
	.nav_item:hover {
		background-color: #dcf3f0;
		border-color: #81b9b2;
	}

.slider {
	width:20000em;
	position:absolute;
}

	.slider img {
		float: left;
	}

.directory {
	list-style-image: url('../img/marker.gif');
}

	.directory_item {
		line-height: 2;
		color: #343031;
		font-size: 14px;
	}

.e-sidebar_fl {
	margin-left: 40px;
}

.about-us {
	overflow: hidden;
}

	.about-us img {
		float: left;
		margin: 15px;
		border: 3px solid #fff;
		border-radius: 3px;
	}

.contacts, .reviews {
	float: left;
	width: 280px;
	padding: 30px 20px 0;
}

	.contacts table {
		margin: 10px 0;
	}
	
	.contacts h3, .reviews h3 {
		color: #8a8b86;
		font-size: 22px;
	}

/* ========= Globals ========= */
/*    defined prefix: `g-`     */
/* =========================== */
.g-title {
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	background-color: #fff;
	border-radius: 5px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c4cdca;
	color: #4e3d36;
	font-size: 24px;
	behavior: url('PIE.htc');
}

.g-full-link {
	color: #2e9a9d;
	font-size: 14px;
}

.g-button {
	padding: 6px 10px;
	background-color: #5daca7;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #666;
	color: #f1f9fb;
	border-radius: 5px;
	behavior: url('PIE.htc');
}

/* For image replacement */
.g-ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; text-indent: -999em;}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.g-hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.g-visuallyhidden,
.g-visuallyhidden-focusable { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.g-visuallyhidden-focusable:active, .g-visuallyhidden-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.g-invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.g-clearfix:before, .g-clearfix:after { content: ''; display: table; }
.g-clearfix:after { clear: both; }
.g-clearfix { *zoom: 1; }


/* ======= Print Styles ====== */


@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.g-ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}
/*---Slider---*/
#slides, .slides_container {
    height: 350px;
    position: relative;
}

.slides_container {
    width: 100%;
    overflow:hidden;
}