body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#292626;
	margin-left: 123px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00543D;
	background-image: url(../img/leftblackbg.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
}
.lefttoolbg {
	width:100%;
	background-image:url(../img/toolbg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
img {
	border:none;
}

#nav {
	list-style:none;
	padding:0;
	margin:0;
	clear:both;
	float:right;
	line-height:0px;	
}
#nav li {
	padding:0;
	margin:0;
	float:left;
	line-height:0px;
	margin-bottom: -4px;
}
#nav li a {
	color:#fff;
	height: 35px;
	display:block;
	float:none;
	text-decoration:none;
	text-indent: -900em;
}
#nav #nav-jobs a {
	width: 52px;
	background:url(../img/nav_img/jobs.gif) no-repeat left top;
}
#nav #nav-jobs a:hover {
	background: url(../img/nav_img/jobs.gif) no-repeat left bottom;
}
#nav #nav-jobsvisited a {
	width:52px;
	background: url(../img/nav_img/jobs.gif) no-repeat left bottom;
}
#nav #nav-home a {
	width: 77px;
	background:url(../img/nav_img/home.gif) no-repeat left top;
}
#nav #nav-home a:hover {
	background: url(../img/nav_img/home.gif) no-repeat left bottom;
}
#nav #nav-homevisited a {
	width:77px;
	background: url(../img/nav_img/home.gif) no-repeat left bottom;
}
#nav #nav-aboutus a {
	width: 103px;
	background:url(../img/nav_img/aboutus.gif) no-repeat left top;
}
#nav #nav-aboutus a:hover {
	background: url(../img/nav_img/aboutus.gif) no-repeat left bottom;
}
#nav #nav-aboutusvisited a {
	width: 103px;
	background: url(../img/nav_img/aboutus.gif) no-repeat left bottom;
}
#nav #nav-products a {
	width: 105px;
	background:url(../img/nav_img/products.gif) no-repeat left top;
}
#nav #nav-products a:hover {
	background: url(../img/nav_img/products.gif) no-repeat left bottom;
}
#nav #nav-productsvisited a {
	width: 105px;
	background: url(../img/nav_img/products.gif) no-repeat left bottom;
}
#nav #nav-news a {
	width: 73px;
	background:url(../img/nav_img/news.gif) no-repeat left top;
}
#nav #nav-news a:hover {
	background: url(../img/nav_img/news.gif) no-repeat left bottom;
}
#nav #nav-newsvisited a {
	width: 73px;
	background: url(../img/nav_img/news.gif) no-repeat left bottom;
}
#nav #nav-contact a {
	width: 93px;
	background:url(../img/nav_img/contact.gif) no-repeat left top;
}
#nav #nav-contact a:hover {
	background: url(../img/nav_img/contact.gif) no-repeat left bottom;
}
#nav #nav-contactvisited a {
	width: 93px;
	background: url(../img/nav_img/contact.gif) no-repeat left bottom;
}
.padding5 {
	padding:10px;
}
.welcomeboxcss {
	padding:15px;
	line-height:18px;
	background-color:#FFFFFF;
}
.thanksboxbg {
	font-size:12px;
	background-image:url(../img/thanksboxbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#B3AB9F;
	line-height:18px;
}
.bottompartcss {
	color:#E3E0DB;
	text-transform:uppercase;
	text-decoration:none;
	background-color:transparent;
}
.bottomlinkcss {
	color:#E3E0DB;
	text-decoration:none;
	background-color:transparent;
}
.bottomlinkcss:hover {
	color:#E3E0DB;
	text-decoration:none;
	background-color:transparent;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.editlinkcss {
	color:#292626;
	text-decoration:none;
	background-color:transparent;
}
.editlinkcss:hover {
	color:#292626;
	text-decoration: underline;
	}

.abouteditlinkcss {
	color:#063025;
	text-decoration:none;
	background-color:transparent;
}
.abouteditlinkcss:hover {
	color:#063025;
	text-decoration: underline;
	}
	
.greeneditlinkcss {
	color:#00543D;
	text-decoration:none;
	background-color:transparent;
}
.greeneditlinkcss:hover {
	color:#00543D;
	text-decoration: underline;
	}

.copyrightcss {
	color:#768D87;
	font-size:10px;
	text-transform:uppercase;
	background-color:#063025;
}
.productlistcss {
	font-size:12px;
	color:#02392A;
	font-weight:bold;
}
#productlist {
	list-style:none;
	padding:0;
	margin:0;
	line-height:0px;
}
#productlist ul {
	list-style:none;
	padding:0;
	margin:0;
}
#productlist li  {
	margin:0;
	padding:13px;
	color:#FFFFFF;
	display:block;
	line-height:0px;
	text-decoration:none;
	background-color:#00543D;
	border-left:#B3AB9F solid 3px;
	
}
#productlistnew li  {
	margin:0;
	padding:13px;
	color:#FFFFFF;
	display:block;
	line-height:0px;
	text-decoration:none;
	background-color:#00543D;
	border-left:#B3AB9F solid 3px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#productlist li:hover {
	background-color:#7E7566;
	border-left:#B3AB9F solid 3px;
	text-decoration:none;
}
.innerpageheading {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#6B7B84;
	padding:5px;
	border-left:#887E6E 5px solid;
}
.productpageheading {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#000000;
	padding:5px;
	border-left:#887E6E 5px solid;
}
.newspageheading {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#00543D;
	padding:5px;
	border-left:#887E6E 5px solid;
}
#paragraph  {
	list-style:none;
	margin:5px 0 5px 0;
	padding:0;
	border-left: #d9d2cb solid 2px;
}
#paragraph li  {
	padding:5px;
	background-color:#f2ede7;
}
#paragraph li:hover {
	padding:5px;
	background-color:#e4ded6;
}
#paragraph li strong  {
	font-size:12px;
	font-weight:bold;
	color:#00543d;
}
.productlisttitlecss {	
	font-size:12px;
	color:#FFFFFF;
	background-color:#00543D;
}
.blacktitlecss {
	font-size:12px;
	color:#292626;
	background-color:transparent;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../img/nav_img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/nav_img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 8px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}
#icon {
	float:left;
	padding-right:5px;
}
.redhighlightcss {
	color: #FF0000;
	background-color: transparent;
}
.textboxcss {
	font-size: 11px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7C7C7C;
	border-right-color: #C3C3C3;
	border-bottom-color: #DDDDDD;
	border-left-color: #C3C3C3;
	padding: 2px;
}
.buttoncss {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #00543D;
	font-weight: bold;
}
.formlabelcss {
	background-color:#F9F4EC;
	border-right:#F5EEDE solid 5px;
	font-weight:bold;
}
.newslistlinkcss {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color:transparent;
	text-decoration:none;
	border-bottom:#CCCCCC 2px solid;
}
.newdatecss {
	color:#292626;
	font-size:11px;
	text-transform:uppercase;
	background-color:#e7e2d9;
	padding:5px;
	border-left:#B3AB9F 5px solid;
}
.SuccessText
{
	 color : Green;
	 font-family : Verdana, Arial, "Courier New", "Times New Roman";
	 font-size : 11px;
}
