/* GLOBALS */
html{ margin: 0; padding: 0; width: 100%; height: 100%; }
body{ margin:0;	padding:0; height:100%; background: transparent url(../img/page_bkg.jpg) repeat left top; }
body, input, textarea{ font: normal normal normal 11px/14px tahoma, arial, tahoma, verdana, sans-serif; }
p{ margin: 6px 0; }
a img{ border: 0; }
a{ color: #f21823; }
form textarea{ height: 65px; width: 475px;  }
form textarea.bodyText{ height: 165px; }
strong { color: #f21823; }

/* DEFAULT SPECIFICS */


/* CUSTOM SPECIFICS */
#pageWrapper{ width: 100%; height: 100%; }
#header{ background: #1C1C1C url(../img/header_bkg.jpg) no-repeat center top; height: 61px; }
#topNav{ width: 700px; margin: 0 auto; }
#topNav a{ margin: 0 6px; }
#centerWrapper{ width: 826px; margin: 0 auto; background: #FCF6CE;  }/*height: 90%; */
#subheader{ background: #FCF6CE; height: 102px; width: 826px; margin: 0 auto; }
#content{ background: #FCF6CE; width: 826px; margin: 0 auto; overflow: auto; padding-bottom: 70px; }
#content p{ margin: 15px 25px; }
#content p#bottleGraphic{ margin: 15px 0px 15px 15px; }
#footer{ background: #1C1C1C; text-align: center; position: fixed; bottom: 0px; width: 100%; }
#menu_nav {text-align:center; font:20px "Trebuchet MS", Verdana, Arial;}
#menu_items_bakery {text-align:center; font:15px "Trebuchet MS", Verdana, Arial;}
#menu_header {text-align:center;  font:40px "Trebuchet MS", Verdana, Arial; }
#list_wrapper { padding:0 40px 0 40px;  }


/* SLIDESHOW */
#slideshow{ }
#slideshow table{ width: 780px; margin: 0 auto; }
#moveLeftCell, #moveRightCell{ height: 162px; width: 25px; text-align: center; vertical-align: middle; }
#photosViewCell{ width: 750px; overflow: hidden; text-align: left; }
#photosView{ width: 660px; overflow: hidden; text-align: left; margin: 0 auto; }
#photosActual{ width: 10000px; margin-left: 0; }
#photosActual a{ display: block; float: left; width: 218px; text-align: center; }
#moveLeft{ }
#moveRight{  }
#closeMeWrap{ text-align: right; }

/* GENERICS */
.left{ float: left; }
.right{ float: right; }
.columnBorder{ border-width: 0 2px; border-color: #81100C; border-style: solid;  }
.red {  color:#f21823; }