@charset "utf-8";
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #aaaaaa;
	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;
}
#container  {
	width: 1000px;
	border: 1px solid #000000;
	text-align: left;
	height: auto;
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
}
#header  {
	background: #DDDDDD; 
	position: relative;
	width: 100%;
	z-index: 2;
	height: auto;
	top: 0px;
}

#headerContact {
	position:absolute;
	height:auto;
	z-index:3;
	text-align: center;
	background-color: #F5F5F5;
	font-size: small;
	vertical-align: middle;
	top: 5px;
	width: 300px;
	left: 690px;
}
.mainMenu {
	font-size: medium;
	background-color: #F5F5F5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	height: auto;
	width: 100%;
}
.mainContent h2 { margin-bottom:0
}
.mainContent  {
	position: relative;
	width: 100%;
	z-index: 2;
	top: 0px;
	min-height: 1000px;
	height: auto;
}
#homeMainContent  {
	background: #FFFFFF;
	background-image: url(../images/wallCalendar.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 25%13%;
	width: 100%;
	position: relative;
	height: 750px;
	z-index: 2;
}
#homeText1 {
	position: relative;
	width: 550px;
	height: auto;
	text-align: center;
	float: right;
	border-width: 0;
	right: 15px;
}
#homeText2 {
	position: relative;
	top: 480px;
	width: 500px;
	text-align: center;
	z-index: 2;
	float: left;
	left: 490px;
}
#apDiv1 {
	position:absolute;
	width:182px;
	height:64px;
	z-index:3;
	left: 79px;
	top: 379px;
}
#apDiv2 {
	position:absolute;
	width:auto;
	height:105px;
	z-index:3;
	left: 712px;
	top: 474px;
}
#apDiv3 {
	position:absolute;
	width:182px;
	height:64px;
	z-index:3;
	left: 359px;
	top: 595px;
}

.return {
	float: right;
	position: absolute;
	width: 224px;
	height: auto;
	z-index: 5;
	right: 5px;
	text-align: right;
	top: 150px;
	visibility: hidden;
}
.productList {
	font-size: medium;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	left: auto;
	top: 0px;
	z-index: 3;
	width: 100%;
	background-color: #F5F5F5;
	right: auto;
	top: 0px;
	margin: 0px;
}
#detailPopUp    {
	position: absolute;
	height: auto;
	min-height: 650px;
	background-color: #FFFFFF;
	width: 800px;
	top: 0px;
	left: 0px;
}
#detailRegion    {
	z-index: 5;
	position: absolute;
	height: auto;
	left: 20%;
	top: 155px;
	visibility: hidden;
	min-height: 650px;
	background-color: #FFFFFF;
	width: 800px;
}
#detailRegion2, #detailRegion3, #detailRegion4  {
	z-index: 5;
	position: absolute;
	height: auto;
	left: 20%;
	top: 155px;
	visibility: hidden;
	min-height: 650px;
	background-color: #FFFFFF;
	width: 800px;
}

.largeImage {
	visibility: hidden;
	z-index: 10;
	position: absolute;
	top: 0px;
	background-color: #FFFFFF;
	left: 300px;
	width: auto;
	height: auto;
}
#footer  {
	background:#DDDDDD;
	text-align: center;
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
} 
#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: 1.5em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footerMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	width: 50%;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footerLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
#orderMainContent  {
	position: relative;
	width: 75%;
	z-index: 2;
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.clickHere{
	color: #3333FF;
}
