html,body {
	margin:0;
	padding:0;
	}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix {
	display:block;
	}

* html .clearfix {
	height:1%;
	}

body {
	font:75% verdana, arial, sans-serif;
	background:#ffffff;
	}

p {
	padding:0;
	}

.rt_col a {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
.rt_col a:link {
	text-transform: none;
	color: #6666ff;
	text-decoration: underline;
	}
	
.rt_col a:visited {
	text-transform: none;
	color: #6666ff;
	text-decoration: underline;
	}
	
.rt_col a:active {
	text-transform: none;
	color: #6666ff;
	text-decoration: none;
	}
.rt_col a:hover {
	text-transform: none;
	color: #6666ff;
	text-decoration:none;
	}
	
.header {
	top: 0px;
	height:100px;
	margin-left: 0px;
	background:  url(images/RoxSpeedFXLogo.jpg);
	position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}

.wrapper {
	float:left;
	width:100%;
	}

.SiteWrapper {
	float:left;
	width:1024px;
	}

.content {
	background:#ffffff;
	margin:0 440px 0 175px;
	padding:5px 5px 0 0px;
	padding-left: 15px;
	}

.content p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	}

.content li {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	}

.content h1 {
	font-size:12px;
	line-height: 15px;
	padding-left:30px;
	padding-right: 30px;
}

.content h2 {
	font-size:12px;
	line-height: 15px;
	padding-left:30px;
	padding-right: 30px;
	color:#534;
	font-family: verdana, arial, sans-serif;
}

.content h3 {
	font-size:11px;
	line-height: 14px;
	font-weight: bold;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6666ff;
	text-decoration: underline;
}
.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.bodyheader h1 {
	font-size: 14px;
	}
	
.bodyheader a {
	font-size: 10px;
	}

.carthead { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size : 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	left: 20px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}


.menucol {
	position: absolute;
	top: 0;
	left: 0;
	background:  url(www060925/images/blackcol.gif) repeat-y;
	width: 170px;
	z-index: 5;
	height: 100%;
	}

#menu{
	float: left;
	background-color: #ffffff;
	width: 160px;
	margin-left: -100.1%;
	padding-top: 10px;
	}

#menu a, #menu h2, #menu h3, #menu h4 {
	font:bold 11px/16px arial,helvetica,sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color: #000000;
	white-space:nowrap;
	margin:0;
	line-height: 30px;
	}

#menu h2{
	color: #000000;
	text-transform: lowercase;
	background:#efefef;
	border-width: 0px;
	margin: 0px;
	text-align:center;
	padding:1px 2px;
}

#menu h3 {
	color: #e39743;
	background:#efefef;
	text-transform: lowercase;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin: 0;
	text-align:center;
}

#menu h4 {
	color: #ffffff;
	width: 160px;
	text-transform: lowercase;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	background:#efefef;
	margin: 0;
	padding: 2px 3px;
}

#menu a{
	color:#000000;
	background:#efefef;
	text-decoration:none;
	}

#menu a:hover{
	color:#a00;
	background:#ddd;
	}

#menu a:active{
	color:#060;
	background:#ccc;
	}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:160px;
	}

div#menu li, div#menu li:hover{
	position:relative;
	}

div#menu li ul{
	position:absolute;
	top: 10px;
	left:100.1%;
	display:none;
	width: 165px;
	}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
	{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
	{display:block;}

#menu a.x, #menu a.x:visited{
	background:#efefef bottom right;
	}

#menu a.x:hover{
	color:#a00;
	background:#ddd;
	}

#menu a.x:active{
	color:#060;
	background:#ccc;
	}

.rt_col {
	background-color:#ffffff;
	float:left;
	width:440px;
	color: #000000;
	margin: 0 0 0 -440px;
	bottom: 100px;
	padding-left: 0px;
	}

.rt_col h2 {
	font-size: 12px;
	margin: 0 10px 0 20px;
	}

.rt_col img {
	margin: 15px;
	}

.rt_col ul li {
	padding:0 40px 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	}

.rt_col p {
	color:#000000;
	font-size:75%;
	text-align:left;
	margin:0 0 0 25px;
}

.rt_col ul li img {
	padding:0 0 15px 0;
	}

.contact p{
	font-size: 11 px;
	text-decoration: none;
	}
.footer {
	clear: both;
	position:relative;
	background-color: #000000;
	background-position: top;
	padding-left: 20px;
	background:  url(/images/footer.jpg);
	top: -20px;
	height: 100px;
	background-repeat: repeat-x;
	font: bold 10px arial, helvetica, sans-serif;
	vertical-align:10px;
	}

.footer a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bolder;
	}

.footer a:hover {
	text-decoration:underline overline;
	font-weight:700;
	color:#F0F8FF;
	}

.footer h3 {
	font-size:80%;
	text-align: right;
	margin:0;
	padding:0 4px 0 4px;
	}
