/*
  Anchor Mfg
  Created by Grant Nosbush
  http://grant.nosbush.com
*/

/*
  Theme

  Light Yellow: #FFFFA0
  Gold: #BFAD71
  Dark Red: #800000

*/

body
{
        background-color:#FFFFAA;
	font-family:Verdana,Tahoma,Arial,Helvetica;
        margin-width:0px;
        margin-height:0px;
        margin-left:0px;
        margin-top:10px;
}


/* hyperlink varieties */
a               { color:#666666; text-decoration:underline; }
a:hover         { color:#BCB787; text-decoration:underline; }
a:visited       { color:#666666; text-decoration:underline; }
a:visited:hover { color:#BCB787; text-decoration:underline; }


/* page footer/copyright */
.copyright {
        text-align: center;
        font-size: 10px;
        font-family: Arial,Helvetica;
        font-style: normal;
}

.copyright a               { color:#666666; text-decoration:underline; }
.copyright a:hover         { color:#BCB787; text-decoration:underline; }
.copyright a:visited       { color:#666666; text-decoration:underline; }
.copyright a:visited:hover { color:#BCB787; text-decoration:underline; }


/* standard size text varieties */
p, font, th, td, .text
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:14px;
        color:#000000;
}

.textRed
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:14px;
        color:#800000;
}

.textGold
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:14px;
        color:#BFAD71;
}

.textPartNumber
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:12px;
        color:#000000;
}

.textPartNumber a               { color:#666666; text-decoration:none; }
.textPartNumber a:hover         { color:#BCB787; text-decoration:underline; }
.textPartNumber a:visited       { color:#666666; text-decoration:none; }
.textPartNumber a:visited:hover { color:#BCB787; text-decoration:none; }

.grayTableText
{
        font-family: Verdana,Tahoma,Arial,Helvetica;
        font-size: 10px;
}

.limitedWarranty {
        font-family: Verdana,Tahoma,Arial,Helvetica;
        font-size: 10px;
}

/* small size text varieties */
.small
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:12px;
        color:#000000;
}

.smallRed
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:12px;
        color:#800000;
}

.smallGold
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:12px;
        color:#BFAD71;
}


/* title size text varieties */
.h1
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
    font-size:22px;
    color:#000000;
}

H1, .h1Red
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
    font-size:22px;
    color:#800000;
}

.h1Gold
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:22px;
        color:#BFAD71;
}

.h2
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:18px;
        color:#000000;
}

H2, .h2Red
{
        font-family:Arial,Verdana,Tahoma,Arial,Helvetica;
        font-size:18px;
        color:#800000;
}

.h2Gold
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:18px;
        color:#BFAD71;
}


.pageTitle1
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
    font-size:24px;
    color:800000;
}

.pageTitle2
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
    font-size:20px;
    color:800000;
}


/* form elements */
form
{
	margin-top:0px;
	margin-bottom:0px
}

input.form																					
{
	background-color:#FFFFFF;
	font-family:verdana,tahoma,arial,helvetica,sans serif;
	font-size:10px;
	height:17px;
	color:#666666;
	border: solid 1px #A5ACB2;
}

input.radio
{
	background-color:#EEEEEE;
	font-family:verdana,tahoma,arial,helvetica,sans serif;
	font-size:10px;
	color:#666666;
}

select
{
    background-color:#ffffff;
	font-family:verdana,tahoma,arial,helvetica,sans serif;
	font-size:10px;
    color: #666666;
    border: solid 1px #A5ACB2;
	margin-top:0px;
	margin-bottom:0px;
	height:17px;
}

textarea.form
{
	background-color:#FFFFFF;
	font-family:verdana,tahoma,arial,helvetica,sans serif;
	font-size:10px;
	color:#666666;
	border: solid 1px #A5ACB2;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#A1A1A1;
	scrollbar-darkshadow-color:#999999;
	scrollbar-face-color:#DDDDDD;
	scrollbar-hightlight-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-trackcolor:#CCCCCC;
}


/* miscellaneous */
.upperC
{
        text-transform: uppercase;
}

hr {
        height: 0px;
        border: solid #D1D7DC 0px;
        border-top-width: 1px;
}

.menu {
        background-image: url(http://www.anchormfg.com/images/MenuGrayCurve.gif);
        background-repeat: no-repeat;
}

.textGoldUpper
{
	font-family:Verdana,Tahoma,Arial,Helvetica;
        font-size:16px;
        color:#BFAD71;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 25px;
}

.specsTbl tr:hover {
	background: #ffffff;
}

