/* California Strawberry Festival stylesheet */
/* common.css */
/* defines site-wide common styles */

/* BEGIN RESET STYLES */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET STYLES */


/* START COMMON STYLES */

body {
    font: normal 62.5%/100% Helvetica, Arial, sans-serif;
    background: #AFC963 url('/images/30.jpg') top left repeat;
    color: #000000;
    text-align: center;
}

a {
	color: #00A87A;
	text-decoration: none;
}

a:visited {
	color: #00A87A;
}

a:hover {
	color: #197B30;
}

a:active {
	color: #000000;
}

em {
   font-style: italic;
}

strong {
   font-weight: bold;
}

.clearboth {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.img_replace {
  display: block;
  text-indent: -5000em;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

/* END COMMON STYLES */



/* BEGIN LAYOUT STYLES */

#pagewrapper {
  text-align: left;
  width: 932px;
  margin: 10px auto;
}

#header {
  width: 100%;
  padding-top: 60px;
  background: transparent url('/images/6.png') top left no-repeat;
}

#mainheader a {
  height: 115px;
}

#content {
  width: 900px;
  padding: 10px 0;
  background-color: #FFFFFF;
}
#ad_container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	display: inline;
}

#ad_center {
	position: absolute;
	top: -150px;
	left: -295px;
	width: 222px;
	height: 180px;
}

#footer {
  width: 900px;
  padding: 10px 0;
  background: transparent url('/images/5.gif') bottom left no-repeat;
  text-transform: uppercase;
  color: #808080;
  text-align: center;
}

#footer a {
  color: #808080;
}

#footer a:hover {
  text-decoration: underline;
  color: #000000;
}

#footernav {
  margin-bottom: 8px;
}

#footernav li {
  display: inline;
}

#footernav span {
  padding: 3px 5px 3px 3px;
  border-right: 1px solid #808080;
}

#footernav span.last {
  border-right: none;
}

/* END LAYOUT STYLES */

/* START YUI MENU STYLES */


.yuimenubar ul {
    *zoom: 1;
}

.yuimenubar .yuimenu ul {
    *zoom: normal;
}

.yuimenubar>.bd>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

.yuimenuitemlabel .helptext {
    font-style: normal;
    display: block;
    margin: -1em 0 0 10em;   
}

.yui-menu-shadow {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.yui-menu-shadow-visible {
    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    visibility: visible;
    background-color: #000000;
    opacity: .25;
}

.hide-scrollbars * {
	overflow: hidden;
}

.hide-scrollbars select {
	display: none;
}

.yuimenu.show-scrollbars,
.yuimenubar.show-scrollbars {
	overflow: visible; 
}

.yuimenu.hide-scrollbars .yui-menu-shadow,
.yuimenubar.hide-scrollbars .yui-menu-shadow {
    overflow: hidden;
}

.yuimenu.show-scrollbars .yui-menu-shadow,
.yuimenubar.show-scrollbars .yui-menu-shadow {
    overflow: auto;
}

.yui-overlay.yui-force-redraw {
   margin-bottom: 1px;
}

.yuimenubar {
  visibility: visible;
  position: static;
  padding: 7px 0;
}

.yuimenubaritem {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
}

#mainnav {
  text-align: center;
  margin-left: -20px;
}

#mainnav .yuimenubaritemlabel {
  color: #FFFFFF;
  text-align: left;
  white-space: nowrap;
  margin: 0 10px;
}

.yuimenubaritemlabel:hover {
  text-decoration: underline;
}

.yuimenu {
  visibility: hidden;
  position: absolute;
  top: -10000px;
  left: -10000px;
  border-top: 1px solid #007439;
  border-bottom: 4px solid #007439;
  border-left: 1px solid #007439;
  border-right: 1px solid #007439;
}

.yuimenuitemlabel {
  text-align: left;
  white-space: nowrap;
  display: block;
  font-size: .7em;
  padding: 6px 12px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  background: #FFFFFF url('/images/161.jpg') top right repeat-y;
  border-bottom: 1px solid #00A652;
  color: #00A652;
}

.yuimenuitemlabel:hover {
  background-color: #00A652;
  background-image: none;
  color: #FFFFFF;
  text-decoration: none;
}

/* END YUI MENU STYLES */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
}

#flash1 {
	width: 239px;
	height: 197px;
        margin-left: -4px;

}

#flash2 {
	top: 0px;
	left: 0px;
	width: 222px;
	height: 180px;
}

/* end common.css */