/*
Description:	CSS 
Author:			Visualcode Limited
Date: 			April 2009.
Version:		1.0
*/

@import url('css/pageLayout.css');
@import url('css/generalform.css');
/*@import url('css/lightwindow.css');*/
@import url('css/accounts.css');
@import url('css/products.css');

/*---------------------------Global Start -----------------------------*/

/*
Colour Palette
dk Grey:#333; Grey:#59595b; lt Grey:#ECECEC; Purple:#7b4ea2;  Green:#80c43d;
*/


body {
	font:13px "trebuchet ms", Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	color: #333;
	text-align:center;
	background:#59595b;
  	position:relative;
	margin:0;
	padding:0;	
	border-top:#FFF solid 1px;
	}
	
a:link{
	color:#80c43d;
	text-decoration: none;
	}

a:visited {
	color:#80c43d;
	text-decoration: none;
	}

a:active {
	color:#7b4ea2;
	text-decoration: none;
	}

a:hover {
	color:#7b4ea2;
	text-decoration: none;
}

a img{
	border:none;
	}


h1, h2, h3, h4{
	font-weight:normal;
	line-height:normal;
	font-family: Georgia, Times, serif;
	}
	
h1 {
	color:#80c43d;
	font-size: 26px;
	padding-top:10px;
	clear:both;
	}

h2 {
	font-size: 20px;
	font-weight:normal;
	}

h3 { 
	font-size: 16px;
	font-weight:normal;
	}

h4 {
	font-size: 14px;
	font-weight:bold;
	margin:5px 0 10px 0;
	}

hr {
	border: none;
	border-top: 1px solid #80c43d;
	height: 1px;
	margin: 5px auto;
	padding: 0px !important;
	color:#FFF;
	clear:both;  
	}

p{
	margin:10px 0;
	}


	
table{margin:0;}	
table td{padding:5px; font:11px "trebuchet ms", arial, helvetica, sans-serif; border-bottom:#DFDFDF solid 1px; vertical-align:top;}	
table td.five{padding:5px;}
table thead td{background:#59595b !important; border-top:#FFF solid 1px; border-bottom:#FFF solid 1px; border-right:#FFF solid 1px; color:#FFF; padding-left:5px; font-weight:bold;}
table thead td.none{border-right:none;}	

.clear{clear:both; text-align:center; padding-top:5px;}

.clear a{
	padding:5px 10px !important;
	border:#DFDFDF solid 3px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	background:#80c43d !important;
	}

a.button {
	padding:5px 10px !important;
	border:#DFDFDF solid 3px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	background:#80c43d !important;
	}

/*
Colour Palette
dk Grey:#333; Grey:#59595b; lt Grey:#ECECEC; Purple:#7b4ea2;  Green:#80c43d;
*/

#container{
	padding:0;
	margin:0;
	position:relative;
	background:#FFF url(images/grass.gif) repeat-x center bottom;
	text-align:center;
	}

#headContainer{
	height:38px;
	margin-bottom:10px;
	height:145px;
	border-bottom:#ECECEC solid 3px;
	}

#header {
	width:900px;
	height:145px;
	margin:0px auto;
	padding:0 !important;
	text-align:left;	
	position:relative;
	background: url(images/butterflies.gif) no-repeat right 40px;
	}

.legal{
	float:right;
	font-size:10px;
	height:35px;
	}

.legal ul{
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none;
	}

.legal ul li{
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:center;
	width:75px;
	margin-left:5px;
	
	}

.legal ul li a{
 	display:block;
 	padding:5px 0px 5px 0px;
 	height:15px;
 	background:none;
 	border-bottom:#ECECEC solid 1px;
 	background:#80c43d url(images/legal.gif) no-repeat left bottom;
 	color:#59595b;
 	}

.legal ul li a:hover{
 	color:#333;
 	padding:7px 0px 5px 0px;
 	}

#Logo {
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:left;
	width:175px;
	float:left;
	}
	
.sectionTitle{	
	font-family: Georgia, Times, serif;
	clear:right;
	float:right;
	text-align:left;
	width:625px;
	padding-top:20px;
	height:35px;
	font-size:23px;
	color:#59595b;
	text-align:left;
	}

 #topNav{
 	width:670px;
 	font-size:10px;
 	margin:0 auto;
 	text-align:right;
 	height:40px;
 	padding-top:20px;
 	float:right;
 	}
	
 #topNav ul {
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none;
	}
	
#topNav ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	font-weight:bold;
	width:105px;
	margin-right:2px;
	}

#topNav ul li a{
 	display:block;
 	padding-top:15px;
 	padding-bottom:5px;
 	height:15px;
 	padding-left:20px;
 	border-right:#FFF solid 1px;
 	border-bottom:none;
 	background:#FFF url(images/topnav.gif) no-repeat;
 	color:#333;
 	}
 
#topNav ul li.color a{
 	background:#ECECEC url(images/topnavGreen.gif) no-repeat;
 	color:#333;
 	}
 

#topNav ul li a:hover{
 	background:#ECECEC url(images/topnavHover.gif) no-repeat;
 	color:#333;
 	}	
 
#topNav ul li a.on{
 	background:#FFF url(images/topnavOn.gif) no-repeat;
 	color:#FFF;
 	}	
 
#topNav ul li a:hover.on{
	background:#F9F9F9;
	color:#232323;
	}

/*
Colour Palette
dk Grey:#333; Grey:#59595b; lt Grey:#ECECEC; Purple:#7b4ea2;  Green:#80c43d;
*/

