*{
    margin:0;
    padding:0;
}
/* STYLES FOR HEAD CONTAINER */
.head-container{
	width:944px;
	margin:0 auto 0 auto;
	background:url(../images/common/head-bg.gif) no-repeat top left;
	color:#666666;
	min-height:50px;
	font-size:14px!important;
}
	/* STYLES FOR SITE TOP NAV BUTTONS */
	.main-tabs{
		margin:0 25px 0 25px;
		padding:0;
	}
	.main-tabs ul{
	    margin:0;
	    padding:0;
	}
	.main-tabs li{
		list-style:none;
		display:inline;
		background:url(../images/common/topnav-off-right.gif) no-repeat top right;
		float:left;
		width:auto;
		position:relative;
		margin:0 1px 0 6px;
		padding:0 0 0 0;
		height:50px;
	}
	.main-tabs li a{
		padding:8px 32px 0 32px;
		background: url(../images/common/topnav-off-left.gif) no-repeat top left;
		color:#666666;
		text-decoration:none;
		position:relative;
		height:50px;
		display:inline-block;
	}
	.main-tabs li a:hover{
		color:#333333;
		text-decoration:underline;
	}
	.main-tabs .selected{
		background:url(../images/common/topnav-on-right.gif) no-repeat top right;
	}
	.main-tabs .selected a{
		background:url(../images/common/topnav-on-left.gif) no-repeat top left;
		color:#000;
		text-decoration:none;
	}