/* CSS Document */

* {
text-decoration : none;
}

body {
background : url(../images/back.jpg) 100% 0% repeat-y;
margin : 0px;
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
}



/*** main content wrapper ***/

#wrapper {
height : 100%;
}
/* Hides from IE5-mac \*/
	* html #wrapper {height: 1%;}
	/* End hide from IE5-mac */

	#innerwrapper {
	}
	
	/* Hides from IE5-mac \*/
	* html #innerwrapper {height: 1%;}
	/* End hide from IE5-mac */


/*** top area ***/

	#top {
	background : url(../images/top.jpg) 0% 0% repeat-x;
	padding : 110px 0px 33px 0px;
	}
	
		#navimg {
		position : absolute;
		top : 0px;
		right : 0px;
		}
	
		#callimg {
		position : absolute;
		top : 0px;
		left : 0px;
		}



/*** navigation ***/

		#nav {
		background : #000000;
		color : #000000;
		font-size : 1.4em;
		font-weight : bold;
		letter-spacing : -1px;
		padding : 5px 5px;
		}
		
			#nav a {
			color : #ffffff;
			padding : 5px 15px;
			}
			
				#nav a:hover {
				color : #FDFF44;
				}



/*** content container ***/

#container {
width : 100%;
}



/*** left content area ***/

#contentleft {
font-size : 1.2em;
margin : 0px 310px 0px 10px;
text-align : justify;
}

	#contentleft p {
	margin : 0px;
	padding : 0px 0px 12px 0px;
	}
		
	#contentleft a {
	color : #0E1B94;
	}
			
		#contentleft a:hover {
		background : #0E1B94;
		color : #ffffff;
		}



/*** right content area ***/

#contentright {
float : right;
width : 300px;
margin-right: 0px;
text-align: right;
}

/*** vehicles table ***/

#vehicles td {
font-size: 1.0em;
}

/*** enquiry form ***/

#enquiryform {
float: right;
margin-right: 40px;
}

#enquiryform td {
border: 1px solid #CCCCCC;
padding: 5px;
font-size : 0.8em;
}

/*** icicles ***/
#spiderlinks {
background : url(../images/ice.gif) bottom right repeat-x;
clear: both;
color : #000000;
font-size : 1.2em;
font-weight : bold;
letter-spacing : -1px;
text-align: center;
height: 100px;
}
		
			#spiderlinks a {
			color : #000000;
			padding : 5px 5px;
			}
			
				#spiderlinks a:hover {
				color : #CCCCCC;
				}

#chilled {
background : url(../images/chilled.jpg) bottom right no-repeat;
height: 100px;
}

/*** left content area ***/

#contentleft-vehicles {
font-size : 1.2em;
margin : 0px 20px 0px 10px;
text-align : justify;
}

	#contentleft-vehicles p {
	margin : 0px;
	padding : 0px 0px 12px 0px;
	}
		
	#contentleft-vehicles a {
	color : #0E1B94;
	}
			
		#contentleft-vehicles a:hover {
		background : #0E1B94;
		color : #ffffff;
		}