/** General **********************/

a
{
    color: #cc0000;
    text-decoration: none;
}

a:visited
{
    color: #cc0033;
}

a:hover
{
    color: #ff171c;
    text-decoration: underline;
}

a, a:visited, a:hover, a:active, a span, a:active span, a:active span span {
   outline:medium none;
}

body
{
    margin: 0px;
    padding: 0px;
    background: #e1dfdf url(../images/page_bg.gif) repeat-x;
    font-family: verdana, sans-serif;
    color: #333333;
    font-size: 0.7em;
}

body, html
{
    height: 100%;
}

button
{
    padding: 0px 3px 0px 3px;
    font-family: arial, sans-serif;
    font-size: 1.1em;
    color: #000000;
}

form
{
    margin: 0px;
    padding: 0px;
}

h1
{
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    color: #666666;
    font-size: 2.3em;
    font-weight: normal;

   /**
    * sIFR
    * sFlashSrc: tradegothicltstdext.bold.swf;
    * sFlashVars: textAlign=center;
    * sColor: #666666;
    */
}

h2
{
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-family: arial, sans-serif;
    font-size: 2.3em;
    font-weight: normal;
    letter-spacing: 0.2em;

   /**
    * sIFR
    * sFlashSrc: tradegothicltstdext.swf;
    * sFlashVars: letterSpacing=4;
    * sColor: #666666;
    */
}

h3
{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 1.0em;
    font-weight: bold;
}

div.news h3
{
    margin: 0px 0px 11px 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: normal;

    /**
    * sIFR
    * sFlashSrc: tradegothicltstdext.swf;
    * sColor: #333333;
    */ 
}

img, table
{
    border: none;
}

input, select, textarea
{
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    font-size: 1.1em;
    color: #000000;
}

textarea
{
    overflow: auto;
}

/** Shared styles ****************/

div.clear
{
    clear: both;
}


/** Page container ***************/

div#page
{
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 970px;
    min-height: 100%;
}


/** Page content ***************/

div#page-content
{
    padding: 0px 100px 100px 100px;
}

div#page-content div.left
{
    width: 500px;
    float: left;
}

div#page-content div.left div.content
{
    padding: 15px 0px 0px 0px;
    width: 500px;
    line-height: 1.25em;
}

div#page-content div.left div.content div.column
{
    width: 250px;
    float: left;
}



div#page-content div.left div.content a
{
    font-weight: bold;
}

div#page-content div.left div.title
{
    padding: 0px 0px 0px 35px;
    background: transparent url(../images/dot_red_title.gif) no-repeat left 6px;
}

div#page-content div.left ul.cases
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    list-style: none;
}

div#page-content div.left ul.cases li
{
    margin: 0px;
    padding: 1px 0px 5px 0px;
}

div#page-content div.left ul.cases li div.content
{
    padding: 10px 0px 12px 0px;
}

div#page-content div.left ul.cases li div.link
{
    font-weight: bold;
    color: #999999;
}

div#page-content div.left ul.cases li div.link a
{
    color: #999999;
}

div#page-content div.left ul.cases li div.link a span
{
    padding: 0px 0px 0px 10px;
    background: transparent url(../images/dot_gray.gif) no-repeat left 5px;
}

div#page-content div.left ul.cases li div.link a:hover
{
    color: #000000;
    text-decoration: none;
}

div#page-content div.left ul.cases li.selected div.link a
{
    color: #000000;
}

div#page-content div.left ul.cases li.stateless div.link a
{
    color: #333333;
}

div#page-content div.left ul.cases li.selected div.link a span,
div#page-content div.left ul.cases li div.link a:hover span
{
    background-image: url(../images/dot_red.gif);
}

div#page-content div.right
{
    width: 270px;
    float: left;
}

div#page-content div.right div.image
{
    position: absolute;
    width: 270px;
    height: 240px;
    padding-top: 40px;
    text-align: right;
}

/** Page footer ******************/

#product-footer
{
    width: 832px;
    border-top: 1px solid #dad8d8;
    background: transparent url(../../micro/logo_frends_footer.jpg) no-repeat 17px 12px;
    height: 80px;
    padding: 20px 19px 36px;
    margin: 0 50px;
    color: #999999;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
}

#product-footer div.company-info
{
    float: left;
    padding-top: 19px;
    width: 130px;
    color: #999999;
    font-size: 10px;
    line-height: 1.3em;
}

#product-footer ul
{
    margin: 0px;
    list-style: none;
}

#product-footer ul li
{
    float: left;
    margin: 0px 0px 0px 32px;
}

#product-footer ul li a span
{
    background: transparent url(../../micro/footer_dots.gif) no-repeat -15px 5px;
    display: block;
    padding: 0px 0px 0px 16px;
}

