/* CSS Document */

/* 
  -----------------------------------
 Basic Layout Template Structure
  -----------------------------------
*/
body {
	background: #DFD7C6;
	background-image:url(../images/design/background_lineBrown.gif);
	}
	
td.header {
	background-image: url(../images/design/header_alt/headerBROWN_lg.gif);
	}

td#tabs {
	background: #6F5033 url(../images/design/header_alt/nav_background_brown.gif);
	background-color: #6F5033;
	}


.nav li {
	background: #733522;
	}
	
.nav li a:hover {
	color: #ffffff;
	background: #928A78;
	}
#nav li a:hover, body#features #t-features a {
	color: #fff;
	background: #928A78;
	}
#nav li a:hover, body#exclusives #t-exclusives a {
	color: #fff;
	background: #928A78;
	}
#nav li a:hover, body#news #t-news a {
	color: #fff;
	background: #928A78;
	}
#nav li a:hover, body#events #t-events a {
	color: #fff;
	background: #928A78;
	}
#nav li a:hover, body#magazine #t-magazine a {
	color: #fff;
	background: #928A78;
	}



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;
}

h1 {
	color: #733522;
	}
h1.feature {
	color: #733522;
	}
h1.exclusives {
	color: #733522;
	}
	
table.kfootercontainer-bottom {
	background-color: #6F5033;
	}