/* CSS for FireFox */
html,body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #666666;
	background: url(../images/bg.jpg);
}
.container {
	width: 800px;
	margin: 0 auto;
}
:link images {
  border: none;
}

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

.header1 {
	width: 720px;
	height: 54px;
	background: url(../images/header1.jpg);
	font-family: Verdana;
	color: #000;
	font-size: 12px;
	text-align: left;
	padding: 7px 61px 3px 60px;
	cursor: default;
}

.header1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.header1 a:hover {
	text-decoration: underline;
}

.header2 {
	width: 675px;
	height: 95px;
	background: url(../images/header2.jpg) bottom left repeat-x;
	font-family: Book Antiqua, Times New Roman;
	font-weight: bold;
	padding: 5px 50px 50px 60px;
	cursor: default;
	font-size: 14px;
}

.header2 h1	{
	font-size: 36px;
	text-align: center;
	color: #900;
}	

.content {
	min-height: 250px;
	background: url(../images/background.jpg);
	color: #666666;
	text-align: left;
}
.content h1 {
	font-family: Verdana;
	font-size: 18px;
	padding: 10px 60px 0px 60px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	color: #900;
	cursor: default;
}
.content p {
	font-family: Verdana;
	font: 14px;
	padding: 5px 80px 7px 80px;
	margin: 0px;
	cursor: default;
	color: #333;
	text-indent: 2em;
}
.content a {
	color: #666666;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}

div#leftCo 	{
	float: left; 
	width: 190px; 
	border:solid 1px #33CC00; 
	margin-left: 51px; 
	margin-right: 20px; 
	padding: 10px; 
	background:#66CC66; 
	color: #000; 
	font: 14px/15px Arial, Helvetica, sans-serif;
}	

div#rightCo 	{
	float: right; 
	width: 400px; 
	padding: 10px;
	margin-right: 90px; 
	background: #fff;
}	

div#rightCo p {
	width: 98%;
	padding-left: 0px;
}	

div#leftCo p {
	width: 95%;
	padding-left:10px;
	padding-right:5;
	text-indent:0px;
	color:#000;
	line-height: 16px;
}	

div#orderNow {
	text-align:center;
}

.leftHTxt {
	text-align: center;
	font-size:16px;
	font-weight: bold;
	display: block;
	margin: 10px auto;
}	


.box2 {
	width: 400px;
}	

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

.bottom {
	height: 20px;
	background: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	cursor: default;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
h2 {
	text-align:center;
	color:#000099;
	padding-right:80px;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}