#product-footer ul li a span span
{
    background: none;
    padding: 0px;
    padding-bottom: 3px;
    color: #666666;
}

#product-footer ul li a
{
    text-decoration: none;
}

#product-footer ul li a:hover span
{
    background-position: left -10px;
}

#product-footer ul li a span span.title
{
    background: transparent url(../../micro/footer_product_names.gif) no-repeat -3px -3px;
}

#product-footer ul li a span span.title span
{
    width: 150px;
    visibility: hidden;
}

#product-footer ul li a span span#f-helium.title
{
    background-position: -3px -3px;
}

#product-footer ul li a span span#f-iron.title
{
    background-position: -237px -3px;
}

#product-footer ul li a span span#f-cobalt.title
{
    background-position: -473px -3px;
}

#product-footer ul li a span span.text
{
    color: #999999;
}

#product-footer ul li a:hover span span.text
{
    color: #666666;
}


div#page-footer
{
    position: absolute;
    bottom: 0px;
    width: 970px;
    padding: 20px 0px 10px 0px;
    background: transparent url(../images/page_footer.gif) no-repeat bottom center;
    text-align: center;
}

div#page-footer address
{
    font-size: 0.9em;
    font-style: normal;
}

div#page-footer address span
{
    padding: 0px 0px 0px 17px;
    background: transparent url(../images/dot_gray.gif) no-repeat 5px center;
}

/** Page header ******************/

div#page-header
{
    padding: 7px 120px 50px 116px;
    background: transparent url(../images/page_header.jpg) no-repeat top center;
    text-align: center;
}

div#page-header div#language-menu
{
    position: absolute;   
    z-index: 1000;
    left: 100px !important;
    top:8px;
}

div#page-header div#language-menu ul
{
    padding: 0px;
}

div#page-header div#language-menu ul li a
{
    background: none;
    padding: 2px;
}

div#page-header div#language-menu ul li a.active
{
    color: #333333;
}

div#page-header div#language-menu ul li.separator
{
    background: transparent url(../images/lang_navi_dot.gif) no-repeat left center;
    width: 11px;
    height: 20px;
}


div#page-header a.logo
{
    display: block;
    margin: 0px auto;
    width: 188px;
    height: 47px;
}

div#page-header a.logo img
{
    visibility: hidden;
}

div#page-header ul
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0px 0px 10px;
    list-style: none;
}

div#page-header ul li
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

div#page-header ul li a
{
    display: block;
    float: left;
    padding: 0px 0px 0px 20px;
    height: 15px;
    color: #999999;
    font-size: 1.2em;
    background: transparent url(../images/menu.gif) no-repeat;
}

div#page-header ul li.selected a,
div#page-header ul li a:hover
{
    color: #000000;
    text-decoration: none;
}

div#page-header ul li.selected
{
    padding: 0px;
    background: transparent url(../images/icon_menu_on.gif) no-repeat 5px -1px;
}

div#page-header ul li div span
{
    display: none;
}


div#page-header ul li div.m-home a             { width: 75px; background-position: 20px 0px; }
div#page-header ul li div.m-home a:hover       { background-position: 20px -45px; }
div#page-header ul li.selected div.m-home a    { background-position: 20px -45px; }

div#page-header ul li div.m-news a             { width: 70px; background-position: -91px 0px; }
div#page-header ul li div.m-news a:hover       { background-position: -91px -45px; }
div#page-header ul li.selected div.m-news a    { background-position: -91px -45px; }

div#page-header ul li div.m-company a          { width: 100px; background-position: -205px 0px; }
div#page-header ul li div.m-company a:hover    { background-position: -205px -45px; }
div#page-header ul li.selected div.m-company a { background-position: -205px -45px; }

div#page-header ul li div.m-products a          { width: 97px; background-position: -349px 0px; }
div#page-header ul li div.m-products a:hover    { background-position: -349px -45px; }
div#page-header ul li.selected div.m-products a { background-position: -349px -45px; }

div#page-header ul li div.m-cases a            { width: 80px; background-position: -487px 0px; }
div#page-header ul li div.m-cases a:hover      { background-position: -487px -45px; }
div#page-header ul li.selected div.m-cases a   { background-position: -487px -45px; }

div#page-header ul li div.m-blog a          { width: 70px; background-position: -606px 0px; }
div#page-header ul li div.m-blog a:hover    { background-position: -606px -45px; }
div#page-header ul li.selected div.m-blog a { background-position: -606px -45px; }

div#page-header ul li div.m-contact a          { width: 84px; background-position: -706px 0px; }
div#page-header ul li div.m-contact a:hover    { background-position: -706px -45px; }
div#page-header ul li.selected div.m-contact a { background-position: -706px -45px; }



/** Home page ********************/

div#page-content.home div.slogan
{
    margin: 0px;
    width: 500px;

}

/** Contact page *****************/

