* {
	margin: 0;
	border: 0;
	padding: 0;
}

.clear {
    height:0.1px;
    line-height:0.1px;
    overflow:hidden;
    clear:both;
}

html {
	background: #fff url('../images/background-body.gif') repeat;
}

body {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 62.5%;
	color: #464646;
	text-align: center;
	background: url('../images/background-html.gif') repeat-x top left;
}

h1 {
	font-size: 2.8em;
	color: #9a0707;
}

h2 {
	font-size: 2.2em;
	color: #9a0707;
}

h3 {
	font-size: 1.8em;
	color: #9a0707;
}

h1, h2, h3 {
	margin-bottom: 0.6em;
	font-family: "Lucida Grande", sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, li, address {
	font-size: 1.6em;
	line-height: 1.6em;
}

p, address, ul, ol {
	margin-bottom: 1.2em;
}

ul, ol {
	margin-left: 2.6em;
}

ul.no-indent, ol.no-indent {
	margin-left: 0;
}

ul.no-indent li,
ol.no-indent li {
	list-style: none;
}

address {
	font-style: normal;
}

a {
	color: #333;
}

li a {
	text-decoration: none;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 990px;
}

#header {
	height: 220px;
	position: relative;
}

#header #logo {
	position: absolute;
	right: 0;
	top: 6px;
}

#header #logo a {
	display: block;
	width: 274px;
	padding-top: 136px;
	height: 0px;
	overflow: hidden;
	text-indent: -20000px;
	background: url('../images/logo.png') no-repeat;
}

#header #menu {
	position: absolute;
	left: 0;
	top: 24px;
	margin: 0px;
	display: table-row;
}

#header #menu li {
	display: table-cell;
    white-space:nowrap;
	position: relative;
	list-style: none;
	float: left;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 1.8em;
	text-transform: uppercase;
}

#header #menu li a {
	display: block;
	padding: 5px 16px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#header #menu li a:hover,
#header #menu li:hover a {
	background-color: #fff;
	color: #910707;
}

#header #menu li ul {
	display: none;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 36px;
	background: #444;
	float: none;
	z-index: 1000;
	width: auto !important;
	min-width: 100%;
	box-shadow: #333 2px 2px 2px;
}

#header #menu li ul li {
	display: block;
	float: none;
	margin: 0px;
}

#header #menu li ul li a {
	color: #fff !important;
	background-color: transparent !important;
}

#header #menu li ul li a:hover {
	background-color: #fff !important;
	color: #910707 !important;
}

#header #menu li ul * {
	font-size: 0.9em;
}

#header #menu li:hover ul {
	display: block;
}

#header #menu li ul {
	position: absolute;
}

#header #slogan {
	position: absolute;
	bottom: 20px;
	left: 0px;
	font-size: 2.4em;
	line-height: 1.6em;
	color: #777;
	font-weight: normal;
	font-style: italic;
}

#header .user {
	position: absolute;
	bottom: 4px;
	right: 0;
	font-size: 1.4em;
	color: #777;
	display: block;
	width: 320px;
	text-align: center;
}

#body {
	margin-bottom: 100px;
}

#body #carousel {
	float: left;
	width: 675px;
	height: 238px;
	overflow: hidden;
	margin-bottom: 0;
}

#body #carousel .carousel-control {
	display: block;
	width: 25px;
	height: 39px;
	overflow: hidden;
	text-indent: -20000px;
	position: absolute;
	top: 90px;
	padding: 8px;
	border-radius: 0;
	border: 0;
}

#body #carousel a:hover.carousel-control {
	background-color: rgba(255, 255, 255, 0.4);
}

#body #carousel .carousel-control.left {
	left: 15px;
	background: transparent url('../images/arrow-left.png') 50% 50% no-repeat;
}

#body #carousel .carousel-control.right {
	right: 15px;
	background: transparent url('../images/arrow-right.png') 50% 50% no-repeat;
}

#body #carousel  .carousel-caption {
	background: url('../images/background-carousel-label.png') repeat-y;
}

#body #right-info {
	float: right;
	width: 315px;
	height: 218px;
	text-align: center;
	padding-top: 20px;
	background: #9b0608 url('../images/background-right-info.png') left bottom no-repeat;
}

#body #right-info strong {
	display: block;
	font-size: 2.8em;
	color: #efc900;
	margin-bottom: 10px;
}

#body #right-info span {
	display: block;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #efc900;
	margin-bottom: 20px;
}

#body #right-info a {
	padding: 10px 20px;
	color: #9a0707;
	font-size: 2.2em;
	background-color: #efc900;
	text-decoration: none;
}

#body #left-column {
	float: left;
	width: 675px;
}

#body #left-column #left-column-content {
	padding: 30px 20px 80px 20px;
	margin-bottom: 40px;
	min-height: 500px;
	background: url('../images/background-body-content-bottom.png') left bottom no-repeat, url('../images/background-body-content.png') left bottom repeat-y;
}

#body #left-column #cite {
	position: relative;
	float: left;
	width: 405px;
	height: 122px;
	padding: 50px 20px 20px 250px;
	box-shadow: inset 0 0 4px #aaa;
	background: url('../images/quotation-mark-left.png') 238px 98% no-repeat, url('../images/quotation-mark-right.png') 98% 4% no-repeat, url('../images/background-body-content.png') left bottom repeat-y;
}

#body #left-column #cite img {
	position: absolute;
	left: 0;
	top: 0;
}

#body #left-column #cite strong {
	display: block;
	font-size: 3em;
	font-weight: normal;
	text-align: center;
}

#body #right-column {
	float: right;
	width: 285px;
	padding: 120px 15px 15px 15px;
	background: transparent url('../images/background-right-column.png') left top no-repeat;
}

#body #right-column ul#offer {
	margin-left: 0;
	margin-bottom: 0;
}

#body #right-column ul#offer li {
	list-style: none;
	text-align: right;
	margin-bottom: 20px;
}

#body #right-column ul#offer li a {
	display: block;
	height: 60px;
	padding-left: 80px;
	background-repeat: no-repeat;
}

#body #right-column ul#offer li a.stk {
	background-image: url('../images/ico-stk.png');
}

#body #right-column ul#offer li a.pen {
	background-image: url('../images/ico-pen.png');
}

#body #right-column ul#offer li a.furling {
	background-image: url('../images/ico-furling.png');
}

#body #right-column ul#offer li a.octavia {
	background-image: url('../images/ico-octavia.png');
}

#body #right-column ul#offer li a.wreck {
	background-image: url('../images/ico-wreck.png');
}

#body #right-column ul#offer li a.delivery {
	background-image: url('../images/ico-delivery.png');
}

#body #right-column ul#offer li a.container-transport {
	background-image: url('../images/ico-container.png');
}

#body #right-column ul#offer li a.sport-car {
	background-image: url('../images/ico-sport-car.png');
}

#body #right-column ul#offer li a.calc {
	background-image: url('../images/ico-calc.png');
}

#body form table th {
	padding-right: 20px;
}

#body form table input[type="text"] {
	width: 300px;
}

#body form table textarea {
	width: 460px;
}

#footer {
	text-align: center;
	background-color: #9b0608;
}

#footer #footer-content {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
	color: #fff;
}

#footer #footer-content span {
	font-size: 1.2em;
}

#footer #footer-content a {
	color: #fff;
}

#footer #footer-content #octavia {
	position: absolute;
	right: 0;
	top: -80px;
}