/*
``` `  `` `` `   ``  ` ```  `` ``` ``` ```` ` `` ``  `
` `` ```Web Design & Development CSS File `` `` ` `  ` ``` ``` ` `   `
` ``` ``Created by Onshiryuu (Theofilus Woen) ``  ` ``` ` `` `` ` ` `     `
` ``````2013/11` `  `` `   `` ````` `` ```` ```` ` ` ` ` `   `   `
` ``  ``` `` ` ` ``  ``  ```` `` ``` `` ` 
*/

/* `````````````````````````````````````````````````````````` MARKMARK GLOBAL(css resets) `````````````````````````````````````````````````````````` */

a, a:hover
{
	text-decoration:none;
}
a
{
	color:#ED181A;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
}

p
{
	margin:0px;
}

body
{
	margin:0px;
	color:#18191D;
        font-family:Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        min-height: 101%;
}

ul {list-style-type:none;margin:0px;padding:0px;}

.btn
{
    cursor: pointer;
    color: #FFFFFF;
    background-color: #ED181A;
    border: solid 1px #FFFFFF;
    border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 10px;
}
.btn:hover
{
    cursor: pointer;
    background-color: #FD282A;
}

.btn_cta
{
    display: inline-block;
    margin: 25px auto 20px auto;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 23px;
}
.btn_cta:hover
{
}
.btn_cta span:after
{
    content: '\003e';
    margin-left: 10px;
}

.btn_download span:after
{
    content:'';
    display: inline-block;
    width: 8px; height: 7px;
    background: url('../img/ui/dl_arrow.png') no-repeat;
    margin-left: 10px;
}


/* `````````````````````````````````````````````````````````` MARKEND GLOBAL(css resets) `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK ROUNDABOUT `````````````````````````````````````````````````````````` */


.roundabout-holder {
   list-style: none;
   padding: 0;
   margin: 0;
   height: 5em;
   width: 5em;
}
.roundabout-moveable-item {
   height: 4em;
   width: 4em;
   cursor: pointer;
}
.roundabout-in-focus {
   cursor: auto;
}


/* `````````````````````````````````````````````````````````` MARKEND ROUNDABOUT `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK RECURRING `````````````````````````````````````````````````````````` */


.container
{
    width: 960px;
    margin-left: auto; margin-right: auto;
}

.active
{
    cursor: default;
}

.patterned
{
    background: url('../img/ui/backpattern.png') repeat #FFFFFF;
}

.oilfield
{
    width: 100%;
    background-color: #ED181A;
    position: relative;
    margin-top: 60px;
}
.oilfield:before
{
    content:'';
    width: 100%;
    position: absolute;
    top:-10px;
    height: 10px;
    background: url('../img/ui/uppershadow.png') repeat-x left bottom;
}

.uppercasing
{
    width: 1020px;
    border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    margin-left: auto; margin-right: auto;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 50px;
    background: url('../img/ui/backpattern.png') repeat #FFFFFF;
}
.uppercasing:before
{
    content:'';
    width: 1024px;
    position: absolute;
    top:-40px; left: -2px;
    height: 40px;
    background: url('../img/ui/uppercasing.png') no-repeat left bottom;
}
.uppercasing:after
{
    content:'';
    width: 1022px;
    position: absolute;
    bottom:-60px; left: -1px;
    height: 60px;
    background: url('../img/ui/uppercasingconnect.png') no-repeat left bottom;
}

h2.pagetitle
{
    background: url('../img/ui/pagetitles.png') no-repeat left top;
    width: 400px; height: 35px; overflow: hidden;
    margin-left: auto; margin-right: auto;
    font-size: 0px; text-indent: -99999px;
    margin-bottom: 25px;
}

h2.pagetitle.title-home {background-position: 0px 0px;}
h2.pagetitle.title-about {background-position: 0px -35px;}
h2.pagetitle.title-equipments {background-position: 0px -70px;}
h2.pagetitle.title-contact {background-position: 0px -105px;}
h2.pagetitle.title-services {background-position: 0px -140px;}

