@charset "utf-8";

:focus {
    outline:none;
}
body{
    font-family:SEGOEUI;
    font-size:12px;
}
.coverContainer {
    margin: auto;
    padding: 0;
    width:950px;
/*    background:url(../../images/default/content_bg.png) repeat-y;*/
}
@font-face {
    font-family:"Whitney-Semibold";
    src:url(Whitney-Semibold.otf);
}
@font-face {
    font-family:"Whitney-Medium";
    src:url("Whitney-Medium.otf");
}
@font-face {
    font-family:"Whitney-Light";
    src:url("Whitney-Light.otf");
}
@font-face {
    font-family:"SEGOEUI";
    src:url("SEGOEUI.otf");
}
.clearFloat {
    clear: both;
    font-size:0px;
    height: 0;
    line-height: 0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.logocontainer{
    padding:30px 0 0;
    width: 208px;
}
.menucontent ul li{
    float:left;
}
.menucontent{
    padding-bottom:8px;
}
.menucontent ul li a{
    font-size:14px;
    display:block;
    padding:6px 10px;
    color:#444444;
    font-family:Whitney-Semibold;
}
.menucontent ul li a:hover{
    color:#eb7116;
}
.menucontent ul li .selected{
    color:#eb7116;
}
.menucontent ul li .lastitem{
    padding-right:0;
}
.heardercontainer{
    position:relative;
    width:950px;
    background:url(../../images/default/header_bg.png) no-repeat;
    height:120px;
}
.menucontent{
    position:absolute;
    bottom:0;
    right:0;
}

.headerRightcontainer{
    height: 104px;
    position: relative;
    width: 742px;
}
.loginbtn{
    font-size:14px;
    padding:4px 10px;
    background:#999999;
    color:#fff;
    font-family:"Whitney-Light";

}
.signupbtn:hover{
	background:#e86f13;
	}
.signupbtn:focus{
	background:#df651b;
	}
.loginbtn:hover{
	background:#888;
	}
.loginbtn:focus{
	background:#666;
	}
.signupbtn{
    font-size:14px;
    padding:4px 10px;
    background:#f58835;
    color:#fff;
    font-family:"Whitney-Light";
    margin-left:10px;
}
.logincont{
    position:absolute;
    right:0;
    top:10px;
}

.menucontent ul li .last {
    padding: 6px 0px 6px 10px ;
}