body {
        margin: 0;
        padding: 0;
}

body, td, th {
        font-family: Arial, serif;
        font-size:   11px;
        line-height: 1.3em;
        color: #616e73;
}

img { border: none; }

h1, h2, h3, h4, p, ul, ol, li, dl, dd, dt, form {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
}

#siteCanvas {
        width: 798px;
        margin: 0 auto;
        background-color: white;
        overflow: hidden;
}

#siteHeader {
        padding: 0 0 4px;
        margin-bottom: 20px;
}

#siteHeader #logo {
        margin-left: 10px;
}

#siteHeader div.top {
        padding-bottom: 60px;
        background: #fff url(../images/header_bg_performancetop.jpg) repeat-x left bottom;
}

#siteHeader div.top ul.siteMap {
        border-top: 3px solid #D63F2F;
        padding-top: 1px;
        margin-bottom: 30px;
}

#siteHeader div.top ul.siteMap li {
        float: right;
        margin: 2px 0 2px 10px;
        text-align: right;
}

#siteHeader div.top ul.siteMap li a {
        font-weight: bold;
        font-size: 11px;
        color: #8c979f;
        text-decoration: none !important;
}

#siteHeader div.top ul.siteMap li a.active {
        font-weight: bold;
        color: #d63f2f;
}

#siteHeader div.bottom {
        margin-top: 2px;
        padding-top: 80px;
        background: #fff url(../images/header_bg_performancebottom.jpg) repeat-x left top;
}

#siteHeader div.bottom p {
        font-size: 11px;
        font-weight: bold;
        margin-left: 10px;
}

#siteHeader .keywordSearch {
			position: absolute;
			right: 0px;
			top: 37px;
}
#siteHeader .keywordSearch p {
				font-size: 11px;
				font-weight: bold;
}
#siteHeader .keywordSearch div.searchInput {
				float: left;
}
#siteHeader .keywordSearch div.searchButton {
				float: left;
				margin-left: 5px; 
				padding-top: 3px;
}
				
#siteHeader div.bottom div.searchInput {
        float: left;
        margin-left: 10px;
}

#siteHeader div.bottom div.searchButton {
        float: left;
        margin-left: 5px;
        padding-top: 3px;
}

#siteContent {
        background-color: white;
        padding: 0px;
}

#sidebar {
        width: 150px; /* changed from 220 to fix callout spacing issue */
        float: left;
}

#sidebar ul.dropDownMenu {
        margin-left: 10px;
}

#sidebar ul.dropDownMenu a {
        text-decoration: none;
}

span.arrow {
        color: #dc4044;
        font-weight: bold;
        font-size: 12px;
        margin-right: 3px;
        font-family: jude;
}

#sidebar ul.dropDownMenu li {
        margin-bottom: 3px;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase;
        color: #616e73;
}

#sidebar ul.dropDownMenu li a {
        color: #616e73;
}

#sidebar ul.dropDownMenu li.active a:link {
        font-weight: bold;
        color: #d63f2f;
}

#sidebar ul.dropDownMenu li.active a:visited {
        font-weight: bold;
        color: #d63f2f;
}


#sidebar ul.dropDownMenu ul {
        margin-left: 10px;
}

#sidebar ul.dropDownMenu ul li {
        text-transform: capitalize;
        font-size: 11px;
        font-weight: normal;
}

#sidebar ul.dropDownMenu ul li a:link
{
    color: #616e73;
}

#sidebar ul.dropDownMenu ul li a:visited
{
    color: #616e73;
}

#sidebar ul.dropDownMenu ul li.active a {
        color: #d63f2f;
        font-weight: bold;
}

#mainContent {
        float: right;
        width: 605px;
        min-height: 400px;
        margin: 0px 3px 0px 3px;
}

.inner {
        padding: 0;
}

#subNavigation a {
        color: #8c979f;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        text-transform: capitalize;
}

#subNavigation ul.sections {
        border-bottom: 3px solid #d63f2f;
        padding-bottom: 3px;
}

#subNavigation ul.sections li {
        float: left;
        margin-right: 10px;
}

#subNavigation ul.sections li.active a {
        color: #d63f2f;
}

#subNavigation ul.subSections {
        padding-top: 3px;
}

#subNavigation ul.subSections li {
        float: left;
        margin-right: 10px;
}

