@charset "utf-8";
/* main AVG CSS Document */
* {
	margin:0;
}

body {
	
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#2b2116;
}

img {
	border:0;	
}

a {color:#457b8b;}

/* Containers and Sections*/
/* Site container */
#site-container
{
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#2b2116;
	font: normal normal normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#2b2116;
}

/* Top container and Navigation */
#top-container {
	width:100%;
	background:#ffffff url(/images/skin/newskin2/top_bg.gif) repeat-x 0 0;
	min-height:574px;
	overflow:auto;
}

#top-nav-container {
	width:100%;
	height:50px;
	background:transparent url(/images/skin/newskin2/bg_top_nav.gif) repeat-x;
	position:absolute;
	margin-top:150px;
}

#top-navigation {
	width:960px;
	height:50px;
	text-align:center;
	margin: 0 auto;
}

#top-navigation li.nav-tab {
	float:left;
	height:45px;
	width:145px;
	padding-right:5px;
	list-style:none;
	text-transform:uppercase;
	color:#FFFFFF;
}

#top-navigation li.nav-active {
	background:transparent url(/images/skin/newskin2/home/btn_tab_mainnav.png) no-repeat 0 0;
	color:#507360;
}

#top-navigation a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	float:left;
	height:45px;
	width:145px;
	padding-top:18px;

}

#top-navigation a:hover {
	text-decoration:none;
	color:#e7ea9e;
}


#top-navigation .nav-active a {
	display:block;
	float:left;
	height:45px;
	width:145px;
	padding-top:18px;
	color:#507360;
}

/* Header */
#header-container {
	clear:both;
	width:960px;
	height:155px;
	padding:0;
	margin: 0 auto;
	background: #2b2116 url(/images/skin/newskin2/top_glow_bg.jpg) no-repeat center;
}

#header-content {
	text-align:left;
	font: normal normal normal 12px/14px Georgia, "Times New Roman", Times, serif;
}

#header-content .logo {
	width: 276px;
	height:155px;
	margin-left:9px;
	float:left;
	background: transparent url(/images/skin/newskin2/avg_logo.png) no-repeat 0 0;
}

#header-content .logo a {
	display:block;
	width: 276px;
	height:133px;
}

#header-content .login {
	margin:5px 0 0 0;
	width:350px;
	height:145px;
	float:right;
	background: transparent url(/images/skin/newskin/home/bg_login.png) no-repeat 0 0;
}

#header-content .login-group {
	clear:both;
	height:28px;
}

#header-content .login-text {
	float:left;
	width:70px;
	height:23px;
	line-height:23px;
	color:#f9d8a3;
	font-size:10px;
	text-align:right;
	padding-right:5px;
}

#header-content .login-box {
	float:left;
	width:129px;
	height:23px;
	line-height:23px;
	color:#f9d8a3;
	background: #bba387 url(/images/skin/newskin/home/bg_textfield_login.png) no-repeat 0 0;
}

#header-content .login-box input {
	background-color:#bba387;
	border:none 0 #bba387;
	margin:0;
	padding:0;
	width:127px;
	height:21px;
}

#header-content .login-text {
	float:left;
	color:#f9d8a3;
}


#header-content .box-title {
	padding:10px 0 0 12px;
	font-size:24px;
	line-height:24px;
	color:#f9d8a3;
	/*text-transform:uppercase;*/
}

#header-content .left-panel-loginbox {
	float:left;
	margin:15px 0px 0 5px; /*<-- adjust this back the values on the right when the doctype is restored [margin:20px 0 0 5px;]*/
	width:100%;
	height:55px; /*<-- adjust this back the values on the right when the doctype is restored [height:75px;]*/
}

#header-content .right-panel-loginbox {
  float:right; 
  padding:48px 13px 0 0; 
  width:28px;
	
}


/* Main container */
#main-container {
	width:960px;
	margin: 0 auto;
	height:100%;
}

#main-content {
	clear:both;
	width:960px;
	padding-top:64px;
}

/* Bottom container and Footer */
#bottom-container {
	width:100%;
	background:#2b2116 url(/images/skin/newskin2/bg_footer.gif) repeat-x;
	min-height:125px;
}

#footer-container {
	width:960px;
	margin: 0 auto;
}

#footer-content {
	text-align:center;
	width:960px;
	height:125px;
	background: transparent url(/images/skin/newskin2/bg_footer_middle.gif) no-repeat center top;
	font: normal normal normal 10px/12px Georgia, "Times New Roman", Times, serif;
	color:#e7ea9e;
}

#footer-content a
{
	text-decoration:none;
	font: normal normal normal 10px/12px Georgia, "Times New Roman", Times, serif;
	color:#e7ea9e;
}

#footer-content a:hover, #footer-content a.copyright:hover
{
	text-decoration:underline;
}

#footer-navigation {
	padding-top:68px;
	text-transform:uppercase;
}

#footer-content .copyright {
	padding-top:15px;
	padding-bottom:20px;
}

/* Content */
#main-panel {
	float:left;
}

#main-content #main-panel {
	width:960px;
}

#main-panel .bar-title {
	width:960px;
	height:47px;
	line-height:47px;
	background: transparent url(/images/skin/newskin2/subpages/bnr_offers.png) no-repeat 0 0;
}

#main-panel .page-title {
	padding:0 0 0 12px;
	font-size:24px;
	line-height:43x;
	color:#ffffff;
	text-transform:capitalize;
}

#main-panel #content-container {
	width:960px;
	min-height:291px;
	overflow:auto;
	background: transparent url(/images/skin/newskin2/subpages/bg_maincontent.png) no-repeat 0 0;
	clear:both;
}

#content-text {
	padding:20px;
	font: normal normal normal 14px/24px Georgia, "Times New Roman", Times, serif;
}

#content-text b{
/*	font: bold 16px/24px Georgia, "Times New Roman", Times, serif;
	color:#457b8b;
*/
}
