@charset utf-8;

html,body,div,w,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,font,img,small,strong,center,dl,dt,dd,ul,li,form,fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
}

/* @end */

/* @group Global */

body {
	background: #fff url(../img/bg.png) center top repeat-x;
	font: 0.875em/1.25em Lucida Grande, sans-serif;
	color: #6a6a6a;
	overflow: -moz-scrollbars-vertical;
}

a {
	color: #b60805;
	text-decoration: none;
}

a:hover {
	color: #dd1808;
}

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

.button {
	border: none !important;
	color: #fff;
	background: url(../img/button.png) left top no-repeat !important;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	cursor: pointer;
	height: 36px !important;
	width: 100px !important;
	overflow: visible;
}
.button:hover {
	background-position: 0 -35px !important;
}
/* @end */

/* @group Header */

#header {
	overflow: hidden;
	height: 118px;
	position: relative;
}

#header h1 {
	height: 118px;
	width: 325px;
	font-size: 1.2em;
	top: 0;
	left: 0;
	float: left;
	position: relative;
}

#header h1 a,#header h1 a:visited {
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
	width: 325px;
	color:#FFFFFF;
}

#header h1 a:hover {
	color:#FFFFFF;
}

#header h1 a,#header h1 a span {
	display: block;
	height: 118px;
}

#header h1 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 325px;
	background: url(../img/logo.png) left top no-repeat;
}

/* @end */

/* @group Nav */

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
}

#nav li:first-child {
	background: none;
}

#nav li {
	float: left;
	padding: 0 0 0 3px;
}

#nav li a {
	display: block;
	text-transform: uppercase;
	background: url(../img/nav.png) left bottom repeat-x;
	padding: 13px .5em;
	color: #3b3a3a;
	font-weight: bold;
	text-align: center;
}

#nav li a:hover,#nav li a.active {
	background: url(../img/nav-hover.png) left bottom repeat-x;
}

/* @end */

/* @group Top */

#top {
	overflow: hidden;
	height: 243px;
	background: url(../img/top.png) bottom left no-repeat;
}

#top blockquote {
	float: right;
	padding: 50px 0 0 0;
	width: 563px;
}

#top blockquote h2 {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.3em;
	text-transform: uppercase;
}

#top blockquote p {
	color: #fff;
	line-height: 1.4em;
	padding-top: 1em;
}

/* @end */

/* @group Breadcrump */

#breadcrump {
	margin: 1em 0 0 0;
}

#breadcrump p {
	padding: .4em 1em;
	color: #999;
	font-size: .9em;
}

#breadcrump p a {
	color: #999;
	text-decoration: underline;
}

#breadcrump p a:hover {
	text-decoration: none;
}

/* @end */

/* @group Container */

#container {
	width: 994px;
	margin: 0 auto;
	background: url(../img/shadow-l.png) left top no-repeat;
	padding: 0 0 0 24px;
	position: relative;
	top: -21px;
	overflow: hidden;
}

#container .spacer {
	background: url(../img/shadow-r.png) right top no-repeat;
}

/* @end */

/* @group Content */

#content {
	width: 60%;
	float: left;
	color:#000000;
	text-align:justify;
}
#content h2 {
	border-bottom: 1px solid #eaeaea;
	padding: 35px 0 .5em 0;
	display: block;
	color: #444;
	font-size: 1.4em;
	font-weight: normal;
}
#content p {
	margin-top: 15px;
}
#content ul {
	margin-left: 10px;
	font-size:12px;
}
#content ul li {
	margin-left: 20px;
	margin-top: 10px;
	list-style:disc;
}
#content div#slider ul li {
	list-style:none;
	margin-left:7px;
}
/* @end */

/* @group Sidebar */

#sidebar {
	width: 37%;
	float: right;
	padding-top: 16px;
}

