/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: sans-serif;
	font-size: 11pt;
	background-image:url(images/imagebg1.png);
	background-repeat:no-repeat;
	background-position:50% 1%;
}
#header
{
text-align:center;
margin:0 auto;
}
.headerbg{
	background:url(images/bg.png); 
	height:60px;
	clear:both;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	width:auto;
	}
#page_con{
	width:900px;
	margin:0 auto;
	padding:30px 20px 50px 20px;
	border-color:#CCCCCC;
	position:relative;
	margin-top:180px;
	
}



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;
}

ul { 
	list-style-image: url(images/list.gif)}

.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;
	float:left;
	font-size: 11pt;
}

.testimonial {
	border: 1px solid #fae664;
	background: #ffffcc;
	margin: 0 auto;
	padding: 10px;
	width: 500px;
	overflow:auto;
}
.testimonial img{
	float:left;
	margin-right:10px;
	}
img{
	border:none;
	}
.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: 900px;
	height: auto;
	background-image:url(images/bg.jpg); 
	background-color: #FFF;
	background-repeat:repeat-y;
	background-position:center;
	margin-bottom:-13px;
	padding-bottom:15px;
}

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

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

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

.footer a:hover {
	margin: 0 auto;
	width: 900px;
	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;
}