/*
////////// GENERAL //////////
*/

html {height: 100%;}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align:center;
}

h1 {
/*	display: none; */
}

a img {border:0; padding:0; margin:0;}


div.clear { 
	clear: both; 
	line-height: 0; 
	height: 0;
}

div.clear hr { 
	visibility:hidden;
	display:none;
}



.clearer {clear:both;}

/*
////////// TYPOGRAPHY //////////
*/

p,ul,ol,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,form,hr {margin: 0; margin-top: 0; margin-bottom: 0;padding: 0;}
p, ul, ol { font: normal normal 12px/16px arial, verdana, sans-serif; color: #333; padding-bottom: 11px;}

h1,h2,h3,h4,h5,h6 { 
	color: #333;
	font: normal 17px/18px arial, verdana, serif;
	padding-bottom: 11px;
}

h2
{
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 20px;
	color: #c06;
}
h3 { color:#c06; font: bold 16px/18px arial, verdana, serif;}

/* SEO H1 Styling - changed on 25/07/10 */
.bodyTxt h3, .seoh1 {
 	color:#c06; font: bold 16px/18px arial, verdana, serif;
 	padding-bottom: 11px; visibility: visible !important;
}
.seogreen {color: #559922;}

h4 { color:#c06; font-size:15px; padding:0;}
h5 { color:#c06; font: bold 12px arial, verdana, sans-serif; text-transform:uppercase; padding:0;}
h6 { font: bold 12px arial, verdana, sans-serif; padding:0; color:#333;}

#footer p {
	font-size:10px;
	padding:0;
	color:#666;
}

#footer a {
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
}

.bodyTxt h3 {
 color:#c06; font: bold 16px/18px arial, verdana, serif;
 padding-bottom: 11px;
}

.bodyTxt p {
 font: normal normal 12px/16px arial, verdana, sans-serif;
 color: #333;
 padding-bottom: 11px;
}
.red {color:#c00;}

/*
////////// LINKS //////////
*/

a {
	color: #06b;
	text-decoration:none;
}

a:active {
	color: #000;
}

a:visited {
}

a:hover {
	color: #c06;
	text-decoration: underline;
}

/*
////////// NAVIGATION //////////
*/

/* ---------- PRIMARY ----------- */

#int ul {
	list-style: none;
	padding: 2px 0;
	padding-left:7px;

}

* html div#int ul {
	padding: 1px 0 2px 0; /* IE Win */
	padding-left:7px;
}

#int ul li {
	float: left;
	padding:0;
	margin:0;
	padding-left: 4px;

}

#int ul li span {
	padding-right: 5px;
		background: transparent url(../imgs/navdiv.gif) no-repeat right center;

}

#int ul li span.lastnav {
	padding-right: 5px;
	background: none;
}
	
#int ul li a, #int p {
	color:#fff;
	font-size: 11px;
	padding:0;
	text-transform:uppercase;
	text-decoration: none;

}

#int ul li a:hover, #int ul li.selected a {
	color:#000;
}

/* ---------- SECONDARY ----------- */

#subnav {
	float:left;
	width:162px;
}

#subnav ul {
	font-size:11px;
	list-style: none;
	margin:0 0 11px 11px;

}

#subnav ul li {
	width:151px;
}
	
#subnav ul li a {
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;

}

#subnav ul li a:hover, #subnav ul li.selected a {
	color:#000;
}

/* ---------- TERTIARY ----------- */

#subnav ul li ul.navThree {
	padding:0;
	padding-top:2px;
	margin:0 0 0 11px;
	font: normal normal 11px/11px arial, verdana, sans-serif;
}

* html div#subnav ul li ul.navThree {
	padding-top:5px; /* IE Win */
}

#subnav ul li ul.navThree li {
	padding-bottom:5px;
	width:140px;
}

#subnav ul li ul.navThree li a {
padding:0;
margin:0;
	text-transform:none;
}


/*
////////// CONTAINERS //////////
*/

#invcont {
	position:relative;
	text-align:left;
}

#container {
	width:930px;
	text-align:left;
	padding:0;
	position:relative;
}

#header {
	position:relative;
	height:98px;

}

