﻿@charset "UTF-8";
/* Dreamweaver CSS */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #550114 url(images/navigation/bkg.png) repeat-x;
}
.oneColFixCtrHdr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0;
	width: 750px;
	height: 158px;
	background-image: url(images/navigation/masthead.jpg);
}
.oneColFixCtrHdr #mainContent {
	padding: 0 80px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/navigation/body.png) no-repeat;
}
.oneColFixCtrHdr #mainBkg {
	background: url(images/navigation/body_bkg.gif) repeat-y center;
}
.oneColFixCtrHdr #mainPhoto {
	height: 275px;
	background: url(images/navigation/photo_bkg.png) repeat-y;
}
.oneColFixCtrHdr #mainInternalContent {
	padding: 0 80px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainInternal {
	background: url(images/navigation/photo_bkg.png) repeat-y;
}
.oneColFixCtrHdr #footer {
	height: 79px;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 0;
	background: url(images/navigation/footer.gif) no-repeat;
}
.oneColFixCtrHdr #footer p {
	color: white;
	text-align: center;
	padding-left:50px;
	padding-bottom: 50px;
}

/* DigiSquid CSS Version 2.0 */

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0;
	color: #3a449a;
}

h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0;
	color: #3a449a;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

strong {
	font-weight: bold;
}

p a:link {
	color: #f91a19;
	text-decoration: none;
}

p a:visited {
	color: #f91a19;
	text-decoration: none;
}

p a:hover {
	color: #fa921f;
	text-decoration: none;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.border {
	border: solid 1px black
}

.photoleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.photoright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

/* Specials Box */

.special {
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: white;
	border: 3px solid #3a449a;
	padding: 13px;
}

.specialheadline {
	color: #3a449a;
	font-weight: bold;
	font-size: 14px;
}

.specialtext {
	color: #3a449a;
}

.specialprice {
	color: #8d0f0e;
	padding-top: 15px;
	font-size: 11px;
}

/* SquidMenu 1.0 */

.menu {
	text-align: center;
	margin-top: 0;
	padding-top: 118px;
	padding-left: 80px;
}

.menu a, a:visited {
	text-decoration: none;
	position: relative;
	font: 11px Arial;
	color: white;
	width: 84px;
	height: 22px;
	margin: 0;
	display: block;
	float: left;
	padding-left: 0px;
	padding-top: 18px;
	background: url(images/navigation/tab.png) no-repeat;
}

.menu a:hover, a:active {
	background: url(images/navigation/tab_on.png) no-repeat;
	color: white;
}

.menuitem {
	color: white;
	text-decoration: none;
}