

body{
	color:#FFF;
	padding:0px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	}
	
td{
		font-size:11px;
		color:#D2D2D2;
		line-height:1.7em;
		}
	
#nav{
	font-size:13px;
	color:#D2D2D2;
	}
#bg{background:url(/webdev/images/headerbg.jpg);
background-repeat:repeat-x;}	
	
#footer{
	font-size:11px;
}	

#footer a:link{
	color:#999;
	text-decoration:none;
	}	

#footer a:visited{
	color:#999;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#FFF;
	text-decoration:none;
	}	

#footer a:active{
	color:#999;
	text-decoration:none;
	}		
	
#nav{
	padding-left:40px;
	}	
	
#nav ul li{
	float:left;
	list-style-type:none;}	
	
#nav a:link{
	color:#D2D2D2;
	text-decoration:none; 
	padding-right:10px;
	padding-left:5px;}
	
#nav a:visited{
	color:#D2D2D2;
	text-decoration:none; 
	padding-right:10px;
	padding-left:5px;}

#nav a:hover{
	color:#FFF;
	text-decoration:none;
	padding-right:10px;
	padding-left:5px;}
	
#nav a:active{
	color:#D2D2D2;
	text-decoration:none;
	padding-right:10px;
	padding-left:5px;}


#pad{
	font-size:11px;
	padding:15px 25px 0px 25px;
	}
	
h3{
		font-size:15px;
		font-style:italic;
		padding:0px 0px 0px 0px;
		margin:0px;;
}

h2{
	font-size:13px;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	color: #44707D;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
	
h4{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	}
	
h6{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	}

a:link {
	color:#fff;
	text-decoration:none;
	font: Arial, Helvetica, sans-serif
	}

a:visited{
	text-decoration: none;
	color: #fff;
}

a:hover{color: #999;}

a:active{
	text-decoration: none;
	color: #999
}

#pageheaderindex {font-size:16px;
font-style:italic;
font-weight:bold;
}

#pageheadersecondary {font-size:20px;
font-style:italic;
font-weight:bold;
}

h1{
	font-size:18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}
	
h5{
	font-size:18px;
	padding: 0px 0px 0px 0px;
	margin:3px 0px 3px 0px;}
	
.bulletlist {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin:0;
padding:5px 5px 10px 20px;
}

.countryLink a;link{color:#CCC;}
.countryLink a;visited{color:#CCC;}
.countryLink a;hover{color:#FFF;}
.countryLink a;active{color:#CCC;}

input.enquiry, select.enquiry, textarea.enquiry{
	width:100%;
	color:#FFFFFF;
	background-color:#666;
	border:solid 1px #dedee0;
	padding:2px;
 	font-family: Arial,Helvetica,sans-serif;
	font-size:10px;
}
.submitbutton {
	width:163px;
	height:35px;
	display:block;
	background-image:url(webdev/submit-button.png);
	background-position: top;
}
.submitbutton:hover{
	width:163px; 
	background-position: bottom;
	height:35px;
	background-image:url(webdev/submit-button.png) no repeat;
}
.resetbutton {
	width:163px;
	height:35px;
	display:block;
	background-image:url(webdev/reset-button.png);
	background-position: top;
}
.resetbutton:hover{
	width:163px; 
	background-position: bottom;
	height:35px;
	background-image:url(webdev/reset-button.png) no repeat;
}
.otherbutton {
	clear: both;
	position:relative;
	display:block;
	height: 35px;
	width: 163px;
	background:url(webdev/reset-button.jpg) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.otherbutton span.hover {
	position: absolute;
	display: block;
	height: 35px;
	width: 163px;
	background: url(webdev/reset-button.jpg) no-repeat;
	background-position: bottom;
}

.h3style{
	font-size:16px;
	padding: 0px 0px 3px 0px;
	margin:3px 0px 3px 0px;
	border-bottom:dashed 1px #F63;
	}