#logo {
	width:151px;
	height:58px;
	position:absolute;
	left:779px;

}

#title {
	width:550px;
	height:29px;
	position:absolute;
	left:23px;
	top:39px;

}

#nav {


	margin-bottom:11px;
	
}

#int {
	height:20px;
	background-color:#804;
}
#in_1 {	background-color:#58d;}
#in_2 {	background-color:#e04;}
#in_3 {	background-color:#804;}
#in_4 {	background-color:#638;}
#in_event {background-color:#c06;}
#in_conf {background-color:#06b;}
#in_csr {background-color:#592;}
#in_extranet {background-color:#a69;}

#csrtag {
	margin:11px 0;
	width:116px;
	height:67px;
}

#footer {
	clear:both;
	padding:11px;
	margin-left:11px;
	padding-left:0;
	border-top:1px solid #999;
}

#maincol {
	margin-left:168px;
	width:762px;
}

/* IE6 3 pixel jog fix */

* html #subnav {margin-right:-3px;}
* html #maincol {margin-left:165px;}

#rightcol {
	float:right;
	width:165px;

}

#middlecol {
	width:586px;
}

.sideportal {
	width:165px;
	height:109px;
	margin-bottom:11px;
}

.sideblog {
 height:200px;
}

#pagehead1 {
	width:586px;
	height:109px;
	margin-bottom:11px;
}

#pagehead2 {
	width:586px;
	height:229px;
	margin-bottom:11px;
}

#pagehead3 {
	width:586px;
	height:349px;
	margin-bottom:11px;
}

#logoBox {
	margin-bottom:11px;
}

/*
////////// LISTS //////////
*/



ul.basiclist {
	list-style:none;
}

/*
////////// FLASH FOOTER //////////
*/
#flashFooter {
	width:586px;
	margin-bottom:11px;
}

#flashFooter div#flashBlock1,
#flashFooter div#flashBlock2,
#flashFooter div#flashBlock3 {
	float:left;
	margin-right:11px;
}

#flashFooter div#flashBlock3 {
	margin:0;
}

/*
////////// PHONE //////////
*/

#phonenum {
	width:150px;
	float:right;

		padding:0;
		margin:0;
		text-align:right;
		padding-top:2px;
	padding-right:7px;
}

#phonenum p {
	font-weight:bold;
	font-size:11px;
}

/*
////////// ABOUT //////////
*/

.releaseItem {
	margin-bottom:7px;
	border-bottom:1px dashed #999;
	padding-left:73px;
}

.type1 {background: transparent url(../imgs/news_icon_1.gif) no-repeat 0 4px;}
.type2 {background: transparent url(../imgs/news_icon_2.gif) no-repeat 0 4px;}
.type3 {background: transparent url(../imgs/news_icon_3.gif) no-repeat 0 4px;}
.type4 {background: transparent url(../imgs/news_icon_4.gif) no-repeat 0 4px;}

