/* Layout Stylesheet */ 
a:link {
	color: #981418;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #981418;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #981418;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #981418;
	font-weight: bold;
}
body {
 margin:20px;
 background:#EDEDED;
 color: #333333;
 text-align:center;
 padding:0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }

#outer {
	text-align:left;
	border:10px solid #fff;
	width:766px;
	margin:auto;
 }

#hdr {
	height:85px;
	background:#fff;
	color: #FFF;
 }

#bar {
	height:145px;
	background:#fff;
	color: #333333;
	border-width:0;
	padding-top:30px;
	padding-bottom: 2px;
 }
 
 #menu {
	height:22px;
	background:#981418;
	color: #333333;
	position:absolute;
	z-index:600;
	width:766px;
 }

#bodyblock {
	position:relative;
	background: #fff;
	color: #333333;
	width:766px;
	padding:0;
	padding-top: 20px;
 }

#l-col {
	background:#ffffff;
	color: #333333;
	width:300px;
	float:left;
 }
 #left-col {
	background:#ffffff;
	color: #333333;
	width:500px;
	float:left;
 }

#cont {
	width:224px;
	background:#e0e0e0;
	color: #333333;
	border:solid #981418;
	border-width:0px;
	text-align:left;
	float:right;
	position: relative;
	background-image: url(../images/red_bar.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
 }
 #cont_blank {
	width:440px;
	color: #333333;
	border:solid #000000;
	border-width:0px;
	text-align:right;
	float:right;
	position: relative;
	padding-left: 10px;
	padding-top: 5px;
 }

#ftr {
 height:20px;
 background:#981418;
 color: #fff;
 margin:0;
 font-size:10px;
 padding-left:10px;
 padding-top:5px;
 }
 #ftr2 {
	height:20px;
	background:#ffffff;
	color: #fff;
	margin:0;
	font-size:10px;
	padding-top:5px;
 }
 
 #ftr a {
 color: #fff;
 }
 
  #ftr a:hover {
 color: #fff;
 text-decoration:underline;
 }
 
 
 
h1 {
	font-size:20px;
	color:#981418;
}

h2 {
	font-size:14px;
	color:#fff;
	text-align:left;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
.newsletter_input{
	 font-size: 10px; 
 background-color: #888888; 
 border: 0px solid #666666;
 height:20px;
 padding:0px;
 vertical-align:middle;
margin-top:5px;
margin-right:10px;
padding-left:5px;

	}
	
	.newsletter_sumit{
 background-color: #FF0099; 
  height:20px;



	}
	
	.contact_input{
	 font-size: 10px; 
 background-color: #ffffff;
 border-color:#FF0099;
 height:20px;
 padding:0px;
 vertical-align:middle;
margin-top:10px;
padding-left:5px;
	}
	
		.contact_input2{
	 font-size: 10px; 
 background-color: #ffffff;
 border-color:#FF0099;
 padding:0px;
 vertical-align:middle;
margin-top:10px;
padding-left:5px;
	}
	
#status{  
	padding:2px;  
	outline:none;  
	height:16px;
	margin-top:5px;
	margin-right:10px;
}   

.focusField{  
	border:solid 1px #981418;  
	background:#EFF5FF;  
	color:#000;  
}  
.idleField{  
	background:#fff;  
	color: #222222;  
	border: solid 1px #666;  
} 	
.submit_button{
	background-color:#981418;
	padding:2px;
	outline:none;
	height:26px;
	margin-top:5px;
	margin-right:10px;
	width:60px;
	color: #FFF;
} 	
.offers_table_outer{
	border:0px;
	border-color:#900;
	margin-bottom:2px;
	margin-right:5px;
	width:250px;
	height:125px;
} 

.header_table{
	border:5px;
	border-color:#900;
	margin-bottom:10px;
	width:500px;
	height:125px;
	color:#900;
	background-color:#900;
} 
	
.offers_title{
	font-size:14px;
	color:#600;
	font-weight:bold;
	padding-left:5px;
}
.offers_description{
	color:#000;
	font-size:12px;
}
	
/* rotator in-page placement */
div#rotator {
	position:relative;
	height:139px;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div#rotator ul li img {
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}

