/*------------------------------------------
     Name: base.css
     Date: 03/05/200
     Author: Kenny Frank, Excellanz 
     Description:
          This is the base style sheet for the
          Von Hanson's Meats website.
--------------------------------------------*/
/*  Base tag setups */
body {
     font-family:Arial, Helvetica, sans-serif; 
     font-size:10px; 
     /* font size variable by percentage */
     margin:0px; 
     padding:0px; 
     background-image:url(../images/if/bodyBG.jpg); 
     background-repeat:repeat; 
     background-color:white; 
     border:none; 
}
h1 {
     font-size:160%; 
     font-weight:bold; 
     color:white; 
     height:45px; 
     margin:10px 20px 0px 40px; 
     padding-left:128px; 
     padding-top:19px; 
     background-image:url(../images/if/h1.jpg); 
     background-repeat:no-repeat; 
     background-color:transparent; 
}
h1.noLogo {
     margin: -20px auto 5px auto; 
     padding: 0; 
     padding-left: 415px; 
     height: 1em; 
     font-size: 150%; 
     font-weight: bold; 
     font-style: italic; 
     color: #333333; 
     background-image: none; 
}
h1.pgTop {
     font-size:160%; 
     font-weight:bold; 
     color:white; 
     height:45px; 
     margin:10px 20px 0px 40px; 
     margin-top:10px; 
     padding-left:128px; 
     padding-top:19px; 
     background-image:url(../images/if/h1.jpg); 
     background-repeat:no-repeat; 
     background-color:transparent; 
}
h2.h2_a {
     font-size:145%; 
     font-weight:bold; 
     color:black; 
     margin:20px 20px -5px 77px; 
     padding:10px 40px 5px 85px; 
     height:35px; 
     background-image: url(../images/if/h2_a.jpg); 
     background-repeat:no-repeat; 
     background-color:transparent; 
}
h2.h2_b {
     font-size:145%; 
     font-weight:bold; 
     color:black; 
     margin:20px 20px -5px 77px; 
     padding:10px 40px 5px 85px; 
     height:35px; 
     background-image: url(../images/if/h2_b.jpg); 
     background-repeat:no-repeat; 
     background-color:transparent; 
}
h2.h2_c {
     font-size: 165%; 
     font-weight: bold; 
     color: red; 
     margin: 20px 60px 3px 72px; 
     padding: 0; 
     border-bottom: 2px solid black; 
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: red;
	margin: 20px 60px 3px 72px;
	padding: 0;
	left: 10px;
	top: 40px;
	right: 10px;
	bottom: 10px;
}
h2.black {
     color: black; 
     padding: 15px auto 5px 125px; 
}
h3 {
     font-size: 145%; 
     font-weight: bold; 
     color: #333333; 
     margin: 20px 20px 3px 85px; 
     padding: 0; 
}
p {
     font-size:120%; 
     font-weight:normal; 
     color:rgb(125,30,21); 
     line-height:18px; 
     letter-spacing:.10em; 
     margin:0px; 
     padding:0px 50px 7px 168px; 
}
ul.base {
     font-size:120%; 
     font-weight:normal; 
     margin:0px; 
     padding:0px 20px 7px 168px; 
}
ul.base li {
     font-size:100%; 
     font-weight:normal; 
     color:#333333; 
     margin:0px 20px 0px 20px; 
     padding:0px 20px 0px 5px; 
     list-style-position:outside; 
}
ul.base ul li {
     font-size:90%; 
     _font-size:80%; 
     /* for IE only */
	font-weight:normal; 
     margin:0px 20px 0px 5px; 
     _margin:0px 20px 0px -15px; 
     /* for IE only */
	padding:0px 20px 0px 5px; 
     list-style-position:outside; 
}
ol.base {
     font-size:120%; 
     font-weight:normal; 
     margin:0px; 
     padding:0px 20px 7px 168px; 
}
ol.base li {
     font-size:100%; 
     font-weight:normal; 
     margin:0px 20px 0px 20px; 
     padding:0px 20px 0px 5px; 
     list-style-position:outside; 
}
blockquote {
     font-size: 120%; 
     font-weight: bold; 
     color: rgb(125,30,21); 
     line-height: 18px; 
     margin: 0; 
     padding: 10px 50px 10px 175px; 
}
blockquote span {
     font-weight: lighter; 
}
/* horizontal menu bar container */
.horizMenu {
     position: relative; 
     width:770px; 
     margin:0px auto 0px auto; 
     margin-bottom:-10px; 
     padding:0px; 
     height:20px; 
     background-image:url(../images/if/contentBG.jpg); 
     background-repeat:repeat-y; 
     background-color:transparent; 
     z-index:1000; 
}
/*  Main container setups */
div.mainContainer {
     position:relative; 
     width:770px; 
     margin:0px auto 0px auto; 
     padding:0px 0px 0px 0px; 
     background-image:url(../images/if/contentBG.jpg); 
     background-repeat:repeat-y; 
     background-color:transparent; 
     border:none; 
     z-index: 100; 
}
div.topCapContainer {
     position:relative; 
     width:100%; 
     height:100px; 
     margin:0px auto 0px auto; 
     padding:0px; 
     background-image: url(../images/if/topAwningBG.jpg); 
     background-repeat:repeat-x; 
     background-color:transparent; 
     border:none; 
     z-index: 200; 
}
div.topCapContainer .logo {
     position:relative; 
     width:450px; 
     height:70px; 
     margin:0px auto 0px auto; 
     padding-top: 15px; 
     z-index:350; 
}
div.mainContentContainer {
     position:relative; 
     width:770px; 
     min-height:400px; 
     margin:0px auto auto auto; 
     padding:0px; 
     background-image:none; 
     background-repeat:no-repeat; 
     background-color:transparent; 
     border:none; 
     z-index: 110; 
}
.mainContentContainer a {
     font-size:100%; 
     color:rgb(125,30,21); 
     text-decoration:none; 
     background-color:transparent; 
     border-top:1px dotted gray: 
}
.mainContentContainer a:hover {
     font-size:100%; 
     color:rgb(125,30,21); 
     text-decoration:underline; 
     background-color:transparent; 
}
div.footerContainer {
     position:relative; 
     width:770px; 
     height:220px; 
     margin:0px auto 0px auto; 
     padding:0px; 
     background-image:url(../images/if/contentBG.jpg); 
     background-repeat:repeat-y; 
     background-color:transparent; 
     border:none; 
     z-index: 300; 
     clear: both; 
}
div.footerMenuContainer {
     position:absolute; 
     bottom:50px; 
     left:10px; 
     width:550px; 
     height:60px; 
     margin:0px; 
     padding:0px; 
     background-image:none; 
     background-repeat:no-repeat; 
     background-color:transparent; 
     z-index:900; 
}
.footerContainer p {
     font-size:100%; 
     margin:0px 0px 0px 0px; 
     padding:12px 0px 0px 5px; 
     text-align:center; 
     color:gray; 
}
.footerContainer a {
     font-size:100%; 
     color:black; 
     text-decoration:none; 
     background-color:transparent; 
}
.footerContainer a:hover {
     font-size:100%; 
     color:red; 
     text-decoration:underline; 
     background-color:transparent; 
}
div.footerVHManContainer {
     position:absolute; 
     bottom:0px; 
     right:-115px; 
     width:305px; 
     height:230px; 
     margin:0px;
     padding:0px; 
     background-image:url(../images/if/lowRtVHMan2.jpg); 
     background-repeat:no-repeat; 
     background-color:transparent; 
     border:none; 
     z-index:1000; 
}
div.loveMeat {
     position:relative; 
     width:157px; 
     height:50px; 
     margin:0px auto 0px auto; 
     padding:0px; 
     padding-top:20px; 
     background-color:transparent; 
     border:none; 
     z-index:900; 
}
div.copyrightContainer {
     position:absolute; 
     bottom:0px; 
     left:10px; 
     width:750px; 
     height:39px; 
     margin:0px; 
     padding:0px; 
     background-image:none; 
     background-repeat:no-repeat; 
     background-color:#BBA997; 
     border:none; 
     z-index:200; 
}
.copyrightContainer p {
     font-size:100%; 
     color:black; 
     text-align:left; 
     margin:0px; 
     padding:5px 0px 0px 20px; 
     letter-spacing:.05em; 
     line-height:13px; 
}
.copyrightContainer a {
     color:black; 
     text-decoration:none; 
     background-color:transparent; 
}
.copyrightContainer a:hover {
     color:black; 
     text-decoration:underline; 
     background-color:transparent; 
}
/* locations page */
#locationContainer {
     position: relative; 
     margin: 0; 
     padding: 0; 
}
div.locationL {
     width: 50%; 
     margin:0; 
     padding: 0; 
     float: left; 
     z-index: 300; 
}
div.locationR {
     width: 50%; 
     margin: 0; 
     padding:0; 
     ; 
     float: right; 
     z-index: 300; 
}
div.locationR a {
     margin-left: -40px; 
}
/* timeline chart */
#timeline {
     width: 730px; 
     position: relative; 
     margin: 0; 
     padding: 0; 
}
#timeline img {
     padding-left: 20px; 
}
#timeline li.red {
     color: red; 
     font-weight: bold; 
}
#timeline li.blue {
     color: blue; 
     font-weight: bold; 
}
#timeline li.gray {
     color: #333333; 
     font-weight: bold; 
}
/* landing page */
#awards {
	position:relative;
	width: 450px;
	margin: 5px auto 0px 160px;
	padding: 0px;
}
#emailSignUp {
	position: absolute;
	left: 275px;
	top: 0;
	width: 170px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

