/*

  _____      _ _                  _       
 / ____|    | (_)                (_)      
| |    _   _| |_ _ __   __ _ _ __ _  __ _ 
| |   | | | | | | '_ \ / _` | '__| |/ _` |
| |___| |_| | | | | | | (_| | |  | | (_| |
 \_____\__,_|_|_|_| |_|\__,_|_|  |_|\__,_|
                         A Schnucks Market
						 
Copyright Schnuck Markets / Culinaria 2009, All Rights Reserved.
						 
*/

/* Default Page Settings */

/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #e6e2c4;
	font-family: Arial,Geneva,sans-serif;
	font-size: 12px;
}

body {
	text-align: center;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.red_underline:link {
	color: #990000;
	text-decoration: none;
}
a.red_underline:visited {
	text-decoration: none;
	color: #990000;
}
a.red_underline:hover {
	text-decoration: underline;
	color: #990000;
}
a.red_underline:active {
	text-decoration: none;
	color: #990000;
}

a.featured_link:link {
	color: #f8981d;
	text-decoration: underline;
}
a.featured_link:visited {
	text-decoration: underline;
	color: #f8981d;
}
a.featured_link:hover {
	text-decoration: underline;
	color: #f8981d;
}
a.featured_link:active {
	text-decoration: underline;
	color: #f8981d;
}

img {
border: 0;
}


#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 950px;
}

#header {
	width:950px;
	height:105px;
}

#container {
	width: 100%;
	margin: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

/* Navigation Styles */

#navigation {
	width:950px;
	height:39px;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
}

#drop_menu
{	
	margin: 0px;
	padding-top: 11px;
	padding-left: 352px;
}
	
	#drop_menu li
	{	float: left;
		list-style: none;
		font: sans-serif;
	}

	#drop_menu li a
	{	display: block;
		background: #bf0000;
		padding: 6px 11px;
		text-decoration: none;
		color: #EAFFED;
		white-space: nowrap;
	}

	#drop_menu li a:hover
	{	
		background: #a00202;
	}
		
		#drop_menu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-bottom: 3px solid #f7931e;
			letter-spacing: .09em;
			z-index: 99;
		}
		
		#drop_menu li ul li
		{	
			float: none;
			display: inline;
		}
		
		#drop_menu li ul li a
		{	
			width: auto;
			background: #9F1B1B;
			font: 12px Helvetica,sans-serif;
		}
		
		#drop_menu li ul li a:hover
		{	
			background: #7F1616;
		}

/* End Navigation Styles */

/* Ad Styles */

#ad_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 950px;
}

#ad_container {
	width: 100%;
	margin: 0px;
}


#ad-layout-01 {
	width:950px;
	height:104px;
}

#ad-layout-02 {
	width:950px;
	height:70px;
}

#ad-layout-03 {
	background-color: #FFFFFF;
	width: 100%;
	height:676px;
}

/* End Ad Styles */

/* Content Styles */


#content_wrapper {
	width: 950px;
	padding-bottom: 25px;
	margin: 0px;
}

#content {
	float: left;
	width:641px;
	background-image:url(images/content.gif);
	background-repeat:no-repeat;
}

.special_content {
	background-image:url(images/special_content_area.jpg);
	background-repeat: no-repeat;
	background-color: #f8e19e;
	width: 540px;
	padding-left: 11px;
	padding-top: 10px;

}

.special_content_clouds {
	background-image:url(images/special_content_area_cloud.jpg);
	background-repeat: no-repeat;
	background-color: #f2f5f6;
	width: 540px;
	padding-left: 11px;
	padding-top: 10px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#content_text {
	padding-left: 75px;
	padding-top: 50px;
}

#content_text_page {
	padding-left: 75px;
	padding-top: 50px;
	padding-right: 15px;
}

h1 {
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 24px;	
}

h2 {	
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

h3 {	
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.brown_button {
	width: 101px;
	height: 19px;
	border: 3px solid #e2d6bd; 
	background-color: #cdc4ae; 
	margin: 0 2px;
	padding: 3px 5px;
	color: #000;
	font-weight: bold;
}

.slate_button {
	width: 101px;
	height: 19px;
	border: 3px solid #e2d6bd; 
	background-color: #272425; 
	margin: 0 2px;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
}

a.slate_button:link {
	color: #fff;
	text-decoration: none;
}
a.slate_button:visited {
	text-decoration: none;
	color: #fff;
}
a.slate_button:hover {
	text-decoration: underline;
	color: #fff;
}
a.slate_button:active {
	text-decoration: none;
	color: #fff;
}

.page_image {
	width: 551px;
	height: 144px;
	border-color: #f7931d;
	border-right-style: solid;
	border-right-width: medium;
	border-bottom-style: solid;
	border-bottom-width: medium;
	margin-right: 10px;
}

.staff_image {
	float: left;
	width: 149px;
	height: 220px;
	border-color: #f7931d;
	border-right-style: solid;
	border-right-width: medium;
	border-bottom-style: solid;
	border-bottom-width: medium;
	margin-right: 10px;
	margin-bottom: 10px;
}

.staff_wrapper {
	clear: both;
}
	

/* End Content Styles */

/* Featured Homepage Section */

#feature {
	text-align: center;
	width: 530px;
	height: 263px;
	overflow: hidden;
	z-index: 25;
}

#featured_item {
	width: 530px;
	height: 263px;
}

