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

*, html {
	margin: 0 auto;
	padding: 0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	width: 100%;
	height: 100%;
	background:url(../images/bg.jpg) repeat-x #5F60B0;
	font-weight: normal;
}
#header {
	width: auto;
	height: 235px;
	overflow: hidden;
	padding: 25px;
	background: url(../images/header.jpg) no-repeat;
}
#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 100px;
}
#bottom {
	width: 100%;
	height: 125px;
	background: url(../images/footer_out_bg.jpg) repeat-x;
}
#footer {
	width: 780px;
	padding: 27px 60px 15px 60px;
	background:url(../images/footer_bg.jpg) no-repeat center top;
	height: 120;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
}
#footer div{
margin: 7px 0 0 0;	
}
#footer div a {
text-decoration:underline;
font-weight: bold;
}
#footer div span {
	display: block;
	font-size: 10px;
	padding-top: 5px;
}
	
.centered {
	text-align: center;
}
.centeredblock{
	margin: 0 auto;	
}
small {
	font-size: 10px;
}
#footer a {
	font-weight: bold;
}
#content a, #content a:link, #content a:active, #content a:visited {
	color: #63F;
	font-weight: bold;
	text-decoration: underline;
}
a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #66C;
}
#content a:hover {
	color: #06F;
	text-decoration: none;
}
img{
	border: none;
}
.ordernow {
	display:block;
	width: 234px;
	height: 55px;
	margin: 240px 415px 0px;
}
h1, h2, h3, h4{
	float: none;
	clear: both;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #DE0000;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0pt;
	word-spacing: 0pt;
	line-height: 1.2;
}
h2 {
	font-family: arial,sans-serif;
	color: #DE0000;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0pt;
	word-spacing: 0pt;
	margin: 1em 0;
}
h3{
	font-family: arial,sans-serif;
	color: #DE0000;
	font-size: 1.2em;
	margin: 1em 0;
}
h4{
	font-family: arial,sans-serif;
	color: #333333;
	font-size: 1.2em;
	margin: 1em 0;
}
blockquote {
	margin: 0 25px;	
}
p {
	margin: 18px 0px;
}
ul {
margin: 0 20px;	
}
ul li{
	margin: 10px;
}
ul.custom li {
	display: block;
	list-style: none;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 30px;
	background: url(../images/tick.jpg) no-repeat 0 8px;
	margin: 0;
}
ol {
	margin: 0 40px;
}
ol li {
	padding: 5px;	
}
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px auto;
	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: 1px solid #fff;
	color: #669;
	background: #E8EDFF url('../table-images/gradback.png') repeat-x;
}
#gradient-style tr:hover td{
	background: #D9E1FF;
	border: none;
}
#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;
}
table.side{
	width: 160px;
	margin-left: 20px;
	border: 1px solid #ccc;
}
table.side td {
	padding: 10px;
	font-size: 0.85em;
}
div.testimonial {
	font-style: italic;
	margin: 10px auto;
	width: 500px;
	background:#F7EDFE;
	border: 1px solid #969;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 0 10px;
}
div.testimonial p:last-of-type{
	text-align: right;
	font-weight: bold;
}
.red {
	color: #C00;	
}
#content img {
	padding: 10px;
}