img.mainImage {
     width: 450px; 
     margin: 0 85px 5px 85px; 
     padding: 0; 
     border: 1px solid black; 
}
/* monthly specials page */
#baseCouponContainer {
     width: 550px; 
     height:250px; 
     margin: 15px auto 15px auto; 
     padding: 0; 
     border: 2px rgb(255,0,0) dotted; 
     background-image: url(../images/if/couponVHMan.jpg); 
     background-repeat: no-repeat; 
     background-position:right bottom; 
}
#baseCouponContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:7px 20px 4px 20px;
	padding:0px;
	background-image:none;
	background-color:white;
	color:black;
	text-align:left;
}
#baseCouponContainer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:10px 170px 4px 20px;
	padding:0px;
	color:black;
	background:none;
}
#baseCouponContainer ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-left:30px;
	margin-top:4px;
	list-style-position:outside;
}
#baseCouponContainer p.price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:rgb(255,0,0);
	margin-left:50px;
}
.endDate {
	position: relative;
	width:200px;
	height:13px;
	margin-top:-8px;
	margin-left:118px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:black;
	z-index:5001;
}

/* The following rules are for the new Coupon page 7/09 */

#MainCouponContainer {
	margin: 10px auto 20px auto;
}
.baseCouponLT  {
     width: 300px; 
     height:180px; 
	 float: left;
     margin: 15px 10px 5px 70px; 
     padding: 0; 
     border: 2px rgb(255,0,0) dotted; 
     background-image:url(../images/vhCouponBlank.jpg); 
}

