* { margin: 0; padding: 0; outline: 0 }

body {
	/*	display: table;*/
	font: 90%/180% 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	width: 100%;
	background-image:  url(images/style1/bg6.jpg);
	background-color: #A7B5A8;
}

#wrapper {
	color: #333333;
	background: url(images/style1/gtop22a.gif) no-repeat scroll center top;
	/*	display: table;*/
	font: 90%/180% 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	width: 100%;
}

#topbanner {
	/*background: url(images/style1/gtop1.gif) no-repeat scroll center top;*/
	width: 860px;
	margin: 0 auto;
	height: 84px;
}

/*  navigation  */
/*
#topbanner #topnav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 860px;
	left: 0;
	top: 55px;
}
#topbanner #topnav ul {
	float: left;
	list-style: none;
	height: 40px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#topbanner #topnav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#topbanner #topnav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 12px/30px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;
}
#topbanner #topnav ul li a:hover, 
#topbanner #topnav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
	text-decoration: none;
}
#topbanner #topnav ul li#current {
	background-color: transparent;
	background-image: url(images/left-tab.gif);
	background-repeat: no-repeat;
}
#topbanner #topnav ul li#current a {
	color: #444;
	background-color: transparent;
	background-image: url(images/right-tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

*/

#wrapper {
	text-align: center;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #000;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: normal;
	padding: 10px;
	color: #444;
}
h1 {
	font-size: 2.9em;
	color: #394D76;
	font-weight: bold;
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p {
	padding: 12px 0 0 0;
	margin-left: 10px;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul {
	list-style-type: disc;
}

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}



/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 860px;
	/*background: url(images/wrap.gif) repeat-y center top;*/
	margin: 0 auto 0 auto;
	text-align: left;
}
#content {
	clear: both;
	float: left;
	width: 860px;
	padding: 0px 0 0px 0;
	background: #CCC url(images/style1/gedge2.gif) repeat-y center top;
}
#header {
	position: relative;
	width: 860px;
	height: 250px;
	background: url(images/style1/g1a2.gif) no-repeat;
	/*color: #fff;*/
	padding: 0;
	margin: 0px;
}

#header a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#header a:hover {
  text-decoration:none;
}


#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 70px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
 }

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	margin: 0;
/*	width: 860px;
	height: 98px;
	background: #988060 url(images/bitsc_10.gif) no-repeat;
	*/
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
    text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li#current {
	background: transparent url(images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(images/right-tab.gif) no-repeat right top;	
}

#mainstyle1 {
	float: left;
	width: 400px;
	padding: 0;
	margin: 0 0 0 40px;
}

/* Wider main Column */
#mainstyle2 {
	float: left;
	width: 550px;
	padding: 0;
	margin: 0 0 0 40px;
}

#main {
	display: inline;
}

#main h2 {
	font: 2.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	padding: 15px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -2px;
	color: #B25629;
	margin-top: 10px;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(images/bullet.gif);
	font-size: 14px;
	color: #003;
}
#main li a {
	text-decoration: none;
	color: #394D76;
	background: none;
	font-weight: bolder;
}
#main li a:hover {	
	color: #000;	
	background: none;	
}


#sidebarstyle1 {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 20px 45px 0 0;
}


#sidebarstyle2 {
	float: right;
	width: 185px;
	padding: 0; 
	margin: 20px 45px 0 0;
}

#sidebar {
	display: inline;	
}

#sidebar h3 {
	color: #7B62A1;
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px;
	margin: 20px 0 5px 0px;
	border-bottom: 1px dotted #999;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;
	color: #394D76;
	background: none;
	font-weight: bolder;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	/* font-style: italic; */
	font-weight: normal;
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }


#footer {
	clear: both;
	width: 860px;
	margin: 0;
	padding: 20px 0 0 0;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;
	text-align: center;
	letter-spacing: 0.2px;
}
#footer p {
	padding:10px 5px 5px 40px;
}
#footer a:hover { 
	color: #555; 
	text-decoration: none;
}

#footer .fcopy {
	float:left;
}
#footer .flinks {
	float:right;
	margin-right: 20px;
}

#fbottom {
	clear: both;
	background: url(images/style1/footer2.gif) no-repeat center bottom;
	height: 17px;
	line-height:9px;
	/*padding-bottom: 10px;*/
	margin-bottom: 20px;
}


	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#result {
	padding-left: 10px;
}

#enquiry {
	padding-left: 10px;
}
#sidebar p {
	margin-left: 17px;
}
