@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	margin: 0px 0;

/*		Color of background on either side of the actual web page*/
	margin:0;
	background: #ffc842;
	color: #333333;
}
/* Above resets the 'body' attributes, do not change these. Make any adjustments below  */
img {
	float:left;
	border: 0;
	margin-left: 30px;
	margin-right: 30px;
	/* Do not use auto - it only works in IE. setting it to pointer makes it change in FireFox  */
	cursor: pointer;
	vertical-align: middle;
}



#wrapper {
	width: 982px;
	background: #FFFFFF;
	border: 10px solid #330010;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#logo {
	height: 180px;
	width: 982px;
	background: url(images/hot-to-trot-banner.jpg);
}

#header {
	width: 982px;
}

#content {
	width: 600px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	line-height: 1.3em;

}
#phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin-right: 37px;
	letter-spacing: 2px;
}

#sidebar {
	float: left;
	width: 340px;
	margin-top: 20px;
	text-align: center;
	height: 400px;
}



/* Content > Menu 		Sets dimensions and colour of the Nav Bar*/

#menu {
	height: 25px;
	width: 982px;
	background: #000000;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

/*
Here I changed the margin left from 10 to 40. (now 30 to accomodate changing 'Events' to 'Tack Trailer Schedule') This spaced out the menu headings
Padding of 3 is the distance of the text from the top of the menu bar
*/
#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 3px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}


h1 {
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}
p {
	font-size: 0.9em;
}
h2 {
	font-size: .9em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
h5 {
	font-size: .9em;
}
h6 {
	font-size: .9em;
}

/* --------------- Footer -------------- */

#footer {
	width: 962px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#productTable {
	width:982px;
	font-family: Arial, Helvetica, sans-serif;
	}

th, td {
	text-align: center;
	vertical-align: middle;

}

	
#productHead {
	width:982px
	}
