/* General
====================================================================== */
html {
	background:  #000 url('../_images/bg_tile.jpg') repeat-x;
}	

body {
	margin: 0 auto;
	padding: 30px;
	width: 895px;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 13px;
	line-height: 21px;
	color: #888;
}

code, kbd, pre { font-family: "Courier New", Courier, monospace; }

h1, h2, h3 {
	color: #900C19;
	font-size: 21px;
	font-weight: normal;
	line-height: 22px;
}

p {
	margin: 0 0 15px 0;
}

a:link,
a:visited {
	color: #888;
}

a:hover,
a:active { color: #900C19; }




	
/* Content
====================================================================== */	
#left_col {
	float: left;
	width: 258px;
	font-size: 14px;
	line-height: 18px;
}

.Time {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #A5A5A5;
}

.Time em {
	font-weight: normal;
	font-size: 12px;
}

.PhoneNumber {
	padding-top: 8px;
	margin-bottom: 70px;
	width: 256px;
	height: 32px;
	position: relative;
	top: 4px;
	font-size: 18px; 
	background: url('../_images/number_bg.gif') no-repeat;
}

#left_col span {
	display: block;
	margin-bottom: 8px;
	padding-top: 10px;
}

#left_col a:link,
#left_col a:visited {
	color: #555;
	text-decoration: none;
}

#left_col a:hover,
#left_col a:active { color: #888; }

#right_col {
	float: right;
	width: 607px;
}

#right_col .Row {
	clear: both;
}

#right_col p {
	width: 348px;
}

#right_col img {
	float: right;
	width: 229px;
}

#right_col img.award {
	margin: 5px 15px 5px 0;
	float: left;
	width: 174px;
}

#specials {
	float: right;
	width: 229px;
}

div.Left {
	float: left;
}

#specials {
	margin-bottom: 50px;
}

#specials ul {
	list-style: none;
	padding: 10px 15px 5px 15px;
	margin: 0 0 10px 0;
	background: url('../_images/light_bg.jpg') repeat-y;
}

#specials ul li {
	margin-bottom: 20px;
	color: #999;
}

#specials a:link,
#specials a:visited {
	display: block;
	color: #555;
	text-decoration: none;
}

#specials a:hover,
#specials a:active { color: #888; }


#home_slideshow {
	margin: 20px 0 30px 0;
	width: 607px;
	height: 390px;
	background: #180207;
}
	
div #last_row {
	margin-bottom: 50px;
}

.TwitterSpecials {
	width: 229px;
	height: 36px;
	background: url('../_images/twitter_sp_button.jpg') no-repeat top center;
}

.TwitterSpecials:hover {
	background: url('../_images/twitter_sp_button.jpg') no-repeat bottom center;
}	
/* Navigation
====================================================================== */

#nav {
	list-style: none;
	padding: 10px;
	margin: 0 0 50px 0;
	background: url('../_images/light_bg.jpg') repeat-y;
}

#nav li {
	line-height: 28px;
}

#nav li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:link,
#nav li a:visited {
	color: #5E462C;
}

#nav li a:hover,
#nav li a:active {
	color: #6E4E2E;
}
	
	
	
	
/* Footer
====================================================================== */
#footer {
	padding: 20px 30px 30px 30px;
	clear: both;
	background: #1E0007 url('../_images/perforation.gif') repeat-y 503px 0px;

}

#footer a:link,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #666;
}

#footer a:hover span { color: #a8d936; }

#footer a:active { color: #fff }

#contact_info {
	width: 230px;
	height: 300px;
	padding-left: 255px;
	float: left;
	background: url('../_images/dog.gif') no-repeat -10px 30px;
	
}

#contact_info p {
	font-size: 18px; 
	color: #999;
}

#contact_info address {
	font-weight: bold;
	font-style: normal;
	color: #999;
}

#contact_form {
	width: 320px;
	float: right;
}

#contact_info a:link,
#contact_info a:visited {
	color: #7B0013;
	text-decoration: none;
}

#contact_info a:hover {
	color: #666;
}

#contact_info a img {
	margin: 20px 10px 10px 0;
	border-width: 0;
	opacity: .6;
}

#contact_info a img:hover {
	opacity: .9;
}


/* FORMS
====================================================================== */
form {
	position: relative;
}

#content form div {
	width: 223px;
}

label {
	margin-bottom: 11px;
	display: block;
}
label.right {
    float: right;
}

label#newsletter {
	margin-top: 10px;
}

label#newsletter span {
	position: relative;
	top: 2px;
	left: 3px;
}

input.TextField,
textarea {
display: block;
}

input.TextField {
	width: 300px;
	height: 25px;
	font-size: 1em;
	color: #fff;
	background: #37000F;
	border-width: 0;
}

textarea {
	width: 300px;
	height: 106px;
	padding: 2px 0;
	font-size: 12px;
	color: #fff;
	background: #37000F;
	border-width: 0px;
}

input.Send {
	color: #fff;
	border: 0;
	font-size: 16px;
	text-align: center;
	width: 57px;
	background: #37000F;
    margin-bottom: 15px;
}

.ClearBoth {clear: both;}

#honeypot {
	display: none;
}