/* header */

div#top {
	color: #000000;
	font-weight: bold;
}

img#logo {
	float:  left;
	margin-left: 38px;
	width: 467px;
	height: 154px;
	background: url(../images/lime/logo.png) 0 0 no-repeat;
}

div#header {
background: url(../images/lime/header-bg.png) 0 0 repeat-x;
}

div#header .rk-1 {
background:  url(../images/lime/header-r.png) 100% 0 no-repeat;
}

div#header .rk-2 {
background:  url(../images/lime/header-l.png) 0 0 no-repeat;
height: 153px;
overflow: hidden;
}

/* end header */

/* left column */

td.left{
background: #f6f7f5;
width: 255px;
}

td.left div.moduletable {
color: #333;
}

td.left div.moduletable h3 {
border-bottom: 2px solid #b3c77e;
}

/* left column end */

/* right column */

td.right {
background: #f6f7f5; url(../images/lime/col-divider.png) 0 0 repeat-y;
width: 255px;
}

td.right div.moduletable {
color: #333;
}

td.right div.moduletable h3 {
border-bottom: 2px solid #b3c77e;
}

/* right column end */

/* main body */

td.mainbody {
	background: #f6f7f5;
}

/* main body end */

/* horizontal menu */

div#horiz-menu li {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
padding-right: 2px;
float: left;
list-style: none;
background: url(../images/lime/menu-divider.png) 100% 0 repeat-y;
}

div#horiz-menu {
background: url(../images/lime/menu-bg.png) 0 0 repeat-x;
height: 36px;
}

div#horiz-menu a:hover {
background: #686868;
} 

div#horiz-menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#horiz-menu a:active {
	color: #000;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 7px 15px;
	height: 15px;
	line-height: 15px;
	font-weight: bold ;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}


/* end horizontal menu */

/* footer */

div#footer {
background: url(../images/lime/footer-bg.png) 0 0 repeat-x;
}

div#footer .rk-1 {
background: url(../images/lime/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
background: url(../images/lime/footer-l.png) 0 0 no-repeat;
height: 105px;
overflow: hidden;
}

/* end footer */

/* text related colours */

/* main body text */

body {
line-height: 135%;
font-family: Arial, Helvetica, sans-serif;
color: #333;
}

/* bottom text */

div#bottom div.moduletable {
	color: #bebebe;
}

/* sub text */

div#sub div.moduletable {
	color: #fefff8;
}

/* regular links */

a:link,
a:visited {
color: #6d9308;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/* sub links */

div#sub a:link,
div#sub a:visited {
color: #004d89;
}

/* bottom links */

div#bottom a:link,
div#bottom a:visited {
color: #e18536;
}

/* page background */

html {
background: #9f9f9f url(../images/lime/bg.png) 0 0 repeat-x;
}

/* sub background */

div#sub {
background: #708c28 url(../images/lime/sub-bg.png) 0 0 repeat-x;
}

/* bottom background */

div#bottom {
background: #343434 url(../images/lime/bottom-bg.png) 0 0 repeat-x;
}

/* main content module headings */

div.moduletable h3 {
color: #34637d;
border-bottom: 2px solid #6d9308;
padding: 3px 0;
}

/* main content headings */

.contentheading {
padding: 10px 0;
margin-top: 10px;
margin-bottom: 10px;
line-height:100%;
color: #6d9308;
}

/* sub content headings */

div#sub div.moduletable h3 {
border-bottom: 2px solid #708c28;
color: #fefff8;
}

/* bottom content headings */

div#bottom div.moduletable h3 {
border-bottom: 2px solid #333333;
color: #bebebe;
}

/* menu bullet logo */

a.mainlevel {
display: block;
padding: 4px 0 2px 28px;
margin-bottom: 3px;
background: url(../images/lime/menu-bullet.png) 0 0 no-repeat;
}

/* Type addons */

/* !--Alert Styles */

.warn {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #fac6c6 url(../images/lime/type/warn.png) 10px 50% no-repeat;
}

.info {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #c6daf0 url(../images/lime/type/info.png) 10px 50% no-repeat;
}

.notepad {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #f9eec6 url(../images/lime/type/notepad.png) 10px 50% no-repeat;
}

.download {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #e2eecb url(../images/lime/type/download.png) 10px 50% no-repeat;
}

/* !--end */

/* !--List Styles */

td.mainbody ul {
	margin-left: 10px;
}

td.mainbody li {
	padding-left: 0px;
	padding-bottom: 15px;
}

.ul.list-1,
.ul.list-2,
.ul.list-3,
.ul.list-4,
.ul.list-5,
.ul.list-6 {
	margin-left: 35px;

}

ul.list-1 li,
ul.list-2 li,
ul.list-3 li,
ul.list-4 li,
ul.list-5 li,
ul.list-6 li {
	list-style: none;
	padding: 10px 10px 10px 40px;
}

ul.list-1 li {
	background: url(../images/lime/type/list-1.png) 0 50% no-repeat;
}

ul.list-2 li {
	background: url(../images/lime/type/list-2.png) 0 50% no-repeat;
}

ul.list-3 li {
	background: url(../images/lime/type/list-3.png) 0 50% no-repeat;
}

ul.list-4 li {
	background: url(../images/lime/type/list-4.png) 0 50% no-repeat;
}

ul.list-5 li {
	background: url(../images/lime/type/list-5.png) 0 50% no-repeat;
}

ul.list-6 li {
	background: url(../images/lime/type/list-6.png) 0 50% no-repeat;
}

/* !--end */

/* !--quote */

.quote {
	background: #ebebeb url(../images/lime/type/quote.png) 0 0 no-repeat;
	width: auto;
	padding: 10px 10px 10px 80px;
	margin: 15px 0;
}

/* !--end */