@charset "utf-8";
/*

	Vrtucar

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #fff url('../images/wrapper/body-bg.jpg') top center repeat-x;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 13px;
	color: #555;
}

body.fr {
	background: #fff url('../images/wrapper/body-bg-f.jpg') top center repeat-x;
}

table tr td {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.note {
	background: #ff0;
}

strong {
	color: black;
}


/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 934px;
	margin: 0 auto;
}

#login {
	float: right;
	margin-top: 39px;
}

#login input {
	float: left;
	margin-left: 9px;
	color: #6a6a69;
	font-weight: bold;
	font-size: 12px;
}

#login input.username {
	width: 86px;
	padding: 2px 4px;
	margin: 2px;
}

#login input.password {
	width: 112px;
	padding: 2px 4px;
	margin: 2px 2px 2px 6px;
}

#login .time {
	clear: left;
	margin-top: 45px;
	margin-left: 73px;
	font-size: 11px;
	background: url(../images/clock.png) left center no-repeat;
	padding-left: 22px;
	display: block;
	line-height: 16px;
}

#login .time a {
	color: #333;
	font-weight: bold;
}

#login .time a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	padding: 20px 0 0 20px;
}

#logo h1 {
	margin: 0;
}

#text-content {
	clear: left;
	padding: 20px 32px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	position: relative;
	z-index: 2;
}

#text-content.sidebar {
	float: left;
	width: 580px;
	padding-right: 16px;
}

#sidebar {
	padding: 20px 0 20px 60px;
	float: left;
	background: url(../images/wrapper/sidebar-bg.gif) 0 20px no-repeat;
	width: 220px;
	position: relative;
	z-index: 2;
	min-height: 348px;
	height: auto !important;
	height: 348px;
}


/* =Layout (Home)
---------------------------------------------------------------------------------------------------- */
body#home {
	background-image: url('../images/home/body-bg.jpg');
}

body.fr#home {
	background-image: url('../images/home/body-bg-f.jpg');
}

#home #nav {
	height: 56px;
}

#home #content {
	margin-left: -2px;
	position: relative;
	z-index: 2;
}

#home img {
	display: block;
}

#home #banner {
	margin-bottom: 23px;
	width: 934px;
	height: 295px;
	overflow: hidden;
}

#home #news {
	float: left;
	width: 328px;
	padding-left: 19px;
	padding-right: 26px;
	font-size: 12px;
	line-height: 15px;
}

#home #news a {
	color: black;
}

#home #news li {
	margin-bottom: 15px;
}

#home #news span, span.green {
	font-weight: bold;
	color: #7dae1e;
}

#home #left {
	float: left;
	width: 585px;
	padding-left: 22px;
}

#home #left h2 {
	float: left;
	padding-top: 9px;
}

#home #left #map-form {
	float: right;
}

#home #left input {
	padding: 4px;
	border: 1px solid #ccc;
	background: #f4f4f4;
}

#home #left input.button {
	color: white;
	font-weight: bold;
	border: 1px solid #7DAE1E;
	background: url(../images/wrapper/nav-active.gif) center -1px repeat-x;
	cursor: pointer;
}

#home #left #map-expand {
	position: absolute;
	margin: 331px 0 0 528px;
	z-index: 9999;
}

#home #left #map-home {
	margin-top: 4px;
	width: 583px;
	height: 382px;
	border: 1px solid #ddd;
}

#home #buttons {
	float: left;
	width: 238px;
	padding-left: 42px;
}

#home .partnerships {
	margin: 10px auto 0 auto;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer-wrapper {
	clear: both;
	background: url('../images/wrapper/footer-bg.png') top center repeat-x;
	height: 162px;
	margin-top: -70px;
	#margin-top: -80px;
	position: absolute;
	z-index: 0;
	width: 100%;
	/*
	position: absolute;
	bottom: 0;
	width: 100%;*/
}

.fr #footer-wrapper {
	background: url('../images/wrapper/footer-bg-f.png') top center repeat-x;
}

#footer {
	width: 980px;
	left: 50%;
	margin-left: -490px;
	height: 162px;
	position: absolute;
}

#footer p {
	margin: 129px 0 0 192px;
}

#footer a {
	text-decoration: underline;
}

#footer .top {
	float: right;
	width: 145px;
	height: 43px;
	display: block;
	margin: 117px 40px 0 0;
}


/* =Main navigation
---------------------------------------------------------------------------------------------------- */
#nav {
	clear: both;
	padding: 16px 0 0 0;
	height: 75px;
}

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

