/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #C8C3B6;
}

body {
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #202020;
}

body.print {
	background-image: none;
	background-color: #FFFFFF;
}

body.editor {
	background-image: none;
	background-color: #EEEBE5;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #2A517B;
	border-bottom: 1px solid #2A517B;
	margin-bottom: 10px;
}

h1.home {
	font-weight: bold;
	border-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #DF0822;
}

h2.home, #menu h2 {
	border-bottom: 1px solid #2A517B;
	line-height: 20px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;
	font-weight: normal;
	color: #DF0822;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #294F79;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #2A517B;
	color: #2A517B;
	margin: 12px 0px;
}

#leftcontent hr {
	margin: 12px 0px 16px 14px;
}

#leftcontent div hr {
	margin: 12px 0px 16px 0px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.large_red {
	font-size: 18px;
	line-height: 28px;
	color: #DF0822;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #2A517B; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
}

.alert, .red {
	color: #FF0000;
}

.emailbox {
	float: left;
	width: 110px;
	height: 16px;
	padding: 2px 0px 0px 2px;
	border: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #8B9DAF;
}

#print_page {
	float: right;
	line-height: 30px;
}

/* LAYOUT CSS */

#container {
	width: 949px;
	margin: 0px auto;
	padding: 105px 0px 10px 0px;
	position: relative;
}

.print #container {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	height: 258px;
	background-image: url('../images/header_bg.jpg');
	background-repeat: no-repeat;
}

#headerphoto {
	margin: 0px 0px 0px 253px;
}

#headerphoto.home {
	position: absolute;
	top: 214px;
	left: 0px;
}

#content_box {
	clear: left;
	margin-left: 32px;
	width: 890px;
	background-image: url('../images/content_box_bg.gif');
	background-repeat: repeat-y;
}

#content_box_bottom {
	background-image: url('../images/content_box_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}

#content_box_top {
	background-image: url('../images/content_box_top.gif');
	background-repeat: no-repeat;
	padding-top: 15px;
}

#content_box_top.home {
	padding-bottom: 15px;
}

#content {
	float: right;
	width: 654px;
	margin-right: 21px;
}

.home #content {
	padding-top: 65px;
}

#leftcontent {
	width: 192px;
	float: left;
	margin-left: 6px;
	padding-top: 26px;
}

.home #leftcontent {
	padding-top: 4px;
}

#buttons {
	margin-left: 14px;
}

#home_buttons {
	float: right;
}

#home_hours {
	margin: 5px 0px 0px 14px;
}

#home_hours p {
	margin-bottom: 3px;
}

#home_hours b {
	color: #2E5988;
}

#copyright {
	padding-right: 35px;
	text-align: right;
	font-size: 10px;
	color: #959085;
}

#logo {
	position: absolute;
	top: 7px;
	left: 321px;
}

#date {
	position: absolute;
	top: 85px;
	left: 67px;
	font-size: 13px;
	color: #311611;
}

#mailinglist {
	position: absolute;
	top: 65px;
	left: 790px;
	text-align: right;
	font-size: 13px;
	color: #311611;
}

.map {
	border: solid 1px #2A517B;
	padding: 2px;
}

.content_photo {
	border: solid 1px #2A517B;
	padding: 1px;
	margin-bottom: 5px;
}

.google_earth {
	background-color: #DED9CA;
	padding: 3px;
}

.google_earth a {
	color: #2A517B;	
}

#racing_crab_bg {
	width: 230px;
	background-image: url('../images/cracked_crab_racing_bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 21px;
	margin: 0px auto;
}

#racing_crab_bg td {
	text-align: center;
}

#footer {
	width: 100%;
	border-top: 1px solid #bab7ae;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#footer h2 {
	margin-top: 10px;
	font-weight: bold;
}

#footer td.odd {
	padding-right: 3px;
	border-right: 1px solid #2A517B;
}

#footer td.even {
	padding-left: 7px;
}

.blue-bold {
	font-weight: bold;
	color: #2A517B;
}

