/*
Theme Name: AUTOROTOS - ROZBORA
Theme URI: http://www.autorotos-rozbora.sk
Description: Wordpress theme for AUTOROTOS web site.
Version: 2.0
Author: crap.sk
Author URI: http://www.crap.sk/

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: url('images/body-bg.png') repeat-x 0px 89px;
	font-family: Verdana, "Arial CE", Arial, "Helvetica CE", sans-serif;
}
#wrapper {
	width: 940px;
	margin: 0px auto;
	position: relative;
}
#home {
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	background: url('images/logo-skoda.png');
	display: block;
	width: 155px;
	height: 123px;
	top: 0px;
	right: 45px;
}
#header {
	position: relative;
	z-index: 200;
}
#top-menu {
	top: 104px;
	left: 21px;
	/*width: 100%;*/
position: absolute;
	z-index: 900;
}
#top-menu ul, #top-menu li {
	float: left;
	white-space: nowrap;
}
#top-menu li a, #top-menu li.selected a.heading {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	display: block;
}
#top-menu li.selected a {
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}
#top-menu li.selected span {
	background: none;
}
#top-menu a, #top-menu a.heading, #top-menu li.selected a.heading {
	color: #555555;
	text-decoration: none;
	float: left;
}
#top-menu span, #top-menu a.heading span, #top-menu li.selected a.heading span {
	display: block;
	background: url('images/top-menu-bg.png') right 8px no-repeat;
	padding: 7px 5px 3px 5px;
	font-size: 12px;
}
#top-menu li:last-child a span {
	background: none;
}
#top-menu a:hover, #top-menu li.selected a {
	color: #9F9F9F;
}
#top-menu ul li ul {
	clear: left;
	float: none;
	display: none;
	padding: 7px 0px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	position: absolute;
	top: 23px;
	background-color: #fff;
}
#top-menu ul li.selected ul {
	display: block;
}
#top-menu ul li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
#top-menu ul li ul li a, #top-menu ul li.selected ul a {
	color: #555555;
	float: none;
	display: block;
	border: 0px;
}
#top-menu ul li ul a:hover span {
	color: #4ba82e;
	background-color: #EBEBEB;
	border: 0px;
}
#top-menu ul li.selected ul span {
	display: block;
	background-image: url('images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding: 5px 10px 4px 20px;
}
#lang-menu {
	position: absolute;
	right: 16px;
	top: 111px;
}
#lang-menu li {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}
#lang-menu a, #lang-menu span {
	display: block;
	padding: 3px;
	margin-left: 0px;
	border: 0px !important;
	color: #A5A5A5;
}
#lang-menu span {
	color: #555555;
}
#lang-menu a:hover, #lang-menu a.selected {
	text-decoration: underline;
	color: #299926;
}
#model-menu {
	position: absolute;
	z-index: 500;
	top: 145px;
	left: 20px;
}
#model-menu ul {
	width: 900px;
	float: left;
	display: inline;
	background-color: #4BA82E;
}
#model-menu li {
	float: left;
	font-size: 16px;
	white-space: nowrap;
}
#model-menu a {
	text-decoration: none;
	display: block;
	color: #fff;
	border-left: 1px solid #4BA82E;
	border-right: 1px solid #4BA82E;
	border-top: 1px solid #4BA82E;
}
#model-menu a:hover, #model-menu li.selected a {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	background-color: #fff;
}
#model-menu span {
	display: block;
	padding: 6px 26px 6px 20px;
}
#model-menu li.selected span {
	color: #4BA82E;
	background: url('images/arrow-down.png') no-repeat right 9px;
}
#model-menu ul ul {
	display: none;
	position: absolute;
	top: 29px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: auto;
	padding: 30px 0px;
	background-color: #fff;
}
#model-menu ul li.selected ul {
	display: block;/*float: none;
overflow: hidden;*/
}
#model-menu ul li.selected ul li {
	clear: left;
	font-size: 12px;
	padding: 0px 20px;
	position: relative;
}
#model-menu ul li.selected ul a {
	border: 0px;
	color: #555555;
	border: 0px;
	border-bottom: 1px solid #000;
}
#model-menu ul li.selected a.last {
	border: 0px;
}
#model-menu strong {
	color: #000;
	font-size: 16px;
	padding-right: 5px;
}
#model-menu ul li.selected ul span {
	color: #555555;
}
#model-menu ul li.selected ul ul {
	border: 0px;
	padding: 0px;
	left: 225px !important;
	top: 49px;
}
#model-menu ul li.selected ul ul li {
	padding: 0px;
	clear: left;
}
#model-menu ul li.selected ul ul span {
	background: url('images/arrow-right.png') no-repeat top left;
	padding: 0px 0px 6px 10px;
}
#model-menu ul li.selected ul ul a:hover span {
	text-decoration: underline;
	color: #4BA82E;
}
#model-menu ul li.selected ul ul a {
	border: 0px;
}
#model-menu a.thumb {
	width: 400px;
	height: 110px;
	float: left;
	background-position: 0px 30px;
	background-repeat: no-repeat;
}
#model-menu a.thumb span {
	background: none;
	padding: 10px 0px 0px 0px;
}
#model-menu a.yeti-city {
	background-image: url('images/model/yeti-city.jpg');
}
#model-menu a.yeti-mont-blanc {
	background-image: url('images/model/yeti-mont-blanc.jpg');
}
#model-menu a.akcne-modely-family {
	background-image: url('images/model/akcne-modely-family.jpg');
	height: 130px;
}
#model-menu a.monte-carlo {
	background-image: url('images/model/monte-carlo.jpg');
}
#model-menu a.octavia-tour-special {
	background-image: url('images/model/octavia-tour-special.jpg');
}
#model-menu a.fabia {
	background-image: url('images/model/fabia.jpg');
	height: 200px;
}
#model-menu a.fabia-combi {
	background-image: url('images/model/fabia-combi.jpg');
	height: 160px;
}
#model-menu a.roomster {
	background-image: url('images/model/roomster.jpg');
	height: 150px;
}
#model-menu a.octavia {
	background-image: url('images/model/octavia.jpg');
	height: 150px;
}
#model-menu a.octavia-combi {
	background-image: url('images/model/octavia-combi.jpg');
	height: 160px;
}
#model-menu a.octavia-tour {
	background-image: url('images/model/octavia-tour.jpg');
}
#model-menu a.octavia-combi-tour {
	background-image: url('images/model/octavia-combi-tour.jpg');
}
#model-menu a.yeti {
	background-image: url('images/model/yeti.jpg');
	height: 130px;
}
#model-menu a.octavia {
	background-image: url('images/model/octavia.jpg');
	height: 150px;
}
#model-menu a.superb {
	background-image: url('images/model/superb.jpg');
	height: 150px;
}
#model-menu a.superb-combi {
	background-image: url('images/model/superb-combi.jpg');
	height: 150px;
}
#model-menu a.praktik {
	background-image: url('images/model/praktik.jpg');
}
#submenu {
width: 100%;
height: 30px;
background-color: #000;
}
#submenu ul {
padding: 0px 15px;
border-right: 1px solid #4D4D4D;
overflow: hidden;
}
#submenu li {
float: left;
font-size: 11px;
}
#submenu li a {
text-decoration: none;
border-left: 1px solid #4D4D4D;
display: block;
height: 30px;
}
#submenu li span {
display: block;
padding: 8px 10px;
color: #fff;
}
#submenu li a.current-menu-item, #submenu li a:hover, #submenu li a:hover span, #submenu li.current-menu-item span {
background-color: white;
color: #9F9F9F !important;
}
#main-stage {
	margin-top: 120px;
	position: relative;
	width: 940px;
	height: 492px;
	z-index: 100;
}
#main-stage div {
	position: absolute;
	z-index: 100;
}
#main-stage div a {
	display: block;
}
#main-stage .mtText {
	line-height: 1.4em;
	font-size: 12px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	z-index: 10;
}
#main-stage .mtText p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
}
.mtText strong {
	font-weight: bold;
}
.mtText a, .mtText a:visited, .mtText a:active, .mtText a:hover {
	background: url("images/arrow-layer.png") no-repeat scroll left 3px transparent;
	color: #fff;
}
.mtText a, .mtText a:visited, .mtText a:active, .mtText a:hover {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
}
ol.multi-top-image-switcher {
	position: absolute;
	z-index: 120;
	top: 30px;
	right: 30px;
}
.multi-top-image-switcher li {
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	margin-left: 4px;
	position: relative;
	width: 31px;
}
.multi-top-image-switcher li span {
	color: White;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#filmstrip {
	position: absolute;
	z-index: 600;
	background-color: #ECECEC;
	top: 397px;
	left: 20px;
	width: 600px;
	height: 190px;
	overflow: hidden;
}
#filmstrip div {
	position: relative;
}
#filmstrip ul li {
	margin-right: 20px;
	position: relative;
	height: 100%;
	display: block;
	float: left;
}
#filmstrip div a {
	display:inline-block;
}
#filmstrip .arrow {
	float: left;
	height: 190px;
	outline: 0 none;
	overflow: hidden;
	width: 33px;
	cursor: pointer;
	float: left;
}
#filmstrip .arrowleft {
	background: url("images/arrow-left-big.png") no-repeat scroll center center transparent;
}
#filmstrip .arrowright {
	background: url("images/arrow-right-big.png") no-repeat scroll center center transparent;
}
#filmstrip .block {
	float: left;
	padding: 20px 0 0;
	width: 257px;
}
#filmstrip .image {
	float: left;
	height: 125px;
	overflow: hidden;
	width: 257px;
}
#filmstrip .image a img {
	border: medium none;
	float: left;
	height: 125px;
	overflow: hidden;
	width: 257px;
}
#filmstrip .text a, #filmstrip .text a:visited, #filmstrip .text a:active, #filmstrip .text a:hover {
	background: url("images/arrow-right-box.png") no-repeat scroll left center transparent;
	color: black;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	padding-left: 15px;
	text-decoration: none;
	color: #555555;
}
#filmstrip .text a span, #filmstrip .text a:visited span, #filmstrip .text a:active span {
	color: black;
	text-decoration: none;
}
#filmstrip .text a:hover span {
	color: #299926;
	text-decoration: underline;
}
#filmstrip .text {
	float: left;
	font-size: 11px;