.type1 h4 {color: #a69;}
.type2 h4 {color: #06b;}
.type3 h4 {color: #f71;}
.type4 h4 {color: #c06;}

.releaseItem a {
	color:#333;
}

.releaseItem a:hover {
	color:#c06;
}

.releaseItem p {
	line-height:15px;
	padding-bottom:9px;
}

.fullItem {
	padding-top:11px;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	margin-bottom:11px;
}

.fullItem h4 {
	padding-bottom:11px;
}

/*
////////// AWARDS //////////
*/

.award {
	padding-top:11px;
	margin-bottom:11px;
}

.awardImg {
	float:left;
	width:90px;
}

.awardTxt {
 margin-left:100px;
 padding-left:11px;
 border-left:1px solid #ccc;
}

.awardTxt p {
	padding:0;
}

/*
////////// EVENTS & CONFERENCES //////////
*/

#eventFlash {
	width:762px;
	height:336px;
	margin-bottom:11px;
}

.offer {
	padding-bottom:11px;
	border-bottom:1px dashed #999;
	margin-bottom:11px;
}

.offerImg {
	float:left;
	width:188px;
}

.offerTxt {
 margin-left:200px;
}

.noborder {
	border:0;
	margin:0;
}

.awardTxt p {
	padding:0;
}

a.ebrochure {
	display:block;
	width:165px;
	height:25px;
}

a.ebrochure span {
	display:none;
	visibility:hidden
}

/*
////////// FORMS //////////
*/
form {
position:relative;
}

form fieldset {
position:relative;
	display:block;
	padding:0;
	border:0;
	margin-bottom: 11px;
}

form legend {
position:static;
	display:block;
	font: bold normal 16px/18px arial, verdana, sans-serif;
	font-weight:bold;
	text-transform:none;
	color:#c06;
	margin:0;
	margin-left: 0;
	padding:0;
	padding-bottom:11px;
	width:200px;


}

* html form legend {
margin-left: -7px; /* IE Win */

}

/* IE7 fix */ 
*:first-child+html form legend {
position:relative;
left: -7px;
}


form label {
	display:block;
	width:285px;
	text-align:left;
			margin:0;
		padding:0;
	margin-bottom:1px;
	padding:0 6px 6px 0;
	font: bold 12px arial,verdana, sans-serif;
	color:#666;
}

form div.formcol1 {
position:relative;
	float:left;

	width:285px;

}

form div.formcol2 {
position:relative;
	margin-left:290px;

	width:285px;
}

form label span {
	position:absolute;
	padding-top:3px;
}

form label em,
em.star,
form h5 em {
	font: bold 11px verdana, arial, sans-serif;
	color:#148;
}

form label.widelabel {
	width: 500px;

}

form label.widelabel em {
	font: normal 11px verdana, arial, sans-serif;
	color:#666;
	position:absolute;
	padding:3px 0 0 10px;
}



form label input,
form label select {
	margin-left:100px;
	width:170px;
}




#textConfBox form input,
#infobox form input,
input.stand {
	margin:0;
	width:auto;
	margin-top:5px;
	margin-right:10px;
}


form textarea {
	margin-bottom:10px;
	overflow:auto;
}

form fieldset.widefield label {
	width:700px;
}

form fieldset.widefield label input {
	width:590px;
}

#devControl {
	margin-left:110px;
	margin-bottom:15px;
	width:590px;
}

em.subnote {
font: normal 10px arial, verdane, sans-serif;
color:#999;
}

form fieldset.widefield label input.short {
	width:100px;
}

input.fixedwidth {
	width:110px;
}

input.uploader {

}

form label.dayfield {
	width:150px;
	padding:0;
}

form label.dayfield select {
	width:50px;
	margin:0;
	margin-left:100px;
}

form label.monthfield {
	float:right;
	width:70px;
	padding:0;
}

form label.monthfield select {
	width:70px;
	margin:0;
}

form label.yearfield {
	float:right;
	width:65px;
	padding:0;
}

form label.yearfield select {
	width:65px;
	margin:0;
}

form fieldset.btns {
margin-bottom: 22px;

}

form fieldset.radBtns h5 {
	float:left;
	display:block;
	width:290px;
	font: bold 12px/13px arial, verdana, sans-serif;
	text-transform:none;
	color:#666;
	margin-top:2px;
}

form fieldset.radBtns label {
display:inline;
width:auto;

}

form fieldset.radBtns label input {
width:auto;
margin:0;

}

form label span.spacer {
left:290px;
}
form fieldset.radBtns label input#flexY strong {padding-right:100px;}

form fieldset.radBtns label input#flexY {margin-left:24px;}
form fieldset.radBtns label input#flexN {margin-left:18px;}

form fieldset.radBtns label input#methTel {margin-left:60px;}
form fieldset.radBtns label input#methEm {margin-left:34px;}
form fieldset.radBtns label input#methFax {margin-left:24px;}

#newEventForm {margin-bottom:22px;}

#newEventForm textarea {
	width:586px;
}

form fieldset.fullwidth label,
form fieldset.happy label{width:auto;}

form fieldset.happy {
	margin-top:11px;
}

form fieldset.happy p {
	font: bold 12px/13px arial, verdana, sans-serif;
	color:#666;
}

form fieldset.happy input {
width:auto;
margin:0;
margin-left:450px;
}

/*
////////// SITE MAP //////////
*/

#sitemapDiv {
	margin-bottom:11px;
}

