/* CSS Document */

/* 
  -----------------------------------
 Basic Layout Template Structure
  -----------------------------------
*/
body {
	background: #CCE5B2;
	background-image:url(../images/design/background_lineGreen.gif);
	}
	
td.header {
	background-image: url(../images/design/header_alt/headerGREEN_lg.gif);
	}

td#tabs {
	background: #4DA400 url(../images/design/header_alt/nav_background_green.gif);
	background-color: #4DA400;
	}
	
	
.nav li {
	background: #669933;
	}
	
.nav li a:hover {
	color: #669933;
	background: #CCE5B2;
	}
#nav li a:hover, body#features #t-features a {
	color: #669933;
	background: #CCE5B2;
	}
#nav li a:hover, body#exclusives #t-exclusives a {
	color: #669933;
	background: #CCE5B2;
	}
#nav li a:hover, body#news #t-news a {
	color: #669933;
	background: #CCE5B2;
	}
#nav li a:hover, body#events #t-events a {
	color: #669933;
	background: #CCE5B2;
	}
#nav li a:hover, body#magazine #t-magazine a {
	color: #669933;
	background: #CCE5B2;
	}
	
h1 {
	color: #F1921A;;
	}
h1.feature {
	color: #F1921A;;
	}
h1.exclusives {
	color: #F1921A;;
	}
	
table.search_box {
	background: url(../images/design/header_alt/bg_search_white.gif) !important;
}

#search_box {
	background: url(../images/design/header_alt/bg_search_white.gif) !important;
}

table.kfootercontainer-bottom {
	background-color: #4DA400;
	}