@charset "utf-8"; 
* {
	padding: 0;
	margin: 0;
	border: none;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	background:#dadad2 url(../gfx/bg.png) repeat-x;
	font-size: 11px;
	color:#474747;
}
img {
	margin:0px;
	padding:0;
	border:none 0;
}
.bg {
	
	margin:0 auto; 
	width:990px;
	height:210px;
	background:url(../gfx/bg_top.jpg) top no-repeat;
}
/*.fire {
	margin-left:00px;
}*/
.googleTop {
	position:absolute; left:20px; right:20px; top: 100px;


	width:738px;
	height:100px;
	margin:0 auto 7px auto;
	background:url(../gfx/google_bg.png) no-repeat;
}
.container {
	margin:0 auto;
	width:980px;
	background:#FFF url(../gfx/bg_content.png) repeat-y;
}
.containerBtm {
	background:url(../gfx/bg_content_btm.png) no-repeat;
	height:26px;
}
.content {
	float:left;
	width:578px;
}
.leftSide {
	width:185px;
	float:left;
	margin-left:14px;
}
.rightSide {
	float:left;
	width:180px;
	margin-left:10px;
}
/*------------------------------------------------- TOP MENU -------------------------------------------------*/
.topMenu {
	background:url(../gfx/top_menu_bg.png) no-repeat top;
	width:951px;
	height:54px;
	font-weight:bold;
	padding:10px 30px 0 0;
}
.timeRemaining {
	padding:10px 10px 0 0;
	color:#0866b3;
	font-size:11px;
	float:right;
	width:180px;
}
.timeRemaining span {
	font-size:10px;
	font-weight:normal;
	margin-top:5px;
	line-height:20px;
}
.topMenuList {
	list-style-position:inside;
	list-style:none;
	display:table;
}
.topMenuList li {
	display:table-cell;
	font-size:12px;
	background:url(../gfx/top_menu_item_bg.png) no-repeat right top;
	height:40px;
	padding:16px 20px 0 0;
	float:left;
}
.topMenuList .end {
	display:table-cell;
	font-size:12px;
	background:none;
	height:40px;
	margin:0 5px;
	padding:16px 0px 0 0;
	float:left;
}
.topMenuList li a {
	text-decoration:none;
	color:#084054;
	margin:0 0 0 1px;
}
.topMenuList li a:hover {
	color:#FFF;
}
.topMenuList li img {
	vertical-align:middle;
	margin-right:4px;
}
.flRight {
	float:right;
}
/*----------------------------------------------- TOP MENU end -----------------------------------------------*/
/*------------------------------------------------ LEFT SIDE -------------------------------------------------*/
.leftMenu {
	margin-bottom:3px;
}
.leftMenu a, .leftMenu2 a {
	display:block;
	font-size:11px;
}
.leftMenuItem {
	list-style-type:none;
}
.leftMenuItem a {
	text-decoration:none;
	width:152px;
	height:22px;
	padding-top:10px;
	color:#132236;
	padding-left:30px;
	margin-bottom:1px;
	background:url(../gfx/left_menu_bg.png) left bottom no-repeat;
	font-weight:bold;
}
.leftMenuItem a:hover {
	background:url(../gfx/left_menu_bg.png) left top no-repeat;
	color:#FFF;
}
.leftContainer {
	background:url(../gfx/left_container_bg.png) repeat-y;
	width:170px;
	margin-top:7px;
	padding-left:12px;
	color:#084054;
	line-height:16px;
}
.leftContainer .title {
	margin-bottom:12px;
}
.leftContainer .btn {
	float:right;
	margin-right:8px;
}
.leftContainerTop {
	background:url(../gfx/left_container_top.png) no-repeat;
	height:9px;
	margin-left:-12px;
}
.leftContainerBtm {
	background:url(../gfx/left_container_btm.png) no-repeat;
	height:8px;
	margin-left:-12px;
}
.input {
	background:url(../gfx/input.png) no-repeat;
	width:158px;
	height:26px;
	margin:5px 0 0 -8px;
	padding:4px 5px 0 5px;
}
.radio {
	margin:2px 2px 2px 0;
}
/*---------------------------------------------- LEFT SIDE end -----------------------------------------------*//*------------------------------------------------ RIGHT SIDE ------------------------------------------------*/
.rightContainer {
	width:180px;
	background:url(../gfx/right_container_bg.png) repeat-y;
	margin:2px 0 6px 0;
}
.rightContainer .title {
	margin:0 0 8px 25px;
}
.rightContainerTop {
	background:url(../gfx/right_container_top.png) no-repeat;
	height:10px;
}
.rightContainerBtm {
	background:url(../gfx/right_container_btm.png) no-repeat;
	height:9px;
}
.offerMini {
	width:165px;
	margin:0 auto 15px auto;
	text-align:center;
}
.offerMini a {
	text-decoration:none;
	font-weight:bold;
	color:#151515;
}
.offerMini .img1 {
	border:solid 2px #759c99;
	margin-top:5px;
}
.offerMini .img2 {
	border:solid 2px #cbcbbe;
	margin-top:5px;
}
.offerMini .desc {
	background:#084054;
	color:#fff;
	padding:3px 0;
}
.offerMini .desc2 {
	background:#3d95dd;
	color:#fff;
	padding:3px 0;
}
.rightContainer .btn {
	float:right;
	margin-right:8px;
}
/*---------------------------------------------- RIGHT SIDE end ----------------------------------------------*/
.btmMenu {
	margin:10px auto;
	padding-top:15px;
	width:983px;
	height:40px;
	background:url(../gfx/btm_menu_bg.png) no-repeat;
	color:#e4f0f3;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.btmMenu a {
	color:#e4f0f3;
	text-decoration:none;
	margin:0 3px;
}
.btmMenu a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}