/* External Style Sheet for screen: Shopease Foods Inc. */
/* XHTML, CSS & PHP Development: Black Cap Design */

* {margin: 0} /* sets margin on everything to 0 to address IE & non-IE rendering inconsistencies  */
img {border: none;} /* removes border on all images */
a {outline: none}  /* to rid nasty link outline in Firefox */	
body 
{
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: white;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	color: #333;
	min-width: 998px; /* prevents design collapse (header) on small window resize */	
}
#bodywrap /* to address IE centering bug */
{
	width: 944px;
	margin: 0 auto;
}
.no_display
{
	display: none;	
}

/* ============<BANNER>============= */
#banner
{
	height: 154px;
	width: 944px;
/* background: url('../images/banner_bg1.jpg') no-repeat; */
}
#logo
{
	position: absolute;
	top: 0;
	left: 33px;
	z-index: 20;	
}
#banner_img
{
	position: absolute;
	top: 0;
	right: 4px;
}
#tagline
{
	width: 944px;
	height: 27px;
	background-image: url('../images/tagline.gif');
	background-repeat: no-repeat;	
}
/* ============</BANNER>============ */

/* ============<HORIZONTAL NAVIGATION>============ */
#nav
{
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	width: 844px;	
	height: 42px;	
	float: left;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 100;
	padding-left: 100px;
}
#nav ul 
{
	margin: 0;
	padding: 0 10px 0 51px;
	list-style-type: none;
}
#nav li
{
	float: left;
	margin: 0;
	padding: 4px 4px 0 0px;
}
#nav a 
{
  float:left;
	background: url('../images/tab_left.gif') no-repeat left top;
  margin: 0 2px;
  padding: 0 0 0 10px;
  text-decoration:none;
}
#nav a span 
{
  float: left;
  display: block;
	background: url('../images/tab_right.gif') no-repeat;
	background-position: right 0px;
  padding: 11px 15px 6px 4px;
  color: #666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav li.active a, #nav li.active a:visited             
{
  background-position: 0% -31px;
  color: black;
}
#nav li.active a span  
{
  background-position: 100% -31px;
  color: black;
}
#nav a:hover
{
  background: url('../images/tab_left_hover.gif') no-repeat;	
  background-position: 0% -31px;
  color: black;
}
#nav a:hover span
{
	background: url('../images/tab_right_hover.gif') no-repeat;
  background-position: 100% -31px;
  color: #666;	
}
#nav li.active a:hover
{
	background: url('../images/tab_left.gif') no-repeat;
	background-position: 0% -31px;
	color: black;	
}
#nav li.active a:hover span 
{
	background: white url('../images/tab_right.gif') no-repeat;
	background-position: 100% -31px;
	color: black;	
}
/* ---<To force other elements below #nav>--- */ 
.clear_right
{
	clear: right;	 
}
/* ============</HORIZONTAL NAVIGATION>============ */


/* ---------------<CONTENT DIVs>-------------- */
#container
{
	position: relative;	/* necessary for absolute positioning of logo div */
	background: url('../images/container_white_bg.gif') repeat-y;
}
#content
{
 	position: relative; /* necessary for z-index layering effect */
	margin: 0 240px 16px 316px;
	padding: 70px 20px 0 20px;
	color: #333;	
	background-color: white; 
	z-index: 10;
	min-height: 460px;
}
h1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 0px 0 12px 0;
	color: #cc0000;
}
h2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 8px 0;
	color: #0028a4;
}
h3
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 8px 0;
	color: #cc0000;
	font-style: oblique;
}
h4
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 8px 0;
	color: #908965;
	text-transform: uppercase;
}
p
{
	margin: 10px 0;
	line-height: 150%;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;		
}
.dot_hr
{
	height: 21px;
	width: 322px;
	display: block;
	background: url('../images/dot_hr.gif') no-repeat;
	background-position: 20px 7px;
}
.sidbar_img
{
	margin: 8px 0 0 -8px;	
}
.single_space /* for single spacing paragraphs */
{
	line-height: 120%;	
}
.large-bold
{
	font-weight: bolder;	
}
.testimonial p
{
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", serif;	
}
.recipe
{
	padding: 4px 10px;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.feature_banner
{
	background-color: #cc0000;
	color: white;
	margin: 16px 0 12px 6px;
}
.feature_banner p
{
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding: 4px;	
}
.intro
{
	color: #cc0000;
	font-weight: bolder;	
}
.no_break
{
	white-space: nowrap;
}
/* ---------------</CONTENT DIVs>-------------- */

/* ---------------<SIDEBAR DIVs>-------------- */
/* ----<Left Sidebar>---- */
#left_sidebar
{
	float: left;
	width: 300px;
	height: 468px;
	background-color: white;
	position: relative;
	z-index: 1;
	padding: 30px 0 0 13px;
}

/* ----</Left Sidebar>----*/

/* ----<Right Sidebar>---- */
#right_sidebar
{
	float: right;
	background-image: url('../images/right_sidebar_bg.gif');
	background-repeat: no-repeat;
	width: 226px;
	height: 488px;
	position: relative;
	z-index: 1;
	padding: 0 13px 0 0;
	margin: 0 0px 0 0;
}
#right_sidebar p
{
	margin: 0 94px 8px 12px;
	padding-top: 20px;
	text-align: center;
}
#r_sidebar_top
{
	background: url('../images/r_sidebar_bg_top.gif') no-repeat;
	width: 186px;
	height: 6px;
	margin: 20px 0 0 20px;		
}
#r_sidebar_mid
{
	background: url('../images/r_sidebar_bg_mid.gif') repeat-y;
	width: 186px;
	margin-left: 20px;	
}
#r_sidebar_bottom
{
	background: url('../images/r_sidebar_bg_bottom.gif') no-repeat;
	width: 186px;
	height: 6px;
	margin-left: 20px;			
}
#sidebar_box1
{
	padding-top: 20px;	
}
#sidebar_box0, #sidebar_box1, #sidebar_box2, #sidebar_box3
{
	width: 184px;
	height: 110px;
}
#sidebar_box0 img, #sidebar_box1 img, #sidebar_box2 img, #sidebar_box3 img
{
	float: right;
	width: 100px;
	height: 96px;
}

#font_size a /* to banish underlining in IE */ 
{
	text-decoration: none;	
}
#font_size
{
	height: 20px;
	margin: 0 0 0 34px;
	color: #333;
}

/* ----</Right Sidebar>---- */
/* ---------------</SIDEBAR DIVs>-------------- */
/* ---------------<LISTS>-------------- */
ul.special
{
	margin: 0 0 8px 10px;
	padding: 0 8px 0 8px;
	list-style-type: none;	
}
ul.special ul
{
	list-style-type: none;
}
ul.special li
{
  background: transparent url('../images/check.gif') no-repeat;
  padding: 0 0 0 16px;
  background-position: 0px 2px;	
	line-height: 150%;
}
/*
ul.sidebar_special
{
	margin: 0 0 8px 4px;
	padding: 0 8px 0 8px;
	list-style-type: none;	
}
ul.sidebar_special li
{
  background: transparent url('../images/check.gif') no-repeat;
  padding: 0 0 0 16px;
  background-position: 0px 6px;	
	line-height: 150%;
}
*/
ul.standard
{
	margin: 0 0 8px 12px;
	padding: 0 0 0 20px;
	line-height: 150%;
}
ul.numeric
{
	margin: 0 0 8px 20px;
	padding: 0 8px 0 16px;
	list-style-type: decimal;		
}
ul.numeric li
{
	line-height: 175%;	
}
ul.numeric li ul
{
	margin-left: 0px;
	padding-left: 16px;
}
ul.ingredients
{
	margin: -4px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 16px;
	line-height: 150%;					
}
	
/* ---------------</LISTS>-------------- */

/* -------------<FOOTER>-------------- */
#footer
{
	clear: both;
	margin-bottom: 20px;
}
#footer p
{
	text-align: center;
	width: 96%;	
	margin-left: 20px;
}
#legal_copyright
{
	margin-top: 10px;
	font-size: 0.9em;	
	text-align: center;
	width: 96%;
	line-height: 200%;	
}
#additional_info
{

}
.footer_pipe
{
	margin: 0 12px;	
}
/* ===<ANCHORS>=== */
#content p a:link, #content a:link, #content ul a:link, #right_sidebar p a:link, #footer a:link
{
	color: #0028a2;
	text-decoration: underline;	
}
#content p a:visited, #content a:visited, #content ul a:visited, #right_sidebar p a:visited, #footer a:visited
{
	color: purple;
	text-decoration: underline;	
}
#content p a:visited:hover, #content a:visited:hover, #content ul a:visited:hover, #right_sidebar p a:visited:hover, #footer a:visited:hover
{
	color: purple;
	text-decoration: none;	
}
#content p a:hover, #content a:hover, #content ul a:hover, #right_sidebar p a:hover, #footer a:hover
{
	color: #0028a2;
	text-decoration: none;	
}

/* ===</ANCHORS>=== */
/* ===<CONTACT FORM>=== */
form
{
	line-height: 175%;
	margin-right: 24px;	
}
#contact_form
{
	width: 408px;	
}
fieldset
{
	border: none;
	display: block;
	padding: 12px;
	background: #ececec;
	border: 1px solid silver;
}
fieldset dl
{
	margin-top: -48px;	
}
.Firstname
{
	visibility: hidden;	
}
.small
{
	width: 200px;	
}
.medium
{
	width: 250px;
}
.large
{
	width: 380px;	
}
textarea.txtmedium
{
 width: 380px;
 height: 68px;	
}
textarea.txtlarge
{
 width: 380px;
 height: 84px;			
}

/* ===</CONTACT FORM>=== */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:30px;
	height:30px;
	border:none;
	text-indent:-999px;
	background:url('../images/ui.totop.gif') no-repeat left top;	
}

#toTopHover {
	background:url('../images/ui.totop.gif') no-repeat left -30px;
	width:30px;
	height:30px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0)
}

#toTop:active, #toTop:focus
{
	outline:none
}
