
body {
	margin:0;
	padding:0;
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
	font: 11px Verdana, Arial, Helevtica, sans-serif;
	color:black;
	background-color: white;

}
/* position:absolute for all browsers -> the whole page scrolls */
/*div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:95px;
}*/
/* position:fixed for modern browsers -> header and footer do not scroll */
/*body>div#headerwrap {
	position:fixed;
}*/

div#header {
	height:95px;
	width:720px;
	margin:0 auto;
	background-image: url(media/Banner2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:10px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
}

/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}

div#middle {
	background-color: white;
	width:720px;
	margin:0 auto;
}

div#navigation {
	background-color: white;
	padding: 10px 0 0 0;
	font-size: 11px;
	width:180px;
	float:left;

}

/* this formats the navigation links */
div#navigation a {
	display: block;
	padding: 4px 8px;
	margin: 0 0 0 0;
	color: rgb(173%,53%,26%);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	border-top: 1px solid rgb(0%,51%,153%);
}

div#navigation a:hover {
	background-color: rgb(51%,153%,51%);
	color: blue;
}

div#navigation a:visited {color: rgb(51%,51%,102%);}

/* this formats the retailer profile navigation links */

div#RPNav a {
	display: block;
	padding: 4px 8px;
	margin: 0 0 0 0;
	color: blue;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	font-style: oblique;
	text-align: left;
	border-top: 1px solid rgb(0%,51%,153%);
}

div#RPNav a:hover {
	background-color: rgb(51%,153%,51%);
	color: rgb(173%,53%,26%);
}

div#RPNav a:visited {color: rgb(51%,51%,102%);}*/
/* no positioning for IE5/Win -> the whole page scrolls*/



div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
}

body>div#footerwrap {
	position:fixed;
} 

div#footer {
	height:50px;
	font-size: 12px;
	width:720px;
	margin:0 auto;
	background-color:white;
	color:black;
	text-align: center;
}

/*old div#content that didn't work in IEWin*/
div#content {
	font-size: 12px;
	padding: 10px 0 0 0;
	background-color: white;
	margin: 0 0 0 190px;
}


/*new div#content test for IE Win Workaround. Breaks Safari and normal browsers
div#content {
font-size: 12px;
background-color: white;
position: relative;
min-height:100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}*/

/*div#navigation h2 {
	padding-left:5px;
}*/

div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}

div #footer p {
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}

div#footer a {
	color:black;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
	}

div#footer a:visited {
	text-decoration: none;
	color: #aaa;
}

div.pullquoteB {
	color: black;
   border: solid blue; border-width: 0 0 3px 0;
   font-size: 10px;
   font-style: normal;
   padding: 0 1px 5px 0; margin: 300px 0 0 0px;
 }
 
 div.pullquoteA {
	float: right; width: 215px; color: black;
   border: solid blue; border-width: 3px 0 0 0;
   font-size: 11px;
   font-style: italic;
   text-align: justify;
   padding: 5px 1px; margin: 0px 0px;
 }
   
div#previews img {width: 90%; padding: 10px 0 10px 10px;}

div#splash {
float:left;
padding-left: 10px;
}
	
div#splash img {z-index: -1;}

div#logo{
float:left;
}
	
div#logo img {z-index: -1; padding-right:5px;}
}

div#EStar {float: left;}
div#EStar img {width:117px; margin-left: 28px;}

h1 {
	font-size: 100%;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #7e7e7e;
	margin: 0 0 0 180px;
	line-height: 0em;
	text-align:left;
	padding: 82px 0 0 20px;
}


h2 {
	padding: 0;
	margin: 0;
	font-size:1.2em;
	padding-top:5px;
	margin-top:0;
}

p {
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
}

/*
pre {
	font-size:0.9em;
	line-height:1.4em;
}
*/

/*ul {
	font-size:0.8em;
	line-height:1.4em;
}*/