body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(media/bkg.gif) repeat-x;
	color: #000000;
}

body a:link { color: #D82A00; text-decoration: underline; }
body a:visited { color: #D82A00; text-decoration: underline;}
body a:hover { color: #7D848C; text-decoration: underline; }





/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#container {
	width: 800px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
}
	
#header {
	width: 800px;
	position: relative; 
}
	
#content { 
	width: 800px;
	position: relative;
}
	
#nav {
	width: 211px;
	height: 259px;
	position: relative;
	padding-top: 125px;
	padding-left: 125px;
	
	font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; 
	background: url(media/shell_03.jpg);
}

#nav p { margin-top: 2px; margin-bottom:0px; font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif; font-size: 13px; }	
#nav a:link { color: #FFFFFF; text-decoration: none;  }
#nav a:visited { color: #FFFFFF; text-decoration: none; }
#nav a:hover { color: #AFE100; text-decoration: none; }
#nav .navHighlight a { color: #AFE100; text-decoration: none; }

#footer {
	width: 775px;
	position: relative;
	background: url(media/shell_20.jpg) no-repeat;
	margin-top: 5px;
	padding-right: 25px;
	padding-top: 10px;
	
	font-size: 10px;
	text-align: right;
	color: #919BA5; 
}
#footer a:link { color: #919BA5; text-decoration: none; }
#footer a:visited { color: #919BA5; text-decoration: none; }
#footer a:hover { color: #333333; text-decoration: none; }

#flashContent {
	position: relative;
	height: 345px;
	width: 464px;
	padding-top: 40px;
	background: url(media/shell_02.jpg) no-repeat;
}

#mainContent {
	width: 500px;
	padding-left: 30px;
	padding-right: 10px;
	background: url(media/shell_10.jpg) right no-repeat top;
}

#leftColumn { 
	width: 282px;
}

#latestNews {
	height: 239px;
	padding-left: 60px;
	padding-right: 40px;
	background: url(media/shell_11.jpg);
	font-size: 11px;
	line-height: 15px;
}

#latestNews p {
	font-size: 11px;
	line-height: 15px;

}

#latestNews p a:link { text-decoration:none; }
#latestNews p a:visited { text-decoration:none; }
#latestNews p a:hover { text-decoration:none; }

#findCart {
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom:20px;
}

#findCart p {
	font-size: 11px;
	line-height: 15px;

}

#kioskFront {
	position: absolute;
	height: 170px;
	width: 310px;
	padding-left: 205px;
	background: url(media/shell_15.jpg);
	margin-left: -30px;
}

#kioskFront p {
	font-size: 11px;
	line-height: 15px;

}

#line { height:1px; background-color:#CCCCCC; }


#LeaseorBuy {
	height: 120px;
	padding-left: 60px;
	padding-right: 40px;
}


#LeaseorBuy p { 
	font-size: 11px;
	line-height: 15px;
}

#mvuFlash { margin-top:-20px; }

#blog {
	height: 120px;
	padding-left: 60px;
	padding-right: 40px;
}

#searchbox { position:absolute; top:110px; width:200px; left:0px; }
#searchbox p { margin-bottom:2px; color: #FFFFFF; }
#searchbox input[type="submit"] { font-size:11px; }
#searchbox input[type="text"] { font-size:11px; }
#cse-search-results iframe { width:460px; }


/*TEXT SIZE AND COLOUR STYLES*/

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text11 p { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 p { font-size:13px; line-height:17px; }
.text14 { font-size:14px; line-height:18px; }
.text18 { font-size:18px; line-height:22px; }

.black { color: #000000 }
.white { color: #ffffff }
.grey { color: #7D848C }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }
