body {
	margin: 0;
	font:13px Arial, tahoma, helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fafafa;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
form {
	margin: 0;
}
h1 {
	margin: 0;
	color: #000;
	font-size: 24px;
}
h2 {
	margin: 0;
	color: #005189;
	font-size: 18px;
	font-weight: bold;
}
.Category h2 {
	margin-top: 10px;
}
.Category {
	border-bottom: 1px solid #c0d0e0;
	padding-bottom: 5px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	list-style-type: none;
	list-style-image: none;
}

.Position {
	width: 800px;
	margin: 0 auto;
}
.Header {
	margin: 0 0 10px 0;
}
.Content {
	background-image: url(images/content-background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0 1px;
}
.HomeSearchBox {
	background-image: url(images/home-search-background.jpg);
	height: 65px;
	width: 552px;
	margin: 0 auto;
	text-align: center;
	padding-top: 26px;
	margin-bottom: 40px;
}
.Input {
	width: 120px;
}
.SearchBox {
	background-image: url(images/search-background.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 370px;
	margin: 10px 10px 0 0;
	text-align: center;
}
.SearchBox .Input {
	width: 120px;
}
.Searches .Heading {
	border-bottom: 1px solid #666;
	font-size: 18px;
	margin-bottom: 5px;
}
.Searches, .Searches a {
	text-decoration: none;
}
.Searches a:hover {
	text-decoration: underline;
}
.Sidebar {
	float: right;
	width: 210px;
	margin: 10px;
}
.Sidebar span {
	font-size: 16px;
	font-weight: bold;
	color: #005189;
	-color: #000;
	margin-top: 10px;
}
.ProductInfo .Left {
	padding: 0 5px;
	width: 70px;
}
.ProductInfo .Right {
	padding: 0 5px;
	width: 90px;	
}
.ProductInfo div img {
	vertical-align: baseline;
}

.Footer {
	width: 800px;
	margin: 0 auto;
}
.FooterContent {
	background-image: url(images/footer-background.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	text-align: center;
	padding: 0 0 10px 0;
	color: #666;
}

#blanket {
	background-color:#111;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
	position:absolute;
	z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eee;
	width:300px;
	padding: 10px 15px;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	border: 5px solid #03C0FA;
}