* {
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	list-style:none;
}

html{	
	width: 100%;
	background:#939393 url(../images/background.png) 0 0 repeat-x;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 17px;
}
body {
	width: 100%;
	font-size: 14px;
	line-height: 17px;
    color:#000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

a { outline:none; }

a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin: 20px auto 0 auto;
	width:1100px;
}
Header {
	clear:both;
    position:relative;
    height:160px;
}
    #HeaderImageTop {
        position:absolute;
        height:150px;
        width:1100px;
        z-index:9;
        background:#eee;
        overflow:hidden;
    }
    #HeaderLogo {
        position:absolute;
        height:150px;
        width:1100px;
        background:url(../images/logo.png) 0 0 no-repeat;
        z-index:10;
        overflow:hidden;
    }
    #HeaderImageTop img {
        height:150px;
        width:1100px;
        position:absolute;
        overflow:hidden;
        top:0;
        z-index:1;
    }
    #HeaderImageTop img.active{z-index:3;}

nav#Top {
	clear:both;
    position:relative;
    height:244px;
    margin-left:175px;
}    

nav#Top ul {
    position:relative;
}
nav#Top ul li {
    float:left;
    width:175px;
    height:230px;
    margin:0;
    position:relative;
    text-align:center;
    font-size:18px;
    line-height:40px;
    border:2px solid #696969;
    border-radius:2px;
    background-color:#d9d9d9;
    margin-left:6px;
}
nav#Top ul li a { 
    height:150px;
    width:175px;
    color:#000;
    text-decoration:none;
    display:block;
    font-size:18px;
    line-height:40px;
}
nav#Top ul li a:hover div.nav_title,
nav#Top ul li.section div.nav_title,
nav#Top ul li.current div.nav_title {
    color:#fff;
    background:#e51f20;
}
nav#Top ul li a:hover div.nav_image_ov {
    height:25px;
    background:transparent url('../images/mainmenu_overd41d.png?') 0 0 no-repeat    
}
nav#Top ul li ul {
    top:0px;
}
nav#Top ul li ul li{
    font-size:16px;
    line-height:21px;
    border:0;
    background:#d9d9d9;
    margin-left:0;
    height:auto;
}
nav#Top ul li ul li a{
    color:#000;
    height:auto;
    font-size:16px;
    line-height:21px;
    background:#d9d9d9;
}
nav#Top ul li.section ul li a,
nav#Top ul li.current ul li a {
    color:#1e1e1e;
    background-color:#d9d9d9;
}
nav#Top ul li ul li a:hover,
nav#Top ul li ul li.section a,
nav#Top ul li ul li.current a {
    background-color:#d9d9d9;
    color:#e51f20;
   
}

nav#Top ul li a div.nav_image {
    height:110px;
}
aside {
    position:absolute;
    height:0;
}
aside#Sub {
    position:relative;
    width:170px;
    text-align:right;
    top:14px;
}
aside#Sub ul {
    position: absolute;
    width:170px;
}
aside#Sub ul li a { 
    color:#1e1e1e;
    text-decoration:none;
    display:block;
    font-size:16px;
    line-height:23px;
    padding-right:10px;
    margin:0 0 8px 0;
    
}
aside#Sub ul li a:hover,
aside#Sub ul li.current a {
    color:#fff;
    background-color:#e51f20;
}
aside#Sub ul li.delimiter {
    width:1px;
    color:#fff;
}
article {
	background:#fff;
	overflow: hidden;
    width:895px;
    min-height:380px;
    padding:10px;
    border:2px solid #696969;
    border-radius:2px;
    margin-left:181px;
}
article .content_left {
    float:left;width:605px;min-height:1px;
}
article .content_right {
    float:left;width:260px;min-height:1px;
}
article .content_space {
    float:left;width:30px;min-height:1px;
}

footer {
	background:transparent;
	clear:both;
    width:915px;
    margin-left:183px;
}
footer #FooterLeft {
    float:left;
    color:#fff;
    text-decoration:none;
    line-height:40px;
}
footer #FooterLeft ul li {
    float:left;
    position:relative;
}
footer #FooterRight  {
    color:#fff;
    text-decoration:none;
    float:right;
    line-height:40px;
}
Footer #FooterLeft a, 
footer #FooterRight a {
    color:#fff;
    text-decoration:none;
}

footer #FooterLeft a:hover,
footer #FooterRight a:hover  {
    text-decoration:none;
    color:#e51f20;
}
footer #FooterLeft ul li.current a {
    color:#e51f20;
}
        
div#ajaxContent {display:none;}