/* Page Structure*/

@import url("content.css");

/* TOC

1: - Global Styles

2: - Header

3: - Main Nav

4: - Content

5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		min-width: 995px;
		margin: 0 auto;
		padding: 0;
		color: #333333;
		}
	.backgroundGradient {
		background: url(../images/elements/content-gradient.gif) top repeat-y;
		padding: 0;
		margin: 0 auto;
		}
	.topFlag {
		background: url(../images/generic/ntfl-top-bg.jpg) top no-repeat;
		padding: 0;
		margin: 0 auto;
		}
	.lowerFlag {
		margin: 0 auto;
		padding: 0 0 35px;
		background: url(../images/generic/bottom-flag.jpg) bottom no-repeat;
		}
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
	.container {
		width: 985px;
		padding: 0 0 0 10px;
		margin: 0 auto;
		}
	a {
		text-decoration: underline;
		color: #7F152B;
		}
	a:hover {
	    color:#000000;
		text-decoration: none;
		}
	a img {
		border: 0;
		}
	.clear {
		clear: both;
		}

/* 2 :-------- Header ------------ */

	.header {
		height: 157px;
		width: 1005px;
		margin: 0 auto;
		overflow: hidden;
		}
	.mainLogo {
	position: absolute;
	width: 163px;
	height: 124px;
	margin-top: 0px;
	margin-left: -10px;
	background: url(../images/generic/logo-ntfl1.jpg) no-repeat;
	text-indent: -9999px;
	left: 76px;
	top: 0px;
		}
	.beta {
		position: absolute;
		width: 146px;
		height: 15px;
		margin-top: 118px;
		margin-left: 15px;
		background: url(../images/generic/mainLogo-beta.jpg) no-repeat;
		text-indent: -9999px;
		}
	
	.searchBar {
		float: right;
		text-align: right;
		}
	.loginText {
		color: #fffffe;
		border: 1px solid #a01b20;
		background: url(../images/elements/loginBox.gif);
		font-size: .95em;
		margin: -2px 5px 0;
		padding: 2px;
		width: 75px;
		vertical-align: top;
		}
	.searchText {
		color: #fffffe;
		border: 1px solid #a01b20;
		background: url(../images/elements/loginBox.gif);
		font-size: .95em;
		margin: -1px 5px 0;
		padding: 2px;
		width: 130px;
		vertical-align: top;
		}
	.searchButton {
		font-size: .95em;
		vertical-align: top;
		margin: -1px 0 0;
		}
	.loginArea {
		color: #fffffe;
		float: right;
		}
	.loginArea a{
		color: #fffffe;
		}
	.loginArea .myCart {
		background: url(../images/generic/panel_myCart.gif) no-repeat;
		height: 40px;
		width: 66px;
		float: left;
		padding: 11px 10px 0 9px;
		}
	.loginArea .myCart a {
		display: block;
		width: 65px;
		padding: 0 0 0 7px;
		text-decoration: none;
		background: url(../images/elements/loginArrows.gif) 0 4px no-repeat;
		}
	.loginArea .myCart a:hover {
		text-decoration: underline;
		}
	.loginArea2 {
		background: url(../images/generic/panel_login.gif) no-repeat;
		height: 40px;
		width: 470px;
		float: left;
		padding: 5px 10px 0; 
		margin-left: 4px;
		}
		
	.topMenu {
		background: url(../images/nav/menu-bg.png) no-repeat;
		height: 40px;
		width: 800px;
		float: left;
		padding: 0px 10px 0 10px; 
		margin-left: 4px;
		}	
		
	.loginArea3 {
		background: url(../images/generic/panel_search.png) no-repeat;
		height: 40px;
		width: 800px;
		float: left;
		padding: 10px 10px 0; 
		margin-left: 4px;
		}

