@charset "utf-8";
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;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px 0px 0 20px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
	width:980px;
} 
.twoColFixLtHdr #header h1 {
	color: #FFF;
	padding: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 0px !important;
	height: 475px;
}
.twoColFixLtHdr #mainContent {
	margin: 20px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	min-width: 820px;
	min-height:480px;
} 
#mainContent img {
	float:right;
}

.twoColFixLtHdr #footer {
	background:#FFF;
	margin: 16px 0px 0px 160px;
	border-top: medium solid #B9af96;
	padding: 0px;
	height: 15px;
	width:820px;
	} 
.twoColFixLtHdr #footer-home {
	background:#FFF;
	margin: 16px 0px 0px 180px;
	border-top: medium solid #B9af96;
	padding: 0px;
	height: 15px;
	width:820px;
	} 
.twoColFixLtHdr #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: 8px;
}
.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;
}#logo {
	background: url(none) no-repeat;
	float: left;
	height: 140px;
	width: 140px;
}
#slogan {
	float: right;
	height: 46px;
	width: 840px;
	padding-top: 24px;
}
.slogantxt {
	font: italic 700 small-caps 0.8em Verdana, Geneva, sans-serif;
	color: #666;
	text-align: left;
	text-transform: uppercase;
}
.left-box {
	width:225px;
	height:140px;
	background:#b98c63;
	margin-left:140px;
}
#headerinfo {
	float: right;
	height: 25px;
	width: 600px;
	background: #B98C63;
	margin-left: 0px;
	position:relative;
}
.info-box {
	width:225px;
	height:131px;
	background: url(indx_imgs/$100_redeemable_web_version.png) no-repeat;
	position:relative;
	float:left;
	margin-top:9px;
}
.info-box.savings{
	margin-left:62px;
}
.headerinfotxt {
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: right;
	padding-top: 9px;
	padding-right: 13px;
}
.twoColFixLtHdr #container #header #headerinfo a {
	color: #FFF;
	text-decoration: none;
}

#headermenunav {
	float: right;
	height: 37px;
	padding-right:3px;
	width: 610px;
	margin-top: 5px;
	background: #B9af96;
}
.announcement {
	float:right;
	width:615px;
	padding-top:0px;
	height:55px;
	margin-top:0px;
	background:none;
}
.announcement p {
	font-size:16px;
	line-height: 16px;
	font-weight:bold;
	font:Arial;
	text-align:center;
	color:#666;
	}
.announcement p a {
	text-decoration:none;
	color: #B98C63;
}
.announcement p a:hover {
	text-decoration:underline;
}
.announcement p.row2 {
	font-size:12px;
	line-height: 12px;
	font-weight:normal;
	font:Arial;
	text-align:left;
	color:#666;
	}
#box1 {
	float: left;
	height: 500px;
	width: 210px;
	border-width: 0px;
	border-style: none;
	padding-top: 0px;
	padding-left: 0px;
}
#box2 {
	float: left;
	height: 500px;
	width: 210px;
	border-width: 0px;
	border-style: none;
	padding-top: 0px;
	padding-left: 0px;
}
#box3 {
	float: left;
	height: 500px;
	width: 210px;
	border-width: 0px;
	border-style: none;
	padding-top: 0px;
	padding-left: 0px;
}
#box4 {
	float: right;
	height: 250px;
	width: 210px;
	padding-top: 0px;
	padding-left: 0px;
	background: 0;
}
#box5 {
	float: right;
	height: 250px;
	width: 210px;
	padding-top: 0px;
	padding-left: 0px;
}
#indximageboxes {
	float: right;
	height: 250px;
	width: 190px;
	margin-top: 0px;
	background: url(indx_imgs/storefront_small.jpg) no-repeat;
}
#upperinfobox1 {
	float: right;
	height: 225px;
	width: 190px;
	margin-top: 25px;
	padding-top: 0em;
}
#greysidebarfill {
	height: 250px;
	width: 140px;
	background: #CCC;
	margin-top: 32px;
}
#upperinfobox2 {
	height: 225px;
	width: 190px;
	float: right;
	margin-top: 25px;
}
#indximagebox2 {
	float: right;
	height: 250px;
	width: 190px;
	background: url(indx_imgs/frames_small.jpg) no-repeat;
}
#upperinfobox3 {
	float: right;
	height: 225px;
	width: 190px;
	margin-top: 25px;
}
#indximagebox3 {
	float: right;
	height: 250px;
	width: 190px;
	background: url(indx_imgs/gallery_small.jpg) no-repeat;
}
#upperinfobox4 {
	float: right;
	height: 120px;
	width: 190px;
	margin-top: 25px !important;
}
#indximagebox4 {
	float: right;
	height: 105px;
	width: 190px;
	background: url(indx_imgs/MJR-indx.jpg) no-repeat;
}
#upperinfobox5 {
	height: 110px;
	width: 190px;
	margin-top: 35px !important;
	float: right;
}
#indximagebox5 {
	float: right;
	height: 105px;
	width: 190px;
	background: url(indx_imgs/savings_small_frames.jpg) no-repeat;
}

