


					#content h1 {
						font-size: 1.0em;
						margin: 0px 0px 0px 0px; 
					}
					
					#content h2 {
						color: #333;
						font-weight: bold;
						font-size: 0.9em;
					}
					
					#content h3 {
						color:#333;
						font-weight: bold;
						font-size: .8em;
					}
					
					#content p, #content ul {
						color:#222;
						font-size: .7em;
						line-height: 150%;
					}
					
					#content td
					{
						font-size: 8pt; /* Using points due to Firefox and IE having different font sizes - this is because of link inheritance - IE is in the wrong here!*/
					} 
					
										
					#content li{
						padding-bottom: 5px;
					}
										
					#content .intro {
						font-weight:bold
					}
					
					#content a:link, 
					#content a:visited {
						text-decoration: underline;
					}
					
					#content a:hover, 
					#content a:active {
						text-decoration: none;
					}
					
					
					
					/*contentOffers */
					
					#content table{
					    border-top: solid 1px #ccc;
						border-right: solid 1px #ccc;
						border-left: solid 1px #ccc;
						margin: 5px 0px 0px 10px;				
						font-size: 0.7em;		
						padding: 0px;		
					}
					
					#content table td
					{
						padding: 5px;
						border-bottom: solid 1px #ccc;					 
					} 
					
				
					#content td.title
			        {
				        font-weight: bold;
						background-color: #e6e6e6;
						color: #000;
			        }
			        
			        #content table td.highlighted{
                       	font-weight: bold;									
						color: #386491;
						font-size: 1.3em;
			        }
					
					#content table.noborder{
					     border-top: none;
                        border-right: none;
                        border-left: none;                      		
					}
					
					#content table.noborder td{
					    border-bottom: none;
					}
					
					#content table.bigtable td
					{
						padding: 4px;
				        border-bottom: solid 1px #ccc;
					} 
					

/* New Car Landing Page */

#newCarLandingPageContent{
    float:left;
    display:inline;
    width: 460px;
    height: 300px;
    margin: 214px 0px 0px 20px;
    padding: 0px 11px 0px 0px;
    border-right: 1px solid #999;
 }

#newCarLandingPageContent h1 {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px; 
}

#newCarLandingPageContent h2 {
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
}

#newCarLandingPageContent h3 {
	color:#333;
	font-weight: bold;
	font-size: .8em;
}

#newCarLandingPageContent p{  
    	color:#222;
		font-size: .7em;
		line-height: 150%;
		width: 400px;
}


#newCarSideContact{
	float: left;
	width: 255px;
	height: 300px;
	margin: 214px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#newCarSideContact p{    
    margin: 10px 0px 0px 0px;
}


/* Marque Landing Page */

#newModels{
	/*font-family: Arial, Helvitica, sans-serif; */
	margin: 20px 0px 0px 15px;
	width: 1000px;
}

#newModels h2{
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
}

#newModels td{
	border-bottom: dotted 1px #999;	
	padding: 10px 0px 10px 0px;
}

#newModels p{
	color:#222;
	font-size: 0.7em;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	width: 350px;
	}
	
#newModels p a:link,
#newModels p a:visited{
	display: block;
	padding: 0px 3px 0px 8px;
	margin: 12px 3px 5px 2px;
	text-decoration: none;
	color: #222;
	background: url("http://195.12.12.235/berrybmw.co.uk/images/arrow_grey.gif") no-repeat 0px -1px;
}

#newModels p a:hover,
#newModels p a:active{
		text-decoration: none;
	background: url("http://195.12.12.235/berrybmw.co.uk/images/arrow_003399.gif") no-repeat 0px center;
	color: #003399;
}
