/* CSS Document */
.footer {font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #dddddd;}
body {
	background-color: #7a1c19;
	background-image: url(/images/template/top_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #dddddd;
}
a:link {color: #db803a;
	text-decoration: none;}
a:visited {color: #db803a;
	text-decoration: none;}
a:hover {color: #db803a;
	text-decoration: underline;}
a:active {color: #db803a;
	text-decoration: none;}
	
#input {
  		width:200px; height:20px;
		border-width:1px;
		border-style:solid;
		border-color:#932824;
		background-color:#bf5f16;
		
		padding-left:4px; padding-top:2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}
.inputcss {
  		width:200px; height:20px;
		border-width:1px;
		border-style:solid;
		border-color:#932824;
		background-color:#bf5f16;
		
		padding-left:4px; padding-top:2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}
#textarea {
  		width:200px; height:200px;
		border-width:1px;
		border-style:solid;
		border-color:#932824;
		background-color:#bf5f16;
		
		padding-left:4px;
		overflow:auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}


#dropmenudiv{
position:absolute;
background-color: #bf5f16;
border:1px solid #580c0a;
border-bottom-width: 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color:#FFFFFF
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #580c0a;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #87221e;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
.specials_table {
border:1px;
border-style:dashed;
border-color:#932824;
}
.specials_table2 {
border:8px;
border-style:dashed;
border-color:#000000;
}
.bigger {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #dddddd;
}