*
{
padding: 0em;
margin: 0em;
}

body
{
background: #fff url(images/bg1.jpg);
padding: 35px 0px 35px 0px;
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

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

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
margin-left: -25px;
margin-right: 10px;
text-align: left;
font-size: 16px;
text-indent: 20px;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3
{
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
font-size: 1.4em;
padding-right: 34px;
text-align:center;
}

h4
{
font-size: 1.8em;
font-weight: lighter;
text-align: center;
color: #4AA803;
margin-bottom: 1em;
font-family: Impact;
margin-right:20px;
}

.contentarea
{
padding-top: 1.3em;
float: right;
width: 490px;
font-family: Verdana, Arial, Helvetica sans-serif;
font-size: 14px;
}

#leftColumn {
width: 180px;
float: left;
padding: 10px;
margin-left: -30px;
margin-top: 15px;
background:#2D396E;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
font-size:13px;
text-align:left;
}

#rightColumn {
width: 170px;
float: right;
padding: 5px 2px 15px 5px;
margin:-3px -30px auto 5px;
background:#2D396E;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
font-size:13px;
text-align:left;
}

.sideBar {
background: #ffc;
border: dashed 2px #800;
padding: 6px;
float: right;
width:200px;
margin-right: -30px;
margin-left: 5px;
}

.sideBar h4	{
font-size: 1.3em;
margin:auto auto 10px auto;
}

.sideBar p	{
font-size: 13px;
margin-left:0;
margin-right:0;
text-indent:10px;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url(images/border02.gif) repeat-x;
height: 14px;
margin: 2.0em 3.5em 1em 3.5em;
clear: both;
}

.divider2
{
position: relative;
background: #fff url(images/border3.gif) repeat-x;
height: 14px;
margin: 1em 3.5em 1.5em 3.5em;
clear: both;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 340px;
background:  url(images/bg2.jpg) repeat-x;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
width: 760px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 43px;
background: #2B2B2B url(images/topbg.gif) repeat-x;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: .3em;
}

#headercontent h2
{
font-size:17px;
line-height:18px;
font-weight: normal;
color: #eee;
}

#headerpic
{
position: relative;
background: #fff;
margin-bottom: 5px;
}

#headerpic h1
{
color:#000000;
font-family: Impact;
text-align:center;
font-size: 43px;
padding-right: 285px;
font-weight:normal;
padding-top:0px;
}

.headerHighlight
{
color:#c00;
font-family: Impact;
font-weight:normal;
}

#orderList {
float: right;
margin-top: 10px;
}

#orderList ul li {
background:none;
margin-bottom:8px;
list-style:none;
}

#orderList ul li a{
background: url(images/buttonbg01.gif) no-repeat 4px 3px #79C70E;
padding: 5px;
padding-left: 30px;
margin:0px;
display: block;
width:120px;
text-decoration: none;
color:#000;
border-bottom: solid 2px #fff;
}

#orderList ul li a:hover{
border-bottom: solid 2px #c00;
background: url(images/buttonbg1.gif) no-repeat 4px 3px #2D396E;
color:#FFFAE6;
}

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: 35px;
	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: 22px;
}	

#menubottom
{
background: #fff url(images/border1.jpg) repeat-x;
height: 14px;
margin-bottom: .2em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

div.contentarea ul {
	list-style-type: none;
	margin-left: 0px;
}

div.contentarea ul li {
	background: url(images/buttonbg3.gif) no-repeat;
	margin: 0em 3.5em 1.5em 1.5em;
	font-size: 16px;
	padding-left: 2em;
}

div.contentarea ol li {
	margin: 0em 3.5em 1.5em 3.5em;
	font-size: 16px;
}

.ordertop_ul li {
	background: url(images/buttonbg3.gif) no-repeat;
	margin: 0em 3.5em 1.5em 3.5em;
	font-size: 14px;
	padding-left: 2em;
}				

.check_ul li{
	background: url(images/chick1.jpg) no-repeat;
	margin: 0em 3.5em 1.5em 1.5em;
	font-size: 16px;
	padding-left: 2em;
}		

#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url('images/border2.jpg') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

.bold1 
{
font-weight:bold;
font-size:15px;
}

div#praise	{
width:450px;
margin:auto auto 20px auto;
border:2px dashed #000;
background:#ffffba;
padding:5px;
}

div#praise h4	{
	margin:auto auto 15px auto;	
}

div#praise p	{
	margin:auto 5px 15px 5px;	
}

.redFont	{
	color:#FF0000;
}

ul.headerList {
	list-style-type: none;
	display:block;
	width:550px;
	margin:15px auto;
}

ul.headerList li {
	background: url(images/buttonbg3.gif) no-repeat;
	margin:auto 50px 20px 5px;
	font-size: 17px;
	padding-left: 2em;
}
