/* CSS Document */

/* 
  -----------------------------------
 Basic Layout Template Structure
  -----------------------------------
*/
body {
	background: #E7B1E8;
	background-image:url(../images/design/background_linePurple.gif);
	}
	
td.header {
	background-image: url(../images/design/header_alt/headerPurple_lg.gif);
	}

td#tabs {
	background: #A941AB url(../images/design/header_alt/nav_background_purple.gif);
	background-color: #A941AB;
	}
	
	
.nav li {
	background: #A941AB;
	}
	
.nav li a:hover {
	color: #ffffff;
	background: #F398E9;
	}
#nav li a:hover, body#features #t-features a {
	color: #ffffff;
	background: #F398E9;
	}
#nav li a:hover, body#exclusives #t-exclusives a {
	color: #ffffff;
	background: #F398E9;
	}
#nav li a:hover, body#news #t-news a {
	color: #ffffff;
	background: #F398E9;
	}
#nav li a:hover, body#events #t-events a {
	color: #ffffff;
	background: #F398E9;
	}
#nav li a:hover, body#magazine #t-magazine a {
	color: #ffffff;
	background: #F398E9;
	}
	
h1 {
	color: #570F48;
	}
h1.feature {
	color: #570F48;
	}
h1.exclusives {
	color: #570F48;
	}
	
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: #A941AB;
	}