.centered_inline
{
    text-align: center;
}

.lowercasing
{
    width: 960px;
    margin-left: auto; margin-right: auto;
    padding-bottom: 50px;
    background-color: #FFFFFF;
    position: relative;
}
/*.lowercasing:after
{
    content:'';
    width: 960px;
    position: absolute;
    bottom:-70px; left: 0px;
    height: 69px;
    background: url('../img/ui/casinghole.png') no-repeat left top;
}*/
h4.page_subtitle
{
    font-size: 20px;
    font-weight: normal;
    color: #18191D;
}

.loading
{
    background: url('../img/ui/loading.gif') no-repeat center 34px;
    min-height: 100px;
}


/* `````````````````````````````````````````````````````````` MARKEND RECURRING `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK HEADER & FOOTER `````````````````````````````````````````````````````````` */


.header_field
{
    width: 100%;
    height: 70px;
    background: url('../img/ui/header-shadow.png') repeat-x left bottom;
    padding-bottom: 12px;
}
.header_contain .logo
{
    background: url('../img/ui/pes-logo.png') no-repeat;
    width: 233px; height: 36px;
    margin-top: 17px;
    font-size: 0px; text-indent: -99999px;
    float: left;
}

.main_nav_contain
{
    float: right;
}

.main_nav_contain .main_nav_train
{
    height: 70px;
    border-right: solid 1px #f6f6f6;
}

.main_nav_contain .main_nav_train .main_nav_item
{
    display: inline-block;
    height: 5px; line-height: 5px;
    padding: 45px 27px 20px 27px;
    border-left: solid 1px #f6f6f6;
    color: #18191D;
    font-size: 11px;
}

.main_nav_contain .main_nav_train .main_nav_item:hover, .main_nav_contain .main_nav_train .main_nav_item.active
{
    color: #FFFFFF;
    background-color: #ED181A;
}

.footer_field
{
    width: 100%;
    height: 125px;
    background: url('../img/ui/footer-shadow.png') repeat-x left top;
    padding-top: 12px;
    margin-top: -12px;
    position: relative;
}
.footer_field .footer_contain
{
    padding: 30px 0px;
}
.footer_field .footer_contain .footer_item
{
    width: 320px;
    float: left;
    text-align: center;
}
.footer_field .footer_contain .footer_item.footer_item_left {text-align: left;}
.footer_field .footer_contain .footer_item.footer_item_right {text-align: right;}
.footer_field .footer_contain .footer_item span
{
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #4A4A4A;
}
.footer_field .footer_contain .footer_item span a:hover
{
    text-decoration: underline;
}
.besmindo_logo
{
    width: 162px;
    height: 34px;
    background: url('../img/ui/besmindo-logo.png') no-repeat left top;
    margin-top: 5px;
}
.apdn_logo
{
    display: block;
    float: right;
    width: 104px;
    height: 60px;
    background: url('../img/ui/Logo-APDN.gif') no-repeat left top;
    -webkit-background-size: 104px 60px !important;
    -moz-background-size: 104px 60px !important;
    -ms-background-size: 104px 60px !important;
    background-size: 104px 60px !important;
    margin-top: 5px;
}

.footer_item .cr
{
    display: block;
    clear: both;
    font-size: 11px !important;
    margin-top: 28px;
}


/* `````````````````````````````````````````````````````````` MARKEND HEADER & FOOTER `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK TOP `````````````````````````````````````````````````````````` */


.roundabout_titles
{
    display: none;
}

.main_banner_contain
{
    width: 960px;
    height: 350px;
    position: relative;
}

.main_banner_contain .roundabout_container
{
    position: relative;
}
.main_banner_contain .roundabout_contain
{
    width: 871px;
    height: 370px;
    margin-left: 4px;
    position: relative;
    z-index: 0;
}
.main_banner_contain .roundabout_container .roundabout_carousel_child
{
    width: 470px;
    height: 300px;
}
.main_banner_contain .roundabout_container .roundabout_carousel_child img
{
    width: 100%;
    opacity: 0.3;
    transition: opacity 0.3s linear;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
}