/* ______________________ Banner ______________________ */		


#bannerContainer{
	display:block;
	height:295px;
	margin:0;
	padding:0;
	text-align:left;
	background:#F9F9F9;
	border-bottom:#ECECEC solid 2px;
	width:690px;
	float:right;
	}

#bannerContainer img{
	padding:0 !important;
	margin:0 !important;
	}

#bannerImg{
	padding:0 !important;
	margin:0 !important;
	}


/*
Colour Palette
dk Grey:#333; Grey:#59595b; lt Grey:#ECECEC; Purple:#7b4ea2;  Green:#80c43d;
*/

/* ______________________ Main Area ______________________ */	

#wrapper {
	margin:0px auto;
	padding:0px;
	position:relative;
	width:900px;
	}

.contentArea{
	clear:both;
	padding:0;
	margin:0;
	width:900px;
	}

.Content{
	text-align:left;
	margin-top:0px;
	margin-left:10px;
	padding:0;
	width:690px;
	border-top:#80c43d solid 2px;
	float:right;
	padding-bottom:20px;
	background:transparent;
	}

.Content img{
	margin:5px;
	}

.Content ul{
	list-style:none;
	padding-left:10px;
	margin:10px 0px;
	}

.Content ul li{
	margin-bottom:5px;
	background: url(images/butter.gif) no-repeat 0px 1px;
	padding-left:25px;
	margin-left:35px;
	}

/*
Colour Palette
dk Grey:#333; Grey:#59595b; lt Grey:#ECECEC; Purple:#7b4ea2;  Green:#80c43d;
*/

/* ______________________ Left Navigation ______________________ */		

#leftNav {
	width:200px;
	font-size:11px;
	position:relative;
	text-align:left;
	float:left;
	position:relative;
	border-top:#80c43d solid 2px;
	}
	
#leftNav ul{
	list-style:none;
	margin:0px;
	margin-bottom:5px;
	padding:0px 0px 0px 0px;
	position:relative;
	font-size:11px;	
	}

#leftNav ul li{
	position:relative;
	padding:0px;
	margin:0;
	border-left:#80c43d solid 5px !important;
	
	}
	
#leftNav ul li ul{
	list-style:none;
	font-size:11px;
	}

#leftNav ul li a{
	color:#333;
	background:url(images/bullet.gif) no-repeat 3px 6px;
	display:block;
	padding:3px 0px 3px 15px;
	margin-top:5px;
	border-bottom:#DFDFDF solid 1px !important;
	}

#leftNav ul li.color a{
	color:#463E39;
	background:url(images/bullet.gif) no-repeat 5px 6px;
	display:block;
	padding:3px 0px 3px 15px;
	margin-top:2px;
	}

#leftNav ul li a:hover,#leftNav ul li.on a {
	background:#F9F9F9 url(images/bullet2.gif) no-repeat 3px 6px;
	color:#333;
	}


#leftNav ul li ul li a{
	color:#000;
	background:url(images/bullet2.gif) no-repeat 13px 6px;
	display:block;
	padding:2px 0px 2px 35px;
	margin-top:0px;
	font-weight:normal;
	border-left:5px solid #FFF;
	}

#leftNav ul li ul li a:hover{
	background:#ECECEC url(images/bullet.gif) no-repeat 13px 6px;
	border-left:5px solid #231F20;
	}


#leftNav h2{
	padding:5px 0px 5px 0px;
	font-weight:normal;
	margin:0;
	font-size:15px;
	color:#80c43d;
	}	
	
#leftNav h2 a{
	color:#808f38;
	}

.login h2{
	padding:0px;
	margin:0px;
	}
	
/* ______________________ Call ______________________ */	

#call{
	background:#80c43d;
	color:#FFF;
	padding:10px;
	margin-bottom:5px;
	font-size:18px;
	}

/* ______________________ Testimonial ______________________ */	

#randomtest{
	background:#ECECEC;
	padding:10px;
	margin-bottom:10px;
	font-size:13px;
	}

#randomtest a{
	font-weight:bold;
	font-size:11px;
	padding-left:25px;
	background:url(images/butter.gif) no-repeat;
	}

/* ______________________ Associated ______________________ */		

#associated{
	border-top:#ECECEC solid 2px;
	clear:both;
	background:url(images/associated.png) no-repeat;
	padding:10px 0px 0px 0px;
	height:50px;
	}

/* ______________________ Footer ______________________ */

#footer {
	clear:both;
	font-size:11px;
	line-height:15px;
	text-align:left;
	padding-top:0px;
	color:#FFF;
	margin:0 auto;
	width:900px;
	}

#copyright, #contactft{
	text-align:left;
	padding:3px 10px;
	float:left;
	border-right:#FFF solid 1px;
	}
	
#detailsft{
	float:left;
	padding:3px 10px;
	}

#copyright,#contactft{float:left; width:310px; height:85px;} 		
	
	
/*
Colour Palette
dk Grey:#333; Grey:#59595b; lt Grey:#ECECEC; Purple:#7b4ea2;  Green:#80c43d;
*/

/* ______________________ Search Main Area ______________________ */	

form.search{
	padding:0;
	height:25px;
	margin:0px;
	width:200px;
	text-align:right;
	}


form.search input{
	border:none;
	padding:3px 4px;
	background:#FFF;
	border:#C0CF29 solid 1px;
	width:110px;
	color:#463E39;
	}

form.search input.search{
	background:#C0CF29;
	width:55px;
	margin:0px 5px;
	padding:3px 4px;
	height:23px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	}
	
