/*********************************************
CSS Stylesheet

Author: Brendan Parker
Project: Menu Master
Date: August 2007
*********************************************/

/* BODY */
body {background-image: url('../images/bkg.gif'); background-position:  center 50%; background-repeat: repeat-y; background-color: #840017;}

/* LINKS */
a:link {color: #FFFFFF; font-family: arial; text-decoration: none;}
a:visited {color: #CCCCCC; font-family: arial; text-decoration: none;}
a:hover {color: #BBBBBB; font-family: arial; text-decoration: none;}
a:active {color: #DDDDDD; font-family: arial; text-decoration: none;}

/* HEADERS */
h1 {font-family: arial; color:#840017;}
h2 {font-family: arial; color:#B70028; font-weight: bold; font-size: 26pt;}
h3 {font-family: arial; color:#840017;}
h5 {font-weight: bold; font-family: arial; color:#840017;}

/* DIV POSITION ELEMENTS */
.divPosBkgBar1 {position: absolute; top: 0px; left: 10px; width: 100%; height: 27px; background-color:#A53E0B;}
.divPosBkgBar2 {position: absolute; top: 150px; left: 10px; width: 100%; height: 27px; background-color:#A53E0B;}
.divPosContainer {position: absolute; margin-left: -370px; top: 0px; left: 50%; width: 740px;}
.divPosTopBar1 {position: absolute; top: 0px; left: 0px; width: 740px; height: 27px; background-color:#C47900;}
.divPosHeader {position: absolute; top: 27px; left: 0px; width: 740px; height: 123px;}
.divPosTopBar2 {position: absolute; top: 150px; left: 0px; width: 740px; height: 27px; background-color:#C47900;}
.divPosLeftNav {position: absolute; top: 177px; left: 0px; width: 180px; height: auto;}
.divPosTopNav {position: absolute; top: 10px; left: 290px; width: 440px; height: 20px;}
.divPosContent {position: absolute; top: 187px; left: 190px; width: 540px; height: auto;}
.divPosWine {position: absolute; top: 177px; left: 475px; width: auto; height: auto;}

/* DIV ELEMENTS */
.header {background-color:#222222;}

/* FONTS */
.fontHeader {font-weight: bold; font-family: arial; font-size: 24pt; color:#513127;}
.fontNormal {font-family: arial; font-size: 10pt; color:#E0E0E0;}
.fontNormalBold {font-weight: bold; font-family: arial; font-size: 10pt; color:#101010;}
.fontIndexTitle {font-weight: bold; font-family: century gothic, arial; font-size: 12pt; color:#840017;}
.fontIndexList {font-family: century gothic, arial; font-size: 10pt; color:#C47900;}
.fontNormalRed {font-family: arial; font-size: 10pt; color:#840017;}
.fontFooter {font-family: arial; font-size: 8pt; color:#BBBBBB;}
.fontBuzzHeader {font-weight: bold; font-family: arial; font-size: 14pt; color:#840017;}
.fontCityHeader {font-weight: bold; font-family: arial; font-size: 10pt; color:#E0E0E0; text-decoration: underline;}
.fontCityTitle {font-weight: bold; font-family: arial; font-size: 14pt; color:#840017;}
.fontCuisineList {font-family: arial; font-size: 10pt; color:#E0E0E0; margin-left: 6px;}