/* 3 :-------- Main Nav ------------ */

    .ntfl-nav {
	    width: 761px;
	    height: 30px;
		float:left;
	    margin-left: 28px;
		margin-top: 7px;
		margin-bottom: 10px;
		
		}
		
	.right-nav {
	    width: 150px;
	    height: 30px;
		float:right;
	    }

	#mainNav {
		padding-top: 82px;
		padding-left: 191px;
		text-indent: -9999px;
		}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#mainNav li {
		float: left;
		margin: 0;
		padding: 0;
		}
	#mainNav a {
		display: block;
		font-size: 1em;
		padding: 5px 0;
		text-decoration: none;
		color: #333;
		background-position: 0 0;
		background-repeat: no-repeat;
		}
	#mainNav .level01On a {
		background-position: 0 -28px;
		}
	#mainNav a:hover {
		background-position: 0 -28px;
		}
		
/* nav backgrounds */
			
	#mainNav .home {
		width: 59px; 
		background-image: url(../images/nav/mainNav_home.gif);
		}
	#mainNav .news {
		width: 59px; 
		background-image: url(../images/nav/mainNav_news.gif);
		}
	#mainNav .season {
		width: 73px; 
		background-image: url(../images/nav/mainNav_season.gif);
		}
	#mainNav .theClub {
		width: 85px; 
		background-image: url(../images/nav/mainNav_theClub.gif);
		}
	#mainNav .fanzone {
		width: 80px; 
		background-image: url(../images/nav/mainNav_fanzone.gif);
		}
	#mainNav .shop {
		width: 57px; 
		background-image: url(../images/nav/mainNav_shop.gif);
		}
	#mainNav .corporate {
		width: 99px; 
		background-image: url(../images/nav/mainNav_corporate.gif);
		}
	#mainNav .membership {
		width: 108px; 
		background-image: url(../images/nav/mainNav_membership.gif);
		}
		
/* 4 :-------- Content ------------ */

