/* ###########################
	COLOUR SCHEME
	Light Green:		#08e700
	Lightish Green	#2dbb28
	Mid Green		#387a36
	Darkish Green	#235021
	Dark Green		#1e311d
	##########################*/
body{
	margin: 0 0;
	padding: 0 0;
}

body, p, h1, h2, h3, h4 { 
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial'; color:#1e311d;
}
h1{ 
	font-size:1.3em;
}
h2{ 
	font-size:1.15em;
}
p{ 
	font-size:0.8em;
}
li {
font-size:0.8em;
}
a:link {  
	font-family: 'Trebuchet MS',Tahoma, Arial ; color:#387a36; text-decoration:none;font-weight:bold;
}
a:active {
	font-family: 'Trebuchet MS',Tahoma, Arial ; color:#387a36; text-decoration:none;font-weight:bold;
}
a:visited {
	font-family: 'Trebuchet MS',Tahoma, Arial ; color:#387a36; text-decoration:none;font-weight:bold;
}
a:hover {
	font-family: 'Trebuchet MS',Tahoma, Arial ; color:#387a36; text-decoration: underline;font-weight:bold;
}

#container{
	width: 720px;
	margin: 0 auto;
}
#banner {
	background: url("images/todget_03.png") 100% 100% no-repeat;
	width: 500px;
	height: 90px;
	top: 0px;
	left: 0px;
	position: relative;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   NAVIGATION BAR
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navbar {
	z-index: 10;
	font-family: 'Trebuchet MS', arial, sans-serif; 
	width:500px; 
	position: absolute; 
	top:65px;
	left:210px; 
	margin:0px 0px; 
	padding: 0px 0 0 0;
}

#navbar ul li{
	list-style-type:none;
	border-right: 2px solid 1e311d;
}
	
#navmenu li>ul { 
	top: auto;
	left: auto;
}
	
.navitem{
	list-style-type:none;
	float:left;
}

.navitem a, .navitem a:link, .navitem a:visited{
	width: 88px;
	font-size: 1em;
	font-weight: bold;
	color: #387a36;
	padding: 2px 0px 0px 0px;
	text-align: center;
	float:left;
}

.navitem a:hover{
	color: #1e311d ;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   FOOTER BAR
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	font-family: 'Trebuchet MS', arial, sans-serif; 
	width: 720px;
	border-top: 3px solid #08e700;
	margin-bottom: 4px;
	padding-bottom:4px;
}

#footer-links-div {
	margin: 0 auto;
	width: 300px;
}

#footer-links-div ul li{
	border-right: 1px solid #1e311d;
	border-left: 1px solid #1e311d;
}
#footer-links li>ul { 
	top: auto;
	left: auto;
}

.footer-link{
	list-style-type:none;
	float:left;
	width: 115px;
	text-align: center;
}

.footer-link a, .footer-link a:link, .footer-link a:visited{
	font-size: 0.8em;
	font-weight: bold;
	color: #387a36;
	padding: 2px 0px 0px 0px;
}


#maincontent {
	width: 650px;
	margin:10px;
	padding-top:8px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Box with black heading
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.moduledark {position:relative;margin:60px 0 1em;padding:0; clear:both;}
.moduledark div div div div,
.moduledark h3 {position:absolute;top:0;left:0;width:100%;margin:0;padding:0.3em 0 0 1em!important;}
.moduledark div {margin:0;padding:2.2em 0 0;}
.moduledark div div {margin:0;padding:0 0 0 12px;}
.moduledark div div div {height:1%;padding:5px 12px 12px 0;}
.moduledark {background:url("images/boxright_dark04.png") top right no-repeat;}
.moduledark div{background:url("images/boxleft_dark04.png") top left no-repeat;}
.moduledark div div{background:url("images/boxleft_dark04.png") bottom left no-repeat;}
.moduledark div div div{background:url("images/boxright_dark04.png") bottom right no-repeat;}
.moduledark h3 {color:#08e700;}


.feature-title, .faq-q {
	font-weight: bold;
}

.feature-list-item, .faq-list-item {
	list-style: none;
	background: url("images/todget_icon_02.png") no-repeat left top;
	padding-left: 34px;
	padding-bottom: 15px;

}

.mainpageimg{
	float:right;
	border: 2px solid #1e311d;
}

img {
	border: none;
}