/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% helvetica, tahoma, arial, sans-serif;
	background: #fff url('/images/bg-body.gif') top repeat-x;
  color: #0d384b;
}

a,
a:link { color: #631c60; text-decoration: underline; }
a:hover { text-decoration: none; }

h1 {
	color: #541a52;
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 1.6em century gothic, lucida grande, lucida sans, verdana, sans-serif;
}
h2 {
	color: #541a52;
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 1.4em century gothic, lucida grande, lucida sans, verdana, sans-serif;
}
h3 {
	color: #541a52;
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 1.2em century gothic, lucida grande, lucida sans, verdana, sans-serif;
}


input, select { padding: 2px; color: #225d74; margin-bottom: 2px; }
option { padding: 0 3px 0 2px; }
ul { margin: 10px 0 10px 20px; }
li { margin: 0 0 5px 0; }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .8em; }
.large { font-size: 1.2em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }
.email_confirm { position: absolute; left: -999em; }
#logo {
	width: 210px;
	height: 205px;
	position: absolute;
	z-index: 999;
}
#tr-nav {
  float: right;
  padding: 40px 125px 0 0;
}

#tr-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#tr-nav a {
	display: block;
  margin: 0 5px;
  color: #225d74;
  font: bold 1.2em century gothic, lucida grande, lucida sans, verdana, sans-serif;
  text-decoration: none;
}

#tr-nav a:hover {
  text-decoration: underline;
}

#tr-nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#tr-nav li ul { /* second-level lists */
	position: absolute;
	background: orange; /* Please change this */
	width: 10em;
	left: -999em;
}

#tr-nav li:hover ul, #tr-nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#tr-nav li:hover, #tr-nav li.sfhover {
    position: static;
}

#nav {
  height: 43px;
  padding-right: 42px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
  float: right;
}

#nav a {
	display: block;
  padding: 10px 0;
  font: bold 1.7em century gothic, lucida grande, lucida sans, verdana, sans-serif;
  color: #fff;
  margin: 0 8px;
  text-decoration: none;
}

#nav a:hover {
  color: #e8d5e7;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange; /* Please change this */
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

#main {
  width: 992px;
  height: 787px;
  margin: 0 auto;
  background: url("/images/bg-main.jpg") no-repeat;
}

#main.index {
  background: url("/images/bg-main-index.jpg") no-repeat;
}

#main .pink {
  color: #e027b4;
}

#main img.awning {
  position: absolute;
  z-index: 75;
  top: 206px;
  margin-left: -2px;
}

#header { 
  height: 136px;
}

#bwm-copy {
  margin-top: 99px;
  height: 250px;
  font-size: 1.1em;
}
	#bwm-copy ul {
		margin: 0 0 0 25px;
		padding: 0;
		list-style-type: none;
	}
	#bwm-copy ul li {
		margin: 0;
		padding: 0 0 0 15px;
		background: url('/images/bullet-purple.gif') 0px 8px no-repeat;
	}

#main img.team {
  position: absolute;
  z-index: 50;
  margin-top: 55px;
  margin-left: 792px;
}

#index-callouts {
  position: absolute;
  z-index: 50;
}

#index-callouts img.menu {
  position: absolute;
  margin-left: 11px;
}

#index-callouts img.katering {
  position: absolute;
  margin-left: 285px;
}

#index-callouts img.locator {
  position: absolute;
  margin-left: 558px;
}

#tire-copy{
  height: 144px;
  margin: 0 325px;
  color: #8e2b8b;
  font-size: 1.1em;
}

#tire-copy h2 {
  border-bottom: 1px dashed #8e2b8b;
}

#tire-copy p {
  margin: 0 30px;
  padding-top: 6px;
  line-height: 1.5em;
}

#left-col {
  width: 435px;
  padding-left: 111px;
  float: left;
  display: inline;
  font-size: 1.2em;
  line-height: 1.6em;
}

#full-col {
  width: 780px;
  padding-left: 111px;
  float: left;
  display: inline;
  font-size: 1.2em;
  line-height: 1.6em;
}

#left-col p,
#full-col p {
  padding-bottom: 20px;
}

#right-col {
  float: right;
  width: 446px;
}

#right-col img.kart {
  position: absolute;
  margin-top: 1px;
  margin-left: 37px;
}
 
#footer{
  margin: 6px 345px;
  font: .9em century gothic, lucida grande, lucida sans, verdana, sans-serif;
  text-align: center;
}

#footer p {
  padding-top: 15px;
}

#footer a {
  color: #525252;
}

#footer a:hover {
  color: #828282;
}

a.pdf {
	background: url('/images/pdf-icon.gif') left no-repeat;
	padding-left: 16px;
}
a.clock {
	background: url('/images/icon-clock.gif') left no-repeat;
	padding-left: 16px;
}
.social {
  position: absolute;
  z-index: 50;
  margin-top: 280px;
  margin-left: 825px;
  }
  .social p {
  margin-bottom:5px;
  }