div#page-content.contact div.list div.item
{
    position: relative;
    float: left;
    width: 200px;
}

div#page-content.contact div.list div.item div
{
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 2px 0px;
    /*border-left: 5px solid #ff171c;*/
}

div#page-content.contact div.list div.item img
{
    border-left: 10px solid #FF3215;
}

/** Blog post *******************/

div#page-content.blog-post
{
}

div#page-content.blog-post div.left
{
    padding-right: 35px;
    width: 520px;
}

div#page-content.blog-post div.left div.title h3
{
    font-size: 1.3em;
}

div#page-content.blog-post h3
{
    color: #444343;
    font-size: 1.6em;
    font-weight: normal;
}

div#page-content.blog-post div.comments div.comment
{
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #666666;    
}

div#page-content.blog-post div.comments div.comment div.author
{
    padding-bottom: 10px;
}

div#page-content.blog-post div.comments div.comment h3
{
    margin: 0px;
}

div#page-content.blog-post div#comment-form
{
    padding: 10px 0px 15px 0px;
}

div#page-content.blog-post div#comment-form div
{
    padding: 8px 0px 0px 0px;
}

div#page-content.blog-post div#comment-form div.error
{
    padding: 6px 10px 6px 10px;
    background-color: #ff171c;
    color: #ffffff;
    font-weight: bold;
}

div#page-content.blog-post div#comment-form input,
div#page-content.blog-post div#comment-form textarea
{
    width: 155px;
    padding: 3px;
    border: 1px solid #d6d6d6;
    background: #ffffff url(../images/field_bg.png) repeat-x;    
}

div#page-content.blog-post div#comment-form label
{
    padding: 5px 0px 0px 5px;
}

div#page-content.blog-post div#comment-form textarea
{
    width: 422px;
    height: 265px;
}

div#page-content.blog-post div#comment-form input:focus,
div#page-content.blog-post div#comment-form textarea:focus
{
    border-color: #999999;
}

div#page-content.blog-post div.post
{
    padding: 20px 0px 13px 0px;    
    border-bottom: 1px solid #666666;
}

div#page-content.blog-post div.post div.info
{
    padding: 15px 0px 0px 0px;
    color: #666666;
}

div#page-content.blog-post div.post div.info a
{
    font-weight: bold;
}

div#page-content.blog-post div.post div.info span
{
    color: #cc0000;
    font-weight: bold;
}

div#page-content.blog-post div.post div.share
{
    padding: 15px 0px 0px 0px;
}

div#page-content.blog-post div.post div.text
{
    padding: 15px 0px 15px 0px;
}

div#page-content.blog-post div.left div.title
{
    background-position: 0px 4px;
}

div#page-content.blog-post div.post h3
{
    margin: 0px;
}

div#page-content.blog-post div.right
{
    padding: 300px 0px 0px 0px;
    width: 215px;
    background: transparent url(../images/image_blog.gif) no-repeat 0px 55px;
}

div#page-content.blog-post div.right div.archives
{
    padding: 0px 0px 18px 10px;
}

