/* CSS Document */
* { border: none; }

body {
	margin: 0px;
	padding: 0px;
	background: #c1cede url(images/body-bckg.png) repeat-x fixed 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	line-height: 150%;
	font-size: 12px;
}
a:link {
	color: #007770;
	border: none;
}
a:visited { color:  #868686; border: none; }
.style1 {
	color: #007770;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
}
/*.style2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/
.style3 { color: #FFFFFF }
.style4 {
	color: #FE0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style5 {
	color: #3A77A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.promo {
	background: #1E7771;
	padding: 10px;
	width: 400px;
	margin: auto;
	border: 1px dotted #FE0000;
}
.promo h2 {
	font-size: 18px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-weight: normal;
}
li {
	font-size: 12px;
	margin-bottom: 5px;
}

#slider {
	width: 600px; /* important to be same as image width */
	height: 350px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background: url(images/slider-bckg.gif) repeat-x;
}
#sliderContent {
	width: 600px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 384px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear { clear: both; }
.sliderImage span strong { font-size: 14px; }
.top {
	top: 0;
	left: 0;
	visibility: hidden;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { /* [disabled]list-style-type: none; */ }
#logo { float: left; }
#wrapper {
	background: url(images/wrapper-bckg.png) repeat-y;
	width: 860px;
	margin: 0 auto;
	position: relative;
}
#buy-now {
	position:absolute;
	left:752px;
	top:29px;
	width:107px;
	height:112px;
	z-index:1;
}
