/* ---------- GLOBAL ELEMENTS ---------- */
html, body { height: 100%; }
body { 
	color: #333333; 
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p, ul, li, td { 
	font-size: 12px; 
	line-height: 18px;
	}
p {
	margin: 1em 0em 1em 0em;
	}
b, strong {
	font-weight: bold;
	}

/* ---------- LINKS ---------- */
a:link, a:visited { 
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover { 
	color: #FF0000;
	text-decoration: underline;
	}
a:active { 
	color: #CC0000;
	}

/* ---------- HEADINGS ---------- */
h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: bold;
	margin: 1em 0em 0em 0em;
	color: #CC9933;
	}
h1, h2 {
	color: #666666;
	margin: .5em 0em 0em 0em;
}
h1 { font-size: 24px }
h2 { font-size: 18px }
h3 { font-size: 14px }
h4 { font-size: 14px;
	margin-bottom: 0px;
}
h5 { font-size: 12px }
h6 { font-size: 10px }

/* ---------- PC AND MAC DISPLAY LISTS VERY DIFFERENTLY, SO TRY NOT TO CHANGE THE "UL", "OL" OR "LI" STYLES BELOW ---------- */
ul, ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-position: outside;
	margin-top: .25em;
	margin-bottom: .25em;
}
li {
	margin: 0em 0em 0em 0em;
	padding: 0;
}

/* ---------- TABLES THAT DEFINE LIVE AREA AND BACKGROUND PADDING ---------- */
table#fullPageContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	}
td#topRowBanner {
	height: 130px;
	background-image: url(images/navigation/redsilverbar.gif);
	background-position: bottom;
	background-repeat: repeat-x; 
}
td#bottomRowFooter {
	height: 10px;
	background-color: #daa520;
}
.footerReverseText {
	color: #993300;
}
table#pageContentContainer {
}
table#pageContentContainer td#leftSideBarContainer {
	width: 225px;
	padding: 0px 15px 30px 0px;
}

table#pageContentContainer td#leftSideBarContainer img#toughPartsLogo {
	margin-left: 30px;
}

table#pageContentContainer td#bodyCopyContainer {
	padding-bottom: 20px;
}

/* ---------- SIDEBAR NAVIGATION ---------- */
/* TOP LEVEL */
ul#leftNavList {
	margin: 20px 0px 25px 15px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	width: 180px;
}
ul#leftNavList li {
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
ul#leftNavList li a:link, ul#leftNavList li a:hover, ul#leftNavList li a:visited, ul#leftNavList li a:active {
	font-size: 12px;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #e0e0e0;
}
ul#leftNavList li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}

/* ONE LEVEL DOWN */
ul#leftNavList ul {
	margin: 5px 0px 12px 8px;
	padding: 0px 0px 0px 8px;
	list-style: none;
}
ul#leftNavList ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#leftNavList ul li a:link, ul#leftNavList ul li a:hover, ul#leftNavList ul li a:visited, ul#leftNavList ul li a:active {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}
ul#leftNavList ul li a:hover {
	text-decoration: none;
	border-bottom: none;
	text-decoration: underline;
}


/* ---------- FOOTER NAVIGATION TEXT AT THE VERY BOTTOM OF THE PAGE ---------- */
div#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#footer p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000000;
	font-size: 10px;
	line-height: 1.3em;
}
div#footer a:link, div#footer a:visited { 
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
div#footer a:hover { 
	text-decoration: underline;
}
div#footer a:active { 
}

/* ---------- ADD AS MANY CUSTOM STYLES BELOW AS YOU NEED ---------- */
table#2ColLayout {
}
table#2ColLayout th {
}
table#2ColLayout td.leftCol {
	padding: 0px 10px 0px 0px;
}
table#2ColLayout td.rightCol {
	padding: 0px 0px 0px 0px;
}
div#videoTourContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
span.requiredField {
	color: #990000;
}
div#qualityReportBox {
	border: 1px solid #CCCCCC;
	margin: 25px 100px 20px 20px;
	padding: 5px 0px 15px 30px;
	background-color: #FFFCEB;
}
div#homePageBlueLine {
	background-color: none;
	height: 1px;
	width: 100%;
	margin-top: 10px;
}
p#homepageCopyright {
	font-size: 10px;
	color: #999999;
	margin: 10px 0px 0px 0px;
	letter-spacing: 1px;
}
p#homepageEnterLink {
	margin: 10px 0px 0px 0px;
	font-size: 16px;
}
div.photoCaption, div.photoCaption p, div.photoCaption a {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}
div.multiColumnContainer {
	margin: 5px 0px 20px 10px;
	padding: 0px 0px;
	position: relative;
	width: 650px;
}
div.colAlpha {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 280px;
	float: left;
	text-align: center;
}
div.colBeta {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 340px;
	float: left;
}
div.colBeta p, div.colBeta h3 {
	margin-top: 0px;
	margin-bottom: 1em;
}
div#mainTextContentContainer {
	position: relative;
}
.clearFloat {
	clear: both;
}
