@charset "utf-8";

@import url("agv3_global.css");

/* Deliciously hand crafted by Amit Gautam */
/* Last updated on 16-Jun-09 */

/* Home
------------------------------------------ */
body {
	background:#236608 url(../i/home_bg.jpg) center -40px no-repeat;
	}
#hm_body_wrapper {
	clear:both;
	width:757px;
	margin-left:20px;
	}

/* Promo Splash
------------------------------------------ */
#hm_prm_wrapper {
	clear:both;
	width:757px;
	height:330px;
	}
#hm_prm_wrapper_iframe {
	clear:both;
	width:757px;
	height:330px;
	background:url(../i/loading.gif) center center no-repeat;
	}
.hm_prm_push {
	float:right;
	margin-top:166px;
	margin-right:35px;
	}

/* Content Columns
------------------------------------------ */
#hm_ct_wrapper {
	clear:both;
	height:146px;
	padding:0 10px;
	background:#000 url(../i/hm_ct_bg.gif) 0 0 repeat-x;
	}

/* Featured
------------------------------------------ */
#hm_ct_feat {
	float:left;
	margin:12px 10px 10px 0;
	padding-left:17px;	
	background:url(../i/hm_feat.gif) 0 0 no-repeat;
	}
#hm_ct_feat:hover {
	background:url(../i/hm_feat-over.gif) 0 0 no-repeat;
	}
#hm_ct_feat_iframe {
	width:214px;
	height:124px;
	background:url(../i/loading.gif) center center no-repeat;
	}

/* Selected
------------------------------------------ */
#hm_ct_selected {
	float:left;
	margin:12px 10px 10px 0;
	padding-left:17px;
	background:url(../i/hm_selected.gif) 0 0 no-repeat;
	}
#hm_ct_selected:hover {
	background:url(../i/hm_selected-over.gif) 0 0 no-repeat;
	}
#hm_ct_selected a {
	margin-right:10px;
	}

/* News
------------------------------------------ */
#hm_ct_news {
	float:left;
	margin:12px 0 10px 0;
	width:175px;
	background:url(../i/hm_news.gif) 0 0 no-repeat;
	color:#404040;
	}
#hm_ct_news:hover {
	background:url(../i/hm_news-over.gif) 0 0 no-repeat;
	}
#hm_ct_news ul {
	list-style:none;
	margin:0 0 0 17px;
	padding:0;
	}
#hm_ct_news li {
	margin-bottom:7px;
	font:normal 10px Tahoma, Arial, Helvetica, sans-serif;
	}
#hm_ct_news a {
	color:#737373;
	text-decoration:none;
	}
#hm_ct_news a:hover {
	color:#b3b3b3;
	text-decoration:none;
	}
