/*
Theme Name: City Car Club
Theme URI: http://www.citycarclub.co.uk/
Description: Custom theme for City Car Club.
Version: 1
Author: Dan Cryer
Author URI: http://www.mediawow.co.uk/
Tags: city car club, car club, city car, green
*/

/**
* Pallette
* --------
* Green: #BFD334
* Subtle Green: #F0F4D1
* Pink: #DF1277
* Dark Pink: #980B51
*/

@import url('reset.css');

body
{
	background-color: #F0F4D1;
	background-position: top center;
	background-repeat: repeat-x;
	font-family: arial, verdana, sans-serif;
}

	body, body.day
	{
		background-image: url('/images/hills.png');
	}

	body.eve
	{
		background-image: url('/images/ccc_tiledhills_evening5.png');
	}

	body.night
	{
		background-image: url('/images/hills.night.png');
	}

#wrapper
{
	background: transparent url('/images/header.png') no-repeat top center;
}

	body.eve #wrapper 
	{
		background-image: url('/images/ccc_header_evening5.png');
	}

	body.night #wrapper 
	{
		background-image: url('/images/header.night.png');
	}

.clear { clear: both; }
a { color: #DF1277; text-decoration: none; }
a:hover { color: #980B51; }

	#inner-wrapper
	{
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		padding-top: 35px;
		width: 960px;
	}
	
	#header
	{
		position: relative;
	}
	
		#top-navigation
		{
			left: 200px;
			top: 126px;
			position: absolute;
		}
		
			#top-navigation ul, #top-navigation li
			{
				display: inline;
				margin: 0;
				padding: 0;
			}
			
			#top-navigation li a
			{
				border-right: 1px solid #BFD334;
				color: #DF1277;
				display: block;
				float: left;
				font-family: "helvetica rounded", helvetica, arial, sans-serif;
				font-size: 1.25em;
				padding: 6px 15px;
				text-decoration: none;
			}
			
				#top-navigation li.last a
				{
					border-right: 0;
				}
				
				#top-navigation li a:hover
				{
					color: #980B51;
				}
		
		#join-button
		{
			position: absolute;
			left: 775px;
			top: 125px;
		}
		
			a.join-button
			{
				background: transparent url('/images/button-pink-left.png') no-repeat top left;
				border: 0;
				color: #fff;
				text-decoration: none;
				text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
				
				cursor: pointer;
				display: block;
				width: 150px;
				
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				
				-moz-transition-property: -webkit-box-shadow;
				-moz-transition-duration: 0.5s;
				-webkit-transition-property: -webkit-box-shadow;
				-webkit-transition-duration: 0.5s;
			}
			
			a.join-button span
			{
				background: transparent url('/images/button-pink-right.png') no-repeat top right;
				border: 0;
				display: block;
				margin-left: 12px;
				padding: 6px 0 8px 11px;
				text-transform: lowercase;
				width: 140px;
			}
			
			a.join-button:hover
			{
				-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
				-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
			}
			
	#content-area
	{
		background: #fff;
		border: 3px solid #BFD334;
		font-size: 0.9em;
		margin-top: 3px;
	}
	
		#left-navigation
		{
			display: block;
			float: left;
			margin: -3px 15px 50px -3px;
			background: transparent url('/images/content-top-left.png') no-repeat top left;
			padding-left: 15px;
			padding-top: 23px;
			width: 180px;
			
			z-index: 5000;
		}
		
		#right-navigation
		{
			float: left;
			margin-left: 15px;
			padding-right: 20px;
			padding-top: 20px;
			width: 180px;
		}
		
		#right-navigation #social-box ul
		{
			overflow: hidden;
			width: 148px;
		}
		
		#left-navigation ul.nav li,
		#right-navigation ul.nav li
		{
			display: inline;
			margin: 0;
			padding: 0;
		}
		
		#left-navigation ul.nav li a,
		#right-navigation ul.nav li a
		{
			border-bottom: 1px solid #ccc;
			color: #666;
			display: block;
			padding: 6px 6px 6px 20px;
			text-decoration: none;
		}
		
		#left-navigation ul.nav li a span,
		#right-navigation ul.nav li a span,
		.link-list a span
		{
			color: #aaa;
			display: block;
			font-size: 0.8em;
			margin-top: 5px;
			text-align: right;
		}
		
		#left-navigation ul.nav li a:hover,
		#right-navigation ul.nav li a:hover
		{
			background: #F0F4D1;
			border-color: #DF1277;
			color: #DF1277;
		}
		
		#left-navigation ul.nav li.highlight a,
		#right-navigation ul.nav li.highlight a
		{
			font-weight: bold;
		}
		
		#left-navigation ul.nav li ul li a,
		#right-navigation ul.nav li ul li a
		{
			color: #888;
			border-bottom: 0;
			font-size: 0.9em;
			padding: 4px 0 4px 30px;
		}
			#left-navigation ul.nav li ul li a:hover,
			#right-navigation ul.nav li ul li a:hover
			{
				background: transparent;
			}
			
		#left-navigation  ul.nav li a.active,
		#right-navigation  ul.nav li a.active
		{
			color: #DF1277;
			font-weight: bold;
		}	
		
		#left-navigation  ul.nav li ul li a.active,
		#right-navigation  ul.nav li ul li a.active
		{
			color: #DF1277;
			font-weight: normal;
		}
		
		#left-navigation  ul.nav li.has-sub a.active,
		#right-navigation  ul.nav li.has-sub a.active
		{
			border-bottom: 1px dotted #ccc;
		}
		
		#left-navigation  ul.nav li ul li.last a,
		#right-navigation  ul.nav li ul li.last a
		{
			border-bottom: 1px solid #DF1277;
		}
		
		#content
		{
			color: #444;
			float: left;
			font-size: 0.95em;
			margin-top: 20px;
			margin-bottom: 15px;
			position: relative;
			width: 527px;
		}
		
		#content-footer
		{
			/*
			background: transparent url('/images/content-bottom-right.png') no-repeat bottom right;
			position: absolute;
			margin-left: 917px;
			margin-top: 0;
			top: 37px;
			height: 76px;
			width: 40px;*
			
			bottom: 30px;
			right: 30px;*/
		}
		
		h1 
		{
			font-size: 1.4em;
			margin: 0 0 15px 0;
		}
		
		h2 
		{ 
			color: #555;
			font-size: 1.3em; 
			margin-top: 20px;
			margin-bottom: 10px;
		}
		
		h3
		{
			color: #555;
			font-size: 1.1em;
			margin-top: 15px;
			margin-bottom: 5px;
		}
		
		p 
		{ 
			line-height: 1.2em;
			margin-bottom: 10px; 
		}
		
		#content ul
		{
			margin-bottom: 15px;
		}
		
	#footer
	{
		background: #BFD334;
		font-size: 0.7em;
		margin-top: 5px;
		padding: 9px 50px 9px 0;
		text-align: right;
	}
	
		* html #footer 
		{
			padding-bottom: 8px !important;
		}
	
		#footer-car 
		{
			background: transparent url('/images/car.png') no-repeat top left;
			float: left;
			height: 66px;
			margin-left: 30px;
			margin-top: -50px;
			width: 81px;
		}
		
		#footer span
		{
			float: left;
			margin-left: 105px;
		}
		
			#footer em
			{
				color: #DF1277;
				font-style: normal;
				font-weight: bold;
			}
	
	#footer a { color: #444; }
	
	.four-icons
	{
		display: block;
		margin: 25px 0;
	}
	
	.four-icons img
	{
		display: inline;
	}
	
	.four-icons p,
	.four-icons br
	{
		display: none;
	}
	
	.miniguide-button
	{
		-your-cursor: pointer;
		display: inline; 
		margin-bottom: 15px;
		margin-right: 15px;
		margin-top: 15px;
	}
	
	.miniguide 
	{
		background: url('/images/ccc_icon_rollover.png') no-repeat top left;
		display: none;
		font-size: 0.9em;
		height: 132px;
		margin-top: 0px;
		padding: 35px 30px;
		position: absolute;
		width: 463px;
	}
	
	
	img.size-thumbnail
	{
		background: #eee;
		border: 1px solid #ccc;
		padding: 3px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
		
	img.alignright
	{
		float: right;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	
	img.alignleft
	{
		float: left;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	
	
	.blog-post
	{
		border-bottom: 1px solid #BFD334;
		margin-bottom: 20px;
	}
	
	.blog-post .postmetadata
	{
		background: #F0F4D1;
		font-size: 0.8em;
		margin: 0;
		padding: 7px;
	}
	
	.blog-post .tags
	{
		font-size: 0.8em;
		margin: 10px 0 5px 0;
		padding: 0;
		text-align: right;
	}
	
	
	.split50-left
	{
		clear: left;
		float: left;
		margin-right: 15px;
		width: 256px;
	}
	
	.split50-right
	{
		clear: right;
		float: left;
		width: 256px;
	}
	
	.location
	{
		border: 1px solid #ccc;
		margin: 0;
		margin-bottom: 10px;
		padding: 10px;
	}
	
		.location img.alignleft
		{
			float: left;
			margin: 0;
			margin-right: 15px;
			padding: 0;
			vertical-align: top;
		}
		
		.location br
		{
			display: none;
			height: 0;
			margin: 0;
			padding: 0;
			width: 0;
		}
		
		.location h3
		{
			margin: 0;
			margin-bottom: 10px;
			padding: 0;
			text-indent: 0;
		}
		
		.location h3 a 
		{
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		.location p
		{
			font-size: 0.8em;
			margin: 0;
		}
		
	#content ul
	{
		list-style-type: square;
		padding-left: 20px;
	}
	
		#content ul li
		{
			padding: 2px 0;
		}
		
table.locations
{
	font-size: 0.9em;
	margin-top: 10px;
	width: 100%;
}

	
	table.locations h4
	{
		font-size: 1.2em;
		margin-top: 10px;
	}
	
	table.locations img
	{
		margin-left: 3px;
	}
	
	table.locations td,
	table.locations th
	{
		padding: 5px;
	}
	
	table.locations td.iconcell
	{
		padding: 5px 1px;
		width: 1px;
	}
	
	table.locations .iconcell a,
	table.locations .iconcell img
	{
		display: inline;
	}
	
	table.locations th span
	{
		display: block;
		padding: 3px 0;
	}
	
	table.locations th span a 
	{
		color: #222;
		text-decoration: underline;
	}
	
#location-search
{
	margin-bottom: 20px;
}

	#location-search strong
	{
		color: #DF1277;
		display: block;
		font-size: 1em;
		margin: 0 0 7px 10px;
		text-transform: lowercase;
	}
	
	#location-search form
	{
		display: block;
		margin-left: 10px;
	}
	
	#ls-postcode { color: #777; }

	#location-search a
	{
		color: #555;
		display: block;
		font-size: 0.8em;
		margin-left: 10px;
		margin-top: 5px;
	}
	
	
/*	.social
	{
		background: #F0F4D1;
		border: 1px solid #BFD334;
		margin-top: 20px;
		padding: 15px;
		
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}*/
	
	.social { margin-top: 15px; }
	
		.social h4
		{
			color: #555;
			display: block;
			margin: 0;
			padding: 24px 0 7px 50px;
			text-transform: lowercase;
		}
		
		#right-navigation .social ul.nav li a
		{
			border-bottom: 1px dashed #ccc;
			margin: 0 5px;
			padding-left: 0;
			font-size: 0.9em;
		}
		
			#right-navigation .social ul.nav li a:hover
			{
				background: #fff;
			}
			
		#twitter-box
		{
			overflow-x: hidden;
		}
		
		#twitter-box h2 { display: none; }
		
		#twitter-box ul
		{
			margin: 0 5px;
		}
		
		#twitter-tools li
		{
			border-bottom: 1px dashed #ccc;
			color: #555;
			font-size: 0.9em;
			margin: 0;
			padding: 5px 0;
		}
		
		#twitter-tools li.aktt_more_updates
		{
			border-bottom: 0;
		}
		
		#twitter-box li a { color: #333;}
		
		#twitter-box li a.aktt_tweet_reply { color: #666; text-decoration: none; border-bottom: 1px dotted #ccc; }
		
		.aktt_tweet_time { display: none; }
	
	#video,
	#video embed,
	#video object
	{
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		z-index: 1;
	}
	
	.testimonial div,
	.statistic div
	{
		color: #666;
		font-family: georgia, "times new roman", times, serif;
		font-size: 0.9em;
		font-style: italic;
		line-height: 1.25em;
		min-height: 40px;
		padding: 10px 36px;
		
	}
	
	.testimonial
	{
		background: #eee url('/images/testimonial-topleft.png') no-repeat top left;
	}
	
		.testimonial div
		{
			background: transparent url('/images/testimonial-bottomright.png') no-repeat bottom right;
		}
	
	.statistic
	{
		background: #eee url('/images/stat-topleft.png') no-repeat top left;
	}
	
		.statistic div
		{
			background: transparent url('/images/stat-bottomright.png') no-repeat bottom right;
			padding: 10px 45px 10px 15px;
		}
		
	.general-box
	{
		background: #eee url('/images/ccc_costs_topcurve.png') no-repeat top left;
	}

		.general-box div
		{
			background: transparent url('/images/ccc_costs_bottomcurve.png') no-repeat bottom right;
			padding: 15px;
		}
		
		.general-box table
		{
			font-size: 0.9em;
		}
		
		.general-box th
		{
			font-size: 1.1em;
			font-weight: bold;
			padding: 5px;
			text-shadow: 1px 1px 1px rgba(255,255,255,1);
		}
		
		.general-box td
		{
			border-top: 1px solid #fff;
			vertical-align: top;
		}
		
		.general-box td img
		{
			display: inline;
			vertical-align: middle;
		}
		
		.general-box table.costs td
		{
			padding: 5px;
		}
		
		.general-box table.costs th
		{
			white-space: nowrap;
		}
		
		.general-box table.costs .rate
		{
			border-left: 1px solid #fff;
			font-weight: bold;
		}
		
		.general-box h3
		{
			margin-top: 0;
		}
		
		.general-box ul
		{
			list-style-type: none;
			margin: 0 !important;
			padding: 0 !important;
		}
		
		.general-box li
		{
			border-bottom: 1px solid #fff;
			display: block;
			font-size: 0.9em;
			list-style-type: none;
			margin: 0;
			padding: 5px !important;
		}
	
	.social
	{
		background: #eee url('/images/blog-topleft.png') no-repeat top left;
	}
	
		#box-twitter
		{
			background: #eee url('/images/twitter-topleft.png') no-repeat top left;
		}

		.social div.inner
		{
			background: transparent url('/images/social-bottomright.png') no-repeat bottom right;
			padding-bottom: 25px;
		}

	#right-navigation .testimonial, #right-navigation .statistic 
	{
		margin-top: 15px;
	}

	.testimonial strong,
	.statistic strong
		{
			display: block;
			font-family: arial, verdana, sans-serif;
			font-style: normal;
			margin-top: 10px;
		}
		
	#social-icons
	{
		color: #555;
		font-size: 0.9em;
		margin-top: 20px;
		text-align: right;
		position: relative;
		left: 1px;
	}
	
		#social-icons a
		{
			margin-right: 5px;
		}
		#social-icons a, #social-icons img
		{
			display: inline;
			height: 20px;
			width: 20px;
		}
		
		#social-icons strong
		{
			display: block;
			margin-bottom: 3px;
			margin-right: 4px;
		}
		
	.bay-detail
	{
		padding: 10px;
		vertical-align: top;
	}
	
	.bay-meta
	{
		vertical-align: top;
	}
	
	.bay-detail img.carbay 
	{
		margin-right: 10px;
	}
	
	#content table td.bay-detail
	{
		width: 50%;
	}
		.bay-meta img.carbay
	{
		width: 250px;
	}
	
	.bay-meta #map
	{
		background: red;
		height: 160px;
		width: 250px;
	}
	
	.bay-detail h3,
	.bay-meta h3
	{
		margin-top: 0;
	}
	
	.bay-detail,
	.bay-meta
	{
		padding-top: 0px;
	}
	
	#map { overflow: hidden; }
	
	.station {
		font-weight: bold;
		font-family: arial, verdana, sans-serif;
		font-size: 11px;
	}
	.routeinfo {
		font-weight: bold;
		font-family: arial, verdana, sans-serif;
		font-size: 11px;
	}
	.tubeline {
		width: 100px;
		font-weight: bold;
		font-family: arial, verdana, sans-serif;
		font-size: 11px;
		padding: 3px;
		margin: 1px;
	}
	.bakerloo {
		background-color: #ae6118;
		color: #fff;
	}
	.central {
		background-color: #e41f1f;
		color: #fff;
	}
	.circle {
		background-color: #f8d42d;
		color: #113b92;
	}
	.district {
		background-color: #00a575;
		color: #fff;
	}
	.hammersmith {
		background-color: #e899a8;
		color: #113b92;
	}
	.jubilee {
		background-color: #8f989e;
		color: #fff;
	}
	.metropolitan {
		background-color: #893267;
		color: #fff;
	}
	.northern {
		background-color: #000;
		color: #fff;
	}
	.piccadilly {
		background-color: #0450a1;
		color: #fff;
	}
	.victoria {
		background-color: #009fe0;
		color: #fff;
	}
	.waterloo {
		background-color: #70c3ce;
		color: #113b92;
	}
	.dlr {
		background-color: #09ADA8;
		color: #fff;
	}
	
table.pricing th
{
	background: #DF1277;
	color: #fff;
	font-weight: bold;
	padding: 7px;
}

table.pricing td
{
	padding: 5px;
}

table.pricing td.type
{
	width: 100px;
}

table.pricing td.models
{
	font-size: 0.9em;
}

table.pricing th.rate
{
	width: 90px;
}

table.pricing
{
	margin: 5px 0 30px 0;
}

.breadcrumb
{
	font-size: 0.8em;
	margin-bottom: 15px;
}

#content .box
{
	background: #fff url('/images/box-sides.png') repeat-y top left;
	margin-bottom: 15px;	
	width: 525px;	
}

#content .boxtop
{
	background-image: url('/images/box_top.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#content .boxbottom
{
	background: transparent url('/images/box_bottom.png') no-repeat bottom left;
	padding: 15px 15px 10px 15px;
}

#content #faq .boxtop
{
	padding-top: 33px;
}

#content #faq .boxbottom
{
	padding: 0 15px 22px 15px;
}


	#content .active-box
	{
		background: #fff url('/images/box-sides-pink.png') repeat-y top left;
		margin-bottom: 15px;	
		
	}
	
	#content .active-box .boxtop 
	{
		background: transparent url('/images/ccc_scenario_topcurve_pink.png') no-repeat top left;
		position: relative;
		padding-top: 15px;
	}

	#content .active-box .boxbottom 
	{
		background: transparent url('/images/ccc_scenario_bottomcurve_pink.png') no-repeat bottom left;
		position: relative;
		padding-bottom: 15px;
		
	}
	
.box h3 
{
	color: #333;
	margin-top: 0px;
}

.box .hidden 
{
	display: none;
}

.box .foot
{
	display: none;
	margin-top: 20px;
	padding-top: 15px;
}

.box a.read
{
	cursor: pointer;
}

#scenario-dontown .boxinner
{
	background: #fff url('/images/ccc_scenario_icon1.png') no-repeat 15px 2px;
	padding-left: 100px;
	position: relative;
}

#scenario-dontneed .boxinner
{
	background: #fff url('/images/ccc_scenario_icon3.png') no-repeat 0 2px;
	padding-left: 100px;
	position: relative;
}

#scenario-cost .boxinner
{
	background: #fff url('/images/ccc_scenario_icon5.png') no-repeat 5px 2px;
	padding-left: 100px;
	position: relative;
}

#green-fewer-cars .boxinner
{
	background: #fff url('/images/ccc_greener_icon1.png') no-repeat 0px 0px;
	padding-left: 200px;
	position: relative;
}

#green-fewer-trips .boxinner
{
	background: #fff url('/images/ccc_greener_icon2.png') no-repeat 0 2px;
	padding-left: 200px;
	position: relative;
}

#green-emissions .boxinner
{
	background: #fff url('/images/ccc_greener_icon3.png') no-repeat 5px 2px;
	padding-left: 200px;
	position: relative;
}

#comp-taxi .header
{
	background: #fff url('/images/ccc_compare_taxi.png') no-repeat 5px 2px;
	padding-left: 100px;
}

#comp-hire .header
{
	background: #fff url('/images/ccc_compare_hirecar.png') no-repeat 5px 2px;
	padding-left: 100px;
}

#comp-pool .header
{
	background: #fff url('/images/ccc_compare_carpool.png') no-repeat 5px 2px;
	padding-left: 100px;
}

#comp-grey .header
{
	background: #fff url('/images/ccc_compare_greyfleet.png') no-repeat 5px 2px;
	padding-left: 100px;
}

.comparison .boxinner
{
	margin: 0;
	padding: 0;
}

.comparison h3
{
	margin-bottom: 15px;
}

.comparison a.read
{
	display: block;
	margin-bottom: 15px !important;
}

.comparison .header { height: 80px;}

.comparison table 
{
	border-spacing: 1px;
	font-size: 0.9em;
}

.comparison table td
{
	background: #eee;
	padding: 5px;
}

.comparison table th
{
	background: #ccc;
	padding: 7px 5px;
}

.active-box .foot img
{
	float: right;
	margin: 0;
	margin-top: 3px;
	position: relative;
/*	background: transparent url('/images/ccc_scenario_icon2.png') no-repeat 100% 10px;*/
}


#scenario-dontneed .foot
{

}

#scenario-cost .foot
{
}


.gform_wrapper
{
	background: #fff;
	padding: 0px;
}

.gform_footer { text-align: center;}

ol
{
	list-style-type: decimal;
	margin: 0 0 15px 30px;
}

ol li
{
	padding: 3px;
}

/*body.business #content-area
{
	border: 3px solid #66ccff;
}

body.business #left-navigation
{
	background: transparent url('/images/ccc_corner_top_blue.png') no-repeat top left;
}

body.business #content-footer
{
	background: transparent url('/images/ccc_corner_bottom_blue.png') no-repeat bottom right;
}

body.business #footer
{
	background: #66ccff;
}

body.business #footer-car 
{
	background: transparent url('/images/car_blue.png') no-repeat top left;
}*/

#gallery { margin-top: 25px;}
#gallery a { display: inline; }
#gallery img 
{ 
	display: inline; 
	margin-bottom: 15px;
	margin-right: 15px;
}

form#refer label
{
	display: block;	
	margin-top: 15px;
}

form#refer input.text
{
	border: 1px solid #999;
	font-size: 1em;
	padding: 5px;
	width: 190px;
}


form#refer input.submit
{
	background: #F0F4D1;
	border: 1px solid #BFD334;
	font-size: 1.1em;
	margin-top: 15px;
	padding: 7px 15px;
}

.error 
{
	border-bottom: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	padding: 5px;
}

.message 
{
	background: #F0F4D1;
	border-bottom: 1px solid #BFD334;
	color: #333;
	padding: 5px;
}

p.smallprint { font-size: 0.9em;}

a.gallery
{
	background: #eee;
	border: 1px solid #ccc;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 150px;
	text-decoration: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

a.gallery img
{
	border: 0;
	margin: 0;
	padding: 0;
}

a.gallery span
{
	display: block;
	text-align: center;
}


#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #E90268;
	background-color: #fff;
	padding: 5px;
}

#JT_copy{
}

#JT h2
{
	font-size: 1em;
	margin: 0 0 10px 0;
}

.JT_loader{
	background-image: url(/static/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

.jTip{
	cursor:help;
}

a.lozenge { display: block; margin-top: 15px;}


div.banner
{
	height: 171px;
	margin-bottom: 25px;
	overflow: hidden;
}

div.banner h1
{
	padding-top: 171px;
}

div#refer_friend h1
{
	background: url('/images/ccc_refer_friend_banner.png') no-repeat top left;
}

div#what_it_costs h1
{
	background: url('/images/ccc_whatcost_banner.png') no-repeat top left;
}

div#is_it_for_me h1
{
	background: url('/images/ccc_isitforme_banner.png') no-repeat top left;
}

div#what_is_a_car_club h1
{
	background: url('/images/ccc_whatisacc_banner.png') no-repeat top left;
}

div#about h1
{
	background: url('/images/ccc_aboutcc_banner.png') no-repeat top left;
}

div#clubhouse h1
{
	background: url('/images/ccc_clubhouse_banner2.png') no-repeat top left;
}

div#media_lounge h1
{
	background: url('/images/ccc_medialounge_banner.png') no-repeat top left;
}

tr.row2 td,
tr.row2 th
{
	background: #efefef;
}


.releases li
{
	margin-bottom: 10px;
	margin-left: 0;
}

.releases strong 
{
	display: block;
	margin-bottom: 5px;
}

	.releases strong a
	{
		margin-left: 10px;
	}

	.releases em 
	{
		color: #aaa;
		display: block;
		font-size: 0.9em;
		font-style: normal;
	}
	
span.post-date
{
	color: #aaa;
	display: block;
	font-size: 0.9em;
	margin: -5px 0 15px 0;
}

.notice {
	border: 2px solid #E90268;
	background: url(/static/images/carbg.gif) bottom left no-repeat;
	background-color: #ffe9f3;
	padding: 10px 10px 10px 80px;
	margin: 0px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:257px;
	height:202px;
	overflow:hidden; 
}
