body {
    font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1.7;
    color: #ccc;
    margin: 0;
    background: url(../content/image/background.jpg) top;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #342b21;
    position: relative;
    margin: 0;
}

hr {
    border: 0;
    color: #f00;
    background-color: #2e2e2e;
    height: 1px;
}

table {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
}

a {
    text-decoration: none;
}

/*.sup_header {
    margin: 0 auto;
	height: 35px;
	width: 100%;
	background: rgba(0,0,0,0.9);
    border-bottom: 1px solid #3D2B1B;
    padding: 13px;
     margin-bottom:30px; 
}*/
#menu {
    text-align: center;
    height: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline-block;

}

#menu ul li a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 50px;
    margin: 0;
}

.menu-option {
    padding-top: 28px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-font-smoothing: antialiased;
}

.menu-option:hover {
    background-color: #ffa51e;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.submenu ul {
    position: relative;
    width: 455px;
    margin: auto;
    padding: 0;
}

.submenu ul li {
    list-style: none;
    display: inline;

}

.submenu ul li a {
    font-size: 13px;
    padding: 5px 5px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.submenu a {
    padding: 5px 5px;
    color: #ababab;
}

.submenu ul li a:hover,
.submenu ul li a:focus,
.submenu ul li a:active {
    color: #eb7f25 !important;
}

.inner_header {
    margin: 0 auto;
    width: 980px;
}

.inner_header .left {
    float: left;
    width: 280px;
}

.inner_header .right {
    float: left;
    width: 700px;
}

.menu_item {
    text-align: center;
    width: 125px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    font-size: 16px;
}

.menu_item a {
    color: #3D2B1B;

}

.menu_item a:hover {
    color: #eb7f25;
}

.menu_separator {
    height: 15px;
    margin-left: 20px;
    margin-right: 20px;
    width: 1px;
    background: #DAD6D3;
    float: left;

}

.center_slide {
    margin: 0 auto;
    width: 900px;
    margin-bottom: 30px;
    /* background: #EEE; */
    height: auto;
    min-height: 250px;
}

.logo {
    background: url("../content/image/logo.png") no-repeat;
    width: 494px;
    height: 216px;
    margin-top: 60px;
}

.slide {
    margin-top: 30px;
    margin-left: 40px;
    float: left;
    background: url("../content/image/slide.png") no-repeat;
    width: 510px;
    height: 191px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.67);
    /* border: 2px solid #666; */
}

.main_outline {
    margin: 0 auto;
    width: 982px;
    /*border: 1px groove #f4cd59;*/
    margin-bottom: 50px;
}


.main_content {
    margin: 0 auto;
    width: 940px;
    height: auto;
    min-height: 300px;
    clear: both;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #232323;
    padding: 20px;
}

.sup_footer {
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border: 1px groove #232323;
}


.mediumbox {
    color: #a5a5a5;
    width: 200px;
    float: left;
    height: auto;
    background: #0e0e0e;
    border: 1px solid #232323;
    margin-bottom: 15px;
}

.mediumbox .top {
    color: #ababab;
    border-bottom: 1px solid #232323;
    padding: 5px;
    background: #131313;
}

.mediumbox .top h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}


.rank {
    background: url("../content/image/rank.png") no-repeat;
}

.bc {
    background: url("../content/image/bc.png") no-repeat;
}

.bellatra {
    background: url("../content/image/bellatra.png") no-repeat;
}

.mediumbox .content {

    /*border-top: 1px solid #C9C9C9;*/
    padding: 10px;

}

.mediumbox .break {
    width: 170px;
    margin: 0 auto;
    height: 1px;
    background: #ACA39A;
    opacity: 0.2;
}


.largebox {
    color: #A59A90;
    width: 200px;
    float: left;
    height: auto;
    background: #DFDBD8;
    border: 1px solid #232323;
}

.largebox .top {
    border-bottom: 1px solid #232323;
    padding: 5px;
    font-size: 16px;
    background: #DAD4CF;
}

.largebox .content {

    border-top: 1px solid #232323;
    padding: 5px;

}

.leftcontent {
    margin: 0;
    float: left;
    width: 205px;
    height: auto;
}


.rightcontent {
    margin: 0;
    float: right;
    width: 205px;
    height: auto;
}

.centercontent {
    margin: 0;
    float: left;
    width: 725px;
    height: auto;
    margin-right: 10px;
}

.button {
    width: 180px;
    border: 1px solid #232323;
    background-color: #131313;
    padding: 10px;
    margin-bottom: 5px;
}

.button a {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #cdcdcd;
}

.button a:hover{
    color: #eb7f25;
}


.conteudo {
    margin-left: 15px;
    min-height: 473px;
    border: 1px solid #232323;
    background-color: #0e0e0e;
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
}

/*#DAD3CC*/

.conteudo .title {
    height: 20px;
    
}

.conteudo .title h3 {
    color: #ababab;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.conteudo .title h5 {
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    font-size: 10px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
    float: left;
    margin-left: 5px;
}


.conteudo .content {
    margin-top: 15px;
    margin-bottom: 25px;
    color: #ccc;
}

.conteudo .spacer {
    margin: 0 auto;
    width: 300px;
    height: 1px;
    background: #ACA39A;
}

.conteudo table tr td {
    position: relative;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 455px;
    padding: 0.1.0;
    background: rgba(0, 0, 0, .4)
}
.conteudo h3{
    text-transform: uppercase;
    color: #eb7f25
}
.top-table-dow{
  color: #eb7f25;
    text-transform: uppercase;
}

.footer_copy {
    text-align: center;
}

.footer_copy a {
    color: #EEE;
}

.footer_center {
    margin: 0 auto;
    width: 600px;
}
