body { padding: 0; margin: 0; background:#36699b; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; background-attachment:fixed;}
#ctc {
	position:					absolute;
	top:						0;
	left:						0;
	width:						125px;
	height:						14px;
	background-color:			#ddd;
	padding:	                0;
	margin:                     0;
	font-size:					10px;
	text-align:				    left;
	z-index: 5;
}
#preHead	{
	border-radius: 35px 35px 0px 0px; 
	-moz-border-radius: 35px 35px 0px 0px; 
	-webkit-border-radius: 35px 35px 0px 0px;
	background: #FFEFBD;
	width: 800px;
	margin: 0px auto 0;
}
#preHead-padding	{
	padding: 15px 60px 5px;
}

#preHead-padding p	{
	padding: 5px 20px;
	background: #3A6B9C;
	font-size: 19px;
	color: white;
	text-shadow: 0px 2px 0px #224f7c;
}
#wrapper{padding:0; margin: 0;}
#maintable{ border:0; width:800px; background-color:#ffffff;}
#leftcol { width: 25%; background-color:#97b1d0  ; font-family:Arial, Helvetica, sans-serif; padding: 10px; }
#rightcol { width:75%; background-color: #ffffff; font-family:Arial, Helvetica, sans-serif;}
#rightcol p	{font-size:17px;}
#rightcol li	{font-size:17px;}
#contentMain{padding:10px 5px;  }
#contentMain p{text-indent:20px; margin:20px;  }
#contentMain h1 {text-align:center; color: #6c0606; background-color:ffffff; }
.textdecor {text-decoration:blink;}
.name{font-weight:normal; color: #000000;}
.name1{font-weight:normal;font-style:italic; color: #ffefbd;}
li{font-family:Arial, Helvetica, sans-serif ; font-weight: normal; font-size:14px;padding:10px; list-style-position:inside;}
.box { height:20px;} 
.header1 {padding: 0; border: 0; }
.header2 {padding: 0; border: 0; }
.word{font-weight:bold;}
.bg{ background-color: #ffffff;}
.click {text-decoration:none;}
.subheader {color:#000; font-weight:bold; font-size: 18px;  padding:0 15px;   }
.button { font-weight:bold; color:#6c0606;}

#floatMess {
		position:absolute;
		top:3px;
		float:left;
		width:97%;
		border:1px solid #999;
		background-color:#FFD016;
		color:#000;
		padding:5px 5px 5px 25px;
		text-align:center;
		font-size:15px;
		font-weight:bold;
		text-decoration:blink;
		}

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: 250px;
	margin: 0 0px 0 12px;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	font-size: 38px;
	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;
}