/* ############################################################
   IMPORTANT: ALL IMAGES NOT INCLUDED IN THE BODY MUST HAVE A
   			  STYLE EXPLICITLY SETTING THEIR PADDING TO 0px
   ############################################################
   

   YOU WILL HAVE TO ALTER THE WIDTH OF .consecdivs TO FIT ON ON THE PAGE
*/
.consecdivs {
	width:570px;
	float:left;
}

.divider {
	font-size:0px;
	width:100%;
}

body {
	margin:0px;
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	letter-spacing:0.02em;
}
img {
	padding:5px;
}
img.nopadding {
	padding:0px;
}

/* #######  END OF REQUIRED CSS ###################*/


#cbcontainer {
	width:570px;
	margin:auto;
	color:#333;
}

#cblogo {
	width:570px;
	height:27px;
	padding-left:7px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#cbtopmenu {
	/*width:410px;
	height:15px;
	float:left;
	text-align:right;
	margin-top:18px;
	margin-bottom:10px;*/
display:none;
}

#cbmainimage {
	/*width:698px;
	height:100px;
	background-image:url(images/framework/home_page.jpg);
	border:solid 1px silver;
	float:left;*/
display:none;
}

#cbtitlebars {
	width:570px;
	height:30px;
	float:left;
}
#cbpagename {
	/*height:15px;
	width:120px;
	padding:10px 0 0 7px;
	margin:0px;
	font-weight:bold;
	background-repeat:no-repeat;*/
display:none;
}

#cbmessage {
	/*height:20px;
	width:429px;
	float:left;
	padding:10px 0 0 7px;
	margin:0px;
	font-weight:bold;*/
	display:none;
}
#cbcontact {
	/*height:20px;
	width:83px;
	float:right;
	padding:10px 0 0 7px;
	margin:0px;*/
	display:none;
}

#cbbodycontainer {
	width:570px;
	
	
	background-repeat:no-repeat;

}
#cbukwdacontainer {
	width:570px;

	background-image:url(images/framework/ukwda.gif);
	background-position:12px 100%;
	background-repeat:no-repeat;
	background-color:white;
	
}


#cbmenu {
	/*width:133px;
	float:left;
	margin-top:10px;
	background-image:url(images/framework/css.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
	display:none;

	
}
#cbbody{
	margin-top:10px;
	width:570px;
	
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	overflow:hidden;
	text-align:center;
	
}

#cbbodyinner {
	width:530px;
	padding:10px 20px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:1.7em;
	letter-spacing:0.02em;
	text-align:left;
}

#cbpanels {
	/*width:130px;
	height:10px;
	float:left;*/
	display:none;
}
#cbpanel1 {
	/*width:120px;
	height:165px;
	padding:10px 0 10px 10px;
	float:left;
	overflow:hidden;
	text-align:center;*/
	display:none;
}
#cbpanel2 {
	/*width:120px;
	padding:10px 0 10px 10px;
	float:left;
	overflow:hidden;
	text-align:center;
	font-size:95%;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	display:none;
}

#cbfooter {
	width:570px;
	height:5px;
	border-top:solid 9px #E8EADF;
	border-bottom:solid 5px #E5E5E3;
	font-size:1px;
	float:left;
	overflow:hidden;

}
#cbfoot {
	float:right;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:1.7em;
	letter-spacing:0.02em;
	color:#333333;
	width:120px;
	padding-top:7px;
	text-align:right;
}
#cbvalidate {
	float:left;
	width:175px;
	padding-top:7px;
}

#cbbottomlinks {
/*text-align:center;
width:50%;
float:left;
color:silver;
padding-top:7px;*/
display:none;

}

.item {
	font-weight:bold;
	color:#489722;
	line-height:2.5em;
}

/* ##### CLASSES #####*/
.cbtitle {
	font-weight:bold;
}

.floatright {
	/*float:right;*/
	width:570px;
	text-align:right;
float:right;
	
}
a.link {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	letter-spacing:0.02em;
	color:#333333;
}
a.link2 {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	letter-spacing:0.02em;
	color:#999;
}
a.link3 {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	letter-spacing:0.02em;
	color:#999;

}

a.link4 {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	letter-spacing:0.02em;
	color:#aaaaaa;
	font-size:90%;
}


a {	
	text-decoration:none;
	font-weight:bold;
	color:#489722;
}
a.link:hover {
	color:#489722;
}
a.link2:hover {
	color:#489722;
}
a.link3:hover {
	color:#489722;
}
a.link4:hover {
	color:#489722;
}
a:hover {
	color:#CCC;
}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
	list-style-image:url(images/framework/bullet.gif);
	margin-top:5px;
}
li {
	margin:0 0 0 -15px;
}


.cbcontactleft {
	width:140px;
	height:30px;
	float:left;
}
.cbcontactmid {
	width:260px;
	height:30px;
	float:left;
}
.cbcontactleftmain {
	width:400px;
	float:left;
}
.cbcontactenquiry {
	width:395px;
	height:150px;
	float:left;
}

.cbcontactlarge {
	width:250px;
	height:160px;
	float:right;
}
.cbcontactbody {
	width:100%;
	height:390px;
	text-align:center;
}

.cbformelement {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:1em;
	letter-spacing:0.02em;
	width:250px;
	height:13px;
	border:solid 1px silver;
	padding-top:3px;
}
.cbformenquiry {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:1em;
	letter-spacing:0.02em;
	width:250px;
	height:150px;
	border:solid 1px silver;
}
.cbformdropdown {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:1em;
	letter-spacing:0.02em;
	width:254px;
	height:15px;
	border:solid 1px silver;
}
.cbbutton {
	float:left;
	border:solid 1px silver;
	background-color:#EFEFEF;
	color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:0px 3px 0px 3px;
	
	
}

.cbpadsendbutton {
	float:left;
	font-size:1px;
	width:0px;
	/*display:none;*/
}
.cbsendbutton {
	width:182px;
	height:30px;
	float:right;
	text-align:right;
	padding-top:10px;
}

img.toppadding {
	padding-top:6px;
	padding-bottom:0px;
	border:0px;

}
img.midpadding {
	padding-top:9px;
	padding-bottom:0px;
	border:0px;
}

img.botpadding {
	padding-top:2px;
	padding-bottom:0px;
	border:0px;
}

img.bottompadding {
	padding-top:6px;
	padding-bottom:10px;
	border:0px;
}

img.bottombottompadding {
	padding-top:15px;
	padding-bottom:0px;
	border:0px;
}

