body
{
	font-family: arial;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../images/mainBg.gif) top left repeat-x;
	text-align: center;
}

#mainDiv
{
	min-width: 900px;	
}

#menuDiv
{
	position: absolute;
	top: 33px;
	left: 0px;
	width: 800px;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#menuDiv a
{	
	background: url(../images/btnBg.gif) top left no-repeat;
	width: 112px;
	height: 37px;
	display: block;
	padding: 14px 0px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#headerDiv
{
	height: 70px;
	position: relative;
	min-width: 750px;
}

#topEmail
{
	position: absolute;
	top: 0px;
	left: 3px;
}

#topEmail a
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#topDate
{
	position: absolute;
	top: 0px;
	right: 3px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#flag
{
	position: absolute;
	top: 16px;
	right: 0px;
}

#bannerDiv
{
	height: 120px;
	margin: 4px;
	min-width: 980px;
}

*html #bannerDiv
{
	width: 980px;
	margin: auto;
}

#logo1
{
	float: left;
}

#flash
{
	float: right;
}

#contentDiv
{
	margin: 4px;
	font-size: 12px;
	min-width: 980px;
	text-align: left;
}

*html #contentDiv
{
	width: 980px;
	margin: auto;
}

#footerDiv
{
	font-size: 11px;
	color: #000000;
	float: right;
	clear: both;
	width: 210px;
	text-align: right;
	margin-right: 3px;
}

#footerDiv a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#footerDiv a:hover
{
	color: #333333;
	text-decoration: underline;
}

#storeMenu
{
	border-bottom: 1px solid #000000; 
	text-align: right; 
	font-size: 11px; 
	padding: 3px;
}

#storeMenu a
{
	color: #e33131;
	font-weight: bold;
}

#storeMenu a:hover
{
	color: #333333;
}

#storeLeftSideBar
{
	float: left;
	width: 210px;
	background: #ffffff;
}

#storeRightSideBar
{
	float: right;
	width: 210px;
	background: #ffffff;
}

.storeBox
{
	border: 1px solid #000000;
	width: 200px;
	margin-bottom: 12px;
}

.storeBoxHeader
{
	background: url(../images/boxHeaderBg.gif) top left repeat-x;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 4px;
}

#storeBrowseList ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#storeBrowseList li
{
	border: 0px;
	margin: 4px 0px;
	padding: 0px;
}

#storeBrowseList li li
{
	margin-left: 15px;	
	background: #eeeeee;
	border: 1px solid #000000;
	padding: 3px;
	width: 80%;
}

#storeBrowseList a
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#storeBrowseList li li a
{
	font-weight: normal;
	font-size: 11px;
}

#storeLoginBox, #storeSearchBox
{
	margin: 4px;
}

#storeLoginBox input, #storeSearchBox input
{
	border: 1px solid #000000;
	background: #e4e4e4;
}

#storeLoginBox button, #storeSearchBox button, #storeSearchBox submit
{
	background: url(../images/loginBtn.gif) top left no-repeat;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	margin: 4px 0px;
	width: 80px;
	height: 26px;
	text-transform: uppercase
}

#storeLoginBox a, #storeSearchBox a
{
	font-size: 10px;
	color: #e33131;
	text-decoration: none;
}

#storeContent
{	
	margin-right: 220px;	
	margin-left: 220px;	
	min-width: 500px;
}

#storeBoxesContainer
{
	width: 90%;
}

#storeBoxesContainer a
{
	text-decoration: none;
	color: #000000;
}

.homepageCategoryListing
{
	border: 0px;
	width: 500px;
}

.homepageCategoryItem
{
	float: left; 	
	margin: 2px;
	padding: 2px;
	width: 150px;
	height: 120px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #000000;
}

.homeCategoryPic
{
	width: 80px; 
	height: 80px;
	margin: auto; 
	border: 1px solid #000000; 
	margin-top: 4px;
}