h1{
	margin:4px;
	padding:0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

h2{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #686868;
}

.enquiry{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}

.menu, .menuText, .menuS, .menuTextS, .sideMenu{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.menuLink, .menuLinkOver{
	margin:0px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	
	font-size:20px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menuLink{
	background: #07b5f9;
}
.menuLink:hover{
	background: #28bffc;
}

.menuLinkOver{
	background: #28bffc;
}

.menu, .menuText{
	font-size:18px;
}

.menuS, .menuTextS{
	font-size:14px;
}

.sideMenu{
	background: #07b5f9;
	font-size:16px;
}

.ts{
	padding:0px;
	font-size:12px;
	line-height: 22px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #686868;
}

.t, a{
	padding:0px;
	font-size:14px;
	line-height: 24px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #686868;
}

.tx{
	padding:0px;
	font-size:16px;
	line-height: 26px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #686868;
}

.txx{
	padding:0px;
	font-size:20px;
	line-height: 26px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #686868;
}

.titlexx {
font-family: Myriad, Arial, Helvetica, sans-serif;
font-size: 28px;
color: #0093FF;
line-height: 30px;
padding-top:10px;
padding-bottom:10px;
}

.featureImage {
border: 1px solid #919191;
}


.line {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	border-top: 1px solid #bcbcbc;
	padding-top: 5px;
	clear: both;
}


table.general { 
	border: 1px #CCCCCC solid; 
	border-collapse: collapse; 
	border-spacing: 0px; 
}

table.general th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #FF7800;
	border-bottom:solid 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 0px;
	border-top: 10px;
	padding-left:5px;
	padding-right:5px; 
}

table.general td{ 
	border-bottom: 1px solid #CCCCCC; 
	border-top: 0px; 
	border-left: 1px solid #CCCCCC; 
	border-right: 0px; 
	background-color: #FFFFFF;
	padding-left:5px;
	padding-right:5px; 
}

.button, .button_cs {
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	padding: 8px 25px;
	text-align: center;
	text-decoration: none !important;
}

.button_cs{
	background: #8cc400;
	background: -moz-linear-gradient(top,#8cc400 0,#7eaf00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#8cc400),color-stop(100%,#7eaf00));
	background: -webkit-linear-gradient(top,#8cc400 0,#7eaf00 100%);
	background: -o-linear-gradient(top,#8cc400 0,#7eaf00 100%);
	background: -ms-linear-gradient(top,#8cc400 0,#7eaf00 100%);
	background: linear-gradient(top,#8cc400 0,#7eaf00 100%);
	border: 1px solid #5b7f00;
	text-shadow: 1px 1px 1px #5b7f00;
}

.button{
	background: #0370EA;
	background: -moz-linear-gradient(top,#008DFD 0,#0370EA 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#008DFD),color-stop(100%,#0370EA));
	background: -webkit-linear-gradient(top,#008DFD 0,#0370EA 100%);
	background: -o-linear-gradient(top,#008DFD 0,#0370EA 100%);
	background: -ms-linear-gradient(top,#008DFD 0,#0370EA 100%);
	background: linear-gradient(top,#008DFD 0,#0370EA 100%);
	border: 1px solid #076BD2;
	text-shadow: 1px 1px 1px #076BD2;
}

.title{
	border-left:10px solid #19afec; 
	padding-left:5px; 
	margin-bottom:5px; 
	font-weight:bold; 
	font-size:16px;
}