body {
	background: Black;
	font-family:"Courier New", Courier, mono;
	font-size: .80em;
	color: White;
	border: 0px;
	padding: 0px;
}

li {
	list-style-image: url(\images/bullet.gif);
}

h2 {
	color: White;
	font-size: 150%;
}

#content {
	margin-left: auto; margin-right: auto;
	width: 765px; 
	border: Yellow; border-width: medium; border-style: solid;
	padding: 0px;
}
#header {
	padding: 0px; margin: 0px; border: 0px;
	margin-left: auto; margin-right: auto;	
	width: 765px; height: 131px;
	position: relative; top: 0px; left: 0px;
	background-image: url(images/excella_header_bg.jpg); 
}

.float-left {
	float: left;
	border: none;
}

.float-right {
	float: right;
}

.tire {
	
}

.images {
	float: left;
	margin-left: 10px; width: 125px; 
	display:inline;
	margin-top:-40px;
}
.photo{position:relative; }
.photo img{border:0px solid black;}
.large{display:none; position:absolute; top:0px; left:0px; }
.largebottom{top:-130px;}


.tireHead {
	clear: none;
	margin-left: 130px;
	margin-bottom: 20px;
}

.tireHead img {
	float: left;
}
.info {
	margin-left: 140px;
	
}

.dotted {
	border-bottom: 2px dashed yellow;
	margin: 0px; padding: 0px;
	margin-left: 125px;
}

.bullets {
	float: left;
	width: 270px; height: auto;
	line-height: 130%;
	margin: 0 0 0 0;
	padding:0;
}

.bullets ul{
    margin:0 12px 0 12px;
    padding:0 0 0 1em;	
}

.table {
    float:left;
	width: 325px; height: auto;
	margin: 0px;
	font-size:95%;
}

table {
	border: 2px solid yellow;
	margin-left: 15px; 
}

table td {
	padding: 2px;
}

tbody {
	text-align: center;
} 

td.BorderMeYellow {
	border-left: 2px solid yellow;
}
.contact { text-align: center }
.contact a { color: #CCC }

.gray {
	background-color: #333333;
	color: Yellow;
	text-align: left;
}

.gray td {
	padding-left: 3px;
}
.light {
	background-color: White;
	color: Black;
}

.dark {
	background-color: #999999;
	color: Black;
}

.clearer {
	clear: left;
}