.baseCouponRT  {
     width: 300px; 
     height:180px; 
	 float: left;
     margin: 15px 15px 5px 25px; 
     padding: 0; 
     border: 2px rgb(255,0,0) dotted; 
     background-image:url(../images/vhCouponBlank.jpg); 
}


.baseCouponRT h1 {
	font-size: 16px;
	font-weight: bold;
	line-height:1em;
	color: black;
	margin:5px 5px 0 5px;
	padding: 0;
	background-image: none;
}

.baseCouponRT h2 {
	font-size: 20px;
	font-weight: bold;
	line-height:1em;
	color: Red;
	margin: 0 0 0 10px;
	padding: 0;
}

.baseCouponRT h3 {
	font-size: 20px;
	font-weight: bold;
	line-height:1em;
	color: Black;
	margin:10px 0 0px 10px;
	padding: 0;
}

.baseCouponRT h4 {
	font-size: 15px;
	color: gray;
	margin:0 0 2px 30px;
	padding: 0;
}

.baseCouponRT h5 {
	font-size: 9px;
	font-weight: bold;
	color: black;
	margin: 11px 0 0 10px;
	padding: 0;
}

.baseCouponLT h1 {
	font-size: 16px;
	font-weight: bold;
	line-height:1em;
	color: black;
	margin:5px 5px 0 5px;
	padding: 0;
	background-image: none;
}

.baseCouponLT h2 {
	font-size: 20px;
	font-weight: bold;
	line-height:1em;
	color: Red;
	margin: 0 0 0 10px;
	padding: 0;

}

.baseCouponLT h3 {
	font-size: 20px;
	font-weight: bold;
	line-height:1em;
	color: Black;
	margin:10px 0 0px 10px;
	padding: 0;
}

.baseCouponLT h4 {
	font-size: 15px;
	color: gray;
	margin:0 0 2px 30px;
	padding: 0;

}

.baseCouponLT h5 {
	font-size: 9px;
	font-weight: bold;
	color: black;
	margin: 11px 0 0 10px;
	padding: 0;
}
/* Image setups */
.rightLarge {
     float:right; 
     margin:10px 50px 10px 15px; 
     padding:0px; 
     background-color:transparent; 
     z-index:300; 
}
.rightLarge img {
     border:1px solid black; 
}
.rightLarge img#noborder {
     border:none; 
}
.leftLarge {
     float:left; 
     margin:5px 10px 10px 168px; 
     padding:0px; 
     background-color:transparent; 
     z-index:300; 
}
.leftLarge img {
     border:1px solid black; 
}
.leftLarge img#noborder {
     border:none; 
}
/* Special circumstance setups */
.bottom15 {
     /* adds a 15px space below the element */
     
	margin-bottom:15px; 
}
.bold {
     font-weight:bold; 
}
.uline {
     text-decoration:underline; 
}
.allCaps {
     font-variant:small-caps; 
}
.ital {
     font-style:italic; 
}
.tagLine {
     font-family:Arial, Helvetica, sans-serif; 
     font-size:16px; 
     text-align:right; 
     margin:0px; 
     padding-top:100px; 
     padding-right:0px; 
     background-color:transparent; 
}
.indent10 {
     padding-left:178px; 
}
.indent25 {
     padding-left:190px; 
}
.indent40 {
     padding-left:208px; 
}
.drop15 {
     padding-bottom:15px; 
}
.center {
     text-align: center; 
}
.indent85 {
     padding-left: 85px; 
}
.indent160 {
     padding-left: 160px; 
}
.top10 {
     padding-top: 10px; 
}
.gray {
     color:#333333; 
}
.clr {
     clear: both; 
}
