body {
	background-color: #dbdbdb;
	background-image: url(/images2/coffeefest/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
body, td, input, textarea {
	color: #5d5d5d;
	font-family: Tahoma, Arial, Helvetica, sans-s;
	font-size: 10pt;
}


a { color: #654200; text-decoration: underline; }
a:hover { text-decoration: underline; color: #654200; }
h1, h2, h3, h4, h5 { margin: 0 0 12px 0; padding: 0; font-weight: bold;  color: #5d5d5d; clear: both;  }
h1 { 
	font-size: 12pt; 
	font-weight: bold;
	text-align: center;
}
h2 { 
	font-size: 11pt; 
	font-weight: bold;
}
h3 {
	clear: none;
	font-size: 10pt; 
	font-weight: bold; 
	margin: 15px 0 3px 0;
}
form, div, img{ border: none; margin: 0; padding: 0; }
input, select {
	border: 1 px solid #636363;
	font-size: 8pt;
	margin: 0 2px;
	padding: 0 0 0 3px;
}

#ROOT { 
	width: 700px; 
	height: auto; 
	position: relative; 
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	text-align: left;
}
#ROOT .Box { 
	position: relative; 
	height: 100%; 
}

#HEAD {
	background-image: url(/images2/coffeefest/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 310px;
	width: 100%;
	overflow: hidden;
}
#HEAD #menu {
	background-image: url(/images2/coffeefest/line-top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 265px; 
	text-align: center; 
	text-transform: uppercase;
	font-weight: bold; 
}

#MAIN { margin: 10px 20px; text-align: left; }	
	#MAIN .Wrapper {  }

#MAIN .content {
	float: left;
	width: 450px;
}
#MAIN .right {
	float: right;
	text-align: center;
	width: 200px;
}
#MAIN .right .rightBlock {
	border-bottom: 2px solid #5c4527;
	font-weight: bold; 
	margin-bottom: 15px;
	padding-bottom: 7px;
	text-align: center;
}
#MAIN .logos {
	clear: both;
	margin-top: 20px;
}

.cleanup { 
	clear: both;
	width: 100%;
	height: 0;
}

#FOOTERCLEANUP { 
	clear: both;
	width: 100%;
	height: 20px;
}

#FOOTER {
	background-image: url(/images2/coffeefest/line-bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
/*	position: absolute;
	bottom: 0;*/
	font-size: 8pt;
	height: 60px;
	width: 100%;
	clear: both;
}
	#FOOTER .copyrights { font-size: 0.8em;    }
	#FOOTER a { text-decoration: none; }
	#FOOTER a:hover { color: #654200; }

.org {
	float: left;
	margin: 20px 0 0 25px;
}
#email {
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}
#sitegist {
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}

.gallery .desc {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}
.presItem { float: left; font-size: 0.9em; width: 138px; height: 110px; display: block; overflow: hidden; line-height: 0.9; text-align: center; }
.presItem img {  }

/* Poll styles */
#poll {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}
#poll .title {	
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 4px;
}
#poll .subtitle {	
	font-size: 8pt;
	font-weight: normal;
	margin-top: 15px;
}
#poll .total {	
}
#poll .pollOption, #poll .button {	
	clear: both;
	padding: 2px 0;
}
#poll .control {	
	float: left;
	margin-right: 4px;
}
#poll .optionText {	
}
#poll .pollOptionResult {
	background-image: url(/images2/coffeefest/bullet.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	clear: both;
	padding-left: 13px;
	padding-top: 3px;
}
#poll .optionResult {
}
#poll .percentageBar {
	background-color: #ee9b00;
	float: left;
	height: 4px;
	margin-right: 3px;
	margin-top: 7px;
	min-width: 1px;
	overflow: hidden;
}


.thumb {
	clear: both;
	margin: 7px 10px 4px 0;
}



.statBlock {
	float: left;
	margin-right: 10px;
	width: 320px;
}
.statBlock .subtitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}
.statTable {
	border-collapse: collapse;
	border: 1px solid silver;
	font-size: 11px;
	width: 320px;
}
.statTable th {
	background-color: #efefef;
	border: 1px solid silver;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
}
.statTable td {
	border: 1px solid silver;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px;
	text-align: center;
}

.menuItem {
	font-size: 10pt;
	padding: 0 5px;
	text-decoration: none;
}

#topmenuBox {
	background-image: url(/images2/coffeefest/line-top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 56px;
	position: absolute;
	top: 251px;
	left: 0;
	width: 100%;
}
#topmenuBox2 {
	margin: 0 auto;
	width: 700px;
	z-index: 2;
}
.topMenuIcon {
	float: right;
	font-weight: bold; 
	padding: 3px 5px;
}

ul.menu { 
	list-style: none; 
	padding: 0; 
	text-align: left;
}
ul.menu * {margin:0; padding:0}
ul.menu a {         color:#5c4527; text-decoration:none; display:block; }
/*ul.menu a:visited { color:#9d3d0f; text-decoration:none; }*/
ul.menu a:hover {   color:#ffffff; text-decoration:none; }
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:22px; left:0; display:none; list-style:none; border:1px solid #5c4527;}
ul.menu ul li {position:relative; width:190px; margin:0}
ul.menu ul li a {         background-color: #ffcd79; color: #5c4527; padding:2px 7px 3px; display:block; }
/*ul.menu ul li a:visited { background-color: #ffcd79; color: #9d3d0f; }*/
ul.menu ul li a:hover {   background-color: #5c4527; color: #ffffff; }
ul.menu ul ul { left:190px; top:2px }
ul.menu .menulink {padding: 3px 7px; font-weight:bold; text-transform: uppercase; border:1px; }
ul.menu .menulink:hover { background-color: #5c4527; color: #ffffff; }
ul.menu .sub {background: #ffcd79 url(/images2/pampuh/arrow.gif) 178px 8px no-repeat}
ul.menu .sub:hover { color: #ffffff; }
ul.menu .menuhover { background-color: #5c4527; color: #ffffff; }


/*--- LISTS ---*/
.list {
	text-align: center;
}
.list p {
	margin: 0;
	padding: 0;
}
.list .item {
	display: inline-block;
	margin: 8px 12px;
}
.list h2 {
	margin: 0 0 6px 0;
}
.list h2,
.list h2 a,
.list h2 a:visited {
}
.list .pic {
	margin: 7px 0;
}
/*--- END OF LISTS ---*/