/******************************/
/* Lush Technology Ltd	  */
/******************************/

/* fonts */
body {
	font-family: "century gothic", verdana, sans-serif;
}

/* accessibility or no stylesheet div */
#skipnavigation {
	height: 0;
	left: 0;
	position: absolute;
	visibility: hidden;
}

/* main page container div */
#container {
	width: 750px;
	/* height: 100%; */
	padding: 0px;
	text-align: left;
	border-left: 2px solid #33cc33;
	border-right: 2px solid #33cc33;
	border-bottom: 2px solid #33cc33;
}

#helpcontainer {
	width: 65%;
	padding: 5px;
	text-align: left;
	border: 2px solid #33cc33;
}

/* main logo at top of page */
#logocontainer {
	width: 750px;
	height: 70px;
	clear: both;
}

#logo {
	height: 70px;
	width: 750px;
	color: #33cc33;
	background-image: url('images/logo-green-wide.gif');
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	right: 0;
}

/* menu */
#topnav {
	right: 0;
	position: relative;
	background-color: #33cc33;
	/*color: #ffffff;*/
	font-size: 75%;
}

#mainnavcontainer {
	/* width: 749px; */
	/* height: 50px; */
	margin: 0px;
	padding: 0px;
	left: 0px;
	clear: both;
	/* position: relative; */
}

#mainnav {
	float: left;
	/*color: #33cc33;*/
	/*background-color: #ffffff;*/
	border-bottom: 2px solid #33cc33;
	font-size: 95%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/*left: 0px;*/
	width: 75%;
}

#clientarea {
	float: right;
	text-align: right;
	color: #33cc33;
	background-color: #ffffff;
	border-bottom: 2px solid #33cc33;
	font-size: 95%;
	font-weight: bold;
	padding: 0px;
	right: 0px;
	width: 25%;
}

.selected {
	font-weight: bold;
}

/* CONTENT */
#maincontentcontainer {
	background-color: #ffffff;
	padding: 10px 0 15px 0;
	margin: 0;
	/*height: 350px;*/
	/* width: 749px; */
}

#subnav {
	/*float: left;*/
	background-color: #5ab2e0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#subnavright {
	float: right;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
	
.submenu {
	margin: 0;
	padding: 2px 2px 2px 2px;
	font-size: 75%;
	text-align: left;
	background-color: #5ab2e0;
}

.submenuleft ul {
	list-style-type: none;
}

.submenuleft li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ffffff;
}

.submenuright ul {
	list-style-type: none;
}

.submenuright li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ffffff;
}

.submenuleft {
	/*float: left;*/
	margin: 0;
	padding: 2px;
	font-size: 75%;
	text-align: left;
	background-color: #5ab2e0;
}

.submenuright {
	float: right;
	padding: 2px 0px 2px 2px;
	margin: 0;
	font-size: 75%;
	text-align: left;
	background-color: #5ab2e0;
}

.submenuright li {
	border-right: none;
	border-left: 1px solid #ffffff;
}

.submenuselected {
	background-color: #3399cc;
	font-weight: bold;
	border-bottom: 2px solid #3399cc;
}

.selected {
	font-weight: bold;
}

#contextnav {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
	
#contextmenu {
	margin: 0;
	padding: 2px;
	font-size: 70%;
	text-align: right;
	background-color: #3399cc;
}

#contextmenu ul {
	list-style-type: none;
}

#contextmenu li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ffffff;
}

/* contact page */
#contact {
	padding: 0 0 0 15px;
	margin-top: 1px;
}

/* login page */
#login {
	/* border: 1px solid #33cc33; */
	padding: 5px 1px 10px 1px;
}

.loginhelp {
	margin-top: 2px;
	text-align: right;
}

table.login tr td{
		padding-top: 1px;
		padding-bottom: 10px;
}

table.login td {
		width: 50%;
}

input {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size:  0.95em;
		/*vertical-align: middle;*/
		margin: 2px 0px 2px 0px;
		padding: 0px;
}

input[type=text]:focus,input[type=password]:focus {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size:  0.95em;
		/*vertical-align: middle;*/
		margin: 2px 0px 2px 0px;
		background-color: #eee;
}

th.row {
	clear: both;
	padding: 1px;
	text-align: right;
	/* border: 1px dashed red; */
}

.leftrow {
	float: left;
	padding: 2px 5px 2px 15px;
	font-weight: bold;
	margin: 0px;
	text-align: right;
	width: 80px;
	/* border: 1px dashed blue; */
}

