/* ---------------------------------------------------------------- Common */
*{
	padding:0;
	margin:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000000;
}
img {
	border:0;
}
.clear{
	clear:both;
}
.white {
	color:#FFFFFF;
}
.red {
	color:#FF0000;
}
.grey {
	color:#595959;
}
.black{
	color:#000000;
}
h1 {
	font-size:1.3em;
	font-weight:normal;
	line-height:1.4em;
	padding-bottom:10px;
	color:#FF0000;
}
h2 {
	font-size:1.2em;
	font-weight:normal;
	line-height:1.3em;
	padding-bottom:10px;
	color:#FF0000;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
	padding-bottom:10px;
	color:#FF0000;
}
/* ---------------------------------------------------------------- Common */

/* ---------------------------------------------------------------- Navigation */
#header {
	width:985px;
	background-color:#000000;
	border-bottom:solid 3px #FF0000;
}
#logo {
	float:left;
	position:relative;
	left:42px;
}
#caterham {
	float:right;
	position:relative;
	right:42px;
}
#navBar {
	float:left;
	position:relative;
	width:843px;
	left:84px;
}
#navBar ul {
	font-size:1.1em;
	font-weight:bold;
	text-decoration: none;
	padding:0;
	margin:2px 0 0 0;
}
#navBar ul li {
	float:left;
	margin:0;
	list-style:none;
}
#navBar ul li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:5px 5px 5px 5px;
}
#navBar ul li a:visited {
	color:#ffffff;
}
#navBar ul li a:hover {
	background-color:#ff0000;
}
#navBar ul li a.active {
	background-color:#ff0000;
}
/* ---------------------------------------------------------------- Navigation */


/* ---------------------------------------------------------------- Sub Navigation */
#sidenavBar {
	float:left;
	width:141px;
	background-color:#f2f2f2;
	padding-top:18px;
}
#sidenavBar ul {
	font-size:1.1em;
	list-style:none;
	padding:0;
	margin:0;
}
#sidenavBar ul li {
	padding:0;
	margin:7px 7px 7px 7px;
}	
#sidenavBar ul li a {
	color:#000000;
	text-decoration:none;
	display:block;
	line-height:16px;
	height:1%;
	padding-left:13px;
}
#sidenavBar ul li a:visited {
	color:#000000;
}
#sidenavBar ul li a:hover {
	background-color:#cecece;
}
#sidenavBar ul li a.active {
	background-color:#cecece;
}
#sidenavBar ul li ul li{
	margin:7px 0 7px 0;
}
#sidenavBar ul li ul li a {
	padding-left:31px;
}
#sidenavBar ul li ul li a.active {
	color:#000000;
	background-color:#cecece;
	background-image:url(../images/common/sub-nav-dash.gif);
	background-repeat:no-repeat;
	background-position:20px 8px;
}
#sidenavBar ul li.first a {
	color:#fc3030;
}
#sidenavBar ul li.last{
	margin-top:30px;
}
/* ---------------------------------------------------------------- Sub Navigation */


#container {
	background-image:url(../images/common/page-background.gif);
	background-repeat:repeat-y;
	text-align:left;
	width:985px;
}
	#container.noBackground {
	background-image:url(../images/common/page-noBackground.gif);
	background-repeat:repeat-y;
	text-align:left;
	width:985px;
	}


/* ---------------------------------------------------------------- Content Area */
#contentArea {
	float:right;
	width:843px;
	margin-bottom:20px;
}
#contentArea a {
	color:#000000;
}
	#contentArea a:visited {
		color:#000000;
	}
	#contentArea a:hover {
		color:#FF0000;
	}
#hero {
	float:left;
	width:843px;
}
	#leftColumn {
		float:left;
		width:624px;
	}
	#leftColumn.wide {
		width:843px;
	}
		#textAreaHeader {
			height:7em;
			background-color:#c1c1c1;
			margin-bottom:20px;
		}
			#textAreaHeader h1 {
				float:left;
				font-size:1.4em;
				line-height:1.2em;
				padding:25px 0 0 22px;
			}
	#rightColumn {
		float:right;
		width:219px;
	}
		#newsAreaHeader {
			height:7em;
			background-color:#b7b7b7;
			margin-bottom:20px;
		}
			#newsAreaHeader h3 {
				font-size:1.4em;
				line-height:1.2em;
				padding:25px 0 0 22px;
			}
#textArea {
	float:left;
	padding:0pt 20px;
	width:584px;
}
	#textArea p {
		font-size:1.1em;
		line-height:1.4em;
		padding-bottom:10px;
	}
	#textArea ul {
	padding:0 0 10px 15px;
	}
	#textArea li {
		font-size:1.1em;
		line-height:1.4em;
	}
	#textArea h1 span.black{
		color:#000000;
	}
