/* CSS Document */

.textsmRed 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: normal; color: #FF0000;}

.textBlack 
{font-family: Verdana, Tahoma,Arial; font-size: 12px; font-weight: normal; color: #000000;}

.textbdBlack 
{font-family: Verdana, Tahoma,Arial; font-size: 12px; font-weight: bold; color: #000000;}

.textGray 
{font-family: Verdana, Tahoma,Arial; font-size: 12px; font-weight: normal; color: #666666;}

.textsmGray 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: normal; color: #666666;}

.textbdGray 
{font-family: Verdana, Tahoma,Arial; font-size: 12px; font-weight: bold; color: #666666;}

.textWhite 
{font-family: Verdana, Tahoma,Arial; font-size: 12px; font-weight: normal; color: #FFFFFF;}

.textsmBlack 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: normal; color: #000000;}

.textsmbdBlack 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: bold; color: #000000;}

.textsmBlue 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: normal; color: #495c8f;}

.textsmbdBlue 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: bold; color: #495c8f;}

.textsmWhite 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: normal; color: #ffffff;}

.textsmbdWhite 
{font-family: Verdana, Tahoma,Arial; font-size: 10px; font-weight: bold; color: #ffffff;}

.head 
{font-family: Verdana, Tahoma,Arial; font-size: 14px; font-weight: bold; color: #495c8f;}

A:link 
{color: blue; text-decoration: none;}
 
A:visited 
{color:#999999; text-decoration: none;}
 
A:active 
{color: #cc66cc;text-decoration: none;}

A:hover
{ text-decoration: underline; color: #0000cc;}
 
body
{background-color: #132450; font-family:Verdana, Tahoma, Arial; font-weight:normal; font-size: 12px;}

tr,td
{font-family: Verdana, Tahoma, Arial; font-size: 12px; font-weight: normal; color: #000000;}

ul
{list-style-image:url(graphics/li_arrow.gif); }

legend {
width:100%;
font-size:15px;
font-weight: bold;
margin:0;
padding:5px;
border:0;
}

.request {
color:#FFF;
background:#132450;
}

fieldset {
margin:0 0 15px 0;
padding:15px;
border:2px groove #132450;
}

.MediumBlue {
background: #C4C8D3;
}

.LightBlue {
background: #E0E3E8;
}

.LighterBlue {
background: #F1F2F5;
}

input {
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

.warrantytextbox {
	border-style:Groove;
	width: 100%;
}

.warrantydropdown {
	width: 100%;
}
/* ---------- Navigation ---------- */
#navigation {
margin: 0;
padding: 0;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
float: right;
width: 100%;
text-align: center;
vertical-align: middle;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size:9px;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
height:22px;
background: #005C9E;
}

#navigation li {
background: #005C9E;
border-left: 0;
border-right: 1px solid #FFF;
float: left;
margin: 0;
padding: 0;
text-align: center;
vertical-align: middle;
}

#navigation a {
display:block;
color: #FFF;
font-weight: normal;
padding: 5px 5px;
text-decoration: none;
}

#navigation #currentpage a {
background: #D50100;
color: #FFF;
}

#home #nav-home, 
#about-us #nav-about-us,
#products #nav-products, 
#single-source #nav-single-source,
#trade-shows #nav-trade-shows,
#financing #nav-financing,
#promotions #nav-promotions,
#warranty-registration #nav-warranty-registration,
#contact-us #nav-contact-us,
#news #nav-news {
display:block;
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#home #nav-home a, 
#about-us #nav-about-us a,
#products #nav-products a, 
#single-source #nav-single-source a,
#trade-shows #nav-trade-shows a,
#financing #nav-financing a,
#promotions #nav-promotions a,
#warranty-registration #nav-warranty-registration a,
#contact-us #nav-contact-us a,
#news #nav-news a {
display:block;
font-weight: bold;
background: #D50100;
color: #FFF;
text-decoration: none;
}
/* ---------- Navigation End ----------*/


/* Form Elements */

form {
margin:0;
border:0;
padding:0;
}

fieldset {
margin:0 10px 15px 10px;
border:1px solid #999;
padding:10px;
}

legend {
margin:0;
border:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
font-weight:bold;
color:#333;
}

.textfield_small, .textfield_medium, .textfield_large, .textfield_xlarge {
margin:0 0 5px 0;
border:1px solid #666;
padding:2px;
background:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#000;
vertical-align:middle;
}

.textfield_small {
width:216px;
}

.textfield_medium {
width:288px;
}

.textfield_large {
width:360px;
}

.textfield_xlarge {
width:432px;
}

.dropdown {
margin:0 0 5px 0;
background:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#000;
vertical-align:middle;
}

.button {
margin:0 10px 0 0;
background:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#FFF;
}

.bold {
font-weight:bold;
}