@charset "utf-8";
/* CSS Document */

*{font-family:arial,helvetica,sans-serif,tahoma,verdana,geneva,lucida,"lucida grande";}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; outline: 0; }

body { 
	font: 9pt/17pt arial; 
	margin: 0px; 
	padding: 0px;
	height: 100%;
	outline: 0;
	}
	
.clear { 
	clear: both;
}
	
p {
	font-size: 14px; 
}
a { text-decoration: none; font-weight:bold; }

#container {
	display: block;
	margin:0 auto;
	width: 910px;
	margin-top: 72px;
}

#left {
	display: inline;
	float: left;
	width: 259px;
}

#right {
	display: inline;
	float: right;
	width: 598px;
}

h1 {
	display: block;
	width: 258px;
	height: 326px;
	background: url(../images/logo.gif);
	margin-bottom: 10px;
}

h1 a {
	display: block;
	width: 258px;
	height: 326px;
	text-indent: -5000px;
}

#pricing {
	display: block;
	width: 248px;
	height: 76px;
	background: url(../images/current-bg.gif);
	margin: 10px 0 20px 7px;
}
p#currently {
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	margin: 25px 0 0 22px;
}

p#current-price {
	display: inline;
	float: right;
	font-weight: bold;
	font-size: 3.4em;
	margin: 26px 22px 0 0;
}

p#order-now {
	display: block;
	width: 246px;
	height: 78px;
	background: url(../images/order-now.gif);
	margin-top: 20px;
	margin-left: 7px;
}
p#order-now a {
	display: block;
	width: 246px;
	height: 78px;
	text-indent: -5000px;
}

h2 {
	display: block;
	width: 596px;
	height: 102px;
	background: url(../images/adult-logo-design.gif);
	text-indent: -5000px;
}

#top {
	display: block;
	width: 590px;
	height: 15px;
	background: url(../images/top.gif);
	margin-top: 15px;
}

#bottom {
	display: block;
	width: 590px;
	height: 15px;
	background: url(../images/bottom.gif);
}

#middle {
	display: block;
	width: 550px;
	background: #ecede7;
	padding: 7px 20px 7px 20px;
	line-height: 16px;
}

#middle ul {
	
}
#middle ul li {
	margin: 20px 0 0 15px;
}
#middle ul li strong {
	font-size: 1.2em;
}
#middle ul li p {
	color:#72746a;
}
img { 
	margin: 35px 0 100px 25px;
}




























