/* CSS template file */

body {
	background:url("/images/bg.gif") top center;
	margin: 0 auto;
	text-align: center;
	text-size: .9em;
	font-family: AmerType Md BT;
    font-style:  normal;
    font-weight: normal;
    src: url(../AMERTYP0.eot);
}

.clear_me {
	font-size:0px;
	line-height:0px;
	clear:both;
	
}

a:link,
a:visited {
	color: #222;
}

a:hover,
a:active {
	color:#009;
	background: transparent;

}

a:hover img,
a:active img{
	color:#009;
	background: transparent;

}


h1 {
	color: #242424;
	font-size: 1.5em;
	
}

h2 {
	color: #333;
	font-size: 1.3em;
	
}

h3 {
	color: #666;
	margin: 7px 0 2px 0;
	padding: 1px;
	font-size:1.1em;
	font-weight: 600;
	
}

.center {
	text-align: center;
}

.address a{
	color: #444;
	font-weight: 600;
}

.smcapbld {
	font-variant: small-caps;
	font-weight: bold;
	font-size: .8em;
}

/*
---------------------------------------
Specific section for the site design.
---------------------------------------
*/

#main_content {
	background:url("/images/body_all.jpg") top center repeat-y;
	margin: 0 auto;
	text-align: center;
	width: 948px;
}

#header {
	margin: 0 auto;
	margin-left: -1px;
	text-align: center;
	padding: 0px 0 0 0px;
	border: 0;
	width: 951px;
}

#header img {
	float: left;
}

/*
---------------------------------------
Navigation menu.
---------------------------------------
*/


#menu {
	text-align: center; 
	width: 947px;
	height: 63px;
	margin: 0px 1px;
	background:url("/images/nav_menu.jpg") top center no-repeat;
}

#sub_menu {
	margin: 0px 10px;

}

#menu_right {
	float:right;
}

#menu_right span.menu_item a{
	width: 125px;
}
 

span.menu_item {
	width: 100px;
}

span.menu_item a {
	width: 90px;
	height: 20px;
	margin: 0;
	display: block;
	padding: 2px;
	float: left;
	background: transparent;
	font-family: AmerType Md BT;
    font-style:  normal;
    font-weight: normal;
    src: url(../AMERTYP0.eot);
}

span.menu_item a:link,
span.menu_item a:visited {
	color: #fff;
	text-decoration: none;
	padding: 10px 0 5px 0;
}

span.menu_item a:active,
span.menu_item a:hover {
	color: #666;
	background: transparent;
}

/*
---------------------------------------
Main Content.
---------------------------------------
*/

#content {
	width: 947px;
	/* background:url("images/content.gif") top center no-repeat;*/
	display: block;
}

#sub_content {
	padding: 0px 0px;
  	width: 947px;
	color: #000;
	float: left;
	text-align: left;
	
}

#page_content {
	padding: 0 15px;	
}


#index_page {
	background:url("images/body_main.jpg") top center no-repeat;
	margin-left: 1px;
	}

#index_table {
	width: 100%;
	text-align: center;
	align-vertical: top;
}

#index_table tr td a{
	background: transparent;	
}

#today_special {
	background:url("images/today_trans.gif") top center no-repeat;
	height: 171px;
	width: 384px;
	display: block:
	
}

#td_sp_inner {
	padding: 81px 10px 10px 10px;

	}

#td_spec_l,
#td_spec_2 {
	width: 175px;
	height: 65px;
	display: block;
	color: #eee;
	float: left;
	padding: 2px;
}

#td_spec_l {
	border-right: 1px solid #ccc;
	
}
/*
---------------------------------------
Soup list page.
---------------------------------------
*/

#soupList {
	width: 300px;
	background:url("images/soup_bg.gif") top center no-repeat;
	text-align: center;
	display: block;
	height: 354px;
}

#soupList_inner {
	padding: 45px 10px
}

.soup_item {
	color: #F2EAD5;
	font-size: .9em;
	font-family: arial, verdana;
}

.soup_item_head {
	font-weight: 600;
	font-size:1.0em;

}

/*
---------------------------------------
popup page.
---------------------------------------
*/

.popup {
	width: 450px;
	padding: 5px;
	position: absolute;
		bottom:0px; 
		left:130px;
	border: 2px solid #fff;
	background: #fff;
	visibility: hidden;
	z-index:2;
}
	
#today_special .popup {
	width: 200px;
	left: -375px;
	top: -200px;
	background: #f2deab;
	border: 2px solid #333;
}


#today_special a {
	color: #fff;

}

/*
---------------------------------------
Admin system.
---------------------------------------
*/

.warning {
	color: red;
	font-size:1.1em;
	}

#admin_content {
	margin: 5px 15px;
	}
	
#login_page{
	
	margin: 5px 15px;
	width: 500px;
	}

.sub_head {
	font-size:1.3em;
	text-weight: 600;
	color: #333;
	padding: 3px 0px;
	margin: 20px 0px 5px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 100%;
	
}

#admin_menu {
	padding:5px 0px;
	width: 100%;
	border: 1px dotted #333;
	margin: 5px 0px;
	text-align: center;
	
}

#admin_menu a {
	font-size:1.1em;
	margin: 2px 10px;
	
}

/*
---------------------------------------
Footer.
---------------------------------------
*/

#footer {
	width: 948px;
	font-size: .85em;
	margin-left: 0px;
	height: 76px;
	background:url("/images/footer.jpg") top center no-repeat;
}

#sub_footer {
	padding-top: 35px;
	text-align: center;
}

#sub_footer p {
	font-size: .85em;
	color: #444;
}

.copyright {
	font-family: verdana;
}




