/**
 ****************************
 **** =Page styles **********
 ****************************
 */
* {
	padding: 0px;
	margin: 0px;
}

body{
	background: #4C7F88;
	font-family: arial;
	font-size: 10pt;
	margin: 0px auto;
}


#page {
	width: 744px;
	margin: 0px auto;
	margin-top: 20px;
}

#header {
	background: url(images/drinkd_03.jpg) no-repeat;
	margin: 0px auto;
	width: 702px;
	height: 480px;
}

#headtext {
	width: 365px;
	text-align: left;   
	padding-left: 65px;
	font-size: 11pt;
}

#content {
	width: 550px;
	margin: 0px auto;
}

#footer {
	background: url(images/nww_08.jpg) no-repeat;
	width: 733px;
	height: 29px;
	margin-top: -17px;
	font-size: 8pt;
	text-align: center;
	margin: 0px auto;
}

#tabletop {
	background: url(images/drinkd_04.jpg) no-repeat;
	margin: 0px auto;
	width: 744px;
	height: 68;
	}
	
#tablemid {
	background: url(images/drinkd_07.jpg) repeat-y;
	margin: 0px auto;
	width: 744px;
	}
	
#tablebot {
	background: url(images/drinkd_08.jpg) no-repeat;
	margin: 0px auto;
	width: 744px;
	height: 76;
	}

/** Element Styles **/
h1, h2, h3, h4, h5 {
	color: #4C7F88;
	font-family: arial;
	font-size: 18pt;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: .5em;
	text-align: center;
}
h2 {
	font-size: 16pt;
	text-align: left;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 13pt;
	text-align: left;
}
h5 {
	color: #E46201;
	letter-spacing: 0px;
	font-size: 12.5pt;
	margin: 1em;
}
h6 {
	font-size: 13pt;
}

small {
	font-size: 9pt;
}


a {
    color: #fff;
  text-decoration:none;
}
a:hover {
	color: #4C7F88;
  text-decoration:underline;
}


p {
	font-size: 10pt;
	}


#menu {
	text-align; left;
    padding-left: 2em;
	font-size: 11pt;
	font-weight: bold;
	width: 160px;
	}
	

#bulletlist {
   list-style-image: url(images/BD10336_.gif);
   padding-left: 2em;
   margin:  1em 0;
   margin-bottom: 2em;
   font-size: 10pt;
   font-weight: bold;
}


#bulletlist a{
  	color: #4C7F88;
	text-decoration:none;
}

#bulletlist a:hover{
  	color: #3E5A59;
	text-decoration:underline;


#bulletlist li {
    margin-bottom:8px;
    }

#bulletlist2
{
   list-style-image: url(images/bul1.jpg);
   list-style-position: outside;
   padding-left: 2em;
   margin:  2em 0;
   margin-bottom: 2em;
}

#bulletlist3
{
   list-style-image: url(images/bul1.jpg);
   padding-left: 2em;
   margin:  2em 0;
   margin-bottom: 2em;
}

ol { 
	list-style-type: decimal; 
	list-style-position: outside;
	margin-left: 25px;
	}
	
li {
	margin-bottom: .3em;
	}