@charset "UTF-8";

* {margin: 0;
padding: 0;
}

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	background-color: #FFFFFF;
	margin-top: 17px;
	margin-bottom: 17px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Container */

#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background-color: #FFFFFF;
	margin-top: 16px;
	margin-right: 16px;
	margin-left: 16px;
} 
#email {
	margin-top: 6px;
	margin-right: 50px;
	margin-bottom: 6px;
	float: right;
	width: 380px;
	background-repeat: no-repeat;
	background-position: right;
}
#email p {
	padding-right: 0px;
	padding-left: 5px;
	line-height: 100%;
	color: #666666;
	font-size: 9px;
}
#email a:link, #email a:visited, #email a:active, #email a:hover {
	font-size: 9px;
	color: #78A22E;
	text-decoration: underline;
	padding-left: 275px;
}
#menu {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 16px;
	width: 400px;
}
#menu p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 100%;
	color: #666666;
	font-size: 9px;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	font-size: 9px;
	color: #78A22E;
	text-decoration: underline;
}
#sidebar_lhs {
	float: left; /* since this element is floated, a width must be given */
	width: 184px;
	margin-left: 16px;
	display: inline;
}
#sidebar1  {
	width: 184px;
	margin-bottom: 15px;
	height: 675px;
	background-image: url(../images/home_page/menubar-background.jpg);
	background-repeat: no-repeat;
}
#tell {
	margin-bottom: 12px;
}

#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:active, #sidebar1 a:hover {
	text-decoration: none;
	color:#FFFFFF
	}
#sidebar1 p {
    padding-right: 15px;
	padding-left: 15px;
	line-height: 120%;
	color: #FFFFFF;
	font-size: 9px;
}
#sidebar1 p.first {
	background-image: url(../images/std/sb1/sb1_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
#sidebar1  p.last  {
	background-image: url(../images/std/sb1/sb1_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#sidebar1_btm {
	width: 184px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#mainContent  {
	margin-right: 190px;
	margin-left: 190px;
	padding-top: 20px;
	padding-bottom: 30px;
} 
#mainContent  p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 140%;
	color: #666666;
	font-size: 11px;
	text-align: left;
}
#mainContent h1 {
	font-size: 17px;
	color: #636566;
	padding-left: 15px;
	font-weight: normal;
	line-height: 150%;
}
#mainContent h2 {
	font-size: 11px;
	color: #636466;
	padding-left: 15px;
	font-weight: bold;
}
#mainContent li {
	margin-left: 30px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/std/bullet_content.gif);
	list-style-type: none;
}

#mainContent .acc a:link, #mainContent .acc a:visited, #mainContent .acc a:active, #mainContent .acc a:hover  {
	background-image:url(../images/std/accordian/link.jpg);
	font: bold 11px Verdana;
	color: #636466;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 485px;
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainContent .acc a:hover {
	background-image:url(../images/std/accordian/link.jpg);
	font: bold 11px Verdana;
	color: #636466;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: left top;
	width: 485px;
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainContent  .photofltlft {
	float: left;
	text-align: center;
	width: 175px;
	height: 170px;
	border: 1px solid #666666;
	padding-top: 20px;
	margin-bottom: 23px;
	margin-left: 50px;
}
#mainContent  .photofltrt {
	float: right;
	margin-bottom: 23px;
	margin-left: 0px;
	width: 175px;
	text-align: center;
	height: 170px;
	border: 1px solid #666666;
	padding-top: 20px;
	margin-right: 50px;
}
#mainContent   .clearfloat1 {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainContent .centre {
	background-position: center center;
}

#sidebar_rhs {
	float: right; /* since this element is floated, a width must be given */
	width: 184px;
	margin-right: 16px;
	display: inline;
}
#sidebar2  {
	width: 184px;
	margin-bottom: 15px;
	background-image: url(../images/std/news_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 457px;
}
#sidebar2 p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 125%;
	color: #FFFFFF;
	font-size: 11px;
	}
