* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
h1 a {
	width: 44px;
	height: 54px;
	background: url(images/h1_img.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
h2 {
   color: #d60000;
   font-size: 1.6em;
   letter-spacing: -1px;
   margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
a {
	color: #3f050c;
}
a:hover {
	color: #dcdbdb;
}
p {
	margin-bottom: 1.2em;
}
.indent {
	margin-left: 3em;
}
.underline {
	text-decoration: underline;
}
.highlight {
	background: yellow;
}
.clear {
	clear: both;
}
body {
	font-family: Helvetica, Arial, San-serif;
	font-size: 62.5%;
	color: #2a2a2a;
}
html>body {
	font-size: 10px;
}
#topwrapper {
   background: url(images/top_bg.jpg) no-repeat 50% 0%; 
	width: 100%;
	height: 556px; 
	margin: 0 auto;
	padding-top: 120px;
}
#midwrapper {
   background: url(images/middle_bg.jpg) repeat-y 50% 0%; 
   width: 100%;
   height: 520em;
	margin: 0 auto;
	text-align: center;
}
#bottomwrapper {
   background: url(images/bottom_bg.jpg) repeat-y 50% 0%; 
   width: 100%;
   height: 258px;
	margin: 0 auto;
}
#content {
	width: 600px;
	font-size: 1.3em;
	margin: 0 auto;
}
#content ul {
	display: block;
}
#content ul li {
	margin-bottom: 0.6em;
	background: url(images/bullet_img.gif) no-repeat;
	display: inline;
	padding-left: 38px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
	width: 93%;
}
div.testimonial {
   width: 93%;
   padding: 20px;
   padding-bottom: 15px;
   margin-bottom: 1.2em;
   display: block;
   float: left;
	background-color: #fff9db;
	border: 2px dashed #d60000;
	font-style: italic;
}
div.testimonial p strong {
	float: right;
}
div.guarantee {
	text-align: center;
} 
div.guarantee h3 {
	margin-top: 5px;
	font-style: italic;
}
div.guarantee p {
	text-align: left;
}
div.buy {
   text-align: center;
}
div.buy form {
	width: 223px;
	height: 98px;
	margin: 0 auto;
}
.copyrightinfo {
   display: block;
   padding-top: 472em;
   font-size: 1.1em;
   color: #8c8c8c;
}

/* Member Area */
body#member #midwrapper {
   height: 3em;
}
body#member .copyrightinfo {
   padding-top: 1em;
}
body#member h2 {
	text-align: center;
}
body#member a:hover {
	color: #2a2a2a;
	text-decoration: none;
}

form#userlogin {
	width: 250px;
	padding: 20px;
	font-weight: bold;
	margin: 0 auto;
	border: 1px dotted #3f050c;
}
form#userlogin label {
	width: 250px;
	display: block;
	height: 26px;
	margin-bottom: 3px;
}
form#userlogin label span {
   float: left;
   padding-top: 4px;
}
form#userlogin label input {
   border: 1px dotted #3f050c;
   height: 18px;
   width: 170px;
   padding: 2px;
   float: right;
   color: #2a2a2a;
}
input#submitbutton {
	width: 250px;
	height: 30px;
	margin-top: 5px;
	background-color: #3f050c;
	border: 1px solid #3f050c;
	color: #fff9db;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}
input#submitbutton:hover {
	cursor: pointer;
}


