/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 62.5%;
	background-image: url(../images/wood_bg.jpg);
	background-color: #2D1608;
}

ul { list-style: none inside; }
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
	color:#4444;
}
	p.footer-text {
		font-size: 10px;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 80px;
	}
	p.metadata { background: #fff9a7; padding: 3px;} 
a {
	outline: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
 }
 
a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a img { border: none; }

h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #a69028;
	}
	h1.logo {
	width: 972px;
	height: 101px;
	text-indent: -9999px;
	background-image: url(../images/committed-header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
h2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;	
	margin-top: 85px;

}

h3 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;	
	margin-top:30px;

}

h4 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #66FF33;
	font-variant: small-caps;
	text-align: left;
	margin-left: 120px;
	margin-top: -13px;
}
/* END RESET */


#page-wrap {
	margin: 0 auto;
	width: 972px;
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-y;
	margin-bottom: -20px;
}

#main-content {
	height: auto;
	width: 825px;
	margin: 0 auto;
}

#team-bar {
	float: left;
	height: auto;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 150px;
	padding-left: 20px;
	line-height: 25px;
}

#brands {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
	#brands img{
		padding-right: 8px;
		padding-left: 8px;		
	}
ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 52px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 189px;
			background-image: url(../images/buttons/home.jpg);
			background-repeat: no-repeat;
			background-position: center top;
		}
		ul#nav li.wakeschool a {
			width: 279px;
			background-image: url(../images/buttons/wakeschool.jpg);
			background-repeat: no-repeat;
			background-position: center top;
		}
		ul#nav li.brands a {
			width: 162px;
			background-image: url(../images/buttons/brands.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			}
		ul#nav li.team a {
			width: 135px;
			background-image: url(../images/buttons/team.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			}
		ul#nav li.contact a {
			width: 207px;
			background-image: url(../images/buttons/contact.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			}
		ul#nav li a:hover {
			background-position: bottom center;
		}

.img-large {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}