@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: 30px;
	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 #middle {
	float: left;
	width: 218px;
	padding-left: 16px;
}

#home #middle #map-box {
	width: 217px;
	height: 236px;
	background: url(../images/home/locations.jpg) top left no-repeat;
}

#home #middle #map-box a {
	display: block;
	height: 190px;
}

#home #middle #map-box div {
	padding-top: 9px;
	padding-left: 9px;
}

#home #middle input {
	padding: 4px;
	border: 1px solid #ccc;
}

#home #middle 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 #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;
}



/* =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;
} 

/* =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;
}

#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); }