/*
	Created by RedRoll Studio | E-mail: create@redroll.ru | URL: http://redroll.ru
	Specification: HTML5 & CSS3
	All Rights Reserved.
	Copyright: RedRoll.ru | 2013
*/

/* ==================== RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b { font-weight: bold; }
i {
	font-style: italic;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
:focus { outline: none; }

/* ==================== GLOBAL */
body {
	font-family: Tahoma, "Geneva CY", sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4c4c4c;
	background: #ece8d4;
}
	.wdh-fix { 
		width: 990px;
		margin: 0 auto;
	}

h1, h3 {
	color: #993600;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
h1 { font-size: 18px; }
h3 { font-size: 17px; }
h4 { font-size: 14px; }

hr {
	height: 1px;
	background: #b7b29b;
	border-style: none;
	box-shadow: 0 1px 0 rgba(255,255,255,.8);
}

input, select, textarea, button { 
	color: #2b2b2b;
	font-family: Tahoma, "Geneva CY", sans-serif;
	resize: none;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input::-ms-clear { display: none; }
input::-webkit-search-cancel-button { -webkit-appearance: none; }

a, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

.clr { clear: both; }

/* ==================== HEADER */
header {
	width: 100%;
	height: 124px;
	position: relative;
}
	a.logo, a.logo:visited {
		float: left;	
		width: 330px;
		height: 92px;
		padding: 7px 0 0 40px;		
		margin-top: 10px;
		display: block;
		color: #000000;
		text-decoration: none;
		font-size: 14px;
		font-style: italic;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		background: url(../images/logo.png) left top no-repeat;
	}
	.phone {
		float: left;
		width: 260px;
		height: 52px;
		font-style: italic;
		font-weight: 400;
		line-height: 24px;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		text-align: right;
		text-shadow: 1px 1px 1px rgba(255,255,255,.8);
		margin: 30px 0 0 50px;
		background: url(../images/phone.png) left top no-repeat;
	}
		.phone > span { font-size: 26px; }
	.city {
		float: left;
		width: 160px;
		font-style: italic;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		text-align: right;
		text-shadow: 1px 1px 1px rgba(255,255,255,.8);
		margin: 25px 0 0 70px;
	}
		.city  > a, .city > a:visited {
			width: 156px;
			float: left;
			display: block;
			color: #898989;
			text-decoration: none;
			margin-top: 5px;
			padding: 5px 10px 5px 0;
			border-radius: 3px;
		}
		.city > a:hover { color: #4d4d4d; }
		.current-city { background: #dad3b2 url(../images/city-bg.png) 10px 10px no-repeat; }
	.crane {
		width: 55px;
		height: 162px;
		right: 0px;
		top: 0px;
		position: absolute;
		background: url(../images/crane.png) left top no-repeat;
	}

/* ==================== MENU */
.menu {
	width: 100%;
	float: left;
	padding-left: 45px;
}
	.menu li {
		float: left;
		padding: 0 5px;
		text-align: center;
		font-weight: 400;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		text-shadow: 1px 1px 1px rgba(255,255,255,.8);
	}
	.menu li:nth-child(2), .menu li:nth-child(4), .menu li:nth-child(6), .menu li:nth-child(8), .menu li:nth-child(10) { padding-top: 9px; }
		.menu li a, .menu li a:visited {
			height: 40px;
			display: block;
			color: #4c4c4c;
			padding-top: 9px;
			text-decoration: none;
		}
		.menu li:nth-child(1) a, .menu li:nth-child(3) a {
			width: 104px; 
			background: url(../images/menu-bg-104.png) left top no-repeat;
		}
		.menu li:nth-child(5) a {
			width: 144px; 
			background: url(../images/menu-bg-144.png) left top no-repeat;
		}
		.menu li:nth-child(7) a {
			width: 132px; 
			background: url(../images/menu-bg-132.png) left top no-repeat;
		}
		.menu li:nth-child(9) a {
			width: 127px; 
			background: url(../images/menu-bg-127.png) left top no-repeat;
		}
		.menu li:nth-child(11) a {
			width: 113px; 
			background: url(../images/menu-bg-113.png) left top no-repeat;
		}
		.menu li a:hover, a.current { background-position: 0 -40px !important; }

/* ==================== ASIDE */
aside {
	float: left;
	width: 220px;
}
	.left-menu {
		font-style: italic;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		margin-bottom: 40px;
	}
		.left-menu > h3 {
			width: 100%;
			font-size: 18px;
			padding-bottom: 10px;
			margin-bottom: 5px;
			background: url(../images/h3-line.png) left bottom no-repeat;
		}
		.left-menu > a {
			display: block;
			width: 100%;
			font-size: 16px;
			line-height: 18px;
			color: #898989;
			text-decoration: none;
			padding: 7px 0 7px 25px;
			border-bottom: 1px solid #d3d3d3;
			background: url(../images/menu-arrow.png) 2px 9px no-repeat;
		}
		.left-menu > a:last-child { border-bottom: none; }
		.left-menu > a:hover { background-color: #f8f7f2; }
	
/* ==================== MAINBLOCK */	
section {
	float: right;
	width: 740px;
}
	.speedbar {
		font-size: 11px;
		margin-bottom: 15px;
	}	
		
	.navigation {
		float: left;
		width: 100%;
		margin: 30px 0 10px 0;
	}

.production {
	float: left;
	width: 100%;
	padding: 0 15px 15px 15px;
	margin-top: 25px;
	background: #e1ddc9;
	border-radius: 6px;
}
	.production > div {
		float: left;
		width: 226px;
		height: 200px;
		font-size: 12px;
		text-align: center;
		margin: 15px 16px 0 0;
	}
	.production > div:nth-of-type(3n) { margin-right: 0; }	
		.production > div > a {
			float: left;
			display: block;
			width: 226px;
			height: 161px;
			margin-bottom: 5px;
		}
		.production > div > span {
			font-size: 17px;
			color: #993600;
			line-height: 24px;
		}
		
.newsblock {
	float: right;
	width: 740px;
	height: 150px;
	margin-top: 30px;
	padding-top: 15px;
	position: relative;
}
	.newsblock-bg {
		width: 369px;
		height: 157px;
		left: -399px;
		top: 0px;
		position: absolute;
		background: url(../images/newsblock-bg.png) left top no-repeat;
	}
	.news {
		float: left;
		width: 230px;
		margin: 5px 25px 0 0;
	}
	.news:last-child { margin-right: 0; }
		.news > p {
			font-size: 11px;
			font-weight: bold;
			line-height: 24px;
		}
		.news > a {
			color: #4c4c4c;
			font-size: 12px;
			text-decoration: none;
		}
		.news > a:hover {
			font-size: 12px;
			text-decoration: underline;
		}
				
/* ==================== SHORTSTORY */
.shortstory {
	width: 100%;
	margin-top: 20px;
}
	.ss-date {
		float: left;
		color: #993600;
		margin-top: 3px;
	}
	.ss-edit {
		float: right;
		margin-top: 3px;
	}
	.ss-text { margin-top: 5px; }
	
/* ==================== FULLSTORY & STATIC */
.fullstory {
	width: 100%;
	margin-top: 10px;
}
	table[class^="table"] { width: 100%; }
		table[class^="table"] tr th {
			padding: 12px 8px;
			color: #993600;
			font-weight: bold;
			font-size: 12px;
			text-align: center;
			vertical-align: middle;
			border-bottom: 1px solid #993600;
		}
		table[class^="table"] tr td {
			padding: 8px;
			text-align: center;
			vertical-align: middle;
			border-bottom: 1px solid #d0d0d0;
			white-space: nowrap;
		}
		table.table tr td:first-child {
			text-align: left;
			padding-left: 20px;
		}
		table.table2 tr:nth-child(2) td:first-child {
			font-weight: bold;
			border-right: 1px solid #d0d0d0;
		}
		table[class^="table"] tr:nth-child(2n) td { background: #f5f3ef; }
		table[class^="table"] tr:nth-child(2n+1) td { background: #fbfbfb; }
		
.order-link {
	clear: both;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

/* ==================== FOOTER */
footer { 
	height: 120px;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 70px;
	background: url(../images/footer-bg.png) left bottom;
}
	.copyright {
		float: left;
		margin-left: 20px;
	}
	.redroll {
		float: right;
		text-align: right;
		margin-right: 20px;
	}

/* ==================== FEEDBACK */
.contact_form {
	padding-top: 30px;
}
	.contact_form > label {
		display: block;
		padding-left: 3px;
		margin-bottom: 3px;
		text-align: left;
	}
	.f_input, .f_textarea {
		width: 100%;
		padding: 6px;
		margin-bottom: 10px;
		border: 1px solid #8d8d8d;	
		background: #fcfcfc;
	}
	.f_input:focus, .f_textarea:focus { background: #ffffff; }
	.f_textarea {
		resize: vertical !important;
		height: 150px;
		overflow: auto !important;
	}
	input:-moz-placeholder, textarea:-moz-placeholder { color: #a8a79d; }
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #a8a79d; }
	input:-ms-input-placeholder, textarea:-ms-input-placeholder  { color: #a8a79d; }
	#dle-captcha {
		display: block;
		clear: both;
		margin-bottom: 5px;
	}
	.fbutton {
		display: block;
		padding: 5px 10px;
		cursor: pointer;
		font-weight: bold;
		text-shadow: 1px 1px 0 rgb(255,255,255);
	}
	
/* ==================== ORDER */
#orderForm > h3 { margin-top: 30px; }
#orderForm > hr { margin-bottom: 20px; }
#orderForm > label {
	display: block;
	padding-left: 3px;
	margin-bottom: 3px;
	text-align: left;
	font-weight: bold;
}
	#orderForm > label > em {
		color: #ff0000;
		font-size: 14px;
	}
	.f_input2, .f_textarea2 {
		float: left;
		width: 100%;
		padding: 7px;
		margin-bottom: 10px;
		border: 1px solid #8d8d8d;
		background: #fcfcfc;
	}
	.f_textarea2 {
		resize: vertical !important;
		height: 150px;
		overflow: auto !important;
	}
	.f_input2:focus, .f_textarea2:focus { background: #ffffff; }

	.checkbox {
		width: 350px;
		float: left;
		display: block;
		margin: 5px 0 0 20px;
	}
		.checkbox > input[type="checkbox"] {
			float: left;
			display: block;
			overflow: visible !important;
			margin: 2px 10px 0 0;
		}
	.fbutton2 {
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 14px;
		font-weight: bold;
		width: 400px;
		height: 36px;
		cursor: pointer;
		border-radius: 4px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom-color: rgba(0, 0, 0, 0.25);
		background-repeat: repeat-x;
		box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.1);
	}
	.fbutton2:hover {
	  background-position: 0 -18px;
	  -webkit-transition: background-position 0.1s linear;
	  -moz-transition: background-position 0.1s linear;
	  -ms-transition: background-position 0.1s linear;
	  -o-transition: background-position 0.1s linear;
	  transition: background-position 0.1s linear;
	}
	.fbutton2:active {
		background-image: none;
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	}
	.bt_std {
		text-shadow: 0 1px 0px #ffffff;
		background-color: #f5f5f5;	
		background-image: linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	}
	.bt_std:hover { background-color: #e6e6e6; }
	.bt_yellow {
		color: #ffffff;
		text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
		background-color: #faa732;
		background-image: linear-gradient(top, #fbb450, #f89406);
		background-image: -o-linear-gradient(top, #fbb450, #f89406);
		background-image: -ms-linear-gradient(top, #fbb450, #f89406);
		background-image: -moz-linear-gradient(top, #fbb450, #f89406);
		background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	}
	.bt_yellow:hover { background-color: #f89406; }