/* CSS Document */
html {overflow-y: scroll;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #cbe8ff;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
#MotherOfAllDIVs {
	position:absolute;
	z-index:2;
	left: 50%;
}
#HeaderShad {
	position:absolute;
	z-index:2;
	left: -493px;
}
#TopBG {
	background-image: url(images/topbg.png);
	background-repeat: repeat-x;
}
#Logo {
	position:absolute;
	z-index:3;
	left: -478px;
	top: 1px;
}
#HeaderMenu {
	position:absolute;
	z-index:4;
	left: -488px;
	top: 115px;
	background-image: url(images/shadunder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 975px;
	height: 69px;
}
#BodyArea {
	position:absolute;
	width:975px;
	z-index:5;
	left: -488px;
	top: 184px;
	background-image: url(images/footerdivider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #118fd0;
	text-decoration: none;
}
a:hover {
	color: #118fd0;
	text-decoration: underline;
}

#BodyDIV {
	padding: 25px;
}
#TopMenu {
	position:absolute;
	width:200px;
	z-index:6;
	left: 287px;
	top: 14px;
}

.TitleUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	padding-bottom: 8px;
	padding-left: 11px;
}

.ProductPhoto {
	border:1px solid #cbe8ff;
	height:100px;
	width:100px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ProductPhoto img {
	border:1px solid #ffffff;
}
h1 {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #2978c4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-weight:bold;
	font-size:15px;
	padding:0px;
	margin:0px;
	margin-bottom:8px;
	color: #767676;
}
h3 {
	font-weight:bold;
	font-size:13px;
	padding:0px;
	margin:0px;
	margin-bottom:8px;
	color: #767676;
}
.textbody {
	text-indent: 20px;
	text-align: justify;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
}
li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

