@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/background.jpg) no-repeat center top;
	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;
	behavior:url("../inc/csshover3.htc");
}
#container  {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background: #000000 url(images/pageHeaders/pageHeader2winred.jpg) no-repeat left top;
	padding: 27px 0px 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. */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header .navbar {
	height: 67px;
}
#header .navbar ul {
	float: right;
	list-style-type: none;
}
#header  .navbar  ul li {
	float: left;
	margin-right: 4px;
	position: relative;
}
#header .navbar li ul {
	display: none;
	position: absolute;
	right: -150px;
	width: 300px;
	margin: 0px;
}

[if IE] #header .navbar li ul {
margin-top:20px;
}

[if IE] body {
padding-top:80px;

}


#header.navbar li ul li {
	float: left;
	margin: 0px;
}
#header .navbar ul li a {
	text-decoration: none;
}

#header .navbar ul li:hover ul
{display: block;}

.borderBar  a  {
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	font-size: 14px;
}
.borderBar  a:hover  {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 0px;
}
.storeBanner {
	height: 353;
	width: 623;
	top: 0px;
	right: 0px;
	margin-left: 227px;
	float: right;
	visibility: visible;
	display: inline-block;
}
#header .storeTitleBar {
	width: 216px;
	height: 283px;
	padding-left: 10px;
	padding-top: 70px;
	float: left;
	position: absolute;
	background-image: url(/images/framework/lightUp.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header .storeTitleBar2 {
	width: 216px;
	height: 130px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	position: absolute;
	background-image: url(/images/framework/lightUp.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000000;
	margin-top: 60px;
}
.adminControlSection {
	float: right;
	width: 560px;
	margin-left: 250px;
	margin-top: 60px;
	color: #000000;
}
#header  h1  {
	margin: 35px 0px 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
}
#header h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
#header p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent  {
	padding: 10px 0px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.storeCallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	width: 285px;
	float: left;
	text-align: right;
}
.storeDescription {
	width: 520px;
	margin-left: 305px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-bottom: 20px;
}
.article {
	width: 198px;
	margin-right: 8px;
	border: 1px solid #666666;
	float: left;
	height: 300px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}
.article img {
	margin: 5px auto;
	text-align: center;
}
.articleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
.articleCopy {
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.articleWasPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.articleNowPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: normal;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.articleRegPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.clearFloat {
	clear: both;
	height: 10px;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#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 */
}
.rBlock {
	position: absolute;
	display: block;
}
.rotContainer {
	width: 850px;
	position: relative;
	height: 353px;
}
.rotContainer2 {
	width: 850px;
	position: relative;
	height: 200px;
}
.storeStone {
	width: 204px;
	margin-right: 6px;
	height: 305px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	display: block;
	background-color: #333333;
}
.storeStoneTitle {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 28px;
	height: 32px;
}
.storeStoneSubtitle {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	height: 20px;
	margin-bottom: 4px;
}
.signUpError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding-left: 10px;
}
.leftPanelContent {
	width: 285px;
	float: left;
	text-align: right;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.timeMachine {
	height: 40px;
	width: 840px;
	background-color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px;
}
.underlineMe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	white-space: nowrap;
}
.white {
	font-size:12px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:centre;
}
.white2 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:centre;
}