.feature_text_header{
	font-size: 20px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 1em;
}

.feature_text {
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
}

#homepage_wrapper {	
	width: 534px;
	height: 263px;
	background-image: url(images/homepage_background.jpg);
	background-repeat: no-repeat;
}

.homepage_feature_img {
	width: 534px;
	height: 190px;
}

.homepage_feature_txt {
	width: 534px;
	height: 73px;
}

#pager_nav {
	margin-top: 10px;
	height: 25px;
	text-align: right;
	color: #fff;
}

#pager_nav a { 
	border: 1px solid #ccc; 
	background: #cdc4ae; 
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 5px;
	color: #000;
}

#pager_nav a.activeSlide { 
	background: #272425;
	color: #fff; 
}

#pager_nav a:focus { 
	outline: none; 
	color: #fff;
}


/* End Featured Homepage Seciton */

/* Homepage Visit Section */

#visit_section {
	background-image: url(images/visit_section.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 529px;
	height: 203px;
	padding-left: 10px;
	padding-right: 10px;
}

#visit_header {
	padding-left: 5px;
	padding-top:5px;
}

.section_img {
	float: left;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: thin;
	margin-right: 4px;
}

#left_visit_panel {
	width: 250px;
	float: left;
}

#right_visit_panel {
	width: 250px;
	margin-left: 260px;
}

/* End Visit Section */

/* Side Bar Styles */
#sidebar {
	margin-left: 641px;
	width:309px;
	background-image:url(images/sidebar.gif);
	background-repeat:no-repeat;
}

#sidebar_text {
	padding-top: 0px;
}

#orange_panel {
	width:231px;
	height:216px;
	padding-top: 75px;
}

#orange_panel_topper {
	width:231px;
	height:36px;
	background-image: url(images/orange_topper.gif);
	background-repeat:no-repeat;
}

#red_panel_topper {
	width:231px;
	height:36px;
	background-image: url(images/red_topper.jpg);
	background-repeat:no-repeat;
}

#orange_header {
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 7px;
	color: #FFFFFF;
}

#orange_panel_content {
	width:231px;
	min-height:168px;
	background-image:url(images/orange_content.gif);
	background-repeat:repeat-y;
	padding-left: 4px;
	padding-right: 5px;
}

#orange_panel_footer {
	width:231px;
	height:12px;
	background-image:url(images/orange_footer.gif);
	background-repeat: no-repeat;
}

.twitter_section {
	width: 217px;
	height: 35px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	background-image:url(images/twitter_background.jpg);
	background-repeat: no-repeat;
}

a.twitter_link:link {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}
a.twitter_link:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}
a.twitter_link:hover {
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
}
a.twitter_link:active {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}

a.twitter_follow_link:link {
	text-decoration: none;
	color: #bf0000;
	font-size: 11px;
	margin-left: 70px;
}
a.twitter_follow_link:visited {
	text-decoration: none;
	color: #bf0000;
	font-size: 11px;
	margin-left: 70px;
}
a.twitter_follow_link:hover {
	text-decoration: underline;
	color: #bf0000;
	font-size: 11px;
	margin-left: 70px;
}
a.twitter_follow_link:active {
	text-decoration: none;
	color: #bf0000;
	font-size: 11px;
	margin-left: 70px;
}

.panel_wrapper {
	width:231px;
	margin-top: 10px;
}

.panel_topper {
	width:231px;
	height:38px;
	background-image: url(images/panel_topper.gif);
	background-repeat:no-repeat;
}

.panel_header {
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 7px;
	color: #FFFFFF;
}

.panel_content {
	width:221px;
	background-image:url(images/panel_content.gif);
	background-repeat:repeat-y;
	padding-right: 10px;
}

.panel_footer {
	width:231px;
	height:8px;
	background-image: url(images/panel_footer.gif);
	background-repeat:no-repeat;
}

#twitter_bird_wrap {
	position: relative;
	width: 1px;
	height: 1px;
}

#twitter_bird {
	position: absolute;
	top: 12px;
	left: 172px;
	width: 56px;
	height: 72px;
	z-index: 50;
}

.side_bar_list {
	list-style: circle;
	padding-left: 30px;
	margin: 0px;
}

/* End Side Bar Styles */

#clearer {
	clear: both;
}

/* Other Styles */

#map {
	width: 530px;
	height: 441px;
}

.red_font {
	color: #bf0000;
}

.whitetxtlink {
	font-weight: bold;
}

.orangetxt {
	color: #f8981d;
}

.whitetext {
	color: #FFFFFF;
}

/* End Other Styles */

/* Footer Styles */

#footer {
	height: 235px;
	background-color: #272425;
	background-image: url(images/footer_background.jpg);
	background-repeat:no-repeat;
	text-align: left;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 25px;
}

.footer_section {	
	float: left;
	width: 168px;
	height: 200px;
	border-right-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	margin-right: 10px;
}

.footer_section_img {	
	float: left;
	width: 168px;
	height: 200px;
	margin-right: 10px;
	padding-left: 20px;
}

.footer_section a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer_section a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer_section a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.footer_section a:active {
	text-decoration: none;
	color: #ffffff;
}

#end_footer {
	clear: both;
}