/* CSS Document */
html{
	width:100%;
	height:100%;
}
body
{   
	padding: 0px;
	margin: 0px;
 	background-color:#82b64a;
	font-size:75%;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	line-height:1.5;
	color: #34421D;
	width: 100%;
	height: 100%;
}

span, applet, object, iframe, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
	padding:0;
}
label{
        width:80%;

}


h1 {
	z-index: 1;
	font: 2.6em "Georgia", "Times New Roman", serif;
	color: #072800;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	margin-top:0.3em;
	position: relative;
	padding-right: 10px;
}
h2 {
	z-index: 1;
	font: 1.8em "Georgia", "Times New Roman", serif;
	color: #072800;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
h3 {
	
	font-size: 1.2em;
	font-weight: bold;
	color: #072800;
	
}
a{  outline: none; 
	color:#75AD0E; 
	padding-top:6px;
}
p{
	line-height:18px;
        padding-left:5px;
        text-align:justify;
}
.header{
	z-index: 1;
	font: 1.8em "Georgia", "Times New Roman", serif;
	color: #072800;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
li{
        margin:0;
	padding:0;
}
ol, ul{
        margin-left:20px;
}
/* main containers */
#start{
	margin:0;
	padding:0;
	height:40px;
	background:#96C762;
}
#start p{
	float:right;
	margin-right:30px;
        line-height:20px;
}
#wrapper{
	width:980px;
	margin:0 auto;
	padding:0;

}
#top{
	width: 987px; 
	top:0px;
	background: url(images/bg-top.jpg) no-repeat; 
  	background-position: centre;
	margin:0 auto;
	height:225px;

}
#header {
	margin-left:18%;
	padding-top:120px;
	width:600px;

}
#main{
	background:#FFFFFF url(images/content-bg.jpg) repeat-y;
	width:987px;
	margin:0 auto;

}
/* Navigation */
#menu{ 
	height: 35px; 
	vertical-align:top;
	width:815px;
	margin:0 auto;
	padding-top:18px;
	text-align:center;
	background:url(images/menu-bg.gif) no-repeat;
}
#menu li
{
	display:inline;	
	list-style:none;
	border-right: solid 1px #092B13;
}

#menu li a
{
	color:#7a7b7d;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	margin-right:10px;
	padding-left:8px;

}
#menu li a:hover
{
	color:#7CBF00;
}

#menu .last{
	padding-right:0;
	border:none;
}
#top_menu{
	width:700px;
	margin:0 auto;
}
#top_menu ul li{
	list-style-type:none;
	display:inline;
        padding-right:10px;
}
#top_menu ul li a{
        font-size:12px;
        text-transform:uppercase;
	font-weight:bold;
}

/* Content */
#content_left{
	padding:20px 10px 10px 80px;
	width:570px;
	float:left;
}
#content p{
	text-align:justify;
}

#side_menu{
	margin-left:670px;
	padding:20px 60px 10px 0;
	width:205px;
}
a img {
	border:none;
	outline:none;
}

/*Tables*/

table.data{
        border: 1px solid #cccccc;
}

table.data th{
        background: #cccccc;
}
/* Footer */
#footer{
	background:#96C762;
	margin:0;
	padding:0;
	height:150px;
}
#bottom{
	width:815px;
	margin:0 auto;
}
#social{
	float:left;
	padding-top:20px;
}
#copyright{
	float:right;
}
#footer p{
	text-align:right;
}
#footer a{
	color:#FEFEFE;
	font-weight:bold;
}

/* More */
.errorbox{
	color:#FF0000;
	margin-left:30px;
}

.clientareatable{
	border:1px solid #DEDBD1;
}
.clientareatableheading{
	background:#EBE9E1;
}
.cartheading{
       color: #75AD0E;
}

#kba{
       padding: 10px 5px 0 5px;
       border:1px solid #DEDBD1;
}
