@charset "utf-8";
/* CSS Document */

body, html {padding:0; margin:0; background-image:url(../images/bg1.png); background-repeat:repeat-x;}


/* Font styles */

.menufont {font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
		}
		
.H1 {font-family: Arial;
	font-size: 18px;
	font-weight:bolder;
	color:#FFFFFF;
		}
		
.contenttext {font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
		}
		
.contenttextblack {font-family: Arial;
	font-size: 11px;
	color:#000;
		}
		
/* Header */	
#headercontainer {
	width:100%;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/dashedline.png);
	height:90px;
		}
		
#headercontent {
	width:950px;
	height:90px;
	margin:auto;
		}
		
#headerlogo {
	width:100px;
	height:auto;
	margin-left:10px;
	margin-top:20px;
	float:left;

		}
		
#headertelephone {
	width:213px;
	height:auto;
	margin-right:10px;
	margin-top:25px;
	float:right;

		}
		
/* Menu */	

#menucontainer {
	width:950px;
	height:74px;
	margin:auto;
	background-image:url(../images/menubg.png);
	background-repeat:no-repeat;
	margin-top:5px;

		}

#menuholder{
	width:950px;
	height:20px;
	margin:auto;
	padding-top:2px;
		}
		
/* Middle */	

#contentcontainer {
	width:950px;
	height:720px;
	margin:auto;
	background-color:#333333;
			}
			
#contentcontainercontact {
	width:950px;
	height:840px;
	margin:auto;
	background-color:#333333;
			}
			
#contentcontainernewcars {
	width:950px;
	height:970px;
	margin:auto;
	background-color:#333333;
			}
			
#slideshowcontainer {
	width:945px;
	height:238px;
	margin:auto;
	overflow:hidden;
				}
				
#h1container {

    width:936px;
	height:40px;
	margin:auto;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/dashedline.png);
	margin-top:5px;
	margin-bottom:5px;
}

#contentleftcontainer {
	width:750px;
	height:auto;
	margin-left:7px;
	background-color:#333333;
	float:left;
	}
	
#contentrightcontainer {
	width:190px;
	height:auto;
	float:right;
		}
		
#bottomimagecontainer {
	width:936px;
	height:auto;
	float:left;
	margin-left:7px;
	background-image:url(../images/dashedline.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:20px;
	padding-top:10px;
		}
			
/* Footer */	

#footertcontainer {
	width:100%;
	height:73px;
	background-image:url(../images/footerbg.png);
	background-repeat:repeat-x;
	margin-top:5px
	
		}
		
#footertcentre {
	width:950px;
	height:73px;
	margin:auto;
		
		}
		
#footertbottomleft {
	width:500px;
	height:40px;
	padding-left:13px;
	padding-top:10px;
	position:absolute;
		
		}
		
#footertbottomright {
	width:auto;
	height:auto;
	padding-right:20px;
	padding-top:15px;
	float:right;
		
		}


/* Text Effects */		
		
		
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
}
a:active {
	color: #ffffff;
}

a.linkset2:link {
	color: #333333
}
a.linkset2:visited {
	color: #333333
}
a.linkset2:hover {
	color: #FF0000
}
a.linkset2:active {
	color: #333333
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

