@charset "UTF-8";
body {
	background: #FFFFFF;
	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: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
h1, h2, h3 {
	color: #0D5DA7;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container .post p a {
	color: #8E9D58;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#flashmovie {
	padding-left: 150px;
}
 #header {
	background-color: #FFF;
	background-image: url(store/img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #EDEDED;
	padding-top: 105px;
	padding-bottom: 10px;
	padding-left: 300px;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: lowercase;
}
 #mainContent {
	background: #FFFFFF;
}
.body #container #mainContent p {
	line-height: 1.4;
	color: #000;
	font-size: 120%;
	padding-right: 20px;
}
#featured {
	background-color: #EDEDED;
	height: 500px;
	background-image: url(store/img/featured_rw.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
}
.body #container #mainContent a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E9D58;
	text-decoration: underline;
}
#featured h1 {
	font-size: 200%;
	padding-left: 40px;
	padding-top: 38%;
}
#featured h2 {
	font-weight: lighter;
	padding-left: 490px;
	font-size: 120%;
}
ul#slogan {
	color: #0D5DA7;
	list-style-type: none;
	font-size: 160%;
	text-align: left;
	padding-left: 490px;
	font-family: "Lucida Console", Monaco, monospace;
}
#promos {
	clear: both;
	padding-top: 10px;
	text-decoration: none;
}
#promo2 {
	padding-right: 32px;
	padding-left: 32px;
}
 #footer {
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
 #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 */
}
#footer a {
	color: #8E9D58;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.body #container #mainContent div #armlitzvideo {
	float: right;
	text-align: center;
	padding-left: 20px;
}
.body #container #mainContent div #introarmlitz {
	text-align: justify;
}
.body #container #mainContent div #introarmlitz #featurelist li {
	list-style-type: disc;
	font-size: 120%;
	color: #000;
}

.body #container #mainContent #sunlitz {
	background-image: url(newsletter/img/SunLitz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 538px;
	width: 700px;
	padding-left: 20px;
	padding-top: 10px;
}
.body #container #mainContent #sunlitz p {
	color: #FFF;
	font-size: 110%;
}
.body #container #mainContent #sunlitz h1 {
	color: #09F;
}