#sidebar h3 {
	background: url(../img/sidebar-h3.png) center bottom no-repeat;
	padding: 1em 0;
	color: #444;
	font-size: 1.3em;
	font-weight: normal;
}

#sidebar blockquote {
	padding-left: 50px;
	background: url(../img/quote.png) left top no-repeat;
	clear: both;
	margin-bottom: 2em;
}

#sidebar blockquote p {
	font-style: italic;
	margin-bottom:15px;
}

#sidebar blockquote span {
	float: right;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}
#sidebar .reklama {
	margin-left: 3.3em;
	margin-top: 1em;
}
/* @end */

/* @group Main */

#main {
	background: #fff url(../img/bg-main.png) left top repeat-x;
	border: 6px solid #fff;
	width: 938px;
	padding: 0 10px;
	overflow: hidden;
}

#main img.left {
	float: left;
	margin-right: 10px;
}

#main p {
	line-height: 1.7em;
	font-size: .9em;
}

#main #slider {
	padding-top: 30px;
	background: none !important;
}

.ui-tabs .ui-tabs-panel {
	padding: 13px;
	display: block;
	border-width: 0;
	background: none;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

ul#navigation {
	width: 100%;
	padding-bottom: .5em;
	overflow: hidden;
}

ul#navigation li {
	float: left;
	margin-right: 1em;
}

ul#navigation #car1 {
	background: url(../img/li-car.png) left bottom no-repeat;
}

ul#navigation #car2 {
	background: url(../img/li-car2.png) left bottom no-repeat;
}

ul#navigation #car3 {
	background: url(../img/li-car3.png) left bottom no-repeat;
}

ul#navigation li a {
	padding: 7px 10px 0 25px;
	display: block;
	font-size: 1.3em;
	color: #222;
	background: none;
	text-transform: uppercase;
}

ul#navigation li a:hover, .ui-state-active a {
	color: #b60805 !important;
}

#slider .scroll {
	overflow: auto;
	overflow-x: hidden;
	z-index: 0;
	width: 100%;
	background: url(../img/sidebar-box-top.png) left top no-repeat;
	clear: left;
	border-top: 1px solid #eaeaea;
}

/* @end */

/* @group Info */

#info {
	background: #3b3a3a url(../img/info.png) left top repeat-x;
	width: 100%;
	overflow: hidden;
	padding-top: 6px;
}

#info .spacer {
	margin: 0 auto;
	width: 950px;
	padding-bottom: 1em;
	overflow: hidden;
}

#info .spacer .l {
	float: left;
	padding-top: 2em;
	width: 48%;
	border-right: 1px solid #3b3a3a;
}

#info .spacer .r {
	float: right;
	padding-top: 2em;
	width: 48%;
}

#info .spacer h3 {
	color: #fff;
	font-size: 1.5em;
	padding-bottom: .7em;
}

#info form fieldset {
	clear: both;
	font-size: .9em;
	margin-top: .5em;
	padding: 0;
}

#info fieldset label {
	padding-left: 10px;
	color: #fff;
	font-size: 1.3em;
}

#info fieldset .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}

#info fieldset input {
	padding: .3em .3em;
	margin: 0 0 1em 0;
	border: solid 3px #868484;
	background: #fff;
}

#info fieldset textarea {
	padding: .3em .3em;
	margin: 0 0 1em 0;
	border: solid 3px #868484;
	background: #fff;
}
#info img {
	border: solid 3px #868484;
	float: left;
}
/* @end */

/* @group Footer */

#footer {
	width: 100%;
	background: url(../img/footer.png) left top repeat-x;
	font-size: .9em;
}

#footer .spacer {
	overflow: hidden;
	margin: 0 auto;
	color: #d6d5d5;
	width: 950px;
	padding: .9em 1em;
}

#footer .spacer p {
	color: #d6d5d5;
}

#footer .spacer a {
	color: #fff;
}

#footer .spacer a:hover {
	text-decoration: underline;
}

/* @end */
