
body {
	background-color: #eee;
	cursor: default;
}
body, textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

a {
	color: #035277;
}
a:hover {
	color: #c72141;
}
sup {
	position: relative;
	top: -3px;
	font-size: 70%;
}

.pink {
	color: #c72141;
}
.gray {
	color: #867f80;
}

.clear:before, .clear:after {
  content: '.';    
  display: block;    
  height: 0;    
  overflow: hidden;    
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1;
}

.body {
	width: 1020px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.layout {
	width: 940px;
	margin: 0 auto;
}

.header {
	margin-top: 20px
}
.header .left {
	float: left;
	background: url(../images/logotype.png) 0 0 no-repeat;
	padding-left: 80px;
	padding-bottom: 5px;
	margin-top: -10px;
	overflow: hidden;
	min-height: 62px;
}
.header .left .sitename a {
	color: #c72141;
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	display: block;
}
.header .left .description {
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}
.header .right {
	float: right;
}
.header .right .schedule {
	float: left;
	text-align: right;
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}
.header .right .contacts {
	float: right;
	text-align: right;
}
.header .right .contacts {
	background: url(../images/header-phones-bg.png) 0 0 no-repeat;
	padding-left: 45px;
	margin-left: 20px;
	padding-bottom: 5px;
	min-height: 51px;
}
.header .right .contacts .phones {
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
}
.header .right .contacts .phones .phone {
	float: left;
	text-align: left;
	margin: 0 15px;
}
.header .right .contacts .phones .phone i {
	color: #c72141;
}
.header .right .contacts .phones .phone span {
	display: block;
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
}
.header .right .contacts .phones .phone i,
.header .right .contacts .phones .phone b {
	display: block;
	font-weight: normal;
	font-style: normal;
}
.header .right .contacts .email {
	font-size: 11px;
	margin-top: 3px;
}

.navigation {
	border-bottom: 1px solid #0d1e29;
	border-radius: 10px 10px 0 0;
	margin-top: 15px;
	background: #304757 url(../images/navigation-bg.png) 0 0 repeat-x;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}
.navigation ul {
	float: right;
}
.navigation li {
	float: left;
	padding: 0 19px;
	height: 45px;
	line-height: 45px;
	background: url(../images/navigation-item-border.png) 100% 50% no-repeat;
}
.navigation li:last-child {
	background: none;
}
.navigation a {
	color: #fff;
	text-decoration: none;
}

.form {
	border-radius: 0 10px 10px 0;
	background: #fff;
	position: absolute;
	width: 290px;
	overflow: hidden;
	margin-left: 15px;
	margin-top: -46px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.form .tabs .tab {
	float: left;
	width: 145px;
	height: 46px;
	line-height: 45px;
	background: #eee;
}
.form .tabs .tab:first-child {
	border-radius: 0 0 10px 0;
}
.form .tabs .tab:last-child {
	border-radius: 0 0 0 10px;
}
.form .tabs .tab a {
	display: block;
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}
.form .tabs .tab.active {
	background: #fff;
}
.form .tabs .tab.active a {
	color: #333;
	cursor: default;
	text-shadow: none;
}
.form .tabs .tab {
	background: #d34f69 url(../images/button-bg.png) 0 100% repeat-x;
}
.form form {
	padding: 0 20px 20px 20px;
}
.form .left {
	float: left;
	width: 110px;
}
.form .right {
	float: left;
	width: 110px;
	margin-left: 15px;
}
.form label {
	display: block;
	margin-top: 18px;
}
.form select {
	width: 100%;
}
.form .button {
	border: none;
	width: 100%;
	margin-top: 20px;
	border-radius: 5px;
	padding: 7px 0;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	background: #d34f69 url(../images/button-bg.png) 0 100% repeat-x;
	cursor: pointer;
}
.form .description {
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
	margin-top: 20px;
}

.hero {
	height: 305px;
	overflow: hidden;
	border-radius: 0 0 10px 0;
}
.hero li {
	height: 305px;
	overflow: hidden;
}

.title {
	background: #556d87 url(../images/title-bg.png) 100% 0 no-repeat;
	border-radius: 0 0 10px 0;
	padding: 38px 20px 15px 340px;
}
.title h1 {
	color: #fff;
	font-size: 21px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.sidebar {
	float: left;
	width: 270px;
	margin-top: 220px;
	margin-left: 15px;
}
.sidebar h2 {
	color: #333;
	font-size: 14px;
	background: url(../images/column-heading-bg.png) 50% 100% no-repeat;
	padding-bottom: 20px;
	margin-top: 30px;
}
.sidebar .advantage {
	margin-top: 7px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e0e0e0;
	background: url(../images/advantage-check-icon.png) 0 0 no-repeat;
}
.sidebar .advantage a {
	color: #c72141;
}
.sidebar .advice {
	margin-top: 5px;
}
.sidebar .advice ul li {
	margin-top: 7px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e0e0e0;
	list-style-position: inside;
	list-style-type: square;
}
.sidebar .advice .contact {
	margin-top: 15px;
}
.sidebar .advice .description {
	line-height: 17px;
}
.sidebar .advice .phones {
	font-size: 14px;
	line-height: 17px;
	margin-top: 5px;
}

.content {
	float: right;
	width: 600px;
}
.content h2 {
	color: #c72141;
	margin-top: 35px;
	font-size: 14px;
	background: url(../images/content-heading-bg.png) 50% 100% no-repeat;
	padding-bottom: 20px;
}
.content p {
	margin-top: 15px;
	line-height: 17px;
}
.content ul.list {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	margin-top: 15px;
	line-height: 17px;
}
.content .picture {
	margin-top: 17px;
	margin-bottom: 5px;
	padding-bottom: 9px;
	background: url(../images/picture-shadow.png) 50% 100% no-repeat;
}
.content .picture img {
	vertical-align: bottom;
}
.content .picture.left {
	float: left;
	margin-right: 15px;
}
.content .picture.right {
	float: right;
	margin-left: 15px;
}

.content .hash {
	margin-top: 25px;
	overflow: hidden;
}
.content .hash li {
	margin-top: 7px;
	background: url(../images/hash-icon.png) 0 0 no-repeat;
	padding-left: 15px;
	width: 285px;
	float: left;
}

.content .details {
	padding-bottom: 10px;
}
.content .details .images {
	margin-top: 10px;
}
.content .details .images .big {
	width: 450px;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
	float: left;
}
.content .details .images .small {
	float: right;
	height: 300px;
	padding-right: 15px;
	overflow-y: scroll;
}
.content .details .images .small .image {
	width: 100px;
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 6px;
}
.content .details .images .small .image:last-child {
	margin-bottom: 0;
}
.content .details .images .small .image.active img {
	opacity: 0.5;
}
.content .details .left {
	width: 150px;
	float: left;
	margin-top: 25px;
}
.content .details .left .price .value {
	font-weight: bold;
}
.content .details .left .include {
	margin-top: 2px;
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
}
.content .details .left .parameters .main {
	margin-top: 15px;
	font-weight: bold;
}
.content .details .left .parameters .main li {
	margin-top: 10px;
}
.content .details .left .order {
	margin-top: 20px;
	width: 110px;
}
.content .details .left .order a {
	display: block;
	border-radius: 5px;
	padding: 8px 0 10px 0;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	background: #d34f69 url(../images/button-bg.png) 0 100% repeat-x;
	text-decoration: none;
}
.content .details .right {
	width: 400px;
	float: right;
	margin-top: 25px;
	line-height: 17px;
}
.content .details .right table {
	width: 100%;
	font-size: 11px;
	line-height: 13px;
	color: #867f80;
}
.content .details .right table th {
	padding-right: 10px;
}
.content .details .right table th, .content .details .right table td {
	border-bottom: 1px dotted #e0e0e0;
	padding: 3px 0 4px 0;
}

.content .feedback {
	overflow: hidden;
}
.content .feedback table {
	width: 100%;
}
.content .feedback td, .content .feedback th {
	padding: 10px 0;
	border-bottom: 1px dotted #e0e0e0;
}
.content .feedback th {
	vertical-align: top;
	width: 200px;
}
.content .feedback td {
	padding-left: 20px;
}
.content .feedback .text {
	width: 90%;
}
.content .feedback textarea {
	height: 120px;
	resize: vertical;
}
.content .feedback .submit {
	border-radius: 5px;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	background: #d34f69 url(../images/button-bg.png) 0 100% repeat-x;
	cursor: pointer;
	float: left;
	padding: 7px 20px;
	border: none;
	margin-top: 20px;
}
.content .feedback .error {
	border-radius: 5px;
	margin-bottom: 20px;
	background: #d34f69 url(../images/button-bg.png) 0 100% repeat-x;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 7px 20px;
	text-align: center;
}

.content .calculator table {
	width: 100%;
}
.content .calculator td, .content .calculator th {
	padding: 10px 0;
	border-bottom: 1px dotted #e0e0e0;
}
.content .calculator th {
	vertical-align: top;
	width: 200px;
}
.content .calculator td {
	padding-left: 20px;
}
.content .calculator .small {
	font-size: 11px;
	line-height: 14px;
	color: #867f80;
	display: block;
	margin-top: 5px;
}
.content .calculator .total {
	border-radius: 5px;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	background: #d34f69 url(../images/button-bg.png) 0 100% repeat-x;
	cursor: pointer;
	float: left;
	padding: 7px 20px;
}

.content .select table {
	width: 100%;
	border-top: 1px dotted #e0e0e0;
	margin-top: 20px;
}
.content .select td, .content .select th {
	padding: 10px 0;
	border-bottom: 1px dotted #e0e0e0;
}
.content .select th {
	border-bottom: 1px dotted #e0e0e0;
	vertical-align: top;
	width: 150px;
	white-space: nowrap;
}
.content .select td {
	padding-left: 20px;
}
.content .select table input, .content .select table textarea {
	width: 100%;
}
.content .select table textarea {
	height: 150px;
}

.content .buttons {
	overflow: hidden;
}
.content .button {
	display: block;
	margin-top: 20px;
	width: 120px;
	border-radius: 3px;
	background: #c72141;
	color: #fff;
	border: 1px solid #c21838;
	text-decoration: none;
	padding: 8px 0;
	text-align: center;
	cursor: pointer;
	float: left;
}
.content .button.cancel {
	background: #eee;
	border: 1px solid #e0e0e0;
	color: #999;
	float: right;
}

.content .sort {
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	top: -35px;
	margin-bottom: -14px;
}
.content .sort a {
	padding-left: 5px;
}
.content .sort a.active {
	text-decoration: none;
	color: #c72141;
}
.content .sort a.active.desc {
	background: url(../images/order-desc.png) 0 6px no-repeat;
	padding-left: 8px;
}
.content .sort a.active.asc {
	background: url(../images/order-asc.png) 0 6px no-repeat;
	padding-left: 8px;
}
.content .catalog .item {
	margin-top: 15px;
	background: url(../images/content-heading-bg.png) 50% 100% no-repeat;
	padding-bottom: 30px;
}
.content .catalog .item .image {
	float: left;
	width: 140px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}
.content .catalog .item .description {
	float: left;
	width: 290px;
	margin-left: 10px;
}
.content .catalog .item .description .name {
	line-height: 17px;
}
.content .catalog .item .description .parameters .main {
	margin-top: 5px;
}
.content .catalog .item .description .parameters .main li {
	float: left;
	margin-right: 10px;
}
.content .catalog .item .description .parameters .main li:last-child {
	margin-right: 0;
}
.content .catalog .item .description .parameters .all {
	margin-top: 10px;
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
}
.content .catalog .item .price {
	float: right;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 15px;
}
.content .catalog .item .price .value {
	font-weight: bold;
}
.content .catalog .item .include {
	margin-top: 2px;
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
}
.content .paginator {
	margin-top: 12px;
}
.content .paginator .main {
	float: left;
	margin-top: 3px;
}
.content .paginator .main li {
	float: left;
}
.content .paginator .main li.previous {
	margin-right: 20px;
}
.content .paginator .main li .arrow {
	color: #c72141;
	padding: 0 3px;
}
.content .paginator .all {
	float: right;
}
.content .paginator .all li {
	float: left;
}
.content .paginator .all li a {
	display: block;
	padding: 3px 6px;
}
.content .paginator .all li .active {
	background: #d34f69 url(../images/button-bg.png) 0 50% repeat-x;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.columns {
	margin-top: 20px;
}
.columns h2 {
	color: #c72141;
	font-size: 14px;
	background: url(../images/column-heading-bg.png) 50% 100% no-repeat;
	padding-bottom: 20px;
}
.columns .column {
	width: 300px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	height: 330px;
}
.columns .column.left {
	float: left;
}
.columns .column.middle {
	float: left;
	margin-left: 17px;
}
.columns .column.right {
	float: right;
}
.columns .column-layout {
	padding: 15px 20px;
}
.columns .offers {
	height: 255px;
	overflow: hidden;
}
.columns .offer {
	margin: 15px 0 30px 0;
	height: 100px;
	overflow: hidden;
}
.columns .offer .image {
	float: left;
	width: 140px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}
.columns .offer .description {
	float: left;
	width: 110px;
	margin-left: 10px;
}
.columns .offer .description .name {
	line-height: 17px;
}
.columns .offer .description .price {
	margin-top: 10px;
}
.columns .offer .description .include {
	margin-top: 2px;
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
}
.columns .advantage {
	padding: 15px 0 15px 75px;
}
.columns .advantage.search {
	background: url(../images/advantage-search.png) 0 50% no-repeat;
}
.columns .advantage.price {
	background: url(../images/advantage-price.png) 0 50% no-repeat;
}
.columns .advantage.time {
	background: url(../images/advantage-time.png) 0 50% no-repeat;
}
.columns .advantage.economy {
	background: url(../images/advantage-economy.png) 0 50% no-repeat;
}
.columns .advantage .description {
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
	margin-top: 4px;
}
.columns .testimonials {
	height: 255px;
	overflow: hidden;
}
.columns .testimonial {
	margin: 15px 0 0 0;
	height: 235px;
	overflow: hidden;
}
.columns .testimonial .image {
	float: left;
	width: 140px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}
.columns .testimonial .author {
	float: left;
	width: 110px;
	margin-left: 10px;
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
}
.columns .testimonial .text {
	line-height: 17px;
	margin-top: 15px;
}
.columns .controls {
	text-align: center;
	margin-top: -13px;
}
.columns .controls a {
	text-indent: -9999px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #e0e0e0;
	border-radius: 8px;
}
.columns .controls a.active {
	background: #cb3452;
	cursor: default;
}

.footer {
	border-top: 1px solid #e0e0e0;
	margin-top: 30px;
	padding: 30px 0;
}
.footer div.copyright {
	color: #867f80;
	font-size: 11px;
	line-height: 14px;
	float: left;
}
.footer ul {
	float: right;
}
.footer li {
	float: left;
	font-size: 11px;
	margin-left: 32px;
}
