﻿h1, h2, h3, a { color:#d5751e; }

.step_menu .current{
	background: #d5751e;
}

.step_menu .current:hover{
	background: #80c40a;
}

#site_header_links .home a{
	background: url(media_screen/site_header_links.a.gif) no-repeat 0 2px;
	color: #fcfbf6;
}

#site_header_links .home a:hover{
	background: url(media_screen/site_header_links.selected.gif) no-repeat 0 2px;
	color: #000;
}


#site_header_links .families a{
	background: url(media_screen/site_header_links.selected.gif) no-repeat 0 2px;
	color: #000;
}

#page_header_wrapper { background: #f3f3f4 url(media_screen/div_page_header_wrapper_wide.gif) repeat-x center bottom; }

#promotion 
{
    display: block;
    position: relative;
    top: 35px;
    left: 240px;
    border: 1px solid #766959;
    height: 47px;
    width: 450px;
    background: transparent url(media_screen/promotion.gif) no-repeat top center;
    overflow: hidden;

}
#promotion:hover 
{
    height: 163px;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	-webkit-box-shadow: 0px 5px 8px #CCC; 
	-moz-box-shadow: 0px 5px 8px #CCC; 
	box-shadow: 0px 5px 8px #CCC;  
}
#promotion a:link, #promotion a:visited
{
    display: block; 
    text-align: center;
    }
#promotion a.tc_promotion, #promotion a:visited.tc_promotion
{
    margin-top: 102px;
    height: 15px;
    text-indent: -9999px;
}
#promotion a.promotion_promotion, #promotion a:visited.promotion_promotion
{
    margin-top: 6px;
    height: 38px;
    text-indent: -9999px;
}

* html #promotion {position: relative; top: 48px;}

* html a.promotion_primer, * html a:visited.promotion_primer {width: 450px; height: 47px; display: block; text-indent: -9999px;}