/* home page content styles */
	#home #content {
		padding: 1px 0 0 2px;
		margin: 0;
		width: 816px;
		}
	
	#home .homeLeftContent {
		width: 416px;
		background: #f6f6f6 url(../images/elements/bg-homeLeftContent.gif) bottom repeat-x;
		float: left;
		}
		
	#sponsors {
	    height: 20px
		}	
		
	.titleBG {
		width: 570px;
		height:20px;
		background-image:url(../images/generic/title-bg.gif);
		color:#fff;
		font-size:14px;
		margin-bottom: 12px;
		font-weight:bold;
}

	.teamBG {
		width: 580px;
		height:28px;
		background-image:url(../images/generic/team-head.gif);
		color:#000;
		font-size:14px;
		margin-bottom: 12px;
		font-weight:bold;
}

	.titleHD {
		width: 580px;
		height: 23px;
		background-image:url(../images/generic/head-bg.gif);
		color:#000;
		font-size:15px;
		margin-bottom: 12px;
		font-weight:bold;
}

	.titleG {
		width: 761px;
		height: 23px;
		background-image:url(../images/generic/gallery-bg.gif);
		color:#000;
		font-size:15px;
		margin-bottom: 12px;
		font-weight:bold;
}

	.titleNTFL {
		width: 580px;
		height: 23px;
		background-image:url(../images/generic/head-bg.gif);
		color:#000;
		font-size:15px;
		margin-bottom: 12px;
		font-weight:bold;
}

    .titleRed {
		width: 570px;
		height: 28px;
		background-image:url(../images/generic/red-title-bg.png);
		color:#ffffff;
		font-size:15px;
		margin-bottom: 12px;
		font-weight:bold;
}

    .titleRD {
	    margin-left: 5px;
		}
		
	.execLD {
	    background-color:#000000;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 7px;
		color:#ffffff;
		font-weight:bold;
		}
		
	.execBG {
	    background-color:#e6e6e6;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 7px;
		color:#000000;
		}
		
	.exec {
	    background-color:#FFFFFF;
	    padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 7px;
		color:#444444;
		}
		
    
	.titleTeam {
	    margin-left: 35px;
		}
		
    .titleB {
	    margin-left: 35px;
		}
		
	.titleH {
	    margin-left: 40px;
		text-align:center;
		}
		
	.moreInfo {
	    margin-right: 25px;
		text-align:right;
		}
		
    .smallT {
	    font-size:10px;
	    }	
		
	#home .homeNews {
		font-size: .9em;
		padding: 0;
		margin: 0;
		width: 416px;
		height: 254px;
		position: relative;
		}
	#home .homeNews .newsBlackBg {
		position: absolute;
		width: 195px;
		height: 254px;
		background: url(../images/elements/home-news-gradient.gif) no-repeat;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;		
		}
	#home .homeNews .linkToNews {
		position: absolute;
		top: 0;
		left: 195px;
		width: 220px;
		height: 254px;
		}
	#home .homeNews .video {
		position: absolute;
		background: url(../images/icons/home-news-video.gif) no-repeat;
		width: 24px;
		height: 18px;
		text-indent: -9999px;
		left: 375px;
		bottom: 18px;
		}
	#home .homeNews .newsDetails {
		font-size: 1em;
		padding: 0 0 0 18px;
		color: #fffffe;
		width: 160px;
		height: 230px;
		display: block;
		position: absolute;
		left: 0px;
		top: 18px;
		}
	#home .homeNews .newsDetails h5 a {
		color: #fffffe;
		text-decoration: none;
		}
	#home .homeNews .newsDetails h5 a:hover {
		text-decoration: underline;
		}
	#home .homeNews .newsDetails a {
		color: #48e06b;
		text-decoration: none;
		}
	#home .homeNews .newsDetails a:hover {
		text-decoration: underline;
		}
	#home .homeNews .newsDetails h5 {
		/*font-size: 2em;*/
		font-size: 1.9em;
		line-height: 1.1em;	
		padding: 2px 0 0;
		margin: 0;
		text-transform: uppercase;
		display: block;
		height: 38%;
		overflow: hidden;
		/*overflow: hidden;
		height: 93px;*/
		}
	#home .homeNews .newsDetails #homeNewsDate {
		padding-top: 8px;
		display: block;
		width: 100%;
		}
	#home .homeNews .newsDetails .list {
		height: 15px;
		}
	#home .homeNews .newsDetails .list .back {
		display: block;
		width: 18px;
		height: 14px;
		margin-right: 1px;
		text-indent: -9999px;
		float: left;
		background: url(../images/buttons/btn-prevNews.gif) no-repeat;
		}
	#home .homeNews .newsDetails .list .back:hover {
		background: url(../images/buttons/btn-prevNewsOn.gif) no-repeat;		
		}
	#home .homeNews .newsDetails .list a.newsItem {
		display: block;
		width: 18px;
		height: 14px;
		text-indent: -9999px;
		float: left;
		background: #5b5b5b;
		margin-right: 1px;
		}
	#home .homeNews .newsDetails .list a:hover.newsItem {
		background: #959595;
		}
	#home .homeNews .newsDetails .list .newsItemOn {
		display: block;
		width: 18px;
		height: 14px;
		text-indent: -9999px;
		float: left;
		background: url(../images/buttons/btn-homeNewsOn.gif);
		margin-right: 1px;
		}
	#home .homeNews .newsDetails .list .next {
		display: block;
		width: 18px;
		height: 14px;
		text-indent: -9999px;
		float: left;
		background: url(../images/buttons/btn-nextNews.gif) no-repeat;
		}
	#home .homeNews .newsDetails .list .next:hover {
		background: url(../images/buttons/btn-nextNewsOn.gif) no-repeat;
		}
	#home .homeNews .newsDetails div {
		padding: 10px 0 0;
		margin: 0 0 5px;
		height: 45px;
		display: block;
		overflow: hidden;
		font-size: 1em;
		}
	#home .homeRightContent {
		width: 356px;
		float: left;
		border-top: 1px solid #fff;
		padding: 0 0 0 20px;
		margin: 0;
		}
		
	#home .homelContent {
		width: 356px;
		float: left;
		border-top: 1px solid #fff;
		padding: 0 0 0 20px;
		margin: 0;
		}
		
	#home .community {
		padding: 0;
		margin: 10px 0 0;
		width: 376px;
		height: 246px;
		}
	#home .gameDayInfo {
		width: 375px;
		height: 190px;
		overflow: auto;
		}
	#home .gameDayInfo .promo {
		display: block;
		margin-top: 3px;
		}
	#home .gameDay {
		font-size: .9em;
		padding: 10px 0 15px;
		width: 349px;
		}
	#home .gameDay .home {
		text-indent: -9999px;
		width: 13px;
		height: 27px;
		margin-top: -27px;
		padding-left: 139px;
		background: url(../images/elements/gameDay-whiteRabbit.gif) right no-repeat;
		}
	#home .gameDay .away {
		text-indent: -9999px;
		width: 13px;
		height: 27px;
		margin-top: -27px;
		padding-left: 139px;
		background: url(../images/elements/gameDay-blackRabbit.gif) right no-repeat;
		}
	#home .gameDay .win {
		text-indent: -9999px;
		width: 13px;
		height: 27px;
		margin-top: -27px;
		padding-left: 173px;
		background: url(../images/elements/win.gif) right no-repeat;
		}
	#home .gameDay .matchRound {
		text-transform: uppercase;
		padding-bottom: 2px;
		display: block;
		width: 349px;
		border-bottom: 1px solid #cdcdcd;
		}
	#home .gameDay .gameDetails {
		text-align: right;
		margin-top: -18px;
		display: block;
		}
	#home .gameDay .team1 {
		margin-top: 4px;
		font-size: 2em;
		width: 190px;
		border-bottom: 1px solid #cdcdcd;
		}
	#home .gameDay .team2 {
		font-size: 2em;
		width: 349px;
		border-bottom: 1px solid #cdcdcd;
		}
	#home .gameDay .scoreBg {
		background: url(../images/elements/bg-home-score.gif) no-repeat;
		margin-top: -52px;
		margin-left: 192px;
		width: 36px;
		height: 52px;
		display: block;
		}
	#home .gameDay .score1 {
		height: 22px !important;
		width: 36px;
		padding: 1px 10px 0 8px;
		}
	#home .gameDay .matchReport {
		background: url(../images/buttons/btn-matchReport.gif) no-repeat;
		text-indent: -9999px;
		margin-top: -25px;
		width: 89px;
		height: 18px;
		display: block;
		float: right;
		}
	#home .gameDay .matchPreview {
		background: url(../images/buttons/btn-matchPreview.gif) no-repeat;
		text-indent: -9999px;
		margin-top: -46px;
		width: 89px;
		height: 18px;
		display: block;
		float: right;
		}
	#home .gameDay .buyTickets {
		background: url(../images/buttons/btn-buyTickets.gif) no-repeat;
		text-indent: -9999px;
		margin-top: -25px;
		width: 89px;
		height: 18px;
		display: block;
		float: right;
		}
	#home .links {
		width: 416px;
		float: left;
		padding: 0 0 15px;
		margin: 15px 0 0;
		}
	#home a.featuredLinks {
		color: #7f7676;
		font-size: .9em;
		width: 176px;
		padding: 0 0 15px 20px;
		display: block;
		float: left;
		cursor: pointer;
		}
	#home a:hover.featuredLinks {
		text-decoration: none;
		}
	#home .featuredLinks .info {
		width: 112px;
		display: block;
		padding: 5px 0 0 0;
		float: left;
		}
	#home .featuredLinks .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(../images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#home .featuredLinks img {
		margin-left: 3px;
		padding-top: 2px;
		width: 61px;
		height: 55px;
		float: left;
		}
	#home .featuredLinks .link {
		width: 176px;
		font-size: .9em;
		padding-bottom: 2px;
		border-bottom: 1px solid #dcdddc;
		display: block;
		cursor: pointer;
		}
	#home .homeShop {
		width: 356px;
		float: left;
		}
	#home a.homeShop {
		color: #7f7676;
		cursor: pointer;
		}
	#home a:hover.homeShop{
		text-decoration: none;
		}
	#home .title {
		background: url(../images/elements/home-southsShop.gif) no-repeat;
		text-indent: -9999px;
		border-bottom: 1px solid #dcdedc;
		display: block;
		margin: 16px 0 11px;
		}
	#home .homeShop .productTitle {
		width: 215px;
		font-size: 2em;
		line-height: 1.1em;	
		float: left;
		margin-bottom: 10px;
		color: #039726;
		font-weight: bold;
		}
	#home .productPrice {
		width: 80px;
		display: block;
		font-size: 1.8em;
		float: right;
		color: #039726;
		font-weight: bold;
		}
	#home .productDesc {
		font-size: .9em;
		width: 196px;
		display: block;
		}
	#home .homeShop img {
		margin-top: 20px;
		width: 100px;
		float: right;
		}
	#home .viewItem {
		background: url(../images/buttons/btn-viewItem.gif) no-repeat;
		display: block;
		width: 63px;
		height: 18px;
		margin-right: 2px;
		float: left;
		text-indent: -9999px;
		}
	#home .prevItem {
		background: url(../images/buttons/btn-prevItem.gif) no-repeat;
		display: block;
		width: 21px;
		height: 18px;
		margin-right: 1px;
		float: left;
		text-indent: -9999px;
		}
	#home .nextItem {
		background: url(../images/buttons/btn-nextItem.gif) no-repeat;
		display: block;
		width: 21px;
		height: 18px;
		float: left;
		text-indent: -9999px;
		}

