@charset "utf-8";

html, body {
	margin:0;
	padding:0;
	background: #FFF;
}

body{
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;	
}

* html body #middle table { font-size: 1.0em;}

div, p, table, th, td, li, .normal {font-size: 1.0em;}

h1, h2, h3, h4, h5, h6, p { margin-top: 0;}

.small { font-size:0.9em}

a, a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight:bold;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 1.1em;	
	font-weight:bold;	
}

a.backtohome, a.backtohome:link, a.backtohome:visited {
	color: #336699;
	text-decoration: none;
	font-weight:normal;
}

a.backtohome:hover {
	color: #660033;
	text-decoration: underline;
	font-weight:normal;	
}

h1 { font-size: 2em; color: #CC0000; font-weight: bold;}
h2 { font-size: 1.4em; color: #036; font-weight: bold;}
h3, .heading { font-size: 1.3em; color: #069; font-weight: bold;}
h4, .subheading { font-size: 1.2em; color: #069; font-weight: bold;}
h5, .subsubheading { font-size: 1.1em; color: #069; font-weight: bold;}
h6 { font-size: 1.0em; color: #069; font-style: italic;}

#container {
	width: 650px;
	background: #FFFFFF;
	margin: 5px auto 0 auto;
	border: 1px solid #1286EB;
	text-align: left;
}

#header {
	background: #FFFFFF; 
}

#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}

#footer { 
	clear: both;
	margin-top:20px;
	font-size: 0.9em;
	background: #6C8EB0 url("../images/footer.gif") no-repeat scroll left top;}

#footer .content {
	padding: 6px 5px 6px 170px;
	color: #FFF;
}

img {
	border: 0;
}

.sales_headline { color:#FF0000; font-size:1.1em; font-weight:bold}

.bulletbox {
	padding: 4px 6px 4px 6px;
	border: 1px solid #1A89EE;
	background: #FFFFFF none;
	width: 75%;
}

.sellbox {
	padding: 6px 6px 6px 6px;
	border: 2px dashed #CC0000;
	background: #FFFFFF none;
	width: 75%;
}

ul { text-align: left}

ul.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 10em
}


.fltlft { 
	float: left;
	margin-right: 8px;
}

