body, table {

	font-size: 			12px;
	font-family: 		Arial;
	color: 				#244F6A; 
}

body         { 
               
             
 scrollbar-face-color: #CEE7FE;
 scrollbar-shadow-color: #A2CEFD; 
 scrollbar-highlight-color: #CEE7FE;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-color: #A2CEFD; 
 scrollbar-track-color: #286BC0; 
 scrollbar-arrow-color: #244F6A; 
               

}

a:link, a:visited, a:hover, a:active {
	text-decoration:		none;
}
a:link, a:visited   {
	color: 				#286BC0;
}
a:hover   {
	color: 				#00CC00;
}
a:active   {
	color: 				#286BC0;
}

p, h1, h2 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2 	{
	color: 				#286BC0;
}

h1 {
	font-size: 			13px;
}
h2 {
	font-size: 			12px;
}


.rules    { background-image: url('images/rules_box.gif'); 
    background-repeat: no-repeat; 
    background-position: top left;  
}

.class1    { background-image: url('images/class1.jpg'); 
    background-repeat: no-repeat; 
    background-position: top left;  
}

.class2    { background-image: url('images/class2.jpg'); 
    background-repeat: no-repeat; 
    background-position: top left;  
}

.class3    { background-image: url('images/class3.jpg'); 
    background-repeat: no-repeat; 
    background-position: top left;  
}

.class4    { background-image: url('images/class4.jpg'); 
    background-repeat: no-repeat; 
    background-position: top left;  
}

.class5    { background-image: url('images/class5.jpg'); 
    background-repeat: no-repeat; 
    background-position: top left;  
}

input, select, textarea {
 
 border-width : 1px;
 border-style : solid;
 border-color : #244F6A;
 background-color: #ffffff;
}

p#footer {
  font-size: 10px;
  text-align: center; 
  margin-top: 15px;
  color: #CEE3FE;
}

p#footer a {
  color: white;
}

div#main{
	padding:20px 15px 0 15px;
}

div#main_left{
	width:400px;
	float:left;
}
div#main_right{
	width:260px;
	float:right;
	padding:0 0 0 15px;
}

h5{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:16px;
	font-weight:bold;
	color:#1d569f;
	border-bottom:1px solid #B3D4FB;
}

ul.first{
	margin:0;
	padding:0 0 10px 25px;
	font-size:12px;
}

ul.first li{
	margin:0;
	padding:0 0 10px 4px;
	list-style-image:url(images/tick.gif);
}

a.enqbutton{
	display:block;
	width:170px;
	margin:0 0 0 25px;
	text-align:center;
	padding:7px;
	border:1px solid #0099FF;
	font-size:13px;
}

a.enqbutton:hover{
	border:1px solid #333333;
	background:#0099FF;
	color:#333333;
}

div.box{
	padding:15px;
	/*background:#FFFFFF;
	border:1px solid #0099FF;*/
}

span.name{
	color:#333333;
	font-weight:bold;
}

div.cbox{
	padding:8px;
	border:1px solid #0099FF;
}

div#nav{
	width:720px;
	height:35px;
}

#nav a{
	display:block;
	height:35px;
	float:left;
}

a#about{
	width:95px;
	background:url(images/nav.gif);
}

#about:hover{
	background-position: 0 -35px;
}

a#cars{
	width:117px;
	background:url(images/nav.gif) -95px 0;
}

#cars:hover{
	background-position: -95px -35px;
}

a#contact{
	width:107px;
	background:url(images/nav.gif) -212px 0;
}

#contact:hover{
	background-position: -212px -35px;
}

a#nzinfo{
	width:131px;
	background:url(images/nav.gif) -319px 0;
}

#nzinfo:hover{
	background-position: -319px -35px;
}

a#secure{
	width:111px;
	background:url(images/nav.gif) -450px 0;
}

#secure:hover{
	background-position: -450px -35px;
}

a#dist{
	width:159px;
	background:url(images/nav.gif) 159px 0;
}

#dist:hover{
	background-position: 159px -35px;
}

#footer2{
	height:21px;
	text-align:center;
	background:#c3d8f5;
	font-weight:bold;
	padding:4px 0 0 0;
	width:557px;
	color:#286BC0;
	float:left;
	border-top:1px solid #234d63;
	margin:10px 0 0 0;
}

a#terms{
	margin:10px 0 0 0;
	display:block;
	float:right;
	width:162px;
	height:21px;
	padding:4px 0 0 0;
	text-align:center;
	background:#c3d8f5;
	color:#234d63;
	font-weight:bold;
	border-top:1px solid #234d63;
	border-left:1px solid #234d63;
}

a#terms{
	_padding:4px 0 5px 0;
	_width:163px;
}

#footer2{
	_padding:4px 0 4px 0;
}

a#terms:hover{
	background:#286BC0;
	color:#FFFFFF;
}

span.upper{
	text-transform:uppercase;
	font-size:14px;
	color:#234d63;
}