#sitemapDiv ul {
	list-style:none;
		padding:0;
	margin:0;
	width:260px;
}

#sitemapDiv ul li {
	padding:0;
	margin:0;
	width:260px;
}

#sitemapDiv ul.firstNav {

}

#sitemapDiv ul.firstNav li.mainlink {
	margin-top:11px;


}
#sitemapDiv ul.firstNav li.topli {
	margin-top:0;
	border:0;
	padding-top:0;
}

#sitemapDiv ul.firstNav li.mainlink a {
	color:#c06;
}

#sitemapDiv ul.firstNav li.sublink {

}

#sitemapDiv ul.secondNav {
margin-left:11px;
}

#sitemapDiv ul.secondNav li {
	padding:0;
	margin:0;
	border:0;
	width:211px;
}

#sitemapDiv ul.thirdNav li {
	width:200px;
}

#sitemapDiv ul.thirdNav {
	margin-left:11px;
}

#sitemapDiv ul.firstNav li a {
	font-weight:bold;
}

#sitemapDiv ul.secondNav li a {
	font-weight:normal;
}

#sitemapDiv ul.thirdNav li a {
	font-weight:normal;
	font-size:11px;
	color:#666;
}

.divcol1{
	position:relative;
	float:left;
	width:270px;
}

.divcol2{
	position:relative;
	margin-left:290px;
	width:285px;
}

/* --- WALKIT ------ */

.walkit {
	width:165px;
	height:125px;
	margin-bottom:11px;
	background: transparent url(../imgs/portalbg_walkit.gif) no-repeat;
}


/* portal links */
	
	#portalbox {
		width: 165px;
		height: 109px;
		position: relative;
		margin: 0;
		padding: 0;
		border: none;
		float: right;
	}
	
	#portalboxlong {
		width: 366px;
		height: 109px;
		position: relative;
		margin: 0;
		padding: 0;
		border: none;
		float: right;
		list-style: none;
	}
	
	#portalbox ul {list-style: none; margin: 0; padding: 0; border: none;}
	
	#portalbox li {float: left; border: none;}
	
	#portal_enquiry a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 109px;
		background: url(../imgs/portals/makeenquiry.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 1%;
		border: none;
		left: 0;
		width: 165px;
		background-position: 0 0;
		border: none;
	}

	li#portal_enquiry a:hover {background-position: 0 -109px; border: none}
	
	#portal_yourb a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 109px;
		background: url(../imgs/portals/yourbrewery.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 1%;
		border: none;
		left: 0;
		width: 165px;
		background-position: 0 0;
		border: none;
	}

	li#portal_yourb a:hover {background-position: 0 -109px; border: none}
	
	#portal_csractive a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 109px;
		background: url(../imgs/portals/csractive.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 1%;
		border: none;
		left: 0;
		width: 165px;
		background-position: 0 0;
		border: none;
	}

	li#portal_csractive a:hover {background-position: 0 -109px; border: none}
	
		#portal_nearby a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 109px;
		background: url(../imgs/portals/nearbyhotels.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 1%;
		border: none;
		left: 0;
		width: 165px;
		background-position: 0 0;
		border: none;
	}

	li#portal_nearby a:hover {background-position: 0 -109px; border: none}
	
	#portal_jointeam a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 109px;
		background: url(../imgs/portals/jointheteam.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 1%;
		border: none;
		left: 0;
		width: 165px;
		background-position: 0 0;
		border: none;
	}

	li#portal_jointeam a:hover {background-position: 0 -109px; border: none}
	
		#portal_wineordering a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 109px;
		background: url(../imgs/portals/wineordering.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 1%;
		border: none;
		left: 0;
		width: 165px;
		background-position: 0 0;
		border: none;
	}

	li#portal_wineordering a:hover {background-position: 0 -109px; border: none}
	
	#portal_csrlong ul li {list-style: none;}
	
	#portal_csrlong a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 109px;
		background: url(../imgs/portals/portallong_csr.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 1%;
		border: none;
		left: 0;
		width: 366px;
		background-position: 0 0;
		border: none;
	}

	li#portal_csrlong a:hover {background-position: 0 -109px; border: none}