/*Global Gourmet CSS Document */
/*Body*/
body{
background-color: #669999;
background-image: url(../images/bg5.jpg);
background-position: top;
background-repeat: repeat-y;
background-attachment: fixed;
font-size: 12px;
font-family: Arial;
color: #000000;
}
#banner{
position: relative;
margin-top: 0px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
width: 750px;
height: 200px;
padding: 0px;
background-color: #333333;
background-image: url(../images/banner5.jpg);
background-repeat: no-repeat;
}
#contenthead{
clear: both;
margin: 0;
width: 750px;
padding-bottom: 0px;
background-color: #FFFFFF;
background: url(../images/roundedtop.gif) no-repeat;
border-bottom: #CCCCCC solid 1px;
text-align: left;
}
#audioplayer{
height: 40px;
width: 200px;
z-index: 0;
margin: 0px;
padding: 0px;
}
/*Links*/
#content a:link{
color: #669999;
text-decoration: none;
}
#content a:visited{
color: #669999;
text-decoration: none;
}
#content a:hover{
text-decoration: underline;
}
#contentfooter a:link{
color: #CCCCCC;
text-decoration: none;
}
#contentfooter a:visited{
color: #CCCCCC;
text-decoration: none;
}
#contentfooter a:hover{
text-decoration: underline;
}
/*Header*/
h1{
font-family: Arial;
font-size: 20px;
font-weight: bold;
color: #669999;
margin: 0px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 10px;
}
h2{
font-family: Arial;
font-size: 18px;
color: #669999;
font-weight: bold;
background-color:#FFFFFF;
background-image: url(../images/linemain5.gif);
background-position: bottom right;
background-repeat: no-repeat;
clear: both;
margin: 0px;
padding: 0px;
text-align: left;
letter-spacing: 1px;
}
h3{
font-family: Arial;
font-size: 14px;
color: #669999;
background-color: #FFFFFF;
background-image: url(../images/lineright5.gif);
background-position: bottom right;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
text-align: left;
letter-spacing: 0px;
}
h4{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
margin: 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 4px;
background-color: #FFFFFF;
background-image: url(../images/section5.gif);
background-position: left;
background-repeat: repeat-x;
text-align: left;
letter-spacing: 2px;
}
h5{
font-family: Arial;
font-size: 14px;
color: #669999;
font-weight: bold;
background-color:#FFFFFF;
clear: both;
margin: 0px;
padding: 0px;
text-align: left;
letter-spacing: 1px;
}
/*SectionLinks*/
#sectionlinks{
margin: 0px;
padding: 0px;
}
#sectionlinks a:link, #sectionlinks a:visited{
display: block;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 10px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
font-weight: bold;
color: #333333;
}
#sectionlinks a:hover{
border-top: 1px solid #cccccc;
background-color: #FFFFFF;
background-image: url(../images/hover5.gif);
font-weight: bold;
text-decoration: none;
}
/*Dropmenu*/
#dropmenu{
postion: relative;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
clear: both; 
width: 750px;
height: 26px;
}
#dropmenu ul{
width: 100%;
background: url(../images/roundedbottom.gif) center center no-repeat;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}
#dropmenu ul li{
display: inline;
}
#dropmenu ul li a{
float: left;
color: #999999;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(../images/divider.gif) center right no-repeat;
}
#dropmenu ul li a:hover{
color: #666666;
}
/*Dropmenudiv*/
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #CCCCCC;
border-bottom-width: 0;
font-family: Arial;
font-size: 12px;
font-weight: normal;
line-height: 18px;
z-index: 100;
background-color: #FFFFFF;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=145,strength=3);
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #999999;
}
.dropmenudiv a:hover{
color: #666666;
background-image: url(../images/hovermenu.gif);
}