#contentArea #textAreaHeader.wide {
	width:843px;
}
#contentArea #textArea.wide {
	width:803px;
}
/* ---------------------------------------------------------------- Content Area */


/* ---------------------------------------------------------------- Home */
#home .table_firstrow {
	 background-image: url(images/home/table_bg.gif);
    background-repeat: repeat-x;
}
#home #container {
	background-image:none;
	background-repeat:no-repeat;
}
#home #contentArea {
	float:left;
}
#home .greyStrap{
	padding-top:30px;
	background-color:#c1c1c1;
}
#home #contentArea h2{
	font-size:1.4em;
}
#home #contentArea p{
	font-size:1.2em;
}
#home #contentArea a{
	text-decoration:none;
	color:#FF0000;
}
	#home #contentArea a:visited{
		color:#FF0000;
	}
	#home #contentArea a:hover{
		color:#000000;
	}
	#home #contentArea a:active{
	color:#000000;
}
#home #areaOne{
	float:left;
	width:463px;
	background-image:url(images/home/divider-grad.gif);
	background-position:right 65px ;
	background-repeat:no-repeat;
}
	#areaOne h2{
		padding-left:43px;
	}
	
	#areaOne p{
		padding: 0 0 0 43px;		
	}
	#areaOne .captionPara{
		padding-top:13px;
		padding-bottom:10px;
	}	
	#areaOne img{
		padding-left:10px;
	}	
#home #areaTwo{
	float:left;
	width:262px;
	background-image:url(images/home/divider-grad.gif);
	background-position:right 65px ;
	background-repeat:no-repeat;	
}
	#areaTwo h2{
		padding-left:27px;
	}
	#areaTwo p{
		padding-left:30px;
		padding: 0 0 0 30px;				
	}
	#areaTwo img{
		margin-left:30px;
	}
	#areaTwo .captionPara{
		padding-top:13px;
		padding-bottom:10px;
	}	
#home #areaThree{
	float:left;
	width:260px;
}
	#areaThree h2{
		padding-left:27px;
	}
	#areaThree p{
		padding-left:27px;
		padding: 0 0 0 27px;		
	}
	#areaThree img{
		margin-left:27px;
	}
	#areaThree .captionPara{
		padding-top:13px;
		padding-bottom:10px;
	}
#home #darkGreyFooter{
	background-color:#bebebe;
	margin:20px 0 0 0;
	height:19px;
	width:985px;
	float:left;
}
/* ---------------------------------------------------------------- Home */


/* ---------------------------------------------------------------- Latest News */
#latestNews ul {
	list-style:none;
	margin:0 20px 0 22px;
}
#latestNews ul li {
	padding-bottom:10px;
}
	#latestNews ul li a {
		color:#333333;
		font-size:1.1em;
		line-height:1.4em;
		text-decoration:none;
	}
	#latestNews ul li a:visited {
		color:#333333;
	}
	#latestNews ul li a:hover {
		color:#666666;
	}
/* ---------------------------------------------------------------- Latest News */


/* ---------------------------------------------------------------- News */
.newsItem {
	width:580px;
	height:6.5em;
	margin:10px 0;
}
#textArea .newsItem p {
	width:450px;
}
#textArea .newsItem p a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;

}
	#textArea .newsItem p a:visited {
		color:#000000;
	}
	#textArea .newsItem p a:hover {
		color:#FF0000;
	}
.newsItem .newsPic {
	float:right;
}
/* -- fix fckeditor -- */
#textArea #newsWrapper div {
	font-size:1.1em;
}
#textArea #newsWrapper ul li {
	font-size:1.1em;
}
/* ---------------------------------------------------------------- News */


/* ---------------------------------------------------------------- Showroom r500*/
#showroom.r500 #heroText {
	background-image:url(../images/showroom/superlight-R500/superlightR500-background.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#000000;
}
#showroom.r500 #textAreaHeader {
	background-color:#000000;
}
#showroom.r500 #heroText p {
	color:#FFFFFF;
}
#showroom.r500 #heroText p.price {
	padding-bottom:10px;
}
#showroom.r500 #information {
	background-color:#000000;
}
#showroom.r500 #information p {
	color:#FFFFFF;
}
	#showroom.r500 #information ul li a {
		color:#ff0000;
	}
	#showroom.r500 #information ul li a:visited {
		color:#ff0000;
	}
	#showroom.r500 #information ul li a:hover {
		color:#ffffff;
	}
