body {
	margin:0px;
	padding:0px;
	background-color:#ddf;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Georgia,serif;
}

h1, h2, h3 {
	font-family:Tahoma,Verdana,Arial,sans-serif;
}
h1 {
	color:#d00;
	text-align:center;
	letter-spacing:-1px;
	margin:15px 20px;
}

.headline {
	font-size:20pt;
}

.tiny {
	color:#999;
	font-size:8pt;
	font-family:Arial,sans-serif;
	text-align:center;
	font-style:italic;
	margin:0px 25px 0px 25px;
}

.footer {
	text-align:center;
	font-size:8pt;
	font-family:Arial,sans-serif;
	margin-bottom:30px;
}
.disclaimer {
	text-transform:uppercase;
	color:#999;
	font-size:8pt;
	font-family:Arial,sans-serif;
}

#overlay {
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:10;
background:#000;
opacity:0.8;
}

#popover {
position:absolute;
top:50px;
left:75px;
width:550px;
z-index:20;
background:#fff;
border:5px dashed #f00;
padding:20px;
font-size:10pt;
}
#popover h1 {
	margin:0px;
}
#popover li {
	margin-bottom:10px;
	padding-right:30px;
}

.button_container {
	padding:5px;
	background:#f00;
	cursor:pointer;
	float:left;
}
.button_container:hover {
	padding:5px;
	background:#0f0;
	cursor:pointer;
	float:left;
}
.button_container input {
	cursor:pointer;
	font-size:16pt;
	width:325px;
}

.small_headline {
	color:#c00;
	font-family:Arial,sans-serif;
	letter-spacing:-1px;
	text-align:center;
}

.testimonial {
	margin:10px 100px;
	background:#ffa;
	border:1px solid #a60;
	font-family:Arial,sans-serif;
	padding:10px;
	text-align:left;
	font-size:10pt;
}
.testimonial h1 {
	font-family:Georga,serif;
	color:#a60;
	margin:0px;
}

.details {
	margin:10px 50px;
	border:2px solid #ccc;
	padding:20px;
}

#order2 {
	margin:20px 100px;
	border:5px dashed #c00;
}

.order_text {
	margin:0px 35px;
	text-align:justify;
}

.signature {
	font-size:40pt;
	color:#009;
	font-style:italic;
}

.newprice {
	font-size:16pt;
	color:#f00;
	font-weight:bold;
}

li {
	margin-bottom:10px;
}

.img_left {
	float:left;
	padding:5px;
	border:1px solid #ccc;
	margin-right:20px;
}
.img_right {
	float:right;
	padding:5px;
	border:1px solid #ccc;
	margin-left:20px;
}

.power_highlight {
	font-weight:bold;
	font-size:13pt;
	text-decoration:underline;
	color:#f00;
}

.authority {
	border-top:1px solid #ddd;
	padding:20px 5px 0px 5px;
	margin:20px 50px;
	color:#333;
	font-style:italic;
}
.authority_top {
	border-top:0px solid #ddd;
	padding-top:0px;
}
.authority img {
	margin-right:10px;
}
