@charset "utf-8";
/* CSS Document */

body{
margin:0;
}

.bgfade{
background-image:url(../images/img-bg-fade.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

.homepageprods{
background-image:url(../images/img-dividers.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:8px;
padding-right:8px;
font-family:Tahoma;
font-size:11px;
color:#333333;
}

.homepageprods a:link{
font-family:Tahoma;
font-size:11px;
color:#057e9e;
text-decoration:none;
}
.homepageprods a:visited{
font-family:Tahoma;
font-size:11px;
color:#057e9e;
text-decoration:none;
}
.homepageprods a:hover{
font-family:Tahoma;
font-size:11px;
color:#057e9e;
text-decoration:underline;
}

.mainheadertext{
font-family:Tahoma;
font-size:14px;
color:#015a71;
font-weight:bold;
}

.headertext{
font-family:Tahoma;
font-size:12px;
color:#057e9e;
font-weight:bold;
}

.text{
font-family:Tahoma;
font-size:11px;
color:#333333;
}

.text a:link{
font-family:Tahoma;
font-size:11px;
color:#057e9e;
text-decoration:none;
}
.text a:visited{
font-family:Tahoma;
font-size:11px;
color:#057e9e;
text-decoration:none;
}
.text a:hover{
font-family:Tahoma;
font-size:11px;
color:#057e9e;
text-decoration:underline;
}

.textred{
font-family:Tahoma;
font-size:11px;
color:#FF0000;
}

.textgreen{
font-family:Tahoma;
font-size:11px;
color:#009900;
}

.footertext{
font-family:Tahoma;
font-size:10px;
color:#9e9e9e;
line-height:13px;
}

.footertext a:link{
font-family:Tahoma;
font-size:10px;
color:#9e9e9e;
text-decoration:none;
}

.footertext a:visited{
font-family:Tahoma;
font-size:10px;
color:#9e9e9e;
text-decoration:none;
}

.footertext a:hover{
font-family:Tahoma;
font-size:10px;
color:#9e9e9e;
text-decoration:none;
}

.iconfloatright{
float:right;
margin:5px 0px 0px 8px;
}

.bgfadesub{
background-image:url(../images/img-bg-fade.jpg);
background-position:bottom;
background-repeat:no-repeat;

border-bottom-color:#e4e4e4;
border-bottom-style:solid;
border-bottom-width:1px;

border-top-color:#e4e4e4;
border-top-style:solid;
border-top-width:1px;

border-right-color:#e4e4e4;
border-right-style:solid;
border-right-width:1px;

border-left-color:#e4e4e4;
border-left-style:solid;
border-left-width:1px;

}

.greybox{
border-bottom-color:#e4e4e4;
border-bottom-style:solid;
border-bottom-width:1px;

border-top-color:#e4e4e4;
border-top-style:solid;
border-top-width:1px;

border-right-color:#e4e4e4;
border-right-style:solid;
border-right-width:1px;

border-left-color:#e4e4e4;
border-left-style:solid;
border-left-width:1px;
}

input {
padding-left:4px;
padding-top:1px;
width:215px;
height:20px;
color:black;
font-family:Tahoma;
font-size:11px;
}

input.submit{
width:55px;
height:20px;
padding-bottom:2px;
color:black;
font-family:Tahoma;
font-size:11px;
}

textarea{
padding-left:4px;
padding-top:1px;
width:215px;
height:100px;
color:black;
font-family:Tahoma;
font-size:11px;
}

select{
padding-left:4px;
padding-top:1px;
width:215px;
height:20px;
color:black;
font-family:Tahoma;
font-size:11px;
}


.orangelink{
font-family:Tahoma;
font-size:11px;
color:#ff7f39;
}

.orangelink a:link{
font-family:Tahoma;
font-size:11px;
color:#ff7f39;
text-decoration:none;
}
.orangelink a:visited{
font-family:Tahoma;
font-size:11px;
color:#ff7f39;
text-decoration:none;
}
.orangelink a:hover{
font-family:Tahoma;
font-size:11px;
color:#ff7f39;
text-decoration:underline;
}