body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: normal;
	background: url("images/background.png") top left repeat-x #7d8f2e;
	line-height: 1.0;
}

iframe { border: 0; overflow: none; }

a { cursor: pointer; }

.right { text-align: right; }
.center { text-align: center; }

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	/*tmp*/ height: 520px;
}

#home #page {
	background: url("images/home_bg.png") 0 56px no-repeat;
}

#logo {
	display: block;
	width: 192px;
	position: absolute;
	top: 0;
	left: 42px;
	height: 102px;
	overflow: hidden;
}

#phone {
	font-size: 18.75px;
	color: #53b9ff;	
	position: absolute;
	top: 22px;
	right: 0;
	display: block;
}

	#logo a {
		display: block;
		background: url("images/logo.png") top left no-repeat;
		padding: 102px 0 0;
		
	}
	
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 234px;
}

	#nav li {
		font-size: 15px;
		letter-spacing: -.01em;
		float: left;
		font-weight: normal;
		height: 56px;
		overflow: hidden;
		line-height: 0;
	}
	
		#nav li a {
			display: block;
			text-transform: lowercase;
			color: #fff;
			text-decoration: none;
			padding: 32px 25px;
		}
		
			#nav li a span.amp {
				color: #999;
				margin:0 -3px;
			}
			
		#nav li a:hover {
			background: #222;
			cursor: pointer;
		}
		
		#nav li.active a {
			color: #53b9ff;
		}
		
		#nav li.active a span.amp {
			color: #999;
		}
		
/* Home Elements */
#home #page div.main {
	position: absolute;
	top: 127px;
	left: 319px;
}

	#home #page div.main h1,
	#home #page div.main p {
		margin: 0;
		padding: 0 0 4px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#home #page div.main p em {
		font-size: 15px;
		color: #4a5814;
	}
	
	#home #page div.main p.subtle {
		padding-top: 10px;
	}
	
	#home #page #message {
		position: absolute;
		top: 469px;
		left: 287px;
	}
	
		#home #page #message {
			margin: 0;
			padding: 0;
			font-size: 16px;
			background: #000;
			padding: 2px 4px;
		}
		
			#home #page #message strong {
				font-weight: normal;
				color: #53b9ff;
				text-transform:uppercase;
				font-size: 16px;
			}
			
			#home #page #message a {
				color: #999;
				text-decoration: none;
			}
			
			#home #page #message a:hover {
				text-decoration: underline;
			}
			
	#home #car-sharing {
		position: absolute;
		top: 125px;
		left: 44px;
	}
	
		#home #car-sharing h2 {
			margin: 0;
			padding: 0;
			text-indent: -9999em;
			height: 34px;
			width: 233px;
			overflow: hidden;
			background: url("images/process_h1.png") top left no-repeat;
		}
		
		#home #car-sharing ol {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			#home #car-sharing ol li {
				width: 233px;
				overflow: hidden;
				text-indent: -9999em;
			}
			
			#home #car-sharing ol li.join {
				height: 42px;
				background: url("images/process_join.png") top left no-repeat;
			}
			
			#home #car-sharing ol li.reserve {
				height: 35px;
				background: url("images/process_reserve.png") top left no-repeat;
			}
			
			#home #car-sharing ol li.unlock {
				height: 46px;
				background: url("images/process_unlock.png") top left no-repeat;
			}
			
			#home #car-sharing ol li.drive {
				height: 42px;
				background: url("images/process_drive.png") top left no-repeat;
			}
			
	#home #page #login {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 335px;
		left: 44px;
		width: 233px;
	}
	
		#home #page #login p {
			margin: 0;
			padding: 0;
			clear: left;
			margin: 0 0 .5em;
			line-height: 1.75;
		}
		
			#home #page #login p label {
				display: block;
				float: left;
				width: 77px;
				padding-right: 2px;
				text-align: right;
			}
			
			#home #page #login p input.styled {
				border: #cecece 1px solid;
				border-top: #848484 1px solid;
				vertical-align: middle;
				padding: 2px;
				margin: 0;
				width: 120px;
			}
			
			#home #page #login p.check label {
				text-align: left;
				float: none;
				width: auto;
				line-height: 1.15;
				margin-bottom: .25em;
			}
			
				#home #page #login p.check span {
					float: left;
					display: block;
					width: 77px;
					height: 3.25em;
					padding-right: 2px;
					text-align: right;
				}
				
				#home #page #login p.check span input {
					position: relative;
					top: -4px;
				}
				
				#home #page #login p.forgot {
					margin: 1.25em 0 0 70px;
				}
				
					#home #page #login p.forgot a {
						color: #394015;
					}
					
	#home #news {
		position: absolute;
		top: 123px;
		right: 0;
		width: 200px;
	}
	
		#home #news h3,
		#home #contact h3 {
			font-size: 25px;
			font-weight: bold;
			margin: 0;
			padding: 0;
			color: #fff;
			text-transform: lowercase;
		}
		
		#home #news ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#home #news ul li {
				font-size: 12px;
				color: #121212;
				line-height: 1.5;
				margin: .5em 0 1em;
			}
			
				#home #news ul li a {
					font-size: 13px;
					color: #003e68;
				}
				
	#home #contact {
		position: absolute;
		right: 0;
		top: 314px;
		width: 200px;
		font-size: 13px;
	}
	
		#home #contact p {
			line-height: 1.15;
			color: #fff;
		}
		
		#home #contact a {
			color: #fff;
		}

	#home .footer {
		position: absolute;
		bottom: -4em;
		left: 45px;
		color: #4a5814;
		line-height: 1.5;
	}
	
