#container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    min-width: 320px;
}


/******************HEADER BEGIN******************/

#header {
    width: 100%;
    position: relative;
    background-image: url("../image/unas main_sized_header.jpg");
    background-position: center bottom;
}

#header_container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#header_top {
    width: 98%;
    height: auto;
    padding: 0 1% 0 1%;
    background-color: #3e454c;
}

#head_bx_content {
    width: 380px;
    height: 80px;
    margin-top: 10px;
    float: left;
    text-align: center;
}

#head_bx_content a {
    font-size: 30px;
    line-height: 35px;
    font-weight: bolder;
}

#head_bx_content a:hover {
    text-decoration: none;
}

#head_bx_content a .text_color1 {
    font-size: 40px;
}

#slideshow_container {
    width: 100%;
    height: auto;
}


/****************** HEADER END ******************/


/****************** CONTNET BEGIN ******************/

#content {
    width: 100%;
    position: relative;
}

#content_top {
    height: 59px;
    width: 70%;
    /*overflow-x:hidden;*/
    overflow: hidden;
}

#content_container {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
}

#content_bottom {
    font-size: 0;
    height: 15px;
    width: 100%;
}


/****************** RIGHT BEGIN******************/

#left {
    float: left;
    width: 19%;
    /* padding-left: 1%; */
}

.box_left_full {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
}

#box_left {
    width: 100%;
    position: relative;
    z-index: 10;
}

.box_left_title {
    width: 94%;
    height: auto;
    text-align: left;
    font-size: 18px;
    padding: 3%;
    text-transform: uppercase;
    font-weight: bold;
}

.box_left_container {
    width: 94%;
    padding: 8px 3% 8px 3%;
    overflow: hidden;
    margin-bottom: 10px;
}


/****************** RIGHT END******************/


/****************** CENTER BEGIN ******************/

#center {
    float: left;
    width: 77%;
    padding-left: 2%;
    padding-right: 1%;
}

#body {
    width: 100%;
    position: relative;
    z-index: 1;
}

#body_title {
    width: 100%;
    height: 37px;
    margin-top: 10px;
}

#title_content {
    width: 100%;
    height: 37px;
    text-align: left;
}

#title_content h1 {
    float: left;
    margin: 0;
    padding: 9px 10px 0 10px;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    height: 28px;
    text-transform: uppercase;
}

#ud_shop_artdet #title_content {
    width: auto;
    height: 37px;
    text-align: left;
    float: left;
    margin: 0;
    padding: 9px 10px 0 10px;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    height: 28px;
    text-transform: uppercase;
}

#body_container {
    width: 100%;
    max-width: 1080px;
    padding-top: 16px;
}


/****************** CENTER END ******************/


/****************** CONTENT END******************/


/****************** FOOTER BEGIN******************/

#footer {
    width: 100%;
    height: 46px;
    position: relative;
    text-align: center;

}

#bottomlink_content {
    padding-top: 28px;
    text-align: center;
}

#bottomlink_content ul {
    margin: 0;
    padding: 0;
}
#bottomlink_content a:hover {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    color: #ffffff !important;
}

#bottomlink_content li {
    display: inline;
}

#bottomlink_content ul li .text_normal {
    font-size: 15px;
}

#provider {
    background-color: #86c25a;
    height: 39px;
}


/****************** FOOTER END******************/


/****************** PROVIDER BEGIN******************/

#provider {
    width: 100%;
    position: relative;
}

#provider_top {
    height: 15px;
    font-size: 1px;
}

#provider_content {
    padding-bottom: 5px;
    width: 100%;
    margin: 0 auto;
}

#provider_content_left {
    width: 10%;
    float: left;
    text-align: left;
    padding-top: 4px;
    height: 20px;
    padding-left: 0;
}

.provider_content_text {
    float: left;
    margin-right: 5px;
    text-align: center;
    padding-right: 1%;
    padding-left: 1%;
}

.provider_content_text a {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
}

.provider_content_text a:hover {
    text-decoration: none;
}

#provider_content_right {
    width: 90%;
    float: right;
    text-align: right;
}


/****************** PROVIDER END******************/