/*
Modified: August 29, 2008
author: Scott Marlow: muse@marketingbymarlow.com, 206.784.5454

COLORS
Blue: 	#0066CC
Black: 	#000000

*/

body {
	font-family: Arial, sans-serif;
	font-size: 12px
}
#wrapper {
	width: 960px;
	max-width: 960px;
	min-height: 740px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto
}
/* HEADER */

#header {
	height: 101px;
	background-image: url(../images/group2-motorsports-logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid #000
}
/* DEFAULT STYLES */
h1, h2 {
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 -10px 0;
	letter-spacing: .05em
}
h1 {
	font-size: 1.2em
}
h2 {
	font-size: 1em
}
h3 {
	font-size: .9em;
	padding: 0;
	margin: 10px 0 -10px 0
}
p {
	font-size: 1em;
	line-height: 1.7em
}
a {
	font-size: .9em;
	color: #06C;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase
}
a[href $='.pdf'] {
padding-right: 20px;
background: transparent url(../images/pdf-icon.gif) no-repeat center right
}
a:hover {
	color: #000
}
ul {
	list-style-type: none;
	padding: 0
}
li {
	font-size: 1em;
	line-height: 1.6em
}
.highlight {
	margin: 0 .5em 0 .5em;
	color: #06C;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em
}
/* PRIMARY (TOP) NAVIGATION */

#nav ul {
	width: 840px;
	background-color: #06C;
	text-align: center;
	margin: 0 auto 0 auto;
}
#nav li {
	color: white;
	text-transform: uppercase;
	display: inline;
	font-size: 1em;
	margin: 0 .5em 0 .5em;
	height: 1.6em;
	letter-spacing: .2em
}
#nav a {
	color: white;
	font-weight: bold;
}
#nav a:hover, #nav a.selected {
	color: #000;
	text-decoration: none
}
/* PRIMARY CONTENT */

#content {
	margin: 10px 60px 20px 60px
}
/* BODY CONTENT */

#content2 {
	margin: 20px 40px 40px 260px
}
#content2 img.thumb {
	float: left;
	border: 1px solid #000;
	margin-left: -160px;
}
#content2 a:hover {
	border-bottom: 2px solid #000
}
/* SECONDARY NAVIGATION */

#nav2 {
	width: 840px;
	text-align: center
}
#nav2 img {
	padding: 8px 0 8px 0;
	background-color: #06C;
	border: 1px solid #000;
	margin: 0 auto 0 auto
}
#nav2 ul {
	width: 840px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #000 solid
}
#nav2 li {
	text-transform: uppercase;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0 .5em 0 .5em;
	height: 1.6em;
	letter-spacing: .2em
}
#nav2 ul a:hover, #nav2 ul a.selected {
	color: #000;
	border-bottom: 4px #000 solid
}
/* IMAGE GALLERY */

#gallery {
	width:640px;
	float: right
}
#gallery img.gallery {
	border: 1px solid #000;
	padding: 8px 0 8px 0;
	background-color: #06C
}
#caption p {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0
}
#gallerythumbs {
	width: 160px;
	float: left
}
#gallerythumbs img {
	border: 1px solid #000;
	margin-bottom: 3px;
	margin-right: 3px
}
/* FOOTER */

#footer p {
	width: 960px;
	color: #888;
	text-align: center;
	margin: .5em auto 1em auto;
	padding: 0;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: bold
}
#footer a {
	font-size: 1em;
	font-weight: bold
}