/* CSS Document */
@import url("text.css");


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:150%;
	margin:0;
	padding:0;
}

#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:225px;
	position:absolute;
	left:22px;
	height:700px;
	z-index:10;
	border:0;
	margin:0;
	padding:0;
}

#leftColumnBg {
	width:226px;
	position:absolute;
	left:21px;
	height:700px;
	z-index:1;
	border:0;
	margin:0;
	padding:0;
}
.transparent50 {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.transparent40 {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#contentColumn {
	float:left;
	width: 615px;
}

#bodyClear {
	clear:left;
}

#header {
	*height:1%;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

#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 img{
	font-weight:bold;
	margin:20px 0 70px 0;
}


#navigation {
	font-weight:bold;
}
	


.navItem {
	color:#fff;
	padding:3px 0 3px 20px;
	/*border-bottom:#000066 solid 1px;*/
}

.navItemSelected {
	color:#fff;
	padding:3px 0 3px 20px;
}

a.navItem:active,
a.navItem:link,
a.navItem {
	color:#fff;
	display:block;
	text-decoration:none;
}

a.navItem:visited {
	color:#fff;
	text-decoration:none;
}

a.navItem:hover {
	color:#fff;
	background-color:#0E0F1F;	
}


#sponsorLogos {
	padding: 20px 0;
}


#sponsorLogos img {
	padding-top:20px;
	
}
	
#contentWrapper {
	padding:0;
}

#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;
	color:#000;
}

.itemImageHeader {
	padding:40px 0 0 5px;
	font-weight:bold;
	height:18px;
	background-repeat:no-repeat;
}


.rightItemImageHeaderFood {
	background-image:url(../images/food.jpg);
}
.rightItemImageHeaderChristmas {
	background-image:url(../images/iStock_000002834951XSmall.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);
	color:#000;
}


#homeContent {
	float:left;
	width:505px;
	padding: 20px;
	border-left:#1B2032 solid 1px;
}

.rightItemContent {
	padding:10px;
	font-size:0.9em;
	background-color:#1B2032;
/*	background-image:url(../images/boxBG.jpg);*/
	background-repeat:repeat-x;
}

.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;
}

#barMenu p strong{
	
}

a,a:hover,a:link {
	color:#6691FF;
}

#barMenu h3{
	text-decoration:underline;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	margin-top:20px;
}

a:visited{
	color:#8E51FE;
}

	.caption{font-style:italic;color:#887;}
	.demo{position:relative;margin-top:2em;}
	.gallery_demo{width:702px;margin:0 auto;}
	.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}
	/*.gallery_demo li div{left:240px}*/
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{margin:0 auto 60px auto;height:438px;width:600px;background:black;}
	#main_image img{margin-bottom:10px;}
	
	.nav{padding-top:15px;clear:both;letter-spacing:3px;text-transform:uppercase;}
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}