body {
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #707070;
	background: url(media/shell-02.jpg) repeat-x;
}

body a:link { color: #00ADEF; text-decoration: underline; }
body a:visited { color: #00ADEF; text-decoration: underline;}
body a:hover { color: #707070; text-decoration: underline; }

p { margin-top: 3px; margin-bottom:5px; }






/*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: 898px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
}

#mainImage {
	width: 346px;
	height: 311px;
	position: absolute; 
}
	
#header {
	width: 898px;
	height: 140px;
	position: relative; 
}
	
#mainContent { 
	width: 898px;
	position: relative;
}
	
	
#nav {
	width: 898px;
	height: 32px;
	position: relative;
}

#footerBKG {
	width: 100%;
	height: 50px;
	position: relative;
	background: #00ADEF;
}

#footer {
	width: 785px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	padding-left: 113px;
	
	font-size: 11px;
	line-height: 30px;
	color: #FFFFFF; 
}

#footer a:link { color: #B2E6FA; text-decoration: none; }
#footer a:visited { color: #B2E6FA; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: none; }

#specialOffer { 
	width: 210px;
	height: 80px;
	position: relative;
	margin-top: 139px;
	padding-top: 95px;
	padding-bottom: 10px;
	padding-left: 34px;
	padding-right: 23px;
	background: url(media/shell-08.gif) no-repeat;
}

.divPop { z-index:99; position:fixed; width:100%; top:0px; left:0px; height:100%; background-image:url(media/divBack.png) }

/*TEXT SIZE AND COLOUR STYLES*/

.formStyle { font-size:13px; line-height:15px; color: #707070; }

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 { 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 }
.white a:link { color: #ffffff }
.white a:visited { color: #ffffff }
.white a:hover { color: #448CCA }
.grey { color: #707070 }
.darkGrey { color: #545454 }
.blue { color: #00ADEF }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }

.space { padding: 1px; }

.dropDownMenu {
	position: absolute;
	top: -1200px;
	background: #00ADEF;
	color: #FFFFFF;
	font-size: 12px;
	
	border: 1px solid #9ADFF9;
	border-bottom: 1px solid #0077c3;
	border-right: 1px solid #0077c3;
	padding
}

.dropDownMenu a:link { color: #FFFFFF; text-decoration: none; font-size: 12px; }
.dropDownMenu a:visited { color: #FFFFFF; text-decoration: none; font-size: 12px;}
.dropDownMenu a:hover { color: #FFFFFF; text-decoration: none; font-size: 12px;}

.dropdownLinkDiv {
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #00b9ff;
	border-bottom: 1px solid #9ADFF9;
	border-right: 1px solid #9ADFF9;
}
.dropdownLinkDiv p { margin-top: 0px; margin-bottom:0px; }