#sidebarnav {
	height: 225px;
	width: 140px;
}
#ppfa {
	height: 75px;
	width: 125px;
	padding-left: 12px;
	margin-top: 25px;
}
.boxheaders {
	font: 500 large Verdana, Geneva, sans-serif;
	color: #A11415;
	text-transform: capitalize;
	letter-spacing: 0.2px;
}
.txt1 {
	font: 0.6em Verdana, Geneva, sans-serif;
	text-align: justify;
}
.lonav {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul.lonav li {
	display: inline;
}
ul.lonav a {
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	font: xx-small Verdana, Geneva, sans-serif;
	color: #666;
}
#lonavbox {
	width: 820px;
}
.txt2 {
	font: xx-small Verdana, Geneva, sans-serif;
	color: #666;
	text-align: right;
	padding-top: 0px;
	margin: 0px;
}
#box6 {
	float: right;
	height: 500px;
	width: 420px;
}
#box7 {
	float: right;
	height: 466px;
	width: 190px;
	margin-top: 34px;
}
#box8 {
	float: right;
	height: 466px;
	width: 190px;
	margin-top: 34px;
}

.txt3 {
	font: bold 0.75em Verdana, Geneva, sans-serif;
	color: #A11415;
}
.twoColFixLtHdr #container #mainContent p a {
	font: 0.6em Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
}
.twoColFixLtHdr #container #mainContent #box2 #box8 a {
	font: normal 0.75em Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #box6 #box9 a {
	font: normal 0.75em Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent p.txt1 a{
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
#box9 {
	float: right;
	height: 466px;
	width: 400px;
	margin-top: 34px;
}
#box10 {
	float: left;
	height: 500px;
	width: 420px;
}
#box11 {
	float: right;
	height: 466px;
	width: 400px;
	margin-top: 34px;
}
.twoColFixLtHdr #container #mainContent #box6 #box9 img {
	padding-top: 27px;

}
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 0.75em Verdana, Geneva, sans-serif;
	color: #B98C63;
}
#box12 {
	float: left;
	height: 500px;
	width: 326px;
}
#box13 {
	float: right;
	height: 466px;
	width: 306px;
	margin-top: 34px;
}
#box14 {
	height: 486px;
	width: 465px;
	float: right;
	margin: 14px 0px 0 29px;
}
.twoColFixLtHdr #container #mainContent #box14 div table {
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent #box14 div table tr td {
	padding-right: 17px;
	padding-bottom: 17px;
}
#box15 {
	float: right;
	height: 448px;
	width: 494px;
	margin-top: 52px;
	margin-left: 20px;
}
#box16 {
	height: 466px;
	width: 494px;
	margin-top: 34px;
	margin-left: 20px;
	float: right;
}
#box17 {
	float: right;
	height: 466px;
	margin-top: 34px;
	width: 286px;
	padding-right: 20px;
}
a img {border:none;}
.specialofferpadding {
	padding-top: 20px;
}