/* End Home Elements */

/* Interior Elements */
body#interior {
	background-image: url("images/background_page.png");
	background-color: #7d8f2e;	
}

#interior #logo a {
	background-image: url("images/logo_page.png");
}

#interior #page-wrap { 
	background: #A5B950;
}

	#interior #page-wrap div.page {
		width: 980px;
		margin: 0 auto;
		text-align: left;
	position: relative;
	}

#interior #page {
	height: 120px;
	background: transparent;
}

#interior #content {
	float: right;
	width: 680px;
	padding: 0 0 4em;
}

	#interior #content h1 {
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 25px;
		font-weight: bold;
	}
	
	#interior #content p {
		line-height: 1.75;
		margin-top: .5em;
		margin-right: 180px;
	}
	
	#interior #content ul,
	#interior #content ol {
		margin-right: 100px;
	}
	
		#interior #content ul li,
		#interior #content ol li {
			line-height: 1.75;
			margin: 0 0 0em;	
		}
	
	#interior #content h2 {
		margin: .75em 0 0;
		padding: 0;
		font-size: 18px;
		color: #7D8F2E;
	}
	
#interior #sidebar {
	width: 290px;
	padding: 0 0 4em;
}

	#interior #sidebar ul {
		margin: 0 0 0 72px;
		padding: 0;
		list-style: none;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
	}
	
		#interior #sidebar ul li {
			background: url("images/subnav_icon.png") 0 1px no-repeat;
			margin: .75em 0;
			line-height: 1.15;
		}
		
		#interior #sidebar ul li.active {
			background-image: url("images/subnav_icon_active.png");
			background-position: 0 2px;
		}
		
			#interior #sidebar ul li a {
				display: block;
				color: #fff;
				text-decoration: none;
				padding: 0 20px;
			}
			
			#interior #sidebar ul li a:hover {
				text-decoration: underline;
			}
			
			#interior #sidebar ul li.active a {
				color: #000;
			}
			
	#interior #sidebar blockquote {
		background: url("images/blockquote_top.png") top left no-repeat;
		padding: 48px 0 0;
		margin: 0 0 0 60px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.65;
	}
	
		#interior #sidebar blockquote p {
			margin: 0;
			padding: 0 50px 0 8px;
			color: #343e0d;
		}
		
#interior #footer {
	clear: both;
	background: url("images/footer_bg.png") top left repeat-x #7d8f2e;
	padding: 45px 0 4em;
	color: #4a5814;
	line-height: 1.5;
}

	.footer a, #interior #footer a { color: #394015; }
	.footer a, #interior #footer a:hover { color: #515E17; }

	#interior #footer p {
		width: 980px;
		margin: 0 auto;
		padding: 0 0 0 100px;
		text-align: left;
	}	

#interior div.btn_reserve {
	text-indent: -9999em;
	position: absolute;
	right: 0;
	top: 0px;
	height: 43px;
	width: 157px;
	overflow: hidden;
}

	#interior div.btn_reserve a {
		display: block;
		padding: 43px 0 0;
		background: url("images/btn_reserve.png") top left no-repeat;
	}

.clear { clear: both; }


/* AdHoc */
#interior #sidebar blockquote p.cite {
	padding-left: 5em;
	font-weight: normal;
}


/* Additional Comp Idea */
#interior #content h1 { color :#000; margin-top: 0; padding-top: 0; }

#interior #content {
	background: #f9f9f9 url("images/page_repeat.png") top left repeat-y;
}