.main_banner_contain .roundabout_container .roundabout_carousel_child.roundabout-in-focus img
{
    opacity: 1;
}

.roundabout_controls
{
    position: absolute;
    top:50%;
    left: 50%;
    width: 960px;
    margin-left: -480px;
    height: 44px;
    margin-top: -22px;
    z-index: 99999;
}

.roundabout_controls .roundabout_control
{
    width: 15px;
    height: 44px;
    background: url('../img/ui/pes_main_banner_arrows.png') no-repeat left top;
    cursor: pointer;
}
.roundabout_controls .roundabout_control#roundabout_control_left { background-position: left top; float: left; }
.roundabout_controls .roundabout_control#roundabout_control_right { background-position: right top; float: right; }
.roundabout_controls .roundabout_control#roundabout_control_left:hover { background-position: left bottom; }
.roundabout_controls .roundabout_control#roundabout_control_right:hover { background-position: right bottom; }

.roundabout_descs
{
    position: absolute;
    width: 300px;
    top: 50%;
    right: 115px;
    height: 182px;
    margin-top: -91px;
    background-color: #FFFFFF;
    border: solid 1px #E6E6E6;
    border-right: solid 9px #999999;
    z-index: 99990;
}

.roundabout_descs .roundabout_desc_child
{
    display: none;
}
.roundabout_descs .roundabout_desc_child.current
{
    display: block;
}
.roundabout_descs .roundabout_desc_child img
{
    position: absolute;
    right: 20px;
    top:15px;
}


.tool_cats_contain
{
    width: 960px;
    overflow: auto;
}
.tool_cats_contain .tool_cat
{
    width: 182px;
    height: 225px;
    text-align: center;
    margin-right: 10px;
    float: left;
    background-color: #FFFFFF;
    border: solid 1px #E6E6E6;
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
}
.tool_cats_contain .tool_cat:last-child
{
    margin-right: 0px;
}
.tool_cat_icon
{
    background: url('../img/ui/tool_cat_icon.png') no-repeat left top;
    width: 66px; height: 66px; overflow: hidden;
    margin: 24px auto 11px auto;
}
div.cat_powerunit .tool_cat_icon { background-position: 0px 0px;}
div.cat_tong .tool_cat_icon { background-position: -66px 0px;}
div.cat_torque .tool_cat_icon { background-position: -132px 0px;}
div.cat_slip .tool_cat_icon { background-position: -198px 0px;}
div.cat_bowl .tool_cat_icon { background-position: -264px 0px;}

.tool_cat_exp strong
{
    font-weight: bold;
    font-size: 15px; line-height: 19px;
    color: #18191D;
}
.tool_cat_exp span
{
    font-weight: normal;
    font-size: 12px; line-height: 19px;
    color: #999999;
}

.logolist_contain
{
    width: 880px;
    margin-left:auto; margin-right: auto;
    overflow: auto;
}
.logolist_contain .logolist_item
{
    width: 160px;
    height: 80px;
    float: left;
    margin-right: 20px;
}
.logolist_contain .logolist_item:last-child
{
    margin-right: 0px;
}
.logolist_contain .logolist_item img
{
    max-width: 160px;
    max-height: 80px;
}

.stp_arrow
{
    color: #18191D;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: 0.5;
    text-align: center;
}

.stp_arrow:after
{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 10px;
    border: solid 10px #18191D;
    border-left-color: transparent; border-right-color: transparent;
    border-bottom-color: transparent;
    display: block;
    height: 0px;
    width: 0px;
}


/* `````````````````````````````````````````````````````````` MARKEND TOP `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK CONTACT `````````````````````````````````````````````````````````` */


