/* Hair of the Dawg Bloody Mary Mix CSS Document  */

/* MAIN SETTINGS */
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	background: #fff url(/images/background_main.gif) repeat-y center;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}
a:link {
	color: #851013;
}
a:visited {
	color: #a61418;
}
h3 a:link, h3 a:visited {
	color: #851013;
	text-decoration: none;
}

/* Business Logo Settings */

#businessLogo {
	margin: 0;
	padding: 10px 0 5px 25px;
	float: right;
	width: 187px;
	height: 173px;
}
/* Hide the logos for the print and handheld style sheets */
#content .printheader, #content .handheldheader {
	display: none;
}

/* Main Column Settings */

#mainCol {
	margin: 0 50px;
	padding: 0 20px;
	width: 960px;
	font-size: 13px;
	line-height: 15px;
	min-height: 825px;
	background: #fff url(/images/dawg_background.jpg) no-repeat left bottom;
}

/* Navbar */

#navbar {
	margin: 0;
	padding: 26px 0 0 32px;
	width: 131px;
	list-style: none;
}
#navbar img
{
   behavior: url("/includes/pngbehavior.htc");
}

/* MAIN CONTENT */

/* Content */

#content {
	margin: 0;
	padding: 24px 20px 160px 0;
	width: 740px;
	background: none;
	float: right;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #000;
}
#content h1 {
	padding: 177px 0 0 0;
	font-size: 28px;
	line-height: 31px;
	color: #000;
}
#content h2 {
	font-size: 170%;
	line-height: 100%;
	color: #000;
	font-style: italic;
	font-weight: normal;
}
#content h3 {
	font-size: 125%;
	line-height: 100%;
}
#content h4 {
	margin: 4px 0 2px;
	padding: 0;
	color: #000;
	font-size: 115%;
	line-height: 100%;
}
#content h5 {
	margin: 2px 0;
	padding: 0;
	font-size: 108%;
	line-height: 100%;
}
#content h6 {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}
#content p, li {
	padding: 0;
	color: #333;
}
#content p {
	margin: 10px 0;
}
#content p.divider {
	padding: 10px 0 15px 0;
	border: none;
	background: url(/images/divider.gif) no-repeat 0 35px;
}
#content blockquote {
	margin: 5px 20px;
	padding: 0;
}
#content ul {
	margin: 0;
	padding: 5px 0 5px 16px;
}
#content li {
	margin: 0 0 0 8px;
	padding: 0 0 0 4px;
	list-style: url(/images/list_bullet.gif) none;
}
strong, b {
	color: #851013;
}
.headerAlt {
	font-weight: normal;
	color: #851013;
}

/* Form Table  */

#contactForm table {
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	border: none;
	border-collapse: collapse;
}
#contactForm th, #contactForm td {
	margin: 0;
	padding: 2px;
	background: #dfdfdf;
	vertical-align: top;
	color: #333;
	border-bottom: 1px solid #ccc;
}
#contactForm th {
	text-align: right;
	background: #dedede;
}
#contactForm th.submit {
	text-align: center;
	background: #dedede;
}
#contactForm tr.alt *, #contactForm td.alt {
	background: #dfdfdf;
}

/* Form Elements */

input {
	margin: 0;
	padding: 1px;
	border: #666 solid 1px;
	color: #333;
	font-size: 90%;
	vertical-align: bottom;
}
select {
	margin: 0;
	padding: 1px;
	border: #666 solid 1px;
	color: #333;
	font-size: 90%;
	vertical-align: bottom;
}
input.radioButton {
	border: none;
}
input.sminp {
	margin: 3px auto;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #700f12;
	background: #181215 url(/images/sminp_background.gif) repeat-x;
}

/* Caption Table  */

table.captionTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.captionTable th, .captionTable td {
	margin: 0;
	padding: 2px;
	background: #dfdfdf;
	vertical-align: top;
	color: #333;
	font-size: 85%;
}

/* Footer */

#footer {
	margin: 0;
	padding: 15px 70px 20px;
	width: 960px;
	text-align: left;
	font-size: small;
	color: #80746c;
	clear: both;
	background-color: #fff;
	background-image: url(/images/background_footer.gif);
	background-repeat: no-repeat;
	background-position: center -30px;
}
#footer p {
	padding: 2px 0;
	margin: 0;
	font-size: 10px;
	line-height: 13px;
}
#footer h4 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}
#footer strong, #footer b {
	color: #80746c;
}
#footer ul {
	margin: 0;
	padding: 4px;
	font-size: 10px;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 0;
	text-decoration: underline;
	color: #80746c;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #ca5410;
}
#footer p a {
	text-decoration: underline;
	color: #80746c;
}
#footer p a:hover, #footer p a:focus {
	text-decoration: underline;
	color: #ca5410;
}

/* Misc Classes */

.smallFont {
	font-size: 85%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.photo {
	margin: 0 5px 5px 5px;
	padding: 0;
	border: 1px #000 solid;
}
.photoLeft {
	margin: 0 5px 5px 5px;
	padding: 0;
	border: 1px #000 solid;
	float: left;
}
.photoRight {
	margin: 0 5px 5px 5px;
	padding: 0;
	border: 1px #000 solid;
	float: right;
}
.indent {
	padding-left: 30px;
	margin-left: 30px;
}
.clear {
	clear: both;
}
.whiteText {
	color: #fff;
}
input#submit {
	border: none;
}

