@charset "UTF-8";
body  {
	background: #666666;
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.storeInfoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/home/NextStepHeader.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #660;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #B59E18;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #39C;
	font-style: italic;
}
.exclusive {
	color: #900;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.footerMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
}
a:link {
	color: #69C;
	text-decoration: none;
}
a:visited {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #990;
	text-decoration: none;
}
a:active {
	color: #69C;
}
.twoColFixLtHdr #container #footer {
}
.twoColFixLtHdr #container #subContent {
	width: 780px;
	margin: 0px;
	padding-bottom: 0px;
	float: left;
}
.twoColFixLtHdr #container #subContent #subOne {
	width: 215px;
	float: left;
	padding-right: 15px;
	padding-left: 30px;
	top: auto;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;
}
.twoColFixLtHdr #container #subContent #subTwo {
	width: 230px;
	padding-left: 15px;
	float: left;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #990;
	border-left-style: dotted;
	border-left-color: #990;
	border-left-width: thin;
}
.twoColFixLtHdr #container #subContent #subThree {
	width: 215px;
	float: left;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}
.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
.subColText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 75px;
	min-height:232px;
	background-image: url(images/home/contentMainmg.jpg);
	float: left;
	width: 630px;
} 
.titles {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.twoColFixLtHdr #footer {
	background-color: #FFF;
	background-image: url(images/home/footBG.jpg);
	height: 60px;
	width: 760px;
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 20px;
} 
.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;
}
.mainCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	margin-right: 50px;
}
.purchase {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990;
}
.storeBoxes {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990;
	width: 640px;
}
#product #productInfo {
	float: right;
	width: 375px;
	top: auto;
}
#store {
	float: left;
	width: 600px;
}
#product {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.NSMBold {
	font-weight: bolder;
	color: #8B7E4B;
}
#CenterImage {
	background-image: url(images/home/contentMainImg.jpg);
	height: 50px;
	width: 291px;
	background-repeat: no-repeat;
	padding-left: 489px;
	float: left;
	padding-top: 215px;
}
#mainContent #cart {
	padding-left: 475px;
}
