body, td, th, p, li, select, option, input
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 20px 30px;
	background-color: #FFFFFF;
	background: url(../Images/bkg_texture.gif);
	color: #999999;
}

a:link		{ color: #FFFFFF; text-decoration: none; }
a:visited	{ color: #FFFFFF; text-decoration: none; }
a:hover		{ color: #68AEE0; text-decoration: underline; }
a:active	{ color: #FFFFFF; text-decoration: none; }

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

h1
{
    font-size: 20px;
}

h2
{
    font-size: 16px;
}

h3
{
    font-size: 12px;
}

h4
{
    font-size: 10px;
}

h5
{
    font-size: 9px;
}

h6
{
    font-size: 8px;
}

.ImageFrame
{
    margin: 5px 5px 5px 5px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #000000;
}

.FrameOuterBox
{
    text-align: center;
}

.FrameOuterBoxBorder_Spacer
{
    width: 5px;
    height: 5px;
}

.FrameOuterBoxBorder_TopLeft
{
    width: 5px;
    height: 5px;
    background-image: url(../Images/ul_corner.gif);
    background-repeat: no-repeat;
}

.FrameOuterBoxBorder_Top
{
    height: 5px;
    background-image: url(../Images/t_straightaway.gif);
    background-repeat: repeat-x;
}

.FrameOuterBoxBorder_TopRight
{
    width: 5px;
    height: 5px;
    background-image: url(../Images/ur_corner.gif);
    background-repeat: no-repeat;
}

.FrameOuterBoxBorder_Right
{
    width: 5px;
    background-image: url(../Images/r_sidestraightaway.gif);
    background-repeat: repeat-y;
}

.FrameOuterBoxBorder_BottomRight
{
    width: 5px;
    height: 5px;
    background-image: url(../Images/lr_corner.gif);
    background-repeat: no-repeat;
}

.FrameOuterBoxBorder_Bottom
{
    height: 5px;
    background-image: url(../Images/b_sidestraightaway.gif);
    background-repeat: repeat-x;
}

.FrameOuterBoxBorder_BottomLeft
{
    width: 5px;
    height: 5px;
    background-image: url(../Images/ll_corner.gif);
    background-repeat: no-repeat;
}

.FrameOuterBoxBorder_Left
{
    width: 5px;
    background-image: url(../Images/l_sidestraightaway.gif);
    background-repeat: repeat-y;
}

.FrameOuterBoxContent
{
    width: 680px;
    padding: 20px 10px 5px 10px;
    background-color: #38587B;
}

#Content 
{
    padding: 10px 10px 10px 10px;
}

#Content a:link		{ color: #38587B; text-decoration: none; }
#Content a:visited	{ color: #38587B; text-decoration: none; }
#Content a:hover	{ color: #68AEE0; text-decoration: underline; }
#Content a:active	{ color: #38587B; text-decoration: none; }

.NavbarContainer
{
    background-color: #486D99;
    padding-right: 1px;
}

.NavbarItem, .NavbarActive
{
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    font-size: 10px;
    font-weight: bold;
}

.NavbarItem a:link		{ color: #FFFFFF; text-decoration: none; }
.NavbarItem a:visited	{ color: #FFFFFF; text-decoration: none; }
.NavbarItem a:hover  	{ color: #68AEE0; text-decoration: none; }
.NavbarItem a:active 	{ color: #FFFFFF; text-decoration: none; }

.NavbarActive
{
    background-color: #68AEE0;
    border-bottom: 1px solid #cccccc;
}

.NavbarActive a:link		{ color: #FFFFFF; text-decoration: none; }
.NavbarActive a:visited 	{ color: #FFFFFF; text-decoration: none; }
.NavbarActive a:hover   	{ color: #38587B; text-decoration: underline; }
.NavbarActive a:active	    { color: #FFFFFF; text-decoration: none; }

.Caption1, .Caption2, .SubCaption
{
    font-weight: bold;
    color: #165194;
}

.Caption1
{
    font-size: 12px;
}

.Caption2
{
    font-size: 10px;
    font-style: italic;
}

.SubCaption, .SubCaption td
{
    font-size: 10px;
    font-weight: normal;
}

.LocatorStateBox
{
    border: 0px;
    font-weight: bold;
    color: #38587B;
    width: 325px;
    font-size: 16px;
    text-align: center;
}

.AdvancedSearchInput
{
    text-align: right;
}

.LocatorCity
{
    padding: 10px 25px 10px 0px;
}

.LocatorDealer
{
    padding: 10px 25px 10px 0px;
}

.LocatorDealerText
{
    color: #666666;
}

.SpecsTab
{
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    background-color: #606582;
    padding: 3px 10px 3px 10px;
}

.SpecsBox
{
    border: 2px solid #606582;
    padding: 0px;
    /*padding: 8px 8px 8px 8px;*/
}

.SpecsTitle
{
    color: #990000;
    font-weight: bold;
}

.SpecRow
{
    background-color: #cccccc;
}

.SpecRowAlt
{
    background-color: #e0e0e0;
}

.SpecName
{
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

.SpecValue
{
    font-size: 10px;
    padding-left: 5px;
    color: #333333;
}

.HeadlineComment
{
    font-size: 10px;
    color: #999999;
}