navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;

}

a.text:link
{
	color: #009133;
	font-weight: bold;
	
	text-decoration: underline;
	
}
a.text:visited {
	color: #009133;
	font-weight: bold;
	
	text-decoration: underline;
}
a.text:hover {
	color: #666;
	background-color: #FF0;
}
a.text:active {
	color: #000;
	background-color: #FF0;
}

a.picture:link {
	color: #093;
	text-decoration: none;
}
a.picture:visited {
	color: #093;
	text-decoration: none;
}
a.picture:hover {
	color: #093;
	background-color: Transparent;
}
a.picture:active {
	color: #000;
	background-color: Transparent;
}



a:link {
	color: #093;
	text-decoration: none;
}
a:visited {
	color: #093;
	text-decoration: none;
}
a:hover {
	color: #666;
	background-color: #FF0;
}
a:active {
	color: #000;
	background-color: #FF0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #999;
	background-image: url(images/greybggrad.gif);
	background-repeat: repeat-x;
}
.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FF9;
	padding: 3px;
	border: 1px solid #000;
}
.formfields1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	background-color: #FF0;
	padding: 2px;
	border: 1px solid #000;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #009133;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009133;
	font-weight:bold;
	display:inline;
}




.StaffNameBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.StaffPictureBorder {

	border: thin solid #666;
}
.StaffMainBorder {
	border: 1px solid #000;
}

img.ProductSpacing
{
	margin-right: 15px;
	margin-bottom: 10px;
}

img.ProductSpacingRight
{
	margin-top:15px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px
}

img.SupportPlusSpacing
{
	
	margin-left: 15px;
	margin-right: 35px;
	margin-bottom: 10px
}
.BoldGreen
{
	font-weight: bold;
	color: #009133;
}
/* forms ------------------------------------------------------- */

.dscontainer
{
    background-color: #636567; /*999*/
    margin: 10px auto 5px auto;
}

.errorcontainer
{
    
    margin: 10px auto 5px auto;
}
.dsbox
{
    width: 100%;
    position: relative;
    top: -4px;
    left: -4px;
    /*background-color: #897F18;*/
    background-image: url(images/contactus.gif);
	background-repeat:no-repeat;
    color: #333;
    border: 1px solid #333;
    font-weight: normal;
}
.dsbox_stats
{
    width: 100%;
    position: relative;
    top: -4px;
    left: -4px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #333;
    font-weight: normal;
}
td.label
{
    text-align: right;
    color:#009133;
    vertical-align: top;
    white-space: nowrap;
}
td.input
{
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.formerror
{
    font-weight: normal;
    color: #c00;
}

.formbutton
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    background-color: #ac9;
    color: #222;
    margin: 0px;
}

.txtbox
{
    border: 1px solid #336;
}

.errortext
{
    color: #900;
}

.msgtext
{
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 10px;
}
.News
{
	list-style:none;
    margin:-10px 0 -10px 15px;
    padding:0;
}
.News li
{
	border-top:1px solid #ccc;
    padding:10px 0;
}
.News .first
{
	border:none;
}
.News li h2
{
	margin:0;
	display: inline;
	font-size: 12px;
}
.NewsHeadlines
{
	list-style:none;
    margin:0;
    padding:0;
}
.NewsHeadlines li
{
	border-top:1px solid #ccc;
    padding:10px 0;
}
.NewsHeadlines .first
{
	border:none;
}
.NewsHeadlines li h2
{
	margin:0;
	display: inline;
	font-size: 12px;
}
.TandC {overflow:auto;border:1px solid #666;padding:5px;}