*{
    margin: 0;
    padding: 0;
    
}

html, body{
	font-family:Arial, sans-serif;
    font-size:14px;
    color:#ffffff;
    height:100%;
    width:100%;
}

a,img{
    border:none;
    outline:none;
}

a{
    color:#ffffff;
    text-decoration: none;
}
/*
a:hover{
    text-decoration: underline;
}
*/
ul,li{
    list-style: none;
}

#bg{
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1600px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

div#line{
    position: absolute;
    top:130px;
    z-index:-1;
    left:0px;
    width:100%;
    height:37px;
    border-bottom:2px solid #ffffff;
    background: #ff4200;
}

#wrapper{
    width:90%;
    max-width: 1400px;
    margin: 0 auto;
    height:90%;
}

#logo{
    background: url(../images/logo.png) no-repeat;
    width:487px;
    height:100px;
    margin-top: 16px;
}

#topmenu{
    margin-top:14px;
    height:37px;
    width:100%;
    margin-left:15px;
}

#topmenu li{
    float: left;
}

#topmenu li > ul.sub{
    display:none;
    width:156px;
    position:absolute;
    border:1px solid #ffffff;
    border-top: none;
    z-index:100;
}

#topmenu li > ul.sub a, #topmenu li#selected > ul.sub a{
    background: #ff4200;
    width:156px;
	color:#fff;
}

#topmenu li > ul.sub a:hover, #topmenu li#selected > ul.sub a:hover{
    background: #666666;
    width:156px;
	color:#fff;
}

#topmenu li:hover > ul.sub{
    display:block;
}

#topmenu li a{
    padding:0px 15px;
    display: block;
    height:37px;
    line-height:37px;
	color:#fff;
}

#topmenu li#selected a{
    background: #666666;
	color:#fff;
}
#menu_pos{
    float:left;
    margin-top:30px;
    width:18%;
}
#menu{
    padding:10px;
    background: #666666;
}

#menu li a{
    padding:0px 10px;
    display: block;
    height:30px;
    line-height:30px;
	color:#fff;
}

#menu li#selected a{
    color:#FF4200;
}

#menu li > ul.sub{
    display:none;
    width:150px;
    position:absolute;
    margin-left:12%;
    margin-top:-30px;
    border:1px solid #ffffff;
    z-index:100;
}

#menu li > ul.sub a, #menu li#selected > ul.sub a, #menu li > ul.sub li#selected a{
    background: #ff4200;
    color:#fff;
    width:100%;
}

#tmenu li > ul.sub a:hover, #menu li#selected > ul.sub a:hover{
    background: #666666;
    color:#ffffff;
    width:100%;
}

#menu li:hover > ul.sub{
    display:block;
}

#content_pos{
    margin-top:30px;
    width:80%;
    float:right;
}

#content{
    padding:20px;
    min-height:200px;
    background: url(../images/cont_pix.png) center;
    color:#302b2b;
}
#content a{

    color:#ff4200;
}

#content {
    color:#302b2b;
}

#footer{
    width:100%;
    height:55px;
    padding-top:10px;
    background:#666666;
}

#copyr{
    left:5%;
    position:absolute;
    font-size:12px;
}

#footermenu{
    position:absolute; 
    right:5%;
}

#footermenu li{
    float: left;
    margin-right:20px;
}

#footermenu li a{
    font-size:12px;
}