#subNavigation ul.subSections li.active a {
        color: #d63f2f;
}

#siteFooter {
        margin: 10px 0 30px 0;
        text-align: right;
        padding: 1px 0 0 0;
        background-color: white;
        border-top: 3px solid #616e73;
}

#siteFooter p.copyrightText {
        padding: 1px 8px 1px 0;
        text-align: right;
        background-color: #8c979f;
        color: white;
        font-size: 9px;
        font-weight: bold;
}

/* CALLOUTS */

table.callout_4 {
  border-collapse: separate;
  border-spacing: 5px;
}

table.callout_4 td {
}

table.callout_5 {
  border-collapse: separate;
  border-spacing: 5px;
}

table.callout_5 td {
}

table.callout_5 table.inset {
  width: 100%;
  border-collapse: none;
}

/* FAQs */
div.faqBox {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px dotted #ddd;
}

div.faqBox div.header {
  color: #dc4044;
  font-size: 13px;
  font-weight: bold;
  padding: 0px;
  margin: 5px 0px 5px 0px;
}


div.faqBox li {
  margin: 3px 0px 3px 0px;
}

/* DEFAULT LINK STYLE */
a:link, a:visited {
  color: #8c979f;
  text-decoration: none;
}

div.header {
  color: #dc4044;
  font-size: 13px;
  font-weight: bold;
  padding: 0px;
  margin: 5px 0px 5px 0px;
}

SPAN.bold {
  font-weight: bold;
}

UL.fromfck LI, OL.fromfck LI 
{
    list-style: disc;
    display: list-item;
    padding: 3px;
    position: relative;
    left: 20px;
    clear: right;
}

DIV.pressTitle 
{
    font-family: Arial, serif;
    font-size:   13px;
    line-height: 1.3em;
    color: #616e73;
    margin-bottom: 20px;
    font-weight: bold;
}

DIV.supportEntry 
{
    padding : 10px 0px 10px 0px;
    border-bottom : 1px dotted #ddd;
}

DIV.supportEntry A 
{
    font-weight: bold;
}

DIV.noSummary 
{
    border-bottom: none;
}

DIV.lastEntry 
{
    border-bottom: none;
}

a.documentLink {
        color: #616e73;
        text-decoration: none;
        background: url(../images/pdf_icon.jpg) no-repeat right center;
        padding: 2px 25px 2px 0;
}

H1.contact, H2.contact, H3.contact, H4.contact 
{
    color: #d63f2f;
    font-family: Arial, serif;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    margin: 0 0 0 0;
}
H3.contact 
{
    color : #616e73;
}
H2.contact 
{
    font-size: 12px;
    margin-bottom: 10px;
}

DIV.supportOuter 
{
    border-top: 1px solid #bbb;
    padding: 5px 0px 5px 0px;
}

DIV.supportOuterFirst
{
    border-top: none;
    padding: none;
}

DIV.supportInner 
{
    float: left;
    height: 150px;
    width: 150px;
    margin: 0px 20px 0px 0px;
}

DIV.promotionInner 
{
    float: left;
    height: 170px;
    width: 150px;
    margin: 0px 20px 0px 0px;
}

IMG.inline 
{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

DIV.locatorLabel 
{
    width: 200px;
    font-weight: bold;
}

DIV.vendor 
{
    text-align: center;
    margin-bottom: 15px;
}

#subSubNavigation 
{
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
DIV.inlineimage
{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

IMG.sponsorspecial 
{
    width: 150px;
    height: 170px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

H2.searchresults 
{
    color: #E13E45;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    margin-bottom: 10px;
}

UL.searchresults 
{
    margin-bottom: 20px;
}

UL.searchresults LI
{
    list-style: disc;
    display: list-item;
    padding: 3px;
    position: relative;
    left: 20px;
    clear: right;
}

DIV.warrantyTitle 
{
    font-family: Arial, serif;
    font-size:   13px;
    line-height: 1.3em;
    color: #616e73;
    margin-bottom: 20px;
    font-weight: bold;
}

DIV.promotionTitle 
{
    font-family: Arial, serif;
    font-size:   13px;
    line-height: 1.3em;
    color: #616e73;
    margin-bottom: 20px;
    font-weight: bold;
}
DIV.image
{
	border: 2px solid Black;
}