/* lower page content styles */
	#lower .container .links {
		float: left;
		padding: 0 0 0 30px;
		margin-top: 40px;
		}
	#lower .container a.featuredLinks, #lower .container a.featuredProduct {
		color: #7f7676;
		font-size: .9em;
		width: 176px;
		margin: 0 15px 0 0;
		/*padding: 0 0 15px 0;*/
		padding: 0;
		display: block;
		float: left;
		cursor: pointer;
		}
	#lower .container a:hover.featuredLinks, #lower .container a:hover.featuredProduct {
		text-decoration: none;
		}
	#lower .container .featuredLinks .info {
		width: 112px;
		padding: 5px 0 0 0;
		float: left;
		}
	#lower .container a.featuredProduct .info {
		color: #399d22;
		width: 72px;
		padding: 5px 0 0 0;
		float: left;
		}
	#lower .container .featuredLinks .link, #lower .container a.featuredProduct .link {
		color: #444444;
		text-transform: uppercase;
		font-weight: bold;
		width: 176px;
		font-size: .9em;
		padding-bottom: 2px;
		border-bottom: 1px solid #dcdddc;
		display: block;
		}
	#lower .featuredLinks .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(../images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#lower .featuredLinks img {
		margin-left: 3px;
		padding-top: 2px;
		width: 61px;
		height: 55px;
		float: left;
		}	
	#lower .featuredProduct .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(../images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#lower .featuredProduct img {
		padding-top: 1px;
		width: 100px;
		height: 100px;
		float: right;
		}
	.imageHeader {
		text-transform: uppercase;
		float: left;
		width: 585px;
		/*width: 580px;*/
		height: 140px;
		margin-top: 15px;
		margin-left: 8px;
		padding: 0 0 0px 20px;
		position: relative;
		}	
	.pageHeader {
		text-transform: uppercase;
		float: left;
		width: 761px;
		/*width: 580px;*/
		margin-top: 15px;
		height: 140px;
		padding: 0 0 0 27px;
		position: relative;
		}
	.pageHeader .title {
		background: #fff;
		margin: 3px 0 0 0;
		padding: 8px 0 0 0;
		height: 150px;
		overflow: hidden;
		}
	.pageHeader .title h1 {
		/*line-height: 0.6em;*/
		height: 100px;
		margin-bottom: 10px;
		margin-top: 0;
		overflow: hidden;
		color: #7F152B;
		}
	.pageHeader .title h2 {
		font-size: 2em;
		color: #878787;
		width: 780px;
		/*height: 60%;*/
		height: 54px;
		}
	.printPage {
		background: url(../images/buttons/btn-print.gif) right no-repeat;
		left: 690px;
		top: 28px;
		position: absolute;
		}
	.printPage a{
		width: 100px;
		display: block;
		text-indent: -9999px;
		}
	/*.printPage {
		background: url(../images/buttons/btn-print.gif) right no-repeat;
		margin: 30px 33px 0 0;
		float: right;
		}*/
	#content {
		float: left;
		width: 770px;
		padding: 0 0 60px 25px;
		}
	#lower #content .leftContent ul, #content .leftContentNoNav ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		}
	#lower #content .leftContent ul li, #content .leftContentNoNav ul li {
		background: url(../images/icons/bullet-green-round.gif) 15px 6px no-repeat;
		padding: 0 0 0 25px;
		}
	#lower #content .leftContent ul li ul li, #content .leftContentNoNav ul li ul li {
		background: url(../images/icons/bullet-green-dash.gif) 15px 6px no-repeat;
		padding: 0 0 0 25px;
		}
	.leftContentWithNav {
		width: 985px;
		float: left;
		/*position: relative;*/
		}
	.leftContent{
		float: left;
		width: 580px;
		background: #fff;
		padding: 0px 0 0 0;
		margin: 0 0 30px 5px;
		display: block;
		border-top: 0px solid #d1d1d1;
		}
		
	.leftContentG{
		float: left;
		width: 763px;
		background: #fff;
		padding: 0px 0 0 0;
		margin: 0 0 40px 5px;
		display: block;
		border-top: 0px solid #d1d1d1;
		}
		
	.leftHeader{
		float: left;
		width: 580px;
		height: 140px;
		background: #fff;
		padding: 8px 18px 0 0;
		margin: 0 0 0 5px;
		display: block;
		}
	.leftContentNoNav{
		float: left;
		width: 770px;
		background: #fff;
		padding: 18px 0 60px 0;
		display: block;
		border-top: 1px solid #d1d1d1;
		}
	.rightCol {
		float: right;
		padding: 0 5px 0 0;
		margin: 0;
		width: 160px;
		}
	#sideNav ul {
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #adadad;
		}
	#sideNav ul li {
		width: 160px;
		display: block;
		padding: 0;
		margin: 0 !important;
		list-style: none;
		}
	#sideNav ul li a {
		color: #444;
		display: block;
		padding: 5px 10px;
		margin: 0;
		text-decoration: none;
		border-bottom: 1px solid #ACACAC;
		}
	#sideNav ul li a:hover {
	    background: #ffffff url(../images/nav/2nd-nav-on-bg.gif) repeat-y;
		color: #ffffff;
		}
	#sideNav ul li.level01On a {
		background: #ffffff url(../images/nav/2nd-nav-bg.gif) repeat-y;
		color: #ffffff;
		}
	#sideNav ul .on ul {
		border-top: none;
		font-size: .9em;
		}
	#sideNav ul .on ul li a {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		font-weight: normal;
		width: 135px;
		background: #f8f8f8 url(../images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav ul .on ul li a:hover {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		background: #e8e8e8 url(../images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
		