#showroom.r500 #textArea #intro {
	background-color:#000000;
}
#showroom.r500 #textArea #intro ul li {
	color:#FFFFFF;
}
/* ---------------------------------------------------------------- Showroom r500*/


/* ---------------------------------------------------------------- Showroom */
#showroom #textAreaHeader {
	margin:0;
}
#showroom #heroText{
	float:left;
	width:821px;
	padding:0 0 0 22px;
	background-color:#dfdfdf;
}
#showroom #heroText p {
	width:300px;
	font-size:1.1em;
	padding-bottom:10px;
}
	#showroom #heroText p.type {
		font-weight:bold;
	}
	#showroom #heroText p.price {
		font-size:1.7em;
		font-weight:bold;
		color:#FF0000;
		padding-bottom:0;
	}
	#showroom #heroText p.small {
		font-size:1.1em;
		color:#FF0000;
	}
	#showroom #heroText ul {
		list-style:none;
	}
	#showroom #heroText ul li {
		background-image:url(../images/showroom/common/bullet.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
	}
	#showroom #heroText ul li p {
		padding-left:12px;
	}
#showroom #textArea #intro {
	background-color:#eaeaea;
	margin-bottom:20px;
	padding:0;
}
	#showroom #textArea #intro ul {
		padding:10px 10px 0 10px;
		list-style:none;
	}
	#showroom #textArea #intro ul li {
		background-image:url(../images/showroom/common/bullet.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
		padding:0 0 10px 12px;
	}
#showroom #heroText img.heroImage {
	float:right;
}
#showroom #textAreaHeader {
	float:left;
	width:843px;
}
#imagesAreaHeader {
	clear:both;
	width:475px;
	position:relative;
	top:-35px;
	left:368px;
}
#imagesAreaHeader img {
	margin:0 10px 0 0;
}
#showroom #leftColumn {
	width:579px;
}
	#showroom #leftColumn #textArea{
		width:535px;
	}
#showroom #rightColumn {
	width:264px;
}



#information {
	margin:0 22px 0 0;
	background-color:#eaeaea;
}

#information p {
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:10px;
}
#information ul {
	list-style:none;
	padding:10px 0 10px 20px;
}
	#information ul li a {
		display:block;
		color:#333333;
		text-decoration:underline;
	}
	#information ul li a:visited {
		color:#333333;
	}
	#information ul li a:hover {
		color:#666666;
	}
#information ul li a.paint {
	padding-left:25px;
	text-decoration:none;
	background-image:url(../images/showroom/common/paint.gif);
	background-repeat:no-repeat;
	background-position:0;
}
#information ul li a.link {
	padding-left:25px;
	text-decoration:none;
	background-image:url(../images/showroom/common/link.gif);
	background-repeat:no-repeat;
	background-position:0;
}
#information ul li a.drive {
	padding-left:25px;
	text-decoration:none;
	background-image:url(../images/showroom/common/drive.gif);
	background-repeat:no-repeat;
	background-position:0;
}
#information ul li a.print {
	padding-left:25px;
	text-decoration:none;
	background-image:url(../images/showroom/common/print.gif);
	background-repeat:no-repeat;
	background-position:0;
}
#information ul li a.link {
	padding-left:25px;
	text-decoration:none;
	background-image:url(../images/showroom/common/link.gif);
	background-repeat:no-repeat;
	background-position:0;
}
.hide{
	display:none;
}
.plus{
	background-image:url(../images/showroom/common/plus.jpg);	
}
.minus{
	background-image:url(../images/showroom/common/minus.jpg);
}
.boxToggle{
	background-repeat:no-repeat;
	background-position: 0 center;
	padding:1px 0 0 20px;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}
#showroom #textArea .hr {
	height:1px;
	width:535px;
	margin-bottom:10px;
}

