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

*, html {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 100%;
	background:url(../images/bg.jpg) repeat-x #B6E4FE;
	
}
#header {
	width: auto;
	height: 425px;
	overflow: hidden;
	padding: 25px;
	background: url(../images/header.jpg) no-repeat;
		float: none;
	clear: both;
}
#container {
	width: 900px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	float: none;
	clear: both;
}
#content {
	height: 100%;
	width: auto;
	background:url(../images/content_bg.jpg) repeat-y;
	padding: 5px 55px;
	float: none;
	clear: both;
}
#footer {
	width: auto;
	padding: 40px 60px 5px 60px;
	background:url(../images/footer_bg.jpg) no-repeat;
	height: 85px;
	overflow: hidden;
	float: none;
	clear: both;
}
.centered {
	text-align: center;
	margin: 0 auto;
	}
.centeredblock {
	margin: 0 auto;
}
.copyright{
margin-top: 30px;
margin-bottom: -10px
}
small {
	font-size: 10px;
	color: #fff;
}
a, a:link, a:active, a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
img{
	border: none;
}
img.ordernow {
	width: 234px;
	height: 55px;
	margin: 240px 415px 0px;
}
h1,h2,h3,h4,h5{
	font-family:Verdana, Geneva, sans-serif;
}
h1 {
	color: #C00;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 36px;
}
h2 {
	color:  #009;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 30px;
}
p {
	line-height: 24px;	
	margin: 5px 0px 15px 0px;
}
ul{
	margin: 5px 0px 15px;
	text-align: left;
	text-indent: 2px;
}
ul li {
	display: block;
	list-style: none;
	height: auto;
	padding: 5px 0px 5px 30px;
	background: url(../images/tweeter_bullet.png) no-repeat 0 5px;
	line-height: 24px;
	overflow: hidden;
}
#container #content .centered black {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
}

hr{
	width: 90%;
	height: 1px;
	color: #999;
}
td h1{
	float: left;
}
h4{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
		
}
.valuedat{
	float: left;
	margin-top: 20px;
	background:url(../images/valuedat.jpg) no-repeat #ffffff;
	padding: 20px 20px 10px 10px;
	width: 83px;
	height: 22px;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.test .top {
	background:url(../images/test_top.jpg) no-repeat bottom left;
	width: 355px;
	height:6px;
	padding: 10px 0;
	overflow: hidden;
}
.test .body {
	background: url(../images/test_body.jpg) repeat-y top left;
	width: 315px;
	height: auto;
	overflow: hidden;
	padding: 0px 20px;
}

.test .bot {
	background:url(../images/test_bot.jpg) no-repeat top left;
	width: 355px;
	height:40px;
	padding: 10px 0;
	overflow: hidden;
}
.test{
	width: 355px;
	height: auto;
	overflow:hidden;
	margin: 10px 0px 10px 20px;

}
.test p{
	color:#036;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-style: italic;
}
.test a:link, a, a:active,a:visited{
	color: #009;
	text-decoration: underline;
}
.test a:hover{
	color: #009;
	text-decoration: none;
}
.test p.sign {
	width: auto;
	text-align: right;
	color: #666;
	font-size:12px;
}
.floatright {
	float: right;
}
#container #content .centered black {
	color: #000;
}
.headingblack {
	color: #000;
}
.red {
	color: #F00;
}
.indent {
	text-indent: 10%;
}
hr{
	margin: 0 auto;
	height: 1px;
}
table td {
	padding : 10px;	
}
blockquote {
	margin: 0px 30px;	
}