@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0 auto;
	padding: 0 auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	width: 100%;
	height: 100%;
	background:url(../images/bg.jpg) repeat-x #C0DFFE;	
}
#header {
	width: auto;
	height: 270px;
	overflow: hidden;
	background: url(../images/header.jpg) no-repeat;
	padding: 25px;
}
#container {
	width: 900px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}
#content {
	height: 100%;
	width: auto;
	background:url(../images/content_bg.jpg) repeat-y center;
	padding: 10px 85px;
}
#bottom {
	width: 100%;
	height: 125px;
	background: url(../images/footer_out_bg.jpg) repeat-x;
}
#footer {
	width: 780px;
	padding: 26px 60px 15px 60px;
	background:url(../images/footer_bg.jpg) no-repeat center top;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
}
.centered {
	text-align: center;
}
small {
	font-size: 10px;
}
#footer a {
	font-weight: bold;	
}
a, a:link, a:active, a:visited {
	color: #039;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
a:hover {
	color: #09F;	
}
img{
	border: none;
}
.ordernow {
	display:block;
	width: 234px;
	height: 55px;
	margin: 240px 415px 0px;
}
h1 {
	color: #C00;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px;
	font: Impact;
}
h2 {
	color: #06F;
	font-weight:bold;
	margin: 30px 0 5px 0;
}
p {
	line-height: 24px;	
	margin: 14px 0px;
}
ul.custom li {
	display: block;
	list-style: none;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 30px;
	background: url(../images/house_bullet.jpg) no-repeat 0 3px;
}
ol {
	margin: 0 40px;
}
ol li {
	padding: 5px;	
}
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #E8EDFF url('../table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #E8EDFF url('../table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #E8EDFF;
	font-size: 12px;
	color: #99c;
}
img{
border: none;
}
table td {
	padding: 5px;
}
table.guarantee {
	padding: 5px;
	background: url(../images/guarantee_bg.jpg) #ffee77 repeat-x;
	height: auto;
	width: 550px;
	border: 1px solid #FFDD1C;
	text-align: center;
	margin: 0 auto;
}