/* Available Section Styles -------------------------*/

	#showroom.available #information p{
		padding-bottom:5px;
	}
	#showroom.available #information p.call{
		font-size:1.2em;
	}

	#showroom.available .availableCarContainer #leftColumn{ /* extraneous */
		float:left;
		margin-bottom:20px;
		width:579px;		
	}

	#showroom.available .availableCarContainer .availableLeftColumn{
		float:left;
		margin-bottom:20px;
		width:579px;		
	}
	
	#showroom.available .availableCarContainer #rightColumn{ /* extraneouse */
		width:263px; 
		float:right;
	}
	
	#showroom.available .availableCarContainer #rightColumn{ /* extraneouse */
		width:263px; 
		float:right;
	}	
	
	#showroom.available .availableCarContainer .availableLightColumn{
		width:263px; 
		float:right;
	}	
	
	#showroom.available .availableCarContainer #textArea{
		width:539px;
		float:left;
	}
	
	#showroom.available .availableCarContainer #textArea #intro{ /* extraneous */
		padding-bottom:0;
		margin-bottom:0;
	}
	
	#showroom.available .availableCarContainer .availableTextArea .availableIntro{
		padding-bottom:0;
		margin-bottom:0;
	}	
	
	#showroom.available .availableCarContainer #textArea #intro .firstPara{
		padding:10px; 
		padding-bottom:7px
	}
	
	#showroom.available .availableCarContainer .availableTextArea .availableIntro .firstPara{
		padding:10px; 
		padding-bottom:7px
	}
		
	#showroom.available .availableCarContainer #textArea #intro ul.spec{
		padding-bottom:7px;
	}
	
	#showroom.available .availableCarContainer{
		padding-top:20px;
		border-right:1px solid #c1c1c1; 
		border-bottom:1px solid #c1c1c1; 
		margin-bottom:20px; 
		width:842px; 
		border-color:#eaeaea;
	}


	#showroom.available #textArea #intro ul li{
		padding:0 0 6px 12px;
	}

	#showroom .available ul{
		background-color:#FF9900;
		color:#99FF66;
	}
	
	#showroom .availableHero{
		float:left;
	}
	
	#showroom .availableHeroText{
		float:left;
		width:821px;
		padding:0 0 0 22px;
		background-color:#dfdfdf;
	}
	
		#showroom .availableHeroText p {
			width:300px;
			font-size:1.1em;
			padding-bottom:10px;
		}
			#showroom .availableHeroText p.type {
				font-weight:bold;
			}
			#showroom .availableHeroText p.price {
				font-size:1.7em;
				font-weight:bold;
				color:#FF0000;
				padding-bottom:0;
			}
			#showroom .availableHeroText p.small {
				font-size:1.1em;
				color:#FF0000;
			}
			#showroom .availableHeroText ul {
				list-style:none;
			}
			#showroom .availableHeroText ul li {
				background-image:url(../images/showroom/common/bullet.gif);
				background-repeat:no-repeat;
				background-position:0 4px;
			}
			#showroom .availableHeroText ul li p {
				padding-left:12px;
			}	
	
	#showroom .availableTextArea .availableIntro {
		background-color:#eaeaea;
		margin-bottom:20px;
		padding:0;
	}
		#showroom .availableTextArea .availableIntro ul {
			padding:10px 10px 0 10px;
			list-style:none;
		}
		#showroom .availableTextArea .availableIntro ul li {
			background-image:url(../images/showroom/common/bullet.gif);
			background-repeat:no-repeat;
			background-position:0 4px;
			padding:0 0 10px 12px;
		}
	#showroom .availableHeroText img.heroImage {
		float:right;
	}

	#showroom .availableTextAreaHeader{
		margin:0;
		float:left;
		width:843px;
		
		height:7em;
		background-color:#c1c1c1;
							
	}
	
	#showroom .availableTextAreaHeader h1{
		float:left;
		font-size:1.4em;
		line-height:1.2em;
		padding:25px 0 0 22px;		
	}

	#showroom .availableTextArea{
		width:539px;
		float:left;
		padding:0pt 20px;		
	}
	
	#showroom .availableTextArea .availableIntro {
		background-color:#eaeaea;
		margin-bottom:20px;
		padding:0;
		
	}
		#showroom .availableTextArea .availableIntro ul {
			padding:10px 10px 0 10px;
			list-style:none;
		}
		#showroom .availableTextArea .availableIntro ul li {
			background-image:url(../images/showroom/common/bullet.gif);
			background-repeat:no-repeat;
			background-position:0 4px;
			padding:0 0 10px 12px;
		}	

	.availableTextArea {
		float:left;
		padding:0pt 20px;
		width:584px;
	}
		.availableTextArea p {
			font-size:1.1em;
			line-height:1.4em;
			padding-bottom:10px;
		}
		.availableTextArea ul {
		padding:0 0 10px 15px;
		}
		.availableTextArea li {
			font-size:1.1em;
			line-height:1.4em;
		}
		.availableTextArea h1 span.black{
			color:#000000;
		}		
		
		
	.availableInformation {
		margin:0 22px 0 0;
		background-color:#eaeaea;
	}
	
	.availableInformation p {
		font-size:1.1em;
		line-height:1.4em;
		padding-bottom:5px;
	}
	.availableInformation ul {
		list-style:none;
		padding:10px 0 10px 20px;
	}
		.availableInformation ul li a {
			display:block;
			color:#333333;
			text-decoration:underline;
		}
		.availableInformation ul li a:visited {
			color:#333333;
		}
		.availableInformation ul li a:hover {
			color:#666666;
		}		

	.availableRightColumn {
		float:right;
		width:263px;
	}

	.availableInformation {
		margin:0 22px 0 0;
		background-color:#eaeaea;
	}
	
	.availableInformation p {
		font-size:1.1em;
		line-height:1.4em;
	}
	.availableInformation ul {
		list-style:none;
		padding:10px 0 10px 20px;
	}
		.availableInformation ul li a {
			display:block;
			color:#333333;
			text-decoration:underline;
		}
		.availableInformation ul li a:visited {
			color:#333333;
		}
		.availableInformation ul li a:hover {
			color:#666666;
		}


