﻿html, body
{
	margin: 0;
	padding: 0;
	margin: 0 auto;
	background: #fff url(images/bg.gif) top left repeat-x;
}

#container 
{
	margin: 0;
}

#wrapper {	
	width: 800px;	
	text-align: left;	
	margin: 0 auto; 
	padding: 0;	
}

#header {	width: 800px; padding-top: 60px; }
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #fefefe;
	letter-spacing: -1px;
	text-align: center 
}

#content {	font-family: Arial, Helvetica, sans-serif;	line-height: 22px;	font-size: 16px; } 


#footer p {
	margin: 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aaa;
	line-height: 16px;
	text-align: center;
}

small {font-size: 0.9em; line-height: 1.5em;}

h4 {
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
letter-spacing: -1px;
font-size: 1.2em;
line-height: 100%;
color:#05588F;
font-style:italic; }
a img {
	border: 0;
}

a {
	color: #00a;
}
a:hover {
	color: #a00;
	text-decoration: underline;
}

.clear {clear: both;}


#footer a { color: #999; text-decoration: none;}
#footer a:hover {text-decoration: underline;}



/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */







.hr {
	height: 10px;
	margin: 1em 0;
	padding: 0;
	background: url(images/hr.gif) 50% 50% no-repeat;
}


.rightpicture
{
	float: right;
	margin: 5px 0px 5px 5px;
	position: static;
	border-width: 0px;
}

.leftpicture
{
	float: left;
	margin: 5px 5px 5px 0px;
	position: static;
	border-width: 0px;
}

.box
{
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafad2;
	color: #505050;
	line-height: 1.5em;
	width: 60%;
	font-size: .8em;
	display: block;
	margin: 10px auto 10px auto;
}

.couponbox 
{
	margin: 0px auto -1px auto;
	display: block;
	border: 3px dashed #000033;
	width: 450px;
	height: 250px;
	text-align:center;
	background-color:#FFFFCC;
	padding:10px;
}

li.secure {
	font-size: .8em;
	padding: 5px 25px 25px 55px;
	background: url(images/lock.png) no-repeat 8px 6px;
	color: #000000;
	list-style-type: none;
}
