
@media screen{


#mainMenu .submenu {
	background-color: #F7A2A8;
}

#mainMenu .submenu a{
	color: Black;
	text-decoration: none;
}

#lead{
	background-image: url(pic/bckg_lead_model.gif);
	
}


#leadContainerHome, #leadHome{
	background-image: url(pic/bckg_home_model.gif); 
}


#lead H1{
	color: #F15A2A;
}

#example img{
	border: 3px solid #F15A2A;
}

#navlist .orderedItem, #navlist .orderedItemCur{
	padding: 0 5px;
	padding-top: 6px;
	margin-right: 6px;
	float: left;
	width: 77px;
	height: 44px;
	background-image: url(pic/bckg_tab_model.gif);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 100%;
	text-decoration: none;
	font-weight: normal;
	list-style: inside;
	width/**/:/**/ 67px;
	height/**/:/**/ 38px;
}

#navlist .orderedItem:hover{
	background-image: url(pic/bckg_tab_hover_model.gif);
}
#navlist .orderedItemCur {
 	background-image: url(pic/bckg_tab_act.jpg);
}

#navlist .orderedItemCur, #navlist .orderedItemCur li a, #navlist .orderedItemCur li a:visited{
 	color: #5E6A7B; text-decoration: none;
}


H1{
	color: #EC1C24;
	background-image: none;
}

H2{
	color: #EC1C24;
}


H1 A, H2 A{
	color: #EC1C24;
}

div.tx-contentwrapper_style1{
	border: 1px solid #F7A2A8;
}


}