div#page-content.blog-post div.right div.archives div
{
    padding: 8px 0px 8px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

div#page-content.blog-post div.right div.archives select
{
    padding: 2px 0px 2px 3px;
    width: 160px;
}

div#page-content.blog-post div.right div.feed
{
    padding: 0px 0px 15px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

div#page-content.blog-post div.right div.feed a
{
    display: block;
    padding: 10px 0px 10px 35px;
    background: transparent url(../images/icon_feed.gif) no-repeat left center;
    color: #444343;
}

form.search input
{
    padding: 2px 3px;
    background: #ffffff;
    border: 1px #cccccc solid;
}

/** Page content - new styles *****************/

div#page-content
{
    padding: 0px 55px 100px 100px;
    color: #333333;
}

div#page-content div.left
{
    width: 500px;
    float: left;
}

div#page-content div.left div.content
{
    padding: 15px 0px 0px 0px;
    width: 500px;
    line-height: 1.25em;
}

div#page-content div.left div.text
{
    padding: 25px 0px 0px 0px;
}

div#page-content div.left ul.cases-news,
div#page-content div.right ul.news
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
}


div#page-content div.left ul.cases-news li,
div#page-content div.right ul.news li
{
    clear: both;
    margin: 0px;
    padding: 1px 0px 0px 0px;
}

div#page-content div.left ul.cases-news li div.content
{
    padding: 10px 0px 12px 0px;
}

div#page-content div.left ul.cases-news li div.link,
div#page-content div.right ul.news li div.link
{
    float: left;
    clear: both;
    width: 100%;
    font-weight: bold;
    color: #999999;
}

/* Normal item when none is selected */
div#page-content div.left ul.cases-news li.normal div.link,
div#page-content div.right ul.news li div.link
{
    color: #333333;
}

div#page-content div.right ul.news li div.link
{
    width: 270px;
}

div#page-content div.left ul.cases-news li.normal div.link a,
div#page-content div.right ul.news li div.link a
{
    color: #333333;
    cursor: pointer;
}

div#page-content div.left ul.cases-news li div.link a
{
    color: #999999;
    cursor: pointer;
}

div#page-content div.left ul.cases-news li div.link a span,
div#page-content div.right ul.news li div.link a span
{
    padding: 0px 0px 0px 10px;
    background: transparent url(../images/dot_gray.gif) no-repeat left 5px;
}

div#page-content div.left ul.cases-news li div.link a:hover,
div#page-content div.right ul.news li div.link a:hover
{
    color: #000000;
    text-decoration: none;
}

div#page-content div.left ul.cases-news li.selected div.link a
{
    color: #333333;
}

div#page-content div.left ul.cases-news li.stateless div.link a
{
    color: #333333;
}

div#page-content div.left ul.cases-news li.selected div.link a span
{
    background-image: url(../images/dot_gray.gif);
}

div#page-content div.left ul.cases-news li div.link a:hover span,
div#page-content div.right ul.news li div.link a:hover span
{
    background-image: url(../images/dot_red.gif);
}

div#page-content div.left ul.cases-news li.selected div.link a span
{
    background-image: url(../images/dot_red.gif);
}


div#page-content div.left ul.cases-news li div.link a span span,
div#page-content div.left ul.cases-news li.selected div.link a span span,
div#page-content div.left ul.cases-news li div.link a:hover span span,
div#page-content div.right ul.news li div.link a span span,
div#page-content div.right ul.news li div.link a:hover span span
{
    background: transparent none;
    font-weight: normal;
    padding: 0px;
}

div#page-content div.left ul.cases-news li div.link a span,
div#page-content div.right ul.news li div.link a span
{
    display: block;
    float: left;
    padding: 0px 0px 7px 10px;
}

div#page-content div.left ul.cases-news li div.link a span span.date,
div#page-content div.right ul.news li div.link a span span.date
{
    padding-right: 5px;
    background: none;
}

div#page-content div.left ul.cases-news li div.link a span span.text,
div#page-content div.right ul.news li div.link a span span.text
{
    position: relative;
    width: 400px;
    background: none;
    font-weight: bold;
}

div#page-content div.right ul.news li div.link a span span.text
{
    width: 245px;
    float: none;
    display: inline;
}

div#page-content div.right
{
    width: 270px;
    float: left;
    padding: 5px 0 0 45px;
}

div#page-content div.right-product
{
    width: 270px;
    float: left;
    padding-left: 45px;
    padding-right: 0px;
    padding-top: 85px;
}

div#page-content div.right-padding
{

}

div#page-content div.left div.news
{
    padding-top: 25px;
}

div#page-content div.right div.news
{
    padding-top: 50px;
}

div#page-content div.right div.news div.title
{
    font-weight: bold;
    margin-bottom: 6px;
}

div#page-content div.right div.image
{
    padding-top: 25px;
}

div#page-content div.right div.image img
{
    margin-bottom: 25px;
}

h2.imgtxt
{
    font-size: 1.2em;
    font-weight: normal;    

   /**
    * ImageText
    * font-size: 9;
    * font-weight: normal;
    * font-family: Gotham Rounded Book;
    * color: #000000;
    */      
}

/*** Search *******************************************/

fieldset, form
{
    margin: 0px;
    padding: 0px;
    border: none;
}

div#page-header fieldset legend
{
    display: none;
}

div#page-header fieldset
{
    position: absolute;
    right: 80px;
    top: 12px;
}

div#page-header fieldset button
{
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 21px;
    height: 19px;
    background: transparent url(../images/search_button.gif) no-repeat left top;
}

div#page-header fieldset button span
{
    display: none;
}

div#page-header fieldset input
{
    float: left;
    margin: 0px;
    padding: 1px 5px;
    width: 114px;
}

div#page-header fieldset input.default
{
    color: #999999;
}

/*** Site Search *****************************/
div#page-content.search div.post
{
    padding: 12px 0px 9px 0px;    
    border-bottom: 1px solid #666666;
}

div#page-content.search div.post div.text
{
    padding: 10px 0px 5px 0px;
}

div#page-content.search div.post h3
{
    margin: 0px;
    color: #444343;
    font-size: 1.4em;
    font-weight: normal;
}

ul#page-404 li
{
    padding: 3px 0;
}

ul#page-404 li em
{
    background-color: #d9d9d9;
    font-style: normal;
}

div.page-404
{
    line-height: 1.7em;
}

ul#page-404 li a:hover em
{
    text-decoration: underline;
}

ul#page-404
{
    
    list-style: square outside url(dot_gray.gif);
}