/*
	stylesheet for Superior Tire
	design by Fathima Cader
	* http://www.likethewind.ca
	2009
*/

@import url("css.css");

#content img {
	float: right;
	margin: 0 0 10px 10px;
	}
	#content .nofloat img {
		float: none;
		text-align: center;
		}
	
/* innernav _______________ */
#innernav {
	font-weight: bold;
	font-size: 1.1em;
	width: 170px;
	float: left;
	}
	#innernav h3 {
		font-size: 1.3em;
		background: #DDD;
		padding: 10px 10px 5px 10px;
		margin: 0;
		}
	#innernav ul {
		background: #FFF;
		padding: 10px;
		}
		#innernav li {
			list-style: none;
			margin-bottom: 1em;
			}
			#innernav .sel {
				font-style: italic;
				color: #000;
				}

/* BREADCRUMBS _______________ */
#breadcrumbs {
	float: right;
	width: 740px;
	padding: 5px 10px; 
	background: #DDD;
	font-size: 0.9em;
	}
	#breadcrumbs .sel {
		font-weight: bold;
		}

/* CONTENT _______________ */
#content {
	float: right;
	width: 700px;
	padding: 170px 30px 20px; 
	margin-bottom: 10px;
	background: #FFF url(../img/headers/default.jpg) no-repeat top left;
	}
	#about #content { background-image: url(../img/headers/history.jpg); }
	#autocare #content { background-image: url(../img/headers/autocare.jpg); }
	#franchise #content { background-image: url(../img/headers/franchise.jpg); }
	#locations #content { background-image: url(../img/headers/locations.jpg); }
	#tips #content { background-image: url(../img/headers/tips.jpg); }
	#tires #content { background-image: url(../img/headers/tires.jpg); }
	#wheels #content { background-image: url(../img/headers/wheels.jpg); }
	#specials #content { background-image: url(../img/headers/specials.jpg); }
	#contact #content { background-image: url(../img/headers/contact.jpg); }



div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 110px;
  text-align: right;
  }


div.row span.formw {
  float: right;
  width: 150px;
  text-align: left;
  } 
.text-red {
	color: #F00;
}
p.red {
	color:#FF0000;
	}