    /* General Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	text-align:center;
	background-image:url(../images/TonysPartsBG.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0000A0;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
	text-decoration:underline;
	margin-top:30px;
}
h3 {
	font-size:14px;
	margin:5px 0 0 10px;
}
.indent{
margin-left:30px;
}

.underline{
	text-decoration:underline;
}
.newproductscat{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#ff3300;
	padding-bottom:30px;
}
a img{
	border:0;
}
img.imageleft{
	float:left;
	margin:0px 0px 0px 0px;
	clear:left;
}
img.imageright{
	float:right;
	margin:0px 0px 0px 0px;
}
img.imagecenter{
	display:block;
    margin-left:auto;
    margin-right:auto;
} 
.magazines{
	width:820px;
	height:200px;
	margin-left:32px;
	border:1px solid #0033FF;
	padding:0px 10px 5px 0;
}
.magpicture {
	float:left;
	padding-right:15px;
	font-size:12px; 
}
.magimage{
	padding:7px 0 3px 10px;
	vertical-align:top;
}

a {
	color:#0066cc;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}
#fixed {
   margin:0 auto;
   width:984px;   /* you can use px, em or % */
   text-align:left;
   background-color:#fff;
}

	/* Header Styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	background-color:#000;
	height:120px;
	border-bottom:1px solid #000;
}

	/* Menu */
.menu{
	clear:both;
	float:left;
	position:relative;
	width:100%; /*leave this value as is in most cases*/
	overflow:hidden;
	font:bold 13px Arial;
	border:1px solid #000; /*border*/
	border-width:1px 0;
	background:#000 url(../menu/menubg.jpg) center center repeat-x;
}
.menu ul{
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align:center;
	margin:0;
	padding:0;
}
.menu ul li{
	float:left;
	position:relative;
	right:50%;
	display:inline;
}
.menu ul li a{
	float:left;
	color:#000; /*text color*/
	padding:5px 7px;
	text-decoration:none;
	border-right:1px solid #000; /*divider between menu items*/
}
.menu ul li a.left{
	border-left:1px solid #000; /*divider for left-most menu item for centered menus*/
}
.menu ul li a:hover{
	color:#ff3300; /*text color of selected item*/
	padding-top:6px; /*shift text down 1px for selected item*/
	padding-bottom:4px; /*shift text down 1px for selected item*/
	background:#000 url(../menu/menubgo.jpg) center center repeat-x;
}

	/* Page Content */
#content{
	clear:both;
	float:left;
	width:100%;
	min-height:500px;
	background-color: #fff;
}
#container{
	clear:both;
	padding:20px 40px 40px 40px;
}
.hometopleft{
	margin:16px 7px 0px 0px;
}
.hometopright{
	margin:16px 0px 0px 7px;
}
.homebox{
	vertical-align:top;
	padding-top:20px;
}
.hometext{
	width:295px;
	padding:18px 10px 0px 16px;
	font-size:14px;
	vertical-align:top;
}
.newproducts td{
	text-align:center;
	padding:0 20px 10px 20px;
	vertical-align:top;
}
.repro{
	font-size:11px;
	margin:0 0 10px 0;
}
.price{
	color:#FF0000;
	margin-top:5px;
}
.productselect td{
	padding:0 0 10px 75px;
}
.cardisplay{
border:1px solid;
border-color:#0033FF;
margin-bottom:30px;
width:90%;
margin-left:40px;
}
.cardisplay td{
	text-align:center;
	padding:20px 20px 20px 20px;
	vertical-align:top;
}
.cardisplay ul{
	text-align:left;
}

.click{
	font-size:11px;
	margin:0 0 10px 0;
}
.carprice{
	color:#FF0000;
	margin-top:5px;
	font-weight:bold;
}

	/* Parts Tables Styles */
.data{
text-align:left;
}

	/* Contact Styles */
.contact{
	clear:both;
	float:left;
	width:100%;
	background-color: #fff;
	text-align:center;
	color:#0000ff;
	padding-bottom:40px;
}
.contact h3{
	margin:0;
}
.contact p{
	margin:0 0 10px 0;
}
.contact a{
	font-size:18px
}

	/* Footer Styles */
#footer{
	clear:both;
	float:left;
	width:100%;
	background-color:#fff;
	padding-bottom:10px;
}
#footerleft{
	width:282px;
	float:left;
	text-align:left;
	font-size:9px;
	color:#666;
	padding:4px 0 0 8px;
}
#footercenter{
	float:left;
	width:400px;
	display:inline;
	text-align:center;
	font-size:9px;
	color:#0000ff;
	padding:16px 0 0 0;
}
#footerright{
	width:282px;
	float:left;
	text-align:right;
	padding:0 0 6px 0;
}
