body {
	font: 16px "Georgia, Helvetica, sans-serif "; /*1em*/
	margin: 0;
	padding: 0;
	background: #faf6e6;
}
hr {
	color: #000;
}
a {
	font-weight : normal;
}
a:link {
	background-color: transparent;
	color: #000066;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #000066;
	text-decoration: none;
}
a:hover {
	background-color : transparent;
	text-decoration: underline;
}
a:active {
	background-color : transparent;
	color: #000066;
	text-decoration: none;
}
#maincontent {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}
#tableholder {
	z-index: 1;
}
#borderleft {
	background: url("../images/spax-left-border-progressive-shocks.jpg") transparent left repeat-y;
	width: 40px;
}
#borderright {
	background: url("../images/right-border-motor-sport-shocks.jpg") transparent left repeat-y;
	width: 40px;
}
#proven {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	background :  url("../images/proven-suspension-beveled-motorbike-springs.gif") no-repeat top center;
	z-index: 2;
	height: 150px;
}
#header{
	padding: 0 40px 0 40px;
	border-bottom: 5px #000 solid;
	height: 110px; 
}
#breadcrumb {
	text-align: center;
	padding: 40px 100px 0 0;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .9em;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a:active {
	color: #d8d8d8;
	text-decoration: none;
	background-color: transparent;
}
#breadcrumb-uber a, #breadcrumb-uber a:link, #breadcrumb-uber a:visited, 
#breadcrumb-uber a:hover, #breadcrumb-uber a:active {
	color: #fc0c04;
	background-color: transparent;
	text-decoration: underline;
}
#navbar {
	background: transparent;
	vertical-align: top;
	margin: 0px;
	padding: 40px 0px 0px 15px;
	color: #000;
}
#navbar span.navimg {
	margin: 0px 25px 0px 0px;
}
/*sets font for "Brand Info" in the navbar*/
#navbar .blackfont {
	color: #000;
	font-weight:600;
	font-size: .9em;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #666;
}
/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #000;
}
#p7TMnav div div a:hover {
	color: #FF9900;
}
/*content section*/
#content {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	vertical-align: top;
	font: 1em "Georgia Times serif";
	text-align: justify;
}

#content h1 {
	padding: 0;
	margin: 0px;
	font: 2em Arial, Helvetica, sans-serif;
}
#content h1 span {
	/*font-size: 1.7em;*/
}
#content p { 
	padding: 0px 10px 20px 10px;
	margin: 0;
	text-align: justify;
	font: 1em Georgia, sans-serif;
	line-height: 1.2em;
}

/*for the link-images at the bottom of the content section*/
#content h3 span {
	float: left;
	margin: 0px 10px 10px 80px;
}
.footer {
	border-top: 4px #000 solid;
	padding: 5px 0px 0px 5px;
}

/*for the image at the top of the content section*/
.image {
	float: right;
	margin: 0px 0px 0px 10px;
}
.spaxshock {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}
/*for images on spax products page*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}