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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #f5f4f4 url('../gfx/bgnd.jpg') center top no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #707070;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #a20000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	background: url('../gfx/h-bgnd.png') left bottom no-repeat;
	line-height: 1;
}

h2 {
	color: #a20000;
	font-size: 17px;
	margin-top: 15px;
	font-weight: normal;
}

p {
	margin-top: 15px;
}

ul, ol {
	padding-left: 25px;
	margin-top: 15px;
}

h2 + p, h2 + ul, h2 + ol {
	margin-top: 15px;
}

ul ol:first-child, ol ul:first-child {
	margin-top: 0;
}

ul li {
	list-style-image: url('../gfx/arrow.png');
}

ol > li {
	list-style: decimal;
}

form ol {
	padding: 0;
}

form li {
	list-style: none;
	margin-bottom: 10px;
}

label {
	display: block;
}

input {
	width: 200px;
	border: 1px solid #888;
}

textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #888;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#top {
	height: 332px;
	position: relative;
	width: 970px;
	background: url('../gfx/top-bgnd.jpg') no-repeat;
}

#logo, #logo img {
	display: block;
	float: left;
}

#car-o {
	position: absolute;
	width: 493px;
	height: 369px;
	right: -35px;
}

#car {
	position: relative;
	right: -35px;
	float: right;
	width: 493px;
	height: 369px;
}

#top-menu {
	position: absolute;
	top: 276px;
	left: 0;
	height: 56px;
	background: url('../gfx/menu-bgnd.png') left top repeat-x;
	width: 970px;
	font-size: 9pt;
	font-weight: bold;
}

#top-menu ul {
	padding: 0;
	margin: 0;
}

#top-menu li {
	float: left;
	background: url('../gfx/menu-sep.png') right top no-repeat;
	list-style: none;
}

#top-menu li:hover,
#top-menu li.active {
	margin-left: -2px;
	background: url('../gfx/h-menu-bgnd.png') repeat-x;
}

#top-menu li:hover:first-child,
#top-menu li.active:first-child {
	margin-left: 0;
	background: url('../gfx/h-menu-bgnd.png') repeat-x -2px top;
}

#top-menu a {
	position: relative;
	display: block;
	float: left;
	padding: 24px 22px 0 20px;
	color: #262626;
	height: 32px;
	letter-spacing: 1px;
}

#top-menu li a:hover,
#top-menu li.active a {
	padding-left: 22px;
	text-decoration: none;
	background: url('../gfx/h-menu-sep.png') right top no-repeat;
	color: #a20000;
}

#top-menu li:first-child a:hover,
#top-menu li.active:first-child a {
	padding-left: 20px;
	background: url('../gfx/h-menu-sep.png') right top no-repeat;
}

#content {
	padding: 30px 0 20px 0;
	background: #ffffff url('../gfx/content-bgnd.jpg') left top no-repeat;	
}

#sidebar {
	width: 292px;
	padding-right: 20px;
	margin-left: 20px;
	float: left;
}

.box {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #e2e4df;
	width: 260px;
	position: relative;
	font-size: 11px;
	line-height: 14px;
}

.box p, .box ul {
	margin: 0;
}

.box a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #a20000;
	position: absolute;
	bottom: 15px;
	right: 10px;
	text-align: right;
	width: 120px;
}

#offer {
	background: url('../gfx/box-1.png') left top no-repeat;
	height: 153px;
	width: 165px;
	padding-left: 110px;
}

#contact {
	background: url('../gfx/box-2.png') left top no-repeat;
	height: 51px;
}

#main {
	float: left;
	padding-left: 20px;
	width: 597px;
	border-left: 1px solid #f0f1ef;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background: #dcdcdc;
	opacity: 0.55;
	font-size: 11px;
	padding: 10px 15px;
	overflow: auto;
	color: #444;
	line-height: 16px;
}

#footer p {
	margin: 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}

#footer li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #444;
}

#footer li:first-child {
	border: 0 none;
	padding-left: 0;
}

#footer a {
	color: #444;
}

#copyright {
	float: right;
	text-align: right;
}

#copyright a {
	font-weight: bold;
}

#design {
	float: left;
	clear: left;
}

#design a {
	font-weight: bold;
	color: #a20000;
}

#powered {
	font-size: 11px;
	margin: 0;
	padding: 10px 15px;
	color: #bbb;
	line-height: 16px;
	clear: both;
}

.ncms-gallery-items {
	padding: 0;
	margin: 0;
}

.ncms-gallery-items li {
	list-style: none;
	float: left;
	margin: 15px 15px 0 0;
}

.ncms-gallery-items a {
	display: block;
	border: 1px solid #e8bfbf;
	padding: 15px;
}

.ncms-gallery-items img {
	display: block;
}

.fck-right {
	float: right;
}

.error {
	color: red;
}

.error input, .error textarea {
	border: 1px solid red;
}