#interior #page-wrap .page { position: relative; top: -20px; }

#interior #content .wrap {
	padding: 2em 3em 0 3em;
	background: url("images/page_top.png") top left no-repeat;
	position: relative;
	top: -26px;
}

#interior #content p { margin-right: 5em; margin-bottom: 1.5em; }

#interior #content ul,
#interior #content p {
	font-size: 12px;
	line-height: 1.65;
}
#interior #sidebar { padding-top: 0px; }

#interior #sidebar div.btn_reserve {
	position: static;
	margin: 4em 0 0 6em; 
}

	#interior #sidebar div.btn_reserve { height: 157px; }
	 
	#interior #sidebar div.btn_reserve a { 
		background-image: url("images/btn_reserve2.png");
		padding-top:157px;
	}
	
#content a { color: #0E5B90; }

#content h3 { margin-bottom: 0em; font-size: 14px; }

ul.space li { padding-bottom: 1em;}

#page-wrap #content ul.faq_list {
	list-style: none;
	margin: 0;
	padding: 1em 0;
}

	#page-wrap #content ul.faq_list li {
		float: left;
		margin-right: 2px;
	}
	
	#page-wrap #content ul.faq_list li.last { margin-right: 0; }
	
		#page-wrap #content ul.faq_list li a {
			display: block;
			padding: 6px 6px;
			background: #A9C4D6;
			background: #D1DFE8;
		}
		
		#page-wrap #content ul.faq_list li a.active {
			color: #fff;
			background: #0E5B90;
			text-decoration: none;
		}
		
		
#interior #content div.questions {
	padding: 1em 1em 1em;
	clear: left;
}

table.pricing {
	border-collapse: collapse;
	margin: 1em 0;
	width: 600px;
	font-size: 14px;
}

	table.pricing tr th {
		background: #d7d7d7;
		color: #000;
		font-weight: bold;
		padding: 4px;
		border: 1px solid #fff;
	}
	
	table.pricing tr td {
		border-bottom: 1px solid #d7d7d7;
		padding: 4px;
	}
	
	table.pricing tr.alt td {
		background: #e9e9e9;
	}
	
	
#interior #content p.center { margin-right: -1em; }
#interior #content p.center img { display: block; margin: 0 auto; border: 6px solid #d7d7d7;}


form label {
	display: block;
	font-weight: bold;
	cursor: pointer;
}

form input, form textarea {
	border: 1px solid #ccc;
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
	padding: 4px;
}

form textarea { width: 400px; height: 80px; }

form .req, form .errors { color: #800; }

form p { margin: 1em 0; }

#interior #content form p.same_line {
	float: left;
	margin-right: 2em;
}

#interior #content form p.new_line {
	clear: left;
}

form #address { width: 358px; }
form #message { width: 358px; }
form #email { width: 358px; }


input.image { border: 0; padding: 0; }


a.rental_callout {
	position: absolute;
	top: -28px;
	right: -10px;
}
a.rental_callout img { border: 0; }


#join {
	display: block;
	height: 67px;
	width: 204px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

	#join a {
		display: block;
		padding: 67px 0 0;
		background: url("images/btn_join.png") 0 0 no-repeat;
	}
	
	
#popup {
	display: none;
	width: 400px;
	padding: 1em;
	line-height: 1.4;
	background: #222;
	color: #fff;
	z-index: 9999;
	border: 3px solid #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: 2px 2px 10px #000;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	position: absolute;
	bottom: 180px;
	right: 240px;
}

	#popup h2 {
		margin: 0;
		letter-spacing: -1px;
		color: #50b3f8;
		font-size: 18px;
	}
	
	#popup a { color: #fff; }
	#popup a.close {
		display: block;
		text-align: center;
	}
	
ul.news {
	margin: 0 2em	;
	padding: 0;
	list-style: none;
}

	ul.news li {
		padding: 1em 0 1em;
		border-bottom: 1px solid #eee;
	}
	
	ul.news li a { font-weight: bold; }
	
	ul.news li span.meta { 
		color: #888;
		font-size: 11px;
	}
	ul.news li span.meta a {
		color: #888;
		font-weight: normal;
	}
	
div.thumbs {
	padding: 1em 0 0 1em;
}

	div.thumbs a {
		border: 0;
		display: block;
		float: left;
		margin: 0 2em 1em 0;
	}
	
		div.thumbs a img {  border: 1px solid #ccc; padding: 2px; }


#popwrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: #000; opacity: .25; -moz-opacity: .25; filter:alpha(opacity=25); }