#nav a, #nav span {
	font-weight: bold;
	font-size: 16px;
	color: white;
	line-height: 34px;
	display: block;
	padding: 0 20px;
	margin: 3px 0;
}

#nav a:hover, #nav a.active {
	background: #618717 url(../images/wrapper/nav-active.gif) top center repeat-x;
	border-left: 3px solid #EBEBE8;
	border-right: 3px solid #EBEBE8;
	padding: 0 17px;
	line-height: 40px;
	margin: 0;
}

.fr #nav a, .fr #nav span {
	font-size: 13px;
	padding: 0 11px;
}

.fr #nav a:hover, .fr #nav a.active {
	padding: 0 8px;
}

#nav span {
	color: #608517;
	position: absolute;
	margin-top: -36px;
	margin-left: 1px;
	z-index: -1;
}


/* =Sub navigation
---------------------------------------------------------------------------------------------------- */
#sub-nav img {
	margin-top: 12px;
}

#sub-nav h2, #sub-nav h2 a {
	color: black;
	font-size: 36px;
	margin: 0;
	height: 51px;
}

#sub-nav h2 {
	padding-left: 16px;
}

#sub-nav li {
	float: left;
	margin: 0 1px 0 -1px;
	padding-left: 0;
}

#sub-nav li a {
	color: white;
	font-weight: bold;
	padding: 0 19px;
	display: block;
	line-height: 27px;
}

#sub-nav li a:hover {
	background: url(../images/wrapper/sub-nav-hover.gif) top left repeat-x;
}

#sub-nav li a.active {
	color: #545454;
	background: white;
}

#sub-nav li a.active:hover {
	background: white;
}


/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link {
	outline: none;
	color: #497c33;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: #497c33;
}

a:hover {
	outline: none;
	color: #000000;
}

#text-content a, #sidebar a {
	text-decoration: underline;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	line-height: 20px;
	margin: 0 0 18px 0
}

h1 {
	color: #39b54a;
	font-size: 22px;
	margin: 0 0 16px 0;
}

h2 {
	color: #00aedb;
	font-size: 16px;
	margin: 0 0 15px 0;
}

h3 {
	color: #8dc225;
	font-size: 15px;
	margin: 0 0 15px 0;
}

/* =Lists
--------------------------------------------------------------------------------------------------- */
#text-content ul, #text-content ol, #sidebar ul, #sidebar ol {
	margin: 0 0 18px 36px;
}

#text-content ul li, #sidebar ul li {
	list-style: disc;
}

#text-content ul li, #text-content ol li, #sidebar ul li, #sidebar ol li {
	line-height: 18px;
	padding-left: 12px;
}

#text-content li.pdf {
	background: url(../images/icon-pdf.gif) top left no-repeat;
	padding-left: 24px;
	list-style: none !important;
	margin-bottom: 4px;
}
#text-content li.pdf-large {
	background: url(../images/icon-pdf-large.png) top left no-repeat;
	padding-left: 57px;
	font-size: 17px;
	font-weight: bold;
	line-height: 48px;
	list-style: none !important;
	margin-bottom: 4px;
}
#text-content li.pdf-large a {
	color: #c00;
}


/* =Dividers
--------------------------------------------------------------------------------------------------- */
div.hr {
	height: 10px;
	background: #fff url('../images/hr.gif') no-repeat top left;
	margin-bottom: 1em;
	clear: left;
}

div.hr hr {
	display: none;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
input, select, textarea {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
}

#text-content input {
	padding: 4px;
	border: 1px solid #ccc;
}

#text-content input.button {
	color: white;
	font-weight: bold;
	border: 1px solid #7DAE1E;
	background: url(../images/wrapper/nav-active.gif) center -1px repeat-x;
	cursor: pointer;
}

.form .text, .form .select {
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 8px;
	margin-right: 8px;
}

.form .checkbox {
	margin: 0 7px;
}

.form .validation {
	color: #F8953E;
}

.form .asterisk {
	color: #F8953E;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}


.form fieldset {
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 5px 15px 15px 15px;
	margin: 0 15px 10px 0;
}

.form fieldset legend {
	#background: #fff;
	color: #7DAE1E;
	padding: 6px;
	font-weight: bold;
} 


/* =Orientation
---------------------------------------------------------------------------------------------------- */
#orientation {
	width: 877px;
	height: 540px;
	background: url(../images/orientation/full-bg-extra.png);
	margin: 0 0 -20px -5px;
}
#orientation #main {
	position: absolute;
	width: 641px;
	height: 540px;
	overflow: hidden;
	background: #686868;
}