padding: 10px 0 0;
}
#company {
	position: absolute;
	width: 253px;
	height: 104px;
	top: 417px;
	left: 655px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
}
#company span.description {
	display: block;
	font-size: 10pt;
	width: 233px;
	margin: 13px;
}
#company span.reseller {
	font-size: 11pt;
	font-weight: bold;
}
#news {
	width: 253px;
	background-color: #000;
	color: #fff;
	margin: 34px 0px 0px 655px;
	padding-bottom: 10px;
}
#news h2 {
	font-size: 25px;
	padding: 20px 20px 10px 20px;
}
#news ul {
	padding: 0px 10px 0px 20px;
}
#news li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	background: url('images/arrow-right-white.png') no-repeat 0px 4px;
	font-size: 10pt;
	margin-bottom: 4px;
	line-height: 1.1em;
}
#news li a:hover {
	text-decoration: underline;
}
#main {
	margin: 134px auto 0px auto;
	width: 900px;
}
#header-image {
line-height: 0;
text-align: center;
overflow: hidden;
}
.home #main {
width: 940px;
margin: 0px;
}
#main .content p, #main .content li {
	font-size: 12px;
    line-height: 17px;
}
#main .content {
overflow: hidden;
padding: 0px 20px 20px 20px;
}
strong {
font-weight: bold;
}
.content p {
margin: 5px 0px;
}
.content em {
font-style: italic;
}
.content h1 {
font-size: 16px;
font-weight: bold;
margin: 20px 0px 20px 0px;
}
.content h2 {
font-size: 14px;
font-weight: bold;
margin: 20px 0px 10px 0px;
}
.content img {
margin: 5px;
}
.content div.thumbnail {
float: left;
margin: 0px 20px 20px 0px;
display: inline;
}
.content .post {
clear: left;
}
.content div.thumbnail img {
margin: 0px;
}
.content img.alignright {
float: right;
clear: right;
margin-right: 0px;
margin-left: 20px;
}
.content img.alignleft {
float: left;
clear: left;
margin-left: 0px;
margin-right: 20px;
}
.content iframe {
margin: 10px 0px;
}
.content table {
margin: 10px 0px;
}
.content td {
font-size: 12px;
line-height: 17px;
padding-right: 20px;
vertical-align: top;
}
.content ul {
margin-left: 10px;
margin-bottom: 10px;
}
.content li {
display: block;
background: url('images/arrow-right.png') no-repeat 0px 3px;
padding: 0px 12px 3px 15px;
}
.content a {
color: #029F02;
text-decoration: none;
border-bottom: 1px dotted #029F02;
font-size: 12px;
}
.content a.noborder, .content a.noborder:hover {
border: 0px;
}
.content a img {
border: 1px solid #cccccc;
}
.content a:hover {
border-bottom: 1px solid #029F02;
}
.content a:hover img {
border: 1px solid #029F02;
}
.content table.kontakt td {
padding: 10px 10px 10px 0px;
}
.content tr.border td {
border-bottom: 1px dotted #555;
}
.navigation {
padding: 20px 0px;
overflow: hidden;
}
.nav-previous {
	float: left;
}
.nav-next {
float: right;
}
#footer {
	background: #F2F2F2 url('images/footer-bg.png') no-repeat top center;
	width: 100%;
	overflow: auto;
	margin-top: 12px;
}
#footer div.inner {
	width: 860px;
	margin: 20px auto;
	overflow: hidden;
}
#footer div.left, #footer div.right {
	width: 430px;
	float: left;
}
#footer ul {
	width: 100%;
	float: left;
}
#footer li {
	float: left;
	width: 200px;
	margin-right: 10px;
	display: inline;
}
#footer li.wide {
	width: 430px;
}
#footer li a.heading {
	font-size: 14px;
	font-weight: bold;
	height: 20px !important;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0px;
	background: none;
	color: #000;
}
#footer li a.heading:hover {
	color: inherit;
	text-decoration: none;
}
#footer li a {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 2px;
	padding-left: 15px;
	text-decoration: none;
	background: url('images/arrow-right.png') no-repeat 0px 5px;
	text-decoration: none;
	color: #555555;
}
#footer li a:hover {
	color: #299926;
	text-decoration: underline;
}
#footer p.signature {
	float: left;
	margin-top: 20px;
	clear: left;
	font-size: 7pt;
	color: #555555;
	width: 100%;
}
small {
font-size: 0.9em;
}
