/* ----------------------------------------
 Begin reset elements
---------------------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
	margin: 0;
	padding: 0;
}
ul, ol
{
	list-style: none;
}
fieldset, img
{
	border: none;
}
caption, th
{
	text-align: left;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
table td
{
	margin: 0px;
	padding: 0px;
}
form
{
	display: inline;
}
/* ----------------------------------------
 End reset elements
---------------------------------------- */

body
{
	font-family: verdana, sans-serif;
	font-size: 12px;
}
p
{
	margin-bottom: 12px;
}
h1
{
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #3b3b3b;
}
h2
{
	color: #000;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #383184;
}

h3
{
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

.content ul {
	padding-left: 30px;
	margin-top: 0;
	margin-bottom: 13px;
	list-style-type:disc;
}

.content li {
	padding-bottom: 7px;
}

div.cover
{
	position: relative;
	float: left;
	margin-left: 0px;
	width: 200px;
}

div#information
{
	position: relative;
	float: left;
	margin-left: 30px;
	margin-top: 0px;
	width: 700px;
}

div#information p
{
	color:#555;
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 14px;
}

img.spinner
{
	display: none;
	position: absolute;
	z-index: 1;
	top: 139px;
	left: 75px;
}

div.cover img.hover
{
	display: none;
}

div.cover div.meta
{
	display: none;
}

div.content
{
	margin: 0 auto;
	width: 934px;
	padding: 0 20px;
}

div#head
{
	height: 65px;
	padding-bottom: 5px;
	background-color: #fffcf1;
	border-top: 1px solid #fdd598;
	border-bottom: 1px solid #fdd598;	
}
div#container
{
	padding-top: 20px;
	padding-bottom: 10px;
	clear: right;
	height: 300px;
}
div#testimonials
{
	height: 115px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #fcfcfc;
	border-top: 1px solid #c2c1c7;
	border-bottom: 1px solid #c2c1c7;	
}
.testimonial-list
{
	position: relative;
	width: 260px;
	float: left;
	line-height: 12px;
	padding-right: 20px;
	font-size: 80%;
	color: #2b2b2b;
}
div#testimonials img
{
	float: left;
	margin-right: 10px;
}
div#offer
{
	height: 100px;
	display: block;
}
div#offer-list
{
	width: 380px;
	position: relative;
	float: left;
}
div#offer-list li
{
	font-size: 80%;
}
div#offer-buy
{
	width: 300px;
	position: relative;
	float: left;
}
.offer-text-small
{
	font-size: 80%;
	color: #999;
	padding-left: 4px;
	padding-top: 2px;
}
div#footer
{
	height: 55px;
	padding-top: 15px;
}
a
{
	color: #666;
}
a:hover
{
	color: #2b2b2b;
}
div#fullDocument
{
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}
div#fullDocumentHeader
{
	background-color: #555;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 820px;
	z-index: 4;
}
div#fullDocumentHeader img
{
	float: right;
	margin: 3px;
}
div#fullDocumentHeader h3
{
	float: left;
	margin: 7px;
}

div#fullDocumentContent
{
	background-color: #1b1c20;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 820px;
	z-index: 4;
}
div#fullDocumentContent img
{
	width: 800px;
	height: 766px;
}
div#fullDocumentFooter
{
	background-color: #eeeeee;
	border-top: #808080 1px solid;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 820px;
	z-index: 4;
}

div#fullDocumentFooter td, span
{
	color: #000;
	font-weight: bold;
}

div#fullDocumentMask
{
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
.text-small {
	font-size: 80%;
}
