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

html, body {
	background: url(images/bg.jpg) #999;
	text-align:center;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#ctc {
	position:					absolute;
	top:						0;
	left:						0;
	width:						140px;
	height:						14px;
	background-color:			#ddd;
	padding:	                0;
	margin:                     0;
	font-size:					10px;
	text-align:					center;
}

.wrapper {
	width: 800px;
	text-align: center;
	margin:0px auto;
	padding:0px;
}

.nav {
	text-align: right;
	width: 100%;
	height: 11px;
}

.nav ul li {
	list-style: none;
	display: inline;
	margin: 0px;
}

.nav ul li a{
	color: #660000;
	background:#FFFF9D;
	text-decoration: none;
	padding: 1%;
	font-weight: bold;
	font-size: 12px;
	border:#009900 1px solid;
}

.nav ul li a:hover, .nav ul li a#active{
	color:#FFCC00;
	background:#008400;
	border:#009900 1px solid;
}

.header {
	background: url(images/header1.jpg) #406795;
	color:#000;
	font-weight: bold;
	width: 790px;
	height: 40px;
	margin-top: 15px;
	padding: 2px 2px 2px 8px;
	text-align: left;
}

.content{
	background: #fff;
	color: #800;
	text-align: left;
	margin:0px auto 0px auto;
	//margin-top: -12px;
	padding: 0px 0px 10px 0px;
}

.content h1 {
	color:#000000;
	text-align: center;
	font-size: 35px;
	width: 700px;
	margin: auto;
	margin-top: 0px;
	padding-top:0px;
}	

.content h2 {
	color: #000;
	text-align: center;
	font-size: 20px;
	width: 700px;
	margin: 10px auto;
}	

.content a{
	color: #800;
	text-decoration: underline;
}

.content a:hover{
	color: #fff;
	background-color: #800;
}

.content h3{
	text-align:left;
	text-decoration: underline;
	padding-top: 2%;
}

#box_right {
	float: right;
	width: 560px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	color: #000;
}

#box_right p {
	text-indent: 25px;
}	

#box_right h3 {
	text-align: center;
	text-decoration: none;
	color: #660000;
	margin: auto;
	width: 80%;
}

.boxList1 ul li {
	padding: 10px;
	padding-left: 50px;
	list-style-type: none;
	background: url(images/check1.jpg) 0px 5px no-repeat;
	margin: auto;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}	

.boxList2 ul li {
	padding: 20px;
	padding-left: 50px;
	list-style-type: none;
	background: url(images/check12.jpg) 0px 5px no-repeat;
	margin: auto;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}	

#orderNow {
	margin: 20px auto;
	text-align: center;
}	

#orderNow a {
	border: none;
	background: #fff;
}	

#box_left{
	float: left;
	width: 180px;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	background:#B3EA80;
	color:#1F3709;
}

#box_left a {
	background: #292929;
}
	
.leftHTxt {
	font-size: 15px;
	display: block;
	text-align: center;
	font-weight: bold;
}	

.footer{
	background: #449BC6;
	height: 40px;
	color: #000;
	width: 800px;
	text-align: center;
	background: url(images/header1.jpg) #406795;
	font-size: 12px;
}

.footer p {
	padding-top: 10px;
	margin-top: 0px;
}	

.footer a{
	color: #000;
	text-decoration: underline;
}

.footer a:hover{
	color: #ccc;
}

/* CSS Document */

