/*
// Styles - self explanatory.
*/

/* Header */
h3 {
	font-size: 16pt;	
}

#header {
	height: 134px;
	margin-bottom: 20px;
	border-bottom: 1px solid #222;
}
#header #logo {
	width: 250px;
	height: 112px;
	background: url('images/logo.png');
	margin-top: 20px;
	float: left;
}
#header #logo span {
	display: none;
}
#navigation {
	float: right;
	width: 400px;
	text-transform: uppercase;
}
#navigation a {
	display: block;
	float: left;
	height: 134px;
	width: 99px;
	border-left: 1px solid #444;
	text-decoration: none;
}
#navigation a span {
	display: none;
}
#navigation .home {
	background: transparent url('images/navigation/home.gif') bottom left no-repeat;
}
#navigation .wheels {
	background: transparent url('images/navigation/wheels.gif') bottom left no-repeat;
}
#navigation .tires {
	background: transparent url('images/navigation/tires.gif') bottom left no-repeat;
}
#navigation .contact {
	background: transparent url('images/navigation/contact.gif') bottom left no-repeat;
}

/* Homepage */
#blurbleft {
	float: left;
	width: 360px;
	padding-right: 15px;
}
#blurbright {
	float: right;
	width: 360px;
	padding-left: 15px;
}
#homeblock h2 {
	color: #FFF;
}
#homeblock p {
	color: #FFF;
}

/* Wheels, Tire Pages */
#pagehead {
	color: #FFF;
}
#pagehead h2 {
	font-size: 24pt;
}
#brandlist p {
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}
#brandlist {
	margin-left: 30px;
}
div#brandlist ul li a:hover {
	color: #151515;
	text-decoration: none;
}

div#brandlist ul li {
	float: left;
	width: 175px;
	padding: 10px;
	margin: 15px;
	border: #151515;
	background: white;
}

/* Anchor tags */

a, strong {
	color: #0089e0;
}
a:hover {
	color: #4bb9ff;
	text-decoration: underline;
}

/* Contact Page */

#pagehead p {
	margin-top: 15px; 
	margin-bottom: 15px;
}


/* Footer */
#footer {
	width: 750px;
	margin: 20px auto 0 auto;
	color: #777;
	padding: 10px 0;
}
#footer a {
	color: #DDD;
}