/* CSS Document */

/* Based on PANTONE 201C */
#header {
	background: #9e1b34 url(images/header_red.jpg);
	}

#content {
	border-left-color: #9e1b34;
	}
	
#sub_menu, #theme_strip {
	background-color: #9e1b34;
	}
	
#theme_strip {
	background: #9e1b34 url(images/theme_strip_red.jpg);
	}
	
#breadcrumb {
	color: #ecd1d6;
	}
	
#breadcrumb a {
	color: #fff;
	border-color: #9e1b34;
	}
	
#breadcrumb a:hover {
	border-color: #892034;
	background-color: #db0c41;
	}
	

#sub_menu li:hover, #sub_menu li.over {
	background: #c10435;
	}
	
#sub_menu ul li:hover, #sub_menu ul li.over {
	background: #db0c41;
	}

#sub_menu li:hover a:hover, #sub_menu a:hover,
#sub_menu li.over a:hover
 {
	background-color: #db0c41;
	}
	
#sub_menu ul {
	background-color: #c10435;
	}
	
	
#main {
	background-image: url(images/main_red.gif);
	}