#racing_team_years_thick_border {
	width: 320px;
	padding: 10px;
	background-color: #DED9CA;
}

#racing_team_years_border {
	width: 290px;
	padding: 10px 15px;
	background-color: #DED9CA;
	border: solid 1px #2A517B;
}

#racing_team_years {
	line-height: 13px;
	width: 290px;
	background-color: #DED9CA;
}
/* NAVIGATION CSS */

#nav {
	margin: 0px;
	padding: 79px 0px 0px 99px;
	height: 30px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

#nav li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover {
	background-position: 0px -30px;
}

#nav li.active a {
	background-position: 0px -60px;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 46px;
}

#nav a.menu {
	background-image: url('../images/nav_menu.gif');
	width: 44px;
}

#nav a.gift-cards {
	background-image: url('../images/nav_gift_cards.gif');
	width: 69px;
}

#nav a.photo-galleries {
	background-image: url('../images/nav_photo_galleries.gif');
	width: 97px;
}

#nav a.store {
	background-image: url('../images/nav_store.gif');
	width: 41px;
}

#nav a.special-events {
	background-image: url('../images/nav_special_events.gif');
	width: 91px;
}

#nav a.about-us {
	background-image: url('../images/nav_about_us.gif');
	width: 64px;
}

#nav a.location {
	background-image: url('../images/nav_location.gif');
	width: 60px;
}

#nav a.dear-crabby {
	background-image: url('../images/nav_dear_crabby.gif');
	width: 86px;
}

#nav a.contact-us {
	background-image: url('../images/nav_contact_us.gif');
	width: 74px;
}

#nav a.racing {
	background-image: url('../images/nav_racing_team.gif');
	width: 83px;
}

.subnav {
	padding: 0px;
	/*margin: 4px 0px 15px 0px;*/
}

.subnav li {
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;
}

.subnav li a, .side_content {
	display: block;
	width: 173px;
	padding: 2px 5px 4px 14px;
	color: #294F79;
}

.subnav li a:hover {
	color: #DF0822;
}

.subnav li.active a {
	color: #DF0822;
	background-color: #DED9CA;
}

.side_content {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 3px 0px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding: 0px 4px 3px 0px;
}

/* GALLERY CSS */
table.gallery {
	width: 100%;
}

table.gallery td {
	width: 147px;
	text-align: center;
	padding: 9px 9px 0px 0px;
}

table.gallery-image {
	border: 1px solid #2A517B;
	background-color: #F7F4EF;
	width: 147px;
}

table.gallery-image td {
	padding: 0px;
	height: 147px;
	vertical-align: middle;
}

/* MENU CSS */

ul.menu {
	list-style: none;
	padding: 0px;
}

ul.menu li {
	margin-bottom: 15px;
}

ul.menu .name {
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	color: #2A517B;
}

ul.menu .price {
	font-size: 13px;
	margin-right: 10px;
}

ul.menu img {
	margin-right: 5px;
}

ul.menu p {
	margin-top: -10px;
}

ul.menu .addon {
	margin-right: 30px;
	display: block;
	float: left;
	white-space: nowrap;
}

/* Racing Team - Weekly Results */
table.racing-results {
	width: 100%;
}

table.racing-results tr.headers {
	border-bottom: 1px solid #2A517B;
}

table.racing-results th {
	text-align: left;
	padding-right: 10px;
}

table.racing-results tr.alternate {
	background-color: #DED9CA;
}

table.racing-results td {
	padding: 4px 0px 7px 4px;
}

form table td {
	padding: 3px;
}

.comments {
	color: #2A517B;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

.reply {
	font-style: italic;
	margin-bottom: 25px;
}

.orderform {
	width: 300px;
}

#products {
	margin-top: 10px;
	margin-left: -20px;
}

.product {
	width: 300px;
	float: left;
	text-align: center;
	margin: 0px 0px 40px 30px;
}

.product img {
	margin-bottom: 10px;
	border: 1px solid #2A517B;
}

.product h2 {
	font-size: 15px;
}
