/* CSS Document */
@import url("text.css");


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:150%;
	margin:0;
	padding:20px;
}

#contentBody {
	width:800px;
}

#bodyShadow {
	width:803px;
	background-repeat:repeat-y;
}

#bodyTop {
	width:803px;
	height:2px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#bodyBottom {
	width:803px;
	height:3px;
	background-repeat:no-repeat;
	background-position:top;
}

#leftColumn {
	width:185px;
	float:left;
}

#contentColumn {
	float:left;
	width: 615px;
}

#bodyClear {
	clear:left;
}

#header {
	*height:1%;
	font-size:0.9em;
	color:#fff;
}

#header a {
	font-size:0.9em;
	color:#fff;
}

#header #address,
#header #contactDetails {
	float:right;
	margin:10px 0;
	padding:0px 20px;
	text-align:right;
}

#header #address {
	border-left:#CFC8BD solid 1px;
}

#navigation {
	font-weight:bold;
}

.navItem {
	color:#fff;
	padding:3px 0 3px 10px;
	border-bottom:#fff solid 1px;
}

.navItemSelected {
	color:#fff;
	padding:3px 0 3px 10px;
	border-bottom:#fff solid 1px;
}

.navItem a {
	color:#000;
	text-decoration:none;
}

.navItem a:hover {
	color:#000;
	text-decoration:underline;
}

#sponsorLogos {
	padding: 20px 0;
}

#contentWrapper {
	padding:20px;
}

#rightPanels {
	float:right;
	margin-left:10px;
}

.rightItemBox {
	padding:1px;
	width:186px;
	margin-bottom:10px;
}

.itemBox {
	padding:1px;
	margin-bottom:10px;
}


.subsequentBox {
	/*margin-top:10px;*/
}

.rightItemImageHeader {
	padding:40px 0 0 5px;
	font-weight:bold;
	width:181px;
	height:18px;
	background-repeat:no-repeat;
}

.itemImageHeader {
	padding:40px 0 0 5px;
	font-weight:bold;
	height:18px;
	background-repeat:no-repeat;
}


.rightItemImageHeaderFood {
	background-image:url(../images/food.jpg);
}

.rightItemImageHeaderBuddha {
	background-image:url(../images/buddha.jpg);
}


.rightItemImageHeaderCustomers {
	background-image:url(../images/customers.jpg);
}

.rightItemImageHeaderEthos {
	background-image:url(../images/ethos.jpg);
}

.rightItemImageHeaderEthosExtended {
	background-image:url(../images/ethosExtended.jpg);
}


#homeContent {
	float:left;
	width:365px;
}

.rightItemContent {
	padding:10px;
	font-size:0.9em;
}

.rightItemFlashContent {
	padding:0px;
	font-size:0.9em;
}


.editDiv {
	text-align:right;
}

#barMenu {
	display:none;
	text-align:center;
	border-bottom:#93A18E dashed 1px;
	margin-bottom:10px
}

#barMenu h2 {
	border-top:#93A18E dashed 1px;
}

#barMenu p {
	margin: 0 0 0.75em 0;
	color:#666666;
}

#barMenu p strong{
	color:#000;
}