html body #TopMenu .SubMenuLevel1 a, * html body #TopMenu .SubMenuLevel2 a {
    width:100%;
} 

body, html
{
    margin:0;
    background-image:url('../images/backgrounds/overall.gif');
    font-family:Arial;
}

#Container
{
    width:980px;
    margin:0 auto;  
}

#Logo
{
    width:220px;
    height:62px;
    float:left;
    margin:26px 0px 0 7px;
}

#TopBanner
{
    width:729px;
    height:90px;
    float:right;
    margin:12px 0 12px 0;
}

#TopMenu
{
    clear:both;
    background-image:url('../images/backgrounds/topmenu_overall.gif');
    background-repeat:repeat-x;
}

#TopMenu .TopMenuInner
{
    height:34px;
    background-image:url('../images/backgrounds/topmenu_right.gif');
    background-repeat:no-repeat;
    background-position:right;
}

#TopMenu UL
{
    height:34px;
    width:100%;
    float:left;
    padding:0;
    margin:0;
    list-style:none;
    
    background-image:url('../images/backgrounds/topmenu_left.gif');
    background-repeat:no-repeat;
}

#TopMenu UL LI
{
    float:left;
    display:block;
    padding:6px 5px;
    background-image:url('../images/backgrounds/topmenu_item.gif');
    background-repeat:no-repeat;
    background-position:right top;
    
}

#TopMenu UL LI A
{
    float:left;
    color:#71b9e3;
    text-decoration:none;
    font-size:16px;
    padding:2px 16px 1px 16px;
    display:block;
    letter-spacing: -0.5px;
}


#TopMenu UL LI .Selected, #TopMenu UL LI A:Hover
{
    background-image:url('../images/backgrounds/topmenu_selected.gif');
    background-repeat:repeat-x;
}

#ContentContainer
{
	 margin-top:12px;
}

#RightBar
{
    width:336px;
	 margin-left: 10px;
    float:left;
}

#RightBar .Rectangle
{
    width:336px;
    height:280px;
    margin-bottom:10px;
}

#RightBar .PromoBlock
{
    border:solid 5px black;
    margin-bottom:10px;
}

#RightBar .PromoBlock .Dummy 
{
    clear: both;
	 width: 100%;
}

#RightBar .PromoBlock IMG
{
    display:block;
    border:none;
}

#RightBar .PromoBlock .LinkContainer
{
    border-top:solid 5px black;
    background-color:Black;
    background-image:url('../images/backgrounds/promoblock.gif');
    background-repeat:no-repeat;
    background-position:right;
}

#RightBar .PromoBlock .LinkContainer A
{
    color:White;
    text-decoration:none;
    display:block;
    font-size:13px;
    font-family:Tahoma;
    padding:2px 2px 2px 25px;
    background-image:url('../images/backgrounds/promoblock_bullet.gif');
    background-repeat:no-repeat;
    background-position:7px 3px
}

#RightBar .VisualBlock IMG
{
    display:block;
    margin-bottom:10px;
}

#ContentSection
{
    width:634px;
    float:left;
	 border: 0px solid black;
}

#TopMenu .SubMenuLevel1
{
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    border-left:solid 1px #7dcaeb;
    border-right:solid 1px #7dcaeb;
    border-bottom:solid 1px #7dcaeb;
    display:none;
    padding:0 0 0 3px;
    background-color:#010408;
}

#TopMenu .SubMenuLevel1 UL
{
    float:none;
    margin:0 ;
    padding:7px 0 7px 0px;
    background-image:none;
    height:auto;
}

#TopMenu .SubMenuLevel1 UL LI
{
    float:none;
    margin:0 ;
    padding:0 ;
    background-image:none;
    position:relative;
}
#TopMenu .SubMenuLevel1 UL LI A
{
    float:none;
    margin:0 0 0 0;
    padding:1px 0px 1px 2px;
    background-image:none ;
    color:#71b9e3;
    font-size:13px ;
    font-weight:bold;
    
}

#TopMenu .SubMenuLevel1 UL LI A:hover, #TopMenu .SubMenuLevel1 UL LI .Selected
{
    background-color:#2eaadc;
    background-image:none;
    color:White;
}

#TopMenu .SubLevel2
{
    position:absolute;
    top:-1px;
    left:200px;
    width:200px;
    padding:3px;
    display:none;
    background-color:#2eaadc;
    border-top:solid 1px #010408;
    border-right:solid 1px #010408;
    border-bottom:solid 1px #010408;
    z-index:1000;
}

#TopMenu .SubLevel2 UL
{
    margin:0;
    padding:0;
}

#TopMenu .SubLevel2 UL LI
{
    margin:0;
    padding:0;
}

#TopMenu .SubLevel2 UL LI A
{
    color:White;
}

#TopMenu .SubLevel2 UL LI A:Hover
{
    color:#71b9e3;
    background-image:none;
    background-color:#010408;
}

#MainVisual
{
    color:White;
    width:634px;
    height:280px;
    margin:0 0 10px 0;
    background-color:green;
    background-image:url('../images/backgrounds/main_visual.gif');
}

#MainVisual .VisualButtons
{
    width:240px;
    margin:6px 0 6px 6px;
    float:left;
}

#MainVisual .VisualButton
{
    width:229px;
    padding:6px;
    background-image:url('../images/backgrounds/main_visual_button.gif');
    background-repeat:no-repeat;
    background-position:35px bottom;
    
}

#MainVisual .Last
{
    background-image:none;
}

#MainVisual .VisualButton A
{
    display:block;
    padding:10px 0 10px 10px;
    height:57px;
    text-decoration:none;
    background-image:url('../images/backgrounds/main_visual_button_inactive.gif');
    background-repeat:no-repeat;
}

#MainVisual .VisualButton .Active
{
    background-image:url('../images/backgrounds/main_visual_button_active.gif');
}

#MainVisual .VisualButton A .MainText
{
    display:block;
    color:White;
    font-size:22px
}

#MainVisual .VisualButton A .SubText
{
    display:block;
    color:#999999;
    font-size:14px
}

#MainVisual .Image 
{ 
    float:left; 
    width:360px; 
    margin:6px 6px 6px 6px !important; 
    margin:6px 6px 6px 0px; 
    position:relative; 
} 

#MainVisual .Image IMG
{
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    border:none;
    
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
}

.footer {
	position: relative;
	top: 10px;
	text-align: center;
	padding-bottom: 10px;
	width: 50%;
	float: left;
}

.footer_right {
	font-size: 12px;
	position: relative;
	top: 10px;
	text-align: right;
	padding-bottom: 10px;
	width: 50%;
	float: right;
}

.footer a,
.footer_right a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.footer a:hover,
.footer_right a:hover {
	text-decoration: none;
}