#sidebar2 p.first {
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
	font-size: 14px;
	padding-top: 8px;
}
#sidebar2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 110%;
	font-weight: normal;
}
#sidebar2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 110%;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 10px;
}
#sidebar2 p.last {
	background-image: url(../images/std/news_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer  {
	padding-top: 10px;
	padding-right: 20px;
} 
#footer  p  {
	text-align: center;
	color: #8F8F8F;
	font-size: 9px;
	line-height: 120%;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	font-size: 9px;
	color: #8F8F8F;
	text-decoration: none;
	}
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78A22E;
	text-decoration: underline;
	width: 152px;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fh {
	width: 525px;
	margin: 0 auto;
	background-color: #636466;
}
#contactTable{
	background-color: #636466;
	width: 525px;
	margin-left: 22px;
	}
	
#contactTable td.first {
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../images/std/contact/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contactTable   td.desc {
	color: #FFFFFF;
	padding-left: 30px;
	width: 50%;
}
#contactTable td.input {
	color: #FFFFFF;
	padding-left: 20px;
	width: 45%;
}
#contactTable   td.fullwidth {
	color: #FFFFFF;
}
#contactTable h1 {
	color: #FFFFFF;
	font-size: 14px;
}
#contactTable p {
	color: #FFFFFF;
	font-size: 11px;
}
#contactTable td.last {
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../images/std/contact/btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
input.text{
	width: 180px;
	color: #FFFFFF;
	}
menu {
}
option {
	width: 100px;
}
textarea{
	width: 350px;
	margin-top:5px;
	margin-left: 30px;
   }
.submit {
	width: 75px;
}
#mainBottom {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 16px;
	margin-left: 16px;
}
#sidebar_lhsIndex {
	float: left; /* since this element is floated, a width must be given */
	width: 184px;
	margin-left: 16px;
	display: inline;
	height: 665px;
}
#sidebar1index {
	width: 184px;
	margin-bottom: 17px;
	height: 411px;
	background-image: url(../images/std/nav_lh.gif);
}
#sidebar2index {
	width: 184px;
	margin-bottom: 17px;
	background-image: url(../images/std/nav_rh.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 411px;
}
#sidebar2index p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 125%;
	color: #FFFFFF;
	font-size: 11px;
}
#sidebar2index p.first {
	background-image: url(../images/std/sb1/sb2_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
	font-size: 14px;
	padding-top: 10px;
}
#sidebar2index h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 110%;
	font-weight: normal;
}
#sidebar2index h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 110%;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 10px;
}
#mainContentindex {
	margin-right: 205px;
	margin-left: 205px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
}
#mainContentindex p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 140%;
	color: #666666;
	font-size: 11px;
	text-align: left;
}
#mainContentindex h1 {
	font-size: 17px;
	color: #636566;
	padding-left: 15px;
	font-weight: normal;
	line-height: 150%;
	padding-bottom: 0px;
}
#mainContentindex h2 {
	font-size: 11px;
	color: #636466;
	padding-left: 15px;
	font-weight: bold;
}
#mainContentindex h3 {
	font-size: 11px;
	color: #78A22E;
	padding-left: 15px;
	font-weight: bold;
	padding-bottom: 0px;
}
#sidebar1index a:link, #sidebar1index a:visited, #sidebar1index a:active, #sidebar1index a:hover {
	text-decoration: none;
	color:#FFFFFF
}
#sidebar1index p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 120%;
	color: #FFFFFF;
	font-size: 9px;
}
#sidebar1index p.first {
	background-image: url(../images/std/sb1/sb1_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
#pricingTable {
	background-color: #636466;
	width: 525px;
	margin-left: 22px;
}
#pricingTable td {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#pricingTable  td.first {
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../images/std/contact/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: none;
	border-right-style: none;
}
#pricingTable td.last {
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../images/std/contact/btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-style: none;
	border-right-style: none;
}
#pricingTable td.header {
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-right: 2px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	background-color: #CCCCCC;
}
#Product {
	background-image: url(../images/std/product/body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 17px;
}
#Product  p.top {
	background-image: url(../images/std/product/top.jpg);
	background-repeat: no-repeat;
}
#Product  p.btm {
	background-image: url(../images/std/product/btm.jpg);
	background-repeat: no-repeat;
}
#Product p.image {
	text-align: center;
}
.fltlft_prod {
	float: right;
	margin-right: 15px;
}
.fltrt-gl {
	float: right;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.homepage-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