/* Slides */
#orientation #slide {
	background: #fff;
	border: 1px solid #595959;
	width: 440px;
	margin: 0 auto;
	-moz-box-shadow: 0 5px 15px #494949;
	-webkit-box-shadow: 0 5px 15px #494949;
	box-shadow: 0 5px 15px #494949;
}
#orientation #slide-title {
	background: url(../images/orientation/titlebar-bg.png) repeat-x;
	font-weight: bold;
	color: #d3d3d3;
	line-height: 24px;
	font-size: 11px;
	padding: 0 22px;
}
#orientation #slide-content {
	padding: 22px;
}
#orientation #slide-content h2 {
	color: #000;
}
#orientation .buttons {
	clear: both;
	height: 31px;
	margin-bottom: 0;
}
#orientation .button {
	color: white;
	font-weight: bold;
	border: 1px solid #7DAE1E;
	background: url(../images/wrapper/nav-active.gif) center -1px repeat-x;
	font-size: 13px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
}
#orientation .button:hover {
	border-color: #44610d;
}
#orientation .button:active {
	padding: 6px 9px 4px 11px;
}
#orientation form p {
	clear: left;
	height: 26px;
}
#orientation #slide-intro-form label {
	float: left;
	display: block;
	width: 130px;
	line-height: 26px;
}
#orientation #slide-intro-form input {
	float: left;
}
#orientation #slide-intro-form input.error {
	border-color: #d00;
	background: #fdd;
}
#orientation .slide-quiz-box {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 20px;
	font-size: 16px;
}
#orientation .slide-quiz-question {
	font-weight: bold;
	width: 350px;
}
#orientation .slide-quiz-list {
	margin: 0;
}
#orientation .slide-quiz-list li {
	list-style: none;
	cursor: pointer;
	clear: both;
	padding-bottom: 14px;
}
#orientation .slide-quiz-list li .icon {
	float: left;
	background: url(../images/orientation/checkboxes.png) top left no-repeat;
	width: 21px;
	height: 21px;
	margin-top: 2px;
	overflow: hidden;
}
#orientation .slide-quiz-list li .question {
	float: left;
	width: 300px;
	margin-left: 10px;
	padding: 3px 5px;
}
#orientation .slide-quiz-list li:hover .icon { background-position: top right; }
#orientation .slide-quiz-list li:hover .question { background: #eee; }
#orientation .slide-quiz-list li.correct .icon { background-position: bottom left; }
#orientation .slide-quiz-list li.correct .question { color: #6A9516; }
#orientation .slide-quiz-list li.wrong .icon { background-position: bottom right; }
#orientation .slide-quiz-list li.wrong .question { color: #900; text-decoration: line-through; }

#orientation .slide-quiz-box .buttons {
	margin-top: 8px;
}

/* Videos */
#orientation #player {
	margin: 10px 0 -30px 9px;
	overflow: hidden;
}
#orientation #player div {
	/*margin-top: -30px;*/
}
#orientation #player .control-left {
	margin-top: 3px; 
	float: left;
}
#orientation #player .control-right {
	margin: 3px 11px 0 0; 
	float: right;
	cursor: pointer;
}

/* Chapters */
#orientation #chapter-selection {
	display: none;
	position: absolute;
	z-index: 1;
	width: 251px;
	height: 49px;
	margin: 0 0 0 628px;
	background: url(../images/orientation/chapter-selected.png) top left no-repeat;
}
#orientation #chapters {
	position: absolute;
	z-index: 2;
	margin-left: 642px;
	width: 235px;
	height: 514px;
}
#orientation #chapters ul {
	margin: 0;
	padding: 1px 0 0 0;
}
#orientation #chapters li {
	width: 213px;
	list-style: none;
	padding-left: 15px;
}
#orientation #chapters span {
	display: block;
	line-height: 47px;
	height: 48px;
	font-size: 17px;
	color: #585858;
	width: 205px;
	text-decoration: none;
	cursor: default;
}
#orientation #chapters li.active span {
	color: #fff;
}
#orientation #chapters li.complete span {
	text-decoration: line-through;
	color: #aaa;
}

