@charset "UTF-8";
html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body  {
	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: 4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #480C30;
	background-image: url(img/fullbkg_small.jpg);
	background-position: center top;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: -1px;
}
.maincontentheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: 4D4D4D;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: 4D4D4D;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bkgleft {
	background-image: url(img/header_topleft.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 200px;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(img/container_bkg.jpg);
} 
.thrColFixHdr #header {
	height: 163px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	margin: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin: 0px;
	background-color: #B6E86D;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin: 0px;
	background-color: #B6E86D;
	text-align: left;
	vertical-align: top;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: 4d4d4d;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center;
} 
.maincontenttext {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(img/bkgwsideshadow.jpg);
	text-align: justify;
}

.mainnav {
	font-weight: bold;
	background-color: #FAEF43;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.mainnav a:link {
	color: #af5f1a;
}
.mainnav a:hover {
	color: #A20405;
}
.mainnav a:visited {
	color: #af5f1a;
}
.mainnav a:active {
	color: #000000;
}
a:link {
	color: #af5f1a;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #af5f1a;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
.thrColFixHdr #sidebarcontent a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #sidebarcontent a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #sidebarcontent a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #sidebarcontent a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(img/container_bkg.jpg);
	font-size: 10px;
	text-decoration: none;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #sidebarcontent {
	width: 160px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(img/greenbkg.jpg);
}
.thrColFixHdr #sidebar2content {
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #3C3C3C;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(img/greenbkg.jpg);
}
.upcomingheadline {
	font-size: None;
	color: #460227;
	font-weight: bold;
}
.storeheadline {
	font-size: None;
	color: #000000;
	font-weight: bold;
}
.bodystyleboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystylebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystylesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	text-transform: none;
}
.bodystyleboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.tablelayout {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABE459;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAE558;
}
.descriptiontext{
color: 4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
.fltlftmedia {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
}