/* ---------------------------- Available Section Styles End */



/* ---------------------------------------------------------------- Showroom */


/* ---------------------------------------------------------------- About Heritage */

#textArea div.herigate {
	width:580px;
	background-color:#d9d9d9;
	margin:10px 0;
}
	.pic {
		background-image:url(../images/about/herigate-background.gif);
		background-repeat:repeat-y;
		background-position:412px 0;
	}
#textArea div.herigate img {
	float:right;
}
	#textArea div.herigate .herigateText {
		width:400px;
		padding:10px 0 0 10px;
	}
	#textArea div.herigate .herigateText h2.year {
		color:#979797;
		font-size:5em;
		font-weight:bold;
		padding:0;
	}
	#textArea hr {
		width:580px;
		border:solid 1px #EEEEEE;
	}
	#textArea hr.widePics {
		width:560px;
	}
/* ---------------------------------------------------------------- About Heritage */


/* ---------------------------------------------------------------- About Faq */
#textArea div a.btn {
	display:block;
	color:#FF0000;
	font-size:1.2em;
	line-height:1.4em;
	text-decoration:underline;
	cursor:pointer;
	margin-bottom:10px;
}
	#textArea div a.btn:visited {
		color:#666666;
	}
	#textArea div a.btn:hover {
		color:#666666;
	}
#textArea div p a {
	color:#666666;
}
	#textArea div p a:visited {
		color:#666666;
	}
	#textArea div p a:hover {
		color:#666666;
	}
#textArea div ul {
	padding:0 0 10px 15px;
}
#textArea div li {
	font-size:1.1em;
	line-height:1.4em;
}
/* ---------------------------------------------------------------- About Faq */


/* ---------------------------------------------------------------- Motorsport */
#textArea #images {
	float:right;
	width:219px;
	margin-left:25px;
}
#textArea #images img {
	padding-bottom:10px;
}
#textArea p a {
	color:#666666;
}
	#textArea p a:visited {
		color:#666666;
	}
	#textArea p a:hover {
		color:#666666;
	}
/* ---------------------------------------------------------------- Motorsport */


/* ---------------------------------------------------------------- media */
#media #leftColumn {
	background-color:#000000;
}
div.clip {
	width:125px;
	display:block;
	float:left;
	margin-right:20px;
	background-image:url(../images/common/logo-media.gif);
	background-repeat:no-repeat;
	background-position:0 100px;
}
div.clip img {
	margin-bottom:5px;
}
#textArea a.media {
	display:block;
	margin-left:25px;
	color:#FF0000;
}
	#textArea a.media:visited {
		color:#FF0000;
	}
	#textArea a.media:hover {
		color:#666666;
	}
/* ---------------------------------------------------------------- media */


/* ---------------------------------------------------------------- contact */
#contact #leftColumn {
	width:843px;
}
#officeLocation {
	list-style:none;
	margin:0 20px 0 22px;
}
#officeLocation ul {
	list-style:none;

}
#officeLocation ul li {
	font-size:1.1em;
	line-height:1.4em;

}
/* ---------------------------------------------------------------- contact */


/* ---------------------------------------------------------------- Footer */
#home #footer {
	background-image:none;
}
#home #footer p {
	margin-left:45px;
}
#footer {
	clear:both;
	padding-bottom:5px;
	width:985px;
	height:2.2em;
	background-color:#e5e5e5;
	background-image:url(../images/common/footer-divider.gif);
	background-repeat:repeat-y;
	background-position:141px;
}
#footer p {
	font-size:1em;
	margin-bottom:0pt;
	margin-left:161px;
	padding:8px 0pt 0pt;
}
#footer a{
	color:#666666;
	text-decoration:none;
	padding-left:20px;
}
	#footer a:link{ color:#666666; }
	#footer a:visited{ color:#666666; }
	#footer a:hover{ color:#666666; }
	#footer a:active{ color:#666666; }
/* ---------------------------------------------------------------- Footer */