/* Chapters - Viewer only */
#orientation #chapters a {
	display: block;
	height: 48px;
	text-decoration: none;
}
#orientation #chapters a span {
	cursor: pointer;
}
#orientation #chapters li.active a span {
	color: #fff !important;
}
#orientation #chapters li.complete a span {
	text-decoration: none;
	color: #585858;
}

/* =Page Elements
---------------------------------------------------------------------------------------------------- */

/* Rates */

small {
	font-size: 11px;
	color: #999;
}

table.plans td {
	padding: 0 20px 20px 0;
	vertical-align: middle;
}

.rate {
	width: 275px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 5px;
	margin-top: 5px;
}

.notes h2 {
	font-size: 11px;
	color: #777;
	padding-top: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	border-top: 1px solid #eee;
}

.notes, .notes li {
	font-size: 11px;
	line-height: 14px !important;
}

/* FAQ */

.questions {
	margin: 0 !important;
}

.questions > li {
	list-style: none !important;
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 5px;
	margin-bottom: 5px;
}

.questions .question {
	text-decoration: none !important;
	color: #555;
	font-weight: bold;
	display: block;
}

.questions .question span {
	font-weight: bold;
	font-size: 16px;
	color: #7DAE1E;
}

.questions .answer {
	border-top: 1px solid #ddd;
	margin-top: 12px;
}

.questions .answer span {
	font-weight: bold;
	font-size: 16px;
	color: #00AEDB;
}

.questions .answer p {
	margin: 1em 0 0 0;
}

/* Misc */

.find {
	background: #f4f4f4; 
	border: 1px solid #ddd; 
	border-right: none;
	padding: 15px; 
	width: 230px; 
	margin: 30px 0 30px 0;
	z-index: 3;
	position: absolute;
}

.find h2 {
	color: #555;
	margin: 0 0 5px 0;
}

.map-full {
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #ddd; 
	float: left;
}

.station {
	width: 365px;
}

.station h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.station-thumb {
	border: 3px solid #eee;
	float: left;
	margin-right: 5px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.station-thumb:hover {
	border-color: #00AEDB;
}

.station-thumb img {
}

.inline-right {
	float: right;
	margin: 0 0 20px 20px;
}

.inline-left {
	float: left;
	margin: 0 20px 20px 0;
}

span.green {
	color: #7DAE1E;
	font-weight: bold;
}

span.blue {
	color: #00AEDB;
	font-weight: bold;
}

.cars img {
	margin: 0 25px;
}

.cars td {
	vertical-align: middle !important;
	padding: 10px 0;
}

.choose-plan {
	margin: 0 -25px;
}

.choose-plan td {
	width: 33%;
	padding: 15px !important;
	vertical-align: top !important;
	background: #f9f9f9;
	border: 1px solid #ddd;
}

.choose-plan h2 {
	margin: 0;
	text-align: center;
}

.choose-plan h2 a {
	text-decoration: none !important;
	font-size: 28px;
}

.choose-plan h3 {
	text-align: center;
}

.choose-plan td.special {
	background: #ffd; 
	border: 1px solid #dd9;
}
.choose-plan .special h2 {
	text-align: left;
	padding-left: 10px;
}
.choose-plan .special h2 a {
}
.choose-plan .special h3 {
	text-align: left;
	padding-left: 10px;
}

#logos {
	width: 190px;
	height: 120px;
}

#logos td {
	width: 190px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
}

ul.news li.new-station {
	list-style: none !important;
	background: url(../images/icon-new.png) 0 0 no-repeat;
	padding-left: 24px !important;
}

ul.news li.news {
	list-style: none !important;
	background: url(../images/icon-article2.png) top left no-repeat;
	padding-left: 24px !important;
}

.feature {
	display: block;
	margin: 0 -23px;
}

.how-apply, .how-reserve, .how-drive, .how-pay {
	background: url(../images/how-apply.png) left center no-repeat;
	line-height: 32px;
	padding-left: 40px;
}

.how-reserve { background-image: url(../images/how-reserve.png); }
.how-drive { background-image: url(../images/how-drive.png); }
.how-pay { background-image: url(../images/how-pay.png); }

.testimonial {
	background: #ffd;
	border: 1px solid #ec7;
	padding: 15px 15px 0 15px;
	margin: -18px 7px 0 -12px;
}
.testimonial h2 {
	color: #DFA929;
	margin-bottom: 3px;
	letter-spacing: -1px;
}
.testimonial p {
	color: #665544;
}

.error_msg {
	color: #b00;
	border: 1px solid #b00;
	padding: 10px 15px;
	background: #fee;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}
