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,img,ins,kbd,q,s,samp,small,strike,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.5}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-size:14px;
	color:#565656;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
a { color:inherit; }
a:hover { color:#373737; }
.grey { color:#818181; }
.blue { color:#42b4e4; }
.clear { clear:both; }
.hidden { display:none; }
.c { text-align:center; }
.r { text-align:right; }
img { vertical-align:middle; }
.ajax-link { text-decoration:none; border-bottom:1px dashed; } 
.wrapper {
	width:940px;
	margin:0 auto;
}
.header {
	height:97px;
	background-color:#00aeef;
}
.header .wrapper {
	background:url(../images/header.jpg) 0 0 no-repeat;
	height:97px;
}
.logo {
	float:left;
	margin:11px 0 0 47px;
	width:186px;
	height:74px;
}
.rotor-logo {
	float:right;
	margin:18px 33px 0 0;
}
.menu-box {
	height:86px;
	border-bottom:1px solid #e5e5e5;
	background-color:#f1f1f1;
	padding-top:28px;
}
.menu {
	display:table;
}
.menu li {
	display:table-cell;
	height:60px;
	position:relative;
	float:left;
	width:120px;
	border-left:1px solid #d8d8d8;
	text-align:center;
}
.menu li:last-child {
	border-right:1px solid #d8d8d8;
}
.menu a {
	display:block;
	padding-top:45px;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	color:#9f9f9f;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	height:42px;
}
.menu a.active,
.menu a.open,
.menu a:hover {
	color:#373737;
}
.menu a.active {
	background:url(../images/arrow.gif) 50% 100% no-repeat;
}
.menu .icon,
.phone .icon {
	position:absolute;
	left:50%; top:3px;
	margin-left:-14px;
	height:28px; width:28px;
	background:url(../images/icons.png) 0 0 no-repeat;
}
.sub3 .icon {
	background-position:0 0;
}
.sub3 .active .icon, 
.sub3 .open .icon, 
.sub3 a:hover .icon {
	background-position:-30px 0;
}
.sub4 .icon {
	background-position:0 -30px;
}
.sub4 .active .icon, 
.sub4 .open .icon, 
.sub4 a:hover .icon {
	background-position:-30px -30px;
}
.sub5 .icon {
	background-position:0 -60px;
}
.sub5 .active .icon, 
.sub5 .open .icon, 
.sub5 a:hover .icon {
	background-position:-30px -60px;
}
.sub6 .icon {
	background-position:0 -180px;
}
.sub6 .active .icon, 
.sub6 .open .icon, 
.sub6 a:hover .icon {
	background-position:-30px -180px;
}
.sub7 .icon {
	background-position:0 -90px;
}
.sub7 .active .icon, 
.sub7 .open .icon, 
.sub7 a:hover .icon {
	background-position:-30px -90px;
}
.sub8 .icon {
	background-position:0 -120px;
}
.sub8 .active .icon, 
.sub8 .open .icon, 
.sub8 a:hover .icon {
	background-position:-30px -120px;
}
.phone {
	float:right;
	width:160px;
	margin-right:30px;
	padding-top:45px;
	position:relative;
	color:#f19300;
	font-size:18px;
}
.phone .icon {
	background-position:0 -150px;
}
.phone .code,
.footer-phone .code {
	font-size:12px;
	color:#a6a6a6;
	vertical-align:text-top;
	font-weight:bold;
}
.main {
	padding:40px 0 50px;
}
h1 {
	border-left:3px solid #f3b100;
	padding-left:12px;
	font-size:18px;
	line-height:1;
	margin-bottom:30px;
	color:#bababa;
	text-transform:uppercase;
}

.cmenu-block {
	float:left;
	width:302px;
	margin-right:17px;
	height:305px;
}
.cmenu-block:nth-child(3n){
	margin-right:0;
}
.cmenu-pic {
	width:300px;
	height:227px;
	border:1px solid #e5e5e5;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.cmenu-name {
	height:50px;
	margin-top:6px;
	background-color:#f1f1f1;
	position:relative;
	padding:0 15px 0 70px;
}
.cmenu-name a {
	display:table-cell;
	height:50px;
	vertical-align:middle;
	line-height:16px;
	text-decoration:none;
	text-transform:uppercase;
}
.cmenu-name a:hover {
	text-decoration:underline;
}
.cmenu-name .icon {
	position:absolute;
	left:0; top:0;
	background:url(../images/icons.png) -35px -210px no-repeat #e1e1e1;
	width:50px; height:50px;
}
.footer {
	padding:20px 0;
	border-top:1px solid #d8d8d8;
	background-color:#f1f1f1;
	font-size:12px;
	color:#adadad;
}
.copy {
	float:left;
}
.w {
	padding-left:30px;
	background:url(../images/w.png) 0 50% no-repeat;
}
.footer-phone {
	float:right;
	height:18px;
	font-size:18px;
	position:relative;
	color:#f19300;
	padding:5px 0 5px 40px;
	margin-top:5px;
}
.footer-phone .icon {
	position:absolute;
	left:0; top:7px;
	width:28px; height:28px;
	background:url(../images/icons.png) 0 -150px no-repeat;
}
.citem {
	overflow:hidden;
}
.citem-pix {
	float:left;
	width:420px;
	margin-right:30px;
	text-align:center;
}
.citem-text {
	float:left;
	width:490px;
}
.citem-text h1 {
	color:#42b4e4;
	border-left:0 none;
	padding-left:0;
}
.citem-text ul {
	margin:30px 0;
}
.citem-text ul li {
	padding:0 0 14px 86px;
	background:url(../images/li.png) 47px 8px no-repeat;
	min-height:23px;
}
.citem-thumbs li {
	margin:15px 14px 0 0;
	float:left;
	height:76px;
	width:94px;
}
.citem-thumbs li:nth-child(4n){
	margin-right:0;
}
.citem-thumbs a {
	display:block;
	height:74px;
	width:92px;
	border:1px solid #d1d1d1;
	overflow:hidden;
}
.citem-thumbs a.selected {
	border:3px solid #ffd300;
	margin-left:-1px;
	margin-top:-1px;
}
.zayavka {
	padding:20px 55px;
	background-color:#eee;
	border-radius:5px;
	border-top:1px solid #e0e0e0;
	width:580px;
	margin:85px auto 0;
	color:#8d8d8d;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
}
.zayavka-subject {
	padding:10px 15px;
	background-color:#f8f8f8;
	border-bottom:1px solid #fefefe;
	border-top:1px solid #e2e2e2;
	line-height:1;
	border-radius:4px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:15px;
}
input[type=text],
input[type=password],
textarea {
	border:1px solid #d7d7d7;
	border-radius:3px;
	padding:0 0 0 10px;
	background-color:#fff;
	line-height:1.5;
	font-size:inherit;
	font-family:inherit;	
}
input[type=text],
input[type=password] {
	height:30px;
}
.form-row input[type=submit] {
	height:30px;
	line-height:30px;
	display:inline-block;
	*display:inline;
	padding:0 20px;
	font-size:1em;
	color:#464646;
	text-shadow:0 1px 0 rgba(255,255,255,.45);
	text-transform:uppercase;
	border:1px solid #ffc30b;
	border-radius:3px;
	background-color:#fff1c5;
	background:linear-gradient(to top, #ffc30b, #fff1c5 );
	background:-webkit-linear-gradient(bottom, #ffc30b, #fff1c5 );
	position:relative;
	text-decoration:none;
	text-shadow:inherit;
}
.form-row input[type=submit]:active {
	top:1px;
	left:1px;
}
.form-row {
	float:left;
	width:265px;
	margin:0 50px 15px 0;
}
.form-row2 {
	margin-right:0;
}
.form-row input[type=text],
.form-row input[type=password] {
	width:251px;
}
.form-row label {
	font-size:12px;
	display:block;
}
.form-row-full {
	margin-right:0;
	width:100%;
	float:none;
}
.form-row-full textarea {
	width:568px;
}
.fake-file {
	height:30px;
	line-height:30px;
	padding-left:40px;
	position:relative;
}
.fake-file .icon {
	position:absolute;
	left:0; top:0;
	height:32px; width:32px;
	background:url(../images/icons.png) 0 -210px no-repeat;
}
.invisible-file {
	margin-top:-30px;
	height:30px;
	line-height:30px;
	position:relative;
	opacity:0;
	cursor:pointer;
}
.csub {
	padding-bottom:50px;
}
.csub .citem-pix {
	width:300px;
	margin-right:20px;
}
.csub .citem-text {
	width:620px;
}
.breadcrumbs {
	padding:8px 0;
	font-size:12px;
}
.bc {
	display:inline-block;
	width:20px;
	height:1em;
}
