@charset "utf-8";
@import url("template_css.css");

/* HOME PAGE SPECIFIC CSS  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
   Last updated on 6-Feb-08

   >> TOC
	- General
	- Video promo panel
	- Features & News panel wrapper
	- Features panel
	- News panel
	- Banners panel

*/

#splash {
	float:none;
	clear:both;
	height:212px;
	margin-bottom:1px;
	overflow:hidden;
	}

/* Video promo panel
----------------------------------------------------------------- */
#promo_wrp {
	float:left;
	padding:2px;
	background:url(../../../images/home/promo_bg.png) 0 0 no-repeat;
	}
#promo {
	padding:201px 17px 17px 10px;
	background:url(../../../images/home/promo_01.jpg) 0 0 no-repeat;
	}

/* Features & News panel wrapper
----------------------------------------------------------------- */
#hm_panel {
	float:left;
	clear:right;
	width:562px;
	height:273px;
	background:url(../../../images/home/hm_pnl_bg.gif) 0 0 repeat-x;
	overflow:hidden;
	}
#hm_panel a {
	text-decoration:none;
	}
#hm_panel a:hover {
	color:#2b2514;
	}

/* Features panel
----------------------------------------------------------------- */
#hm_features_wrp {
	float:left;
	width:238px;
	height:273px;
	background:url(../../../images/home/hm_pnl_features_bg.gif) 0 0 no-repeat;
	}
#hm_features_hdr {
	float:none;
	clear:both;
	margin:2px 1px 2px 0;
	}
.hm_features, .hm_features_last {
	float:none;
	clear:both;
	height:80px;
	padding:0 3px;
	}
.hm_features {
	background:url(../../../images/home/hm_pnl_features_div.gif) 0 bottom repeat-x;
	}
.hm_features_pix {
	float:left;
	width:72px;
	height:72px;
	margin:2px 8px 4px 0;
	border:solid 1px #a29474;
	}
.hm_features_txt {
	float:left;
	clear:right;
	width:143px;
	padding:11px 0;
	color:#7d6e37;
	font:normal 11px "Tahoma", Arial, Helvetica, sans-serif;
	vertical-align:middle;
	}
.hm_features_txt a {
	color:#706230;
	font-weight:bold;
	}

/* News panel
----------------------------------------------------------------- */
#hm_news_wrp {
	float:left;
	width:202px;
	height:273px;
	background:url(../../../images/home/hm_pnl_news_bg.gif) 0 0 no-repeat;
	}
#hm_news_hdr {
	float:none;
	clear:both;
	padding:2px 2px 2px 1px;
	}
#hm_news {
	float:none;
	clear:both;
	padding:11px 13px;
	font:normal 10px "Tahoma", Arial, Helvetica, sans-serif;
	color:#948241;
	}
#hm_news a {
	color:#706230;
	}
#hm_news ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#hm_news li {
	margin-bottom:11px;
	}
#hm_news ul a {
	font:normal 11px "Tahoma", Arial, Helvetica, sans-serif;
	color:#665a2d;
	}

/* Banners panel
----------------------------------------------------------------- */
#hm_banners {
	float:left;
	clear:right;
	width:122px;
	height:273px;
	background-color:#1d2115;
	}
#hm_banners img {
	margin-left:1px;
	}