.contact_contain
{
    overflow: auto;
}
.contact_left, .contact_right
{
    width: 480px;
    margin-bottom: 20px;
    float: left;
}
.contact_left .gmap_contain
{
    width: 430px;
    height: 280px;
    overflow: hidden;
}
.contact_right
{
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
}
.contact_right strong
{
    color: #18191D;
}
.contact_right p
{
    padding-left: 10px;
}
.contact_right p strong
{
    font-size: 16px;
}
.contact_right .contact_data
{
    border-top: solid 1px #E6E6E6;
    margin-top: 20px;
}
.contact_right .contact_data .contact_data_field
{
    border-bottom: solid 1px #E6E6E6;
    display: block;
    padding: 20px 10px;
    position: relative;
    line-height: 12px;
}
.contact_right .contact_data .contact_data_field strong
{
    font-weight: normal;
    display: block;
    padding-left: 110px;
}
.contact_right .contact_data .contact_data_field strong a:hover
{
    text-decoration: underline;
}
.contact_right .contact_data .contact_data_field span
{
    width: 105px;
    position: absolute;
}
.contact_right .contact_data .contact_data_field span:after
{
    content:':';
}


/* `````````````````````````````````````````````````````````` MARKEND CONTACT `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK ABOUT `````````````````````````````````````````````````````````` */


.about_contain
{
    width: 960px;
    overflow: auto;
}
.about_column
{
    width: 294px;
    margin-right: 39px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    float: left;
}
.about_column:last-child
{
    margin-right: 0px;
}

.pes_logogram
{
    background: url('../img/ui/pes_logogram.png') no-repeat left top;
    width: 54px; height: 54px;
    margin: 70px auto 20px auto;
}


/* `````````````````````````````````````````````````````````` MARKEND ABOUT `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK SERVICES `````````````````````````````````````````````````````````` */


.services_contain
{
    
}
.services_contain .service_cat
{
    width: 960px;
    min-height: 270px;
    position: relative;
    padding-left: 231px;
    overflow: auto;
}
.services_contain .service_cat .service_cat_title
{
    position: absolute;
    top: 0px; left: 0px;
    width: 202px;
    height: 230px;
    background: url('../img/ui/col_F2F2F2_50.png') repeat;
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
    padding: 40px 0px 0px 29px;
}
.services_contain .service_cat .service_cat_title:after
{
    content: '';
    position: absolute;
    top: 70px; right: 30px;
    background: url('../img/ui/red_arrow.png') repeat;
    width: 40px;
    height: 130px;
}
.services_contain .service_cat .service_cat_title .tool_cat_icon
{
    margin: 0px 0px 10px 0px;
}


.services_contain .service_cat .service_equip
{
    width: 205px;
    height: 244px;
    padding: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
    float: left;
    background-color: #FFFFFF;
    border: solid 1px #E6E6E6;
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
}
.services_contain .service_cat .service_equip .service_equip_pic
{
    width: 205px;
    height: 130px;
    background-color: #E6E6E6;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.services_contain .service_cat .service_equip .service_equip_pic img
{
    max-width: 195px;
    max-height: 120px;
}
.services_contain .service_cat .service_equip .service_equip_desc
{
    padding: 12px 5px 5px 5px;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    color:#4A4A4A;
    height: 55px;
}
.services_contain .service_cat .service_equip .btn_download
{
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}


/* `````````````````````````````````````````````````````````` MARKEND SERVICES `````````````````````````````````````````````````````````` */




/* `````````````````````````````````````````````````````````` MARKMARK TRUE SERVICES `````````````````````````````````````````````````````````` */


.centered_contain
{
    text-align: center;
    border: solid 1px #E6E6E6;
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
}
.centered_list_item
{
    text-align: center;
    display: block;
    border-bottom: solid 1px #F0F0F0;
    padding: 25px 10px;
    line-height: 12px;
    background-color: #FFFFFF;
}
.centered_list_item:last-of-type
{
    border-bottom: none;
}


/* `````````````````````````````````````````````````````````` MARKEND SERVICES `````````````````````````````````````````````````````````` */
