@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
	text-align: center;
}
a {
	color: #333333;
}
#content {
	text-align: left;
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#homeHeader, #ukHeader, #europeHeader, #galleryHeader, #weddingHeader, #kentHeader, #sussexHeader, #surreyHeader, #clientsHeader, 
#contactHeader {
	text-indent: -9999px;
	height: 80px;
	width: 464px;
	position: absolute;
	left: 20px;
	top: 104px;
}
#homeHeader {
	background-image: url(images/headerHome.gif);
	background-repeat: no-repeat;
}
#ukHeader {
	background-image: url(images/headerUK.gif);
	background-repeat: no-repeat;
}
#europeHeader {
	background-image: url(images/headerEuropean.gif);
	background-repeat: no-repeat;
}
#galleryHeader {
	background-image: url(images/headerGallery.gif);
	background-repeat: no-repeat;
}
#weddingHeader {
	background-image: url(images/headerWedding.gif);
	background-repeat: no-repeat;
}
#kentHeader {
	background-image: url(images/headerKent.gif);
	background-repeat: no-repeat;
}
#sussexHeader {
	background-image: url(images/headerSussex.gif);
	background-repeat: no-repeat;
}
#surreyHeader {
	background-image: url(images/headerSurrey.gif);
	background-repeat: no-repeat;
}
#clientsHeader {
	background-image: url(images/headerClients.gif);
	background-repeat: no-repeat;
}
#contactHeader {
	background-image: url(images/headerContact.gif);
	background-repeat: no-repeat;
}
#links {
	width: 870px;
	position: absolute;
	top: 43px;
	left: 0px;
	z-index: 2;
}
#links a {
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #2250A4;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
	color: #666666;
}
#car {
	position: absolute;
	top: 44px;
	right: 0px;
	z-index: 1;
}
#fourCars {
	position: absolute;
	left: 10px;
	top: 240px;
}
#fourWeddingCars {
	position: absolute;
	left: 14px;
	top: 340px;
	z-index: 3;
}

#mainText {
	width: 630px;
	position: absolute;
	left: 40px;
	top: 370px;
	line-height: 18px;
}
#weddingText1, #clientText {
	width: 630px;
	position: absolute;
	left: 30px;
	top: 240px;
	line-height: 18px;
	z-index: 2;
}
#clientText td {
	padding: 5px;
}
#weddingText2 {
	width: 450px;
	position: absolute;
	left: 30px;
	top: 480px;
	line-height: 18px;
	z-index: 2;
}
#mainText p, #weddingText1 p, #weddingText2 p, #clientText p {
	margin-bottom: 15px;
}
#logo {
	position: absolute;
	top: 220px;
	right: 25px;
	z-index: 10;
}
#galleryTable {
	width: 670px;
	position: absolute;
	left: 25px;
	top: 250px;
	line-height: 18px;
}
#galleryTable img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #333333;
}
#ratesTable {
	width: 640px;
	position: absolute;
	left: 30px;
	top: 250px;
	line-height: 18px;
}
#ratesTable table {
	border: 1px solid #000000;
}
#ratesTable td {
	background-color: #DBDBDB;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	padding: 5px;
}
#ratesTable ul {
	margin-bottom: 20px;
	margin-left: 50px;
}
#sideQuote {
	color: #2250A4;
	width: 150px;
	position: absolute;
	top: 370px;
	font: italic 22px/32px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	right: 25px;
}
#sideQuote span {
	font-size: 10px;
	width: 100%;
}
#sideImages {
	position: absolute;
	top: 390px;
	right: 0px;
}
#weddingCar {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#footerBar {
	height: 10px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #878787;
}

#footerBar h2, #footerBar h3 {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#footerBar h1 {
	font-size: 10px;
	font-weight: normal;
}

