@charset "utf-8";
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
}
#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background: url('./img/header.jpg') no-repeat top center #000000;
	width: 960px;
	height: 195px;
	margin: 0 auto;
}
#nav {
	width: 960px;
	height: 42px;
	background: #000000;
	margin: 0 auto;
}
#nav ul{
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 25px;
	list-style: none;
	list-style-type: none;
	text-align: center;
}
#nav ul li{
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	cursor: pointer;
}
#about{
	background: url('./img/about_off.jpg') no-repeat left center;
	width: 114px;
}
#about:hover{
	background: url('./img/about_on.jpg') no-repeat left center;
}
#howitworks{
	background: url('./img/howitworks_off.jpg') no-repeat left center;
	width: 221px;
}
#howitworks:hover{
	background: url('./img/howitworks_on.jpg') no-repeat left center;
}
#order{
	background: url('./img/order_off.jpg') no-repeat left center;
	width: 112px;
}
#order:hover{
	background: url('./img/order_on.jpg') no-repeat left center;
}
#testimonials{
	background: url('./img/testimonials_off.jpg') no-repeat left center;
	width: 209px;
}
#testimonials:hover{
	background: url('./img/testimonials_on.jpg') no-repeat left center;
}
#contact{
	background: url('./img/contact_off.jpg') no-repeat left center;
	width: 149px;
}
#contact:hover{
	background: url('./img/contact_on.jpg') no-repeat left center;
}
#ordernow{
	background: url('./img/ordernow_off.jpg') no-repeat left center;
	width: 187px;
	height: 41px;
}
#ordernow:hover{
	background: url('./img/ordernow_on.jpg') no-repeat left center;
}
#addtocart{
	background: url('./img/addtocart_off.jpg') no-repeat left center;
	width: 187px;
	height: 41px;
}
#addtocart:hover{
	background: url('./img/addtocart_on.jpg') no-repeat left center;
}
#viewcart{
	background: url('./img/viewcart_off.jpg') no-repeat left center;
	width: 155px;
	height: 41px;
}
#viewcart:hover{
	background: url('./img/viewcart_on.jpg') no-repeat left center;
}
#content{
	background: #000000;
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}
#quotes{
	background: #000000;
	width: 900px;
	height: 50px;
	border: 1px dashed #e84c80;
	padding: 5px;
	font-family: Georgia;
	color: #ffffff;
	font-size: 14pt;
	list-style-type: none;
}
#quotes blockquote{
	margin: 0px;
	text-align: center;
}
#quotes .slide{
}
#diagram {
	background: url('./img/howitworks_bg.gif') no-repeat left center #000000;
	width: 700px;
	height: 494px;
	margin: 0 auto;
	padding: 0px;
}
.author{
	text-align: right;
	color: #e84c80;
	padding-top: 20px;
}
.bottom {
	color: #999999;
	padding: 7px;
	text-decoration: none;
	background: #000000;
	font-weight: bold;
}
.bottom:hover{
	color: #e84c80;
	padding: 7px;
	text-decoration: none;
	background: #2e0f1a;
	font-weight: bold;
}
.topsites{
	font-size: 7pt;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.topsites:hover{
	font-size: 7pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #e84c80;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
.clear{clear: both; height: 0px; width: 100%;}
.fleft{float: left;}
.fright{float: right;}