/* begin level2 .on */
	#sideNav ul li.level02 a, #sideNav ul li.level02on a:hover {
		background: #aaaaaa url(../images/nav/2nd-nav-bg.gif) no-repeat;
		color: #fffffe;
		}
	#sideNav .level02 {
		border-top: none;
		font-size: .9em;
		}
	#sideNav ul.level02 li a {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		font-weight: normal;
		width: 135px;
		display: block;
		background: #f8f8f8 url(../images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav li.level02On a:hover {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		background: #e8e8e8 url(../images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav li.level02 a:hover {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		background: #e8e8e8 url(../images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav li.level02On a {
		background-color: #e8e8e8 !important;
		font-size: .9em;
		}
		
/* end level2 .on*/

	.southsShopAddress {
		width: 580px;
		}	
	.southsShopAddress h4 {
		padding: 0 0 5px 0;
		margin: 0 0 10px 0;
		color: #399d22;
		width: 100%;
		font-size: 1.4em;
		border-bottom: 1px solid #dadada;
		}
	.shopHome {
		margin-top: 40px;
		float: left;
		width: 580px;
		background: url(../images/elements/address_border.gif) 0 23px repeat-x;
		}
	.shopHome img {
		float: right;
		padding: 0 0 10px 10px;
		}
	.shopHome .address1 {
		float: left;
		width: 580px;
		line-height: 1.5em;
		/*padding: 0 30px 0 0;*/
		padding: 0;
		margin: 0;
		}
	.shopHome .address1 h4 {
		border-bottom: 1px solid #dadada;
		/*padding-right: 120px;*/
		}
	.shopHome .address2 {
		float: left;
		width: 580px;
		line-height: 1.5em;
		padding: 0;
		margin: 0;
		}
	.shopHome .address2 h4 {
		border-bottom: 1px solid #dadada;
		/*padding-right: 120px;*/
		}
	#sitemap {
		width: 770px;
		}
	#sitemap ul {
		margin: 0 0 0 10px;
		padding: 0;
		list-style: none;
		}
	.level0on a{
		font-size: 1.2em;
		font-weight: bold;
		}	
	#sitemap ul li.level1 {
		clear: left;
		padding: 0;
		}
	#sitemap ul li.level1 ul {
		padding: 0 0 0 0;
		}
	#sitemap ul li.level1 a {
		display: block;
		font-size: 1.2em;
		border-top: 1px solid #dadada;
		font-weight: bold;
		padding: 10px 0 5px;
		margin: 5px 0;
		width: 30%;
		}
	#sitemap ul li.level1 ul .level2 {
		display: block;
		width: 770px;
		padding-right: 3%;
		padding-bottom: 5px;
		}
	#sitemap ul li.level1 ul .level2 a {
		border: none;
		padding: 0;
		margin: 0;
		font-size: 1em !important; 
		}
	#sitemap ul li.level1 ul .level2 ul .level3 a {
		background: url(../images/icons/bullet-green-round.gif) no-repeat 5px 9px;
		border: none;
		padding: 3px 0 0 15px;
		margin: 0;
		font-size: 1em !important; 
		font-weight: normal !important;
		}
	#sitemap li.level2 {
		background: url(../images/icons/bullet-green-dash.gif) no-repeat 0 5px;
		padding: 0 0 0 8px;
		font-weight: normal !important;
		}
	.level2 a {
		font-weight: bold !important;
		}
	

		
