/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: sans-serif;
	font-size: 11pt;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;

}
/*#header
{
text-align:center;
margin:0 auto;
}*/
.headerbg{
	background:url(images/header.png); 
	height:217px;
	clear:both;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	width:721px;
	
	}
#page_con{
	width:707px;
	margin: 0 auto;
	border-color:#CCCCCC;
	margin-bottom:30px;
	
}



h1 {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	color: red;
	font-size: 22pt;
	text-align: center;
}

h2 {
	
	color: #044778;
	font-size: 16pt;
	text-align: center;
}

p {
	margin: 10px 50px;
}

ol {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 50px;
	line-height:40px;
	}

.bold {
	font-weight: bold;
}

.highlight {
	margin: 0 auto;
	width: 530px;
	color: red;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.list {
	margin: 0px 0px 0px 35px;
	width: 500px;
	font-size: 11pt;
	background-image:url(images/blue.jpg);
	padding-right:81px;
	margin-right:15px;
	height:360px;
}

.testimonial {
	border: 1px solid #fae664;
	background: #ffffcc;
	margin: 0 auto;
	padding: 10px;
	width: 500px;
}

.ordernow {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	color: blue;
}

.ordernow a {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	color: blue;
}
.ordernow a:hover {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#outer {
	margin: 0 auto;
	width: 701px;
	height: auto; 
	background-color: #FFF;
	margin-bottom:-13px;
	padding-bottom:15px;
	border:solid;
	border-color:#7cd0f6;
	margin-left:7px;
}

#box {
	border: 1px solid #000;
	background: #e1fac8;
}

.footer {
	margin: 0 auto;
	width: 707px;
	height: 20px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.footer a {
	margin: 0 auto;
	width: 707px;
	color:#FFFF33;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	margin: 0 auto;
	width: 707px;
	height: 20px;
	color: #fff;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	float: top;
}

#copyright {
	margin: 0 auto;
	width: 652px;
	height: 20px;
	color: #000;
	text-align: center;
	font-size: 10pt;
	float: top;
}
.footer { 
	background:url(images/footerbg.jpg); 
	height:60px;
	clear:both;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
}