/*  	-----------------------------------------------------------------------------
		INTERFACE LAYOUT
		----------------------------------------------------------------------------- 	*/
		

BODY	{
	background: #F0E6CD;
	margin:0;
}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 780px;
	margin-left: -390px;
	background:#382C20;
}


/*  	-----------------------------------------------------------------------------
		MENU NAVIGATION
		----------------------------------------------------------------------------- 	*/	


#menu {
	right: 30px;
	top: 70px;
	padding: 0px;
	text-align: right;
	position: absolute;
}

#menu ul {
	list-style: none;
	display:inline;
}

#menu ul li {
	display: inline;
	font-size: 8pt;
	font-family: 'century gothic', Arial;
}

#menu ul li a {
	font-size: 10pt;
	font-family: 'century gothic', Arial;
	color: #fff;
	text-decoration:none;
	margin: 0 0 0 20px;
	background:url(../images/bg_menu_seperator.gif);
	text-transform: capitalize;
}

#menu ul li a:hover {
	color: #DC7600;
}


/*  	-----------------------------------------------------------------------------
		BODY COPY
		----------------------------------------------------------------------------- 	*/

#sep {
	width: 100%;
	height: 2px;
	font-size: 1px;
	background: url(../images/sep_top.gif);
}

#cont_block {
	background: white;
	height: 275px;
	width:780px;
	position:relative;
}

#cont_block #diary {
	width: 314px;
	height: 275px;
	display:block;
	text-indent: -999px;
	overflow: hidden;
	float:left;
	background-image:url(../images/events_background.gif);
	background-repeat:repeat-x;
}

#cont_block #un {
	position:absolute;
	left:25px;
	top:112px;
	width:110px;
	height:28px;
	
}

#cont_block #photo {
	background:red;
	text-align:right;
}

#cont_block #photo img {
	position:absolute;
	width:780px;
	left:0;
	top:0;
	border: 0;
}

#body_copy 	{
	font-family: arial;
	font-size: 10pt;
	color: #382C20;
	text-align: justify;
	background: #F5EFDF;
	margin:0;
	position:relative;
	width:780px;
}

#body_copy div.pad {
	padding: 10px 20px 20px 20px;
}

#body_copy div.cli_le {
	width: 270px;
	text-align:justify;
	height: 195px;
	font-size: 8pt;
	line-height: 10pt;
}



#body_copy div.cli_ri {
	float:right;
	padding:0;
	display:block;
	margin:0;
}

#body_copy a {
	color: #9A4823;
	text-decoration: none;
}

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

#footer 	{
	font-family: arial;
	font-size: 10pt;
	color: white;
	padding: 15px;
	background: #382C20;
}

#footer #le {
	text-align: right;
	width:360px;
	float:left;
}

#footer #ri {
	text-align: left;
	float:right;
	width:360px;
	margin-bottom:10px;
}

#footer #ri a {
	color: white;
	text-decoration:none;
}

#footer #ri a:hover {
	color: #DC7600;
}


/*  	-----------------------------------------------------------------------------
		HEADING
		----------------------------------------------------------------------------- 	*/

H1	{
	width:186px;
	height:45px;
	background: url(../images/honour_way_logo.gif);
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	margin:25px 0 25px 40px;
}


/*  	-----------------------------------------------------------------------------
		DIARY SCROLLER
		----------------------------------------------------------------------------- 	*/
		
.diary_header {
	font-family:"Century Gothic";
	font-size:16px;
	color:#603522;
	padding-left:10px;
	line-height:30px;
}

.diary_copy {
	font-family:"Century Gothic";
	font-size:12px;
	color:#333333;
	padding-left:10px;
}

.client {
	display:block;
}
	.client .client_lhs {
		display:block;
		float:left;
		width:380px;
	}
		.client .client_lhs p {
			padding:15px;
			margin:0;
		}
	.client .client_rhs {
		display:block;
		float:right;
		width:400px;
		overflow:hidden;
	}
	.clearer {
		display:block;
		height:1px;
		overflow:hidden;
		clear:both;
		background:#dcd2ba;
	}
	
	.country_heading {
		display:block;
		background:#dcd2ba url(../images/bg_country_heading.gif) no-repeat;
		padding:15px 15px 15px 30px;
		color:#382C20;
	}

/*  	-----------------------------------------------------------------------------
		NEWSLETTER DROPDOWN
		----------------------------------------------------------------------------- 	*/

#dropdown{
	position:relative;	
}
#dropdown td {
	padding-right:60px;
}

.drop{
border: 1px solid #382C20;
font-family: Century Gothic, arial;
color: #FFFFFF; 
font-size: 10pt; 
font-weight: bold; 
height: 20px; 
background-color: #382C20;
}
