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

body {
	background:#007246;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:18px;
	margin:20px auto;
}
#ctc {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:12px;
	background-color:#ddd;
	padding:0;
	margin:0;
	font-size:9px;
	text-align:center;
}
#mainTbl {
 	background:#fff;
	width:750px;
	border:0;
	margin:20px auto;
}	
#mainTbl td {
	border:0;
	vertical-align:top;
}
#preHead {
	height:60px;
	background-color:#627025;
	color:#fff;
	font-weight:bold;
	padding:15px;
	font-size:12px;
}
#headLine {
	margin:10px auto;
 	text-align:center;
	width: 550px;
}
#subHead {
	margin:50px auto;
	width:550px;
}
#subHead ul li {
 	padding-top:10px;
}
#leftColumn {
	background:#6B754F;
	width:200px;
	text-align:center;
	font-size:12px;
}
#leftColumn p {
	text-align:left;
	margin:8px;
	color:#fff;
}
#mainContent {
	margin: 0 20px;
}
#mainContent p {
	text-indent:2.4em;	
}
#contentList {
	margin:10px auto;
	width:494px;
}
#contentList ul li {
 	padding-top:8px;
}
#bonus li {
 	padding-top:8px;
}
#footer {
	height: 20px;
	text-align:center;
	color:#ddd;
	font-size:9px;
	background:#627025;
}
.blue {
	color:#00f;
}
.bold {
 	font-weight:bold;
}
.green {
	color:#2F7115;
}

.red	{
	color:#FF0000;
}
.emStrong {
	font-weight:bold;
	font-style:italic;
}

ul li	{
	padding: 8px;
}

ul#List1, ul#List2, ul#List3, ul#List4, ul#List5, ul#List6, ul#List7, ul#List8 	{
	list-style-image: url(images/bullets2.gif);
}


div#order	{
	padding:10px 0;
	margin: auto;
	clear:both;
}
div#order a.order-now, div a.order-now	{
	display: inline-block;
	padding: 5px 0 10px;
	width: 220px;
	margin: 0 0px 0 12px;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	font-size: 34px;
	color: #F4F4F4;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
}

div#order a.order-now:hover, div a.order-now:hover	{
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	-moz-box-shadow: inset 0px 1px 3px #000;
	-webkit-box-shadow: inset 0px 1px 3px #000;
	box-shadow: inset 0px 1px 3px #000;
	text-shadow: 1px 2px 1px #000;
}

div#order a.order-now:active, div a.order-now:active	{
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

div#order a.order-now span, div a.order-now span	{
	font-size: 25px;
}