.rightrow {
	float: right;
	padding: 2px 5px 2px 0px;
	margin: 0px;
	text-align: left;
	width: 250px;
	/* border: 1px dashed blue; */
}

/* main heading */
#header {
	width: 65%;
	height: 16%;
	margin: 0;
	padding: 10px 0 0 0;
}

#heading {
	/* height: 8%; */
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#heading h1 {
	color: #33cc33;
	font-weight: bolder;
	font-size: 100%;
}

/* sub heading */
#subheading {
	/*height: 6%;*/
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#subheading h2 {
	color: #666666;
	font-weight: bold;
	font-size: 85%;
}

/* main body of page */
#maincontent {
	/*width: 500px;*/
	width: 65%;
	height: 55%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	font-weight: normal;
	padding: 0 0 15px 20px;
	margin: 0;
	/* float: left; */
}

#maincontent li {
	color: #33cc33;
	list-style-type: square;
}

#maincontent li span {
	color: #666666;
	line-height: 1.5em;
}

/* footer stuff */
#footernav {
	width: 750px;
	height: 20px;
   	font-size: 65%;
	font-weight: bold;
	color: #ffffff;
	background-color: #33cc33;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}

#footernav ul {
	list-style-type: none;
	padding: 2px 0 2px 0;
	margin: 0;
}

#footernav li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ffffff;
}

#legalfooter {
	width: 750px;
	height: 20px;
    font-size: 60%;
    font-weight: bold;
    color: #ffffff;
   	background-color: #33cc33;
	padding: 0;
	margin: 0;
	text-align: center;
	clear: both;
}

/* menu items */
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnav li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ffffff;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainnav li {
	display: inline;
	padding: 0 10px 0 10px;
}

#float ul {
	margin: 0px;
	padding: 3px 0 10px 20px;
}

#float li {
	list-style-type: none;
	/*list-style-image: url(/images/menugt.png);*/
	padding: 2px;
	/*border-bottom: 1px solid #33cc33;*/
}

#clientarea ul {
	margin: 0 0 0 20px;
	padding: 0px;
	list-style-type: none;
}

#clientarea li {
	display: inline;
	padding: 0 10px 0 10px;
}

#howlogos ul {
	padding: 0 10px 0 10px;
	list-style-type: none;
}

#howlogos li {
	display: inline;
	padding: 0 10px 0 0;
}

/* Links */
a {
	color: #33cc33;
	text-decoration: underline;
}
/*
a:link {
	color: #33cc33;
	text-decoration: none;
}

a:visited {
	color: #33cc33;
	text-decoration: none;
}

a:hover {
	color: #33cc33;
	text-decoration: underline;
}

a:active {
	color: #33cc33;
	text-decoration: none;
}
*/

.mainnav_selected a:link {
	color: #ffffff;
	text-decoration: none;
}

.mainnav_selected a:visited {
	color: #ffffff;
	text-decoration: none;
}

.mainnav_selected a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.mainnav_notselected a:link {
	color: #33cc33;
	text-decoration: none;
}

.mainnav_notselected a:visited {
	color: #33cc33;
	text-decoration: none;
}

.mainnav_notselected a:hover {
	color: #33cc33;
	text-decoration: underline;
}

#float li a:link {
	color: #666666;
	text-decoration: none;
}

#float li a:visited {
	color: #666666;
	text-decoration: none;
}

#float li a:hover {
	color: #666666;
	text-decoration: underline;
}

#topnav li a:link {
	color: #ffffff;
	text-decoration: none;
}

#topnav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#topnav li a:hover {
	color: #ffffff;
	text-decoration: underline;
	/*border-bottom: 1px solid #ffffff;*/
}
	
.submenuleft li a:link {
	color: #ffffff;
	text-decoration: none;
}

.submenuleft li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.submenuleft li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.submenuright li a:link {
	color: #ffffff;
	text-decoration: none;
}

.submenuright li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.submenuright li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#contextmenu li a:link {
	color: #ffffff;
	text-decoration: none;
}

#contextmenu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#contextmenu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footernav a {
	color: #ffffff;
	text-decoration: underline;
}

/*
#footernav a:link {
	color: #ffffff;
	text-decoration: none;
}

#footernav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footernav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
*/

ul.accessible li {
	display: inline;
	list-style-type: none;
}