/* See content.css */

/* 5 :-------- Footer ------------ */

	#footer {
		height: 15px;
		float: left;
		width: 816px;
		}
	#footer div {
		padding: 0;
		margin: 0;
		}
	#footer ul {
		float: left;
		width: 220px;
		margin: 0;
		padding: 0;
		}
	#footer li {
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		float: left;
		}
	#footer a, #footer span a  {
		text-decoration: none;
		text-transform: uppercase;
		color: #fffffe;
		text-indent: -9999px;
		display: block;
		}
	#footer .privacy {
		width: 88px;
		background: url(../images/nav/privacy.png) bottom left no-repeat;
		}
	#footer .sitemap {
		width: 42px;
		background: url(../images/nav/footer-sitemap.gif) bottom left no-repeat;
		}
	#footer .contact {
		width: 88px;
		background: url(../images/nav/contact.png) bottom left no-repeat;
		}
	#footer span.copyright {
		display: block;
		text-indent: -9999px;
		float: left;
		width: 242px;
		background: url(../images/nav/copyright.png) bottom left no-repeat;
		}
	span.credit {
		text-indent: -9999px;
		float: right;
		width: 120px;
		background: url(../images/nav/footer-credit.gif) bottom right no-repeat;
		}
	span.credit a{
		width: 120px;
		display: block;
		color: #8B1630;
		}
	span.credit a:hover{
		width: 120px;
		display: block;
		background: url(../images/nav/footer-credit2.gif) bottom right no-repeat;
		}
		
	/* Print Footer */
	.printFooter {
		display: none;
		}
		
	/* membership popup makes bg go grey */
	.modalBackground {
		background-color: #000;
		filter:alpha(opacity=70);
		opacity:0.7;
		}
	.modalPopup	{
		/*margin-left: 150px;*/
		width: 572px;
		height: 432px;
		border: 4px solid #767676;
		display: block;
		background-color: #fff;
		position: absolute !important;
		}
	.modalPopupInfo {
		padding: 10px 20px 10px 0;
		height: 335px;
		width: 512px;
		border-top: 1px solid #ccc;
		margin-left: 40px;
		overflow: auto;
		}
	.modalPopupInfo ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		}
	.modalPopupInfo ul li {
		padding: 0 0 0 23px;
		background: url(../images/icons/bullet-grey-dash.gif) 15px 6px no-repeat !important;
		}
	.modalPopup	.popUpHeader {
		padding: 20px 0 15px;
		text-transform: uppercase;
		margin-left: 40px;
		height: 41px;
		width: 477px;
		font-weight: bold;
		width: 70%;
		}
	.modalPopup	.popUpHeader h3 {
		color: #989898;
		font-size: 1.6em;
		line-height: 1em;
		font-weight: bold;
		}
	.modalPopup	.closeMe {
		background: url(../images/buttons/btn-closeMe.gif) no-repeat;
		float: right;
		display: block;
		margin-right: 10px;
		margin-top: 10px;
		width: 58px;
		height: 14px;
		text-indent: -9999px;
		}
		
		
