﻿body {
	background: #5c8727 url(res/layout/tgt-page-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 16px;
	font-family: Verdana, Sans-Serif;
	color: #333;
	}
	
.clear {
	clear: both;
	}
	
#pageContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#pageHeader {
	text-align: left;
	margin-left: 19px;
	margin-top: 10px;
	}
	
#googleSearch {
	float: right;
	border: 0px;
	margin: 20px;
	font-size: .7em;
	color: #fff;
	text-align: right;
	}
	
#pageHeader img {
	border: 2px solid #bcbcbc;
	float: left;
	margin-bottom: 20px;
	}
	
#pageNavigation {
	margin-left: 21px;
	text-align: left;
	margin-bottom: 10px;
	}
	
#pageNavigation ul li {
	list-style-type: none;
	display: inline;
	font-size: .85em;
	margin: -3px;
	}
	
#pageNavigation a {
	position: relative;
	color: #333;
	}
	
#tabTGT a {
	background: url(res/layout/tgt-nav-off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-left: 2px solid #bcbcbc;
	text-decoration: none;
	padding: 10px 40px 10px 10px;
	margin-right: -8px;
	margin-left: 1px;
	}
	
#tabTGT a:hover {
	background: url(res/layout/tgt-nav-on.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-left: 2px solid #bcbcbc;
	text-decoration: none;
	color: #5c8727;
	}
	
#tabTPSL a {
	background: url(res/layout/tpsl-nav-off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	padding: 10px 40px 10px 0px;
	margin-right: -8px;
	}
	
#tabTPSL a:hover {
	background: url(res/layout/tpsl-nav-on.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	color: #006699;
	}
	
#tabPneu a {
	background: url(res/layout/pneu-nav-off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-left: #ccc;
	text-decoration: none;
	padding: 10px 40px 10px 0px;
	margin-right: -8px;
	}
	
#tabPneu a:hover {
	background: url(res/layout/pneu-nav-on.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	color: #990000;
	}
	
#tabGero a {
	background: url(res/layout/gero-nav-off.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-left: #ccc;
	text-decoration: none;
	padding: 10px 40px 10px 0px;
	margin-right: 0px;
	}
	
#tabGero a:hover {
	background: url(res/layout/gero-nav-on.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	color: #ff6600;
	}
	
#subsectionNavigation {
	color: #fff;
	width: 900px;
	background: #333;
	border-left: 2px solid #bcbcbc;
	border-bottom: 2px solid #bcbcbc;
	border-right: 2px solid #bcbcbc;
	margin: 0 auto;
	font-size: .75em;
	text-align: left;
	padding: 9px;
	}
	
#subsectionNavigation ul {
	margin-bottom: 2px;
	margin-top: 2px;
	}
	
#subsectionNavigation ul li {
	list-style-type: none;
	display: inline;
	line-height: 1.3;
	}
	
#subsectionNavigation a {
	color: #fff;
	text-decoration: none;
	border-right: 1px dashed #666;
	padding: 0px 5px 0px 5px;
	}
	
#subsectionNavigation a:hover {
	text-decoration: underline;
	}
	
#pageImage {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	background: #f1f1f1;
	border: 2px solid #bcbcbc;
	overflow: hidden;
	text-align: center;
	}
	
.pageShadow {
	width: 900px;
	min-height: 30px;
	background: url(res/layout/page-shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	}
	
#pageContent {
	margin-left: 0px;
	margin-top: 0px;
	}
	
#pageContent p {
	line-height: 1.4;
}
	
#pageContentBox {
	width: 898px;
	margin: 0 auto;
	background: #f1f1f1 url(res/layout/content-box-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 2px solid #bcbcbc;
	overflow: hidden;
	padding: 10px;
	}
	
#pageContentRegular {
	color: #333;
	text-align: left;
	font-size: .75em;
	margin: 40px 20px;
	}
	
#pageContentRegular p {
	margin: 10px;
	}
	
#pageContentRegular a {
	color: #000;
	text-decoration: underline;
	}
	
#pageContentRegular a:hover {
	color: #5c8727;
	}
	
#pageContentRegular h2 {
	font-size: 1.6em;
	color: #5c8727;
	margin: 20px 10px 20px 10px;
	}
	
#pageContentRegular h3 {
	font-size: 1.3em;
	color: #333;
	margin: 20px 10px 10px 10px;
	}
	
#pageContentRegular ol {
	list-style-type: decimal;
	margin-left: 40px;
	}
	
#pageContentRegular ul {
	list-style-type: disc;
	margin-left: 40px;
	}
	
#pageContentRegular li {
	margin-bottom: 5px;
	line-height: 1.4;
	}
	
#pageContentMain {
	font-size: 1.2em;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: -20px;
	padding-bottom: 10px;
	}
	
#pageContentMain p {
	margin: 20px 10px 10px 10px;
	}
	
.tgtSectionLink {
	width: 370px;
	float: left;
	text-align: justify;
	font-size: .75em;
	margin: 10px;
	}
	
.tgtSectionLink h2 {
	margin-bottom: 10px;
	font-size: 1.2em;
	}
	
.tgtSectionLink a {
	text-decoration: none;
	}
	
.tgtSectionLink a:hover {
	text-decoration: underline;
	}
	
#sectionTPSL h2 a {
	color: #003366;
	}
	
#sectionPSL h2 a {
	color: #990000;
	}
	
#sectionGERO h2 a {
	color: #663300;
	}
	
#pageFooter {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: .7em;
	text-align: left;
	border-top: 1px dashed #51702b;
	padding-top: 10px;
	}
	
#pageFooter a { color: #000; text-decoration: none; }
#pageFooter a:hover { text-decoration: underline; }
#pageFooter p { line-height: 1.4; }
	
#contact {
	padding-top: 20px;
	margin-right: 20px;
	font-size: .8em;
	}
	
#contact a {
	color: #ccff99;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px;
	background: #5c8727 url(res/layout/contact-us-bg.png);
	border: 1px solid #51702b;
	float: right;
	}
	
#contact a:hover {
	border: 1px solid #ccff99;
	color: #fff;
	}

#geroTable {
	margin: 0 auto;
	width: 800px;
	line-height: 1.4;
	padding: 10px 20px 10px 20px;
	background: #e1e1e1; border: 1px solid #ccc;
	margin-top: 40px;
	margin-bottom: 40px;
	}
	
#geroTable table {
	width: 800px;
}
	
#geroTable tr {
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 0 auto;
	}
	
#geroTable td {
	padding: 5px;
	margin: 0px 5px 0px 10px;
	text-align: left;
	vertical-align: middle;
	}

/*dc additions */

#subsectionNavigationHeading {
	color: #fff;
	width: 900px;
	background: #333;
	border-left: 2px solid #bcbcbc;
	border-right: 2px solid #bcbcbc;
	margin: 0 auto;
	font-size: .75em;
	text-align: left;
	padding: 9px;
	}
	
#subsectionNavigationHeading ul {
	margin-bottom: 2px;
	margin-top: 2px;
	}
	
#subsectionNavigationHeading ul li {
	list-style-type: none;
	display: inline;
	line-height: 1.3;
	}
	
#subsectionNavigationHeading a {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	}
	
#subsectionNavigationHeading a:hover {
	text-decoration: underline;
	}

ul.dcProducts {
  display: block;
  border-top:1px solid #ccc;
  padding-top:12px;
}
.pneuImage {
  border:1px solid #ccc;
  margin:0 12px;
}
