/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}
	

body {

	
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	color: #000000;	
	background-color: #000000;
		
}
	
body a {
	
	text-decoration: none;
}
	
body a img {
		
	border: 0;	
}
	
	
.sitelink a {

	text-decoration: none;
	color: #000000;
	
}
	
	
.sitelink a:hover {

	color: #575757;
	
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}


.largerFont {

	font-size: 14px;	
}


.smallerFont {

	font-size: 11px;	
}


.topMopsBlue {
	
	color: #1356A6;
}

.bold {
	
	font-weight: bold;
	
}

.green {
	
	color: #009900;	
}

.alert {
	
	color: #FF0000;

}

.topMopsGrey {
	
	color: #575757;	
}

.alignCenter {
	
	text-align: center;	
	width: 130px;
	display: block;
}

h2 {

	font-size: 16px;
	padding-bottom: 10px;	
	color: #1356A6;
}


h3 {

	font-size: 13px;
	padding-bottom: 10px;	
	color: #1356A6;		
}

h3.centreText {

	text-align: center;
	padding: 0;
}

h3.newsItem {
	
	padding-top: 15px;	
}

h2.headerText {
	
	color: white;	
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad5 {
	
	padding-top: 5px;	
}

img.closeButton {
	
	position: absolute;
	right: 0;	
	
}

#outerShell {
	
	background-color: #F4E3C4;
	background-image: url(images/bodyBackground.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;	
	position: relative;
	display: block;
	z-index: 0;
	
	
}


/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	
}


#logo {
	
	position: absolute;
	top: 0;
	left: 0;	
	
}

#topNavHolder {
	
	height: 110px;
	padding: 0;

}

#topNavHolder ul {
	
	height: 110px;
	display: block;
	background-image: url(images/menuBackground_off.jpg);
	background-repeat: repeat-x;
	width: 603px;	
	
}

#topNavHolder ul li {
	
	height: 110px;
	display: block;
	float: right;
}

#topNavHolder ul li a {

	color: #F4E3C4;
	font-size: 13px;
	display: block;
	margin-top: 20px;
	padding: 0 15px;
	padding-bottom: 70px;

}

#topNavHolder ul li img {
	
	float: left;	
}

#slideshowHolder {
	
	position: relative;
	top: -30px;
	

}

#slideshowHolder img {

	width: 598px;
	border: 2px solid #F4E3C4;	
}




		
#contentMain {
		
	
	width: 603px;	
	position: relative;
	top: 0;
	float: right;
	left: 0px;
	background-color: #F4E3C4;
	min-height: 680px;
	background-image: url(images/upperPattern.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#contentMain p {
	
	padding: 5px 5px;
	background-color: transparent;	
}


#strapline {
	
	width: 603px;	
}

#textCol {
	
	position: relative;
	display: block;	
	top: 15px;
	
}


#textCol.index {
	
	position: relative;
	top: -20px;	
}

#textCol a:hover{

	color: #575757;		
}

#textCol h1 {
	
	color: #CD9231;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	
}


#textCol h2 {
	
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 10px;
	
}



#textCol div.rightCol {
	
	width: 205px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 2px;
	
}

#textCol div.rightCol img {
	
	border: 2px solid white;
	display: block;

}

#textCol div.rightCol img.lowerImage {
	
	margin-top: 20px;	
}

#textCol ul {
	
	list-style-position: outside;	
	width: 330px;
	padding-left: 30px;
	margin: 10px 0;
}

#textCol ul li {
	
	padding: 5px 0;	
}

#textCol div.faq {
	
	width: 370px;
	margin-top: -5px;
	padding-bottom: 30px;
}

#textCol div.faq p {

	padding-right: 0;	
	
	
}

#leftCol {
	
	width: 333px;
	position: absolute;
	top: 172px;
	left: 0;
	display: block;
	z-index: 20;	
}

#leftCol div {
	
	display: block;
	position: relative;
	z-index: 10;
	
}

#leftCol div p {

	color: #000000;
	font-size: 18px;
	
}

#leftCol div p.bookCleaner {
	
	position: absolute;
	top: 40px;
	left: 23px;	
}

#leftCol div p.ourPromise {
	
	position: absolute;
	top: 55px;
	left: 22px;	
	width: 220px;
	font-size: 15px;
	font-weight: bold;
}

#promise {
	
	position: absolute;
	top: 134px;
	left: 20px;	
	
}

#insured {
	
	position: absolute;
	top: 150px;
	left: 210px;
	z-index: 100;
	display: block;	
	
}


#onlineRequest {
	
	position: absolute;
	top: 60px;
	left: 220px;
	z-index: 100;
	display: block;	
	
}

#promiseText {
	
	background-color: #F6AD35;	
	padding: 30px;
	background-image: url(images/highslideBackground.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#insuredText {
	
	background-color: #F6AD35;	
	padding: 30px;
	background-image: url(images/highslideBackground.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#leftCol div p.callNow {
	
	position: absolute;
	top: 20px;
	left: 137px;	
	width: 200px;
}

#leftCol div p.fullyInsured {
	
	position: absolute;
	top: 70px;
	left: 136px;	
	width: 180px;
	font-size: 15px;
	color: #B1B1B1;
	font-weight: bold;
	text-align: left;
}

.alignButton {
	
	position: relative;
	top: -20px;
	left: -20px;	
	
}

#footerShell {
	
	clear: both;
	width: 100%;
	background-color: #000000;
	height: 114px;
	display: block;
	position: relative;
	z-index: -1;		
	
}

#footer {
	
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	height: 114px;
	background-image: url(images/lowerPattern.gif);
	background-repeat: no-repeat;
	background-position: top right;

	
}

ul#lowerMenu {
	
	position: absolute;
	top: 10px;
	right: 0;
	width: 600px;
	
}

ul#lowerMenu li {
	
	display: inline;	
	font-weight: bold;
	color: #7F7F7F;
	padding: 0 0px;
	
}


form p label {
	
	display: block;
	text-align: left;
	padding: 0px 5px 0 0;
	color: #2A2A2A;

}


form p input {  

	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	color: #000000; 
	border: 0px solid #6D6D6D;
	margin: 0px;
	padding: 4px;
	width: 350px;
	background-color: #F9F2E4;
	
}

		
	
form p  textarea	{  
		
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	color: #000000; 
	width: 350px;
	height: 120px;
	border: 0px solid #6D6D6D;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #F9F2E4;

}
	

form input.sendEnquiry {
	
	display: block;	
	position:relative;
	top: 0px;	
	left: 270px;	
	width: 93px;	
	border: none;
	cursor: pointer;
	height: 25px;
	background-color: transparent;

}


#locationMap {
	
	position: relative;
	top: 0px;
	left: 0px;	
	border: 2px solid #FFFFFF;
	width: 340px;
	height: 340px;
	
}