/* community server stuff */
	#community .container .links {
		float: left;
		padding: 0 0 0 30px;
		margin-top: 40px;
		}
	#community .container a.featuredLinks, #community .container a.featuredProduct {
		color: #7f7676;
		font-size: .9em;
		width: 176px;
		margin: 0 15px 0 0;
		/*padding: 0 0 15px 0;*/
		padding: 0;
		display: block;
		float: left;
		cursor: pointer;
		}
	#community .container a:hover.featuredLinks, #community .container a:hover.featuredProduct {
		text-decoration: none;
		}
	#community .container .featuredLinks .info {
		width: 112px;
		padding: 5px 0 0 0;
		float: left;
		}
	#community .container a.featuredProduct .info {
		color: #399d22;
		width: 72px;
		padding: 5px 0 0 0;
		float: left;
		}
	#community .container .featuredLinks .link, #community .container a.featuredProduct .link {
		color: #444444;
		text-transform: uppercase;
		font-weight: bold;
		width: 176px;
		font-size: .9em;
		padding-bottom: 2px;
		border-bottom: 1px solid #dcdddc;
		display: block;
		}
	#community .featuredLinks .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(../images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#community .featuredLinks img {
		margin-left: 3px;
		padding-top: 2px;
		width: 61px;
		height: 55px;
		float: left;
		}	
	#community .featuredProduct .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(../images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#community .featuredProduct img {
		padding-top: 1px;
		width: 100px;
		height: 100px;
		float: right;
		}					

