/* Version 1.0 
-- 12.02.2010
-- Created by Przemysław Auguścik */

/*--------------------------------------------------------------------
                                General
--------------------------------------------------------------------*/
html, body, form
{
    height: 100%;
}

body, div, table, td, img, form
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif; 
}
    
body 
{
    background-color: #F9F9F9;
    text-align: center;
    font-size: 12px;
}

a:link, a:active, a:visited, a:hover
{
    color: #0042ff;
    text-decoration: underline;
}

.logo
{
    background: url(images/logo.gif);
    display: block;
    width: 200px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
}

div.centreddiv
{
    margin-left: auto;
    margin-right: auto;
}

div.onelinediv 
{
    width: auto;
}

.headertext 
{
    font-size: 14px;
    font-weight: bold;
}

hr.simpleline 
{
    border:0;
    height:1px;
    color: #DDD;
    background: #DDD;
}

img.checkimg
{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
}

/*--------------------------------------------------------------------
                                Components styles
--------------------------------------------------------------------*/

/*-------------- Menu Styles --------------*/

.mainmenu 
{
    display: block;
    float: right;
    height: 27px;
}

.maintab a:link, .maintab a:active, .maintab a:visited, .maintab a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}
    
.maintab img 
{
    display: block;
    position: absolute;
    top: 0px;
    margin: 0 0 0 15px;
    padding: 0;
}
    
table.maintab, span.maintab
{
    border: 0;
    height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

table.maintab td
{
    border: 0;
    padding: 0 20px 0 20px;
}

span.maintab:hover, table.maintab:hover, table.maintab td:hover
{
    background: url(images/menubgon.gif);
}
    
a.maintab
{
    border: 0;
    color: #FFFFFF;
    text-decoration: none;
}

table.selectedmaintab
{
    border: 0;
    height: 27px;
    background: url(images/menubgon.gif);
    text-align: center;
}

table.selectedmaintab td
{
    border: 0;
    padding: 0 20px 0 20px;
}
    
a.selectedmaintab
{
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/*--------------------------------------------------------------------
                                Main layout
--------------------------------------------------------------------*/

.mainlayout 
{
    margin: 0 auto 0 auto;
    padding: 0 4px 0 4px;
    position: relative;
    background: url(images/mainbg.gif);
    width: 846px;
    height: auto;
}

.topframe 
{
    margin: auto;
    height: 50px;
    background: #FFFFFF;
}

.logodiv 
{
    float: left;
    width: 199px;
    height: 42px;
    padding: 7px 0 0 20px;
}
    
.logindiv 
{
    float: left;
    margin: 0 0 0 420px;
    padding: 4px 0 0 0;
    background-color: #EFEFEF;
    border-left: solid 2px #344A89;
    border-right: solid 2px #344A89;
    border-bottom: solid 2px #344A89;
    width: 180px;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

a.loginlink 
{
    text-decoration: none;
    font-weight: bold;
    color: #232323;
}

.menuframe 
{
    margin: auto;
    height: 27px;
    background: url(images/menubg.gif);
}

/*--------------------------------------------------------------------
                                Main frame
--------------------------------------------------------------------*

/*--------------------------------------------------------------------
                                Views
--------------------------------------------------------------------*/

/*------------- Feature list -------------*/
.featurelistdiv
{
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 846px;
    height: 70px;
    background: url(images/topflistwavebg.png); z-index: 10000;
}

h3 {
     margin: 0;       
     padding: 7px 0 0 0;
     font-size: 16px;
}

div#feature_list {
     width: 846px;
     height: 320px;
     overflow: hidden;
     position: relative;
     background-color: #FEFEFE;
}

div#feature_list ul {
     position: absolute;
     top: 0;
     list-style: none;       
     padding: 0;
     margin: 0;
}

ul#tabs {
     left: 0;
     z-index: 2;
     width: 320px;
}

ul#tabs li {
     font-size: 12px;
     font-family: Arial;
     float: left;
}

ul#tabs li img {
     padding: 5px;
     border: none;
     float: left;
     margin: 10px 10px 0 0;
}

ul#tabs li a {
     background-color:  #F1F1F2;
     color: #555;
     text-decoration: none;       
     display: block;
     padding: 10px;
     height: 45px;
     width: 266px;
     outline: none;
     border-bottom: 1px solid #DDD;
}

ul#tabs li a:hover {
     background-color:  #E1E1E2;
     color: #333333;
}

ul#tabs li a.current {
     background:  url('images/featuretabcurrent.png');
     color: #FFF;
     width: 276px;
     padding-right: 34px;
     border-bottom: 0;
}

ul#tabs li a.current:hover {
    background:  url('images/featuretabcurrent.png');
     color: #FFF;
     text-decoration: none;
     cursor: default;
}

ul#output {
     left: 0px;
     width: 846px;
     height: 320px;
     position: relative;
}

ul#output li {
     position: absolute;
     left: 0px;
     width: 846px;
     height: 320px;
}

ul#output li a {
     position: absolute;
     display: block;
     width: 330px;
     bottom: 15px;
     right: 15px;
     padding: 8px 12px 10px 12px;
     text-decoration: none;
     text-align: left;
     font-size: 11px;
     color: #FFF;
     background: #000;
     -moz-border-radius: 5px;
     opacity: 0.7;
     filter: alpha(opacity=70);
     outline: none;
     
}

ul#output li a:hover {
     background: #D33431;
}

.featurelistshowmorespan {
    display: block;
    position: absolute;
    right: 16px;
    bottom: 8px;
    font-weight: bold;
    font-size: 12px;
}

.topwavediv 
{
    width: 846px;
    height: 100px;
    background: url(images/topwavebg.png);
}

.topwavetext
{
    float: left;
    display: block;
    margin: 20px 0 0 70px;
    font-size: 18px;
    color: #414141;
}

/*------------- Main View -------------*/

a.presentationlink:link, a.presentationlink:active, a.presentationlink:visited
{
    color: #132654;
    text-decoration: none;
}

a.presentationlink:hover 
{
    color: #132654;
    text-decoration: underline;
}

.mainviewleftdiv 
{
    position: relative;
    float: left;
    padding: 30px 0px 0 60px;
    width: 490px;
    text-align: left;
}

.mainviewrightdiv 
{
    position: relative;
    float: right;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 58px;
    width: 210px;
    height: 173px;
    background: url(images/maincontactbg.jpg) no-repeat center right;
}

.leftcontactctadiv {
    float: left;
    display: block;
    margin: 50px 15px 0px 35px;
    padding: 0px;
    width: 180px;
    height: 100px;
    text-align: center;
}

.bottomcontactmountinfodiv {
    float: left;
    display: block;
    margin: 5px 15px 5px 10px;
    padding: 10px 20px 5px 20px;
    width: 780px; height: 25px;
    text-align: center;
    background-color: #FFF;
}

.middlerightcontactpaymentdiv {
    float: left;
    display: block;
    margin: 15px 15px 5px 5px;
    padding: 5px 60px 5px 20px;
    width: 175px;
    height: 60px;
    text-align: right;
    background-color: #FFF;
}

.middlerightcontactservicediv {
    float: left;
    display: block;
    margin: 0px 15px 5px 5px;
    padding: 5px 60px 5px 20px;
    width: 175px;
    height: 60px;
    text-align: right;
    background-color: #FFF;
}

.bottomcontactpartnermapdiv {
    display: block;
    width: 740px;
    height: 640px;
    margin-left: 50px;
}

.refsigtext 
{
    display: block;
    width: 215px;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

/*------------- Offer View -------------*/

/*--- Offer Menu Styles --*/

.offermenu 
{
    display: block;
    margin: 0;
    float: left;
    height: 27px;
}

a.offertab, a.selectedoffertab
{
    display: block;
    padding: 6px;
    width: 150px;
    height: 15px;
    border: 0;
    text-decoration: none;
}

a.offertab 
{
    color: #000000;
    background: url(images/menubggray.gif);
}

a.selectedoffertab 
{
    color: #FFFFFF;
    background: url(images/menubg.gif);
}

.offertab a:link, .offertab a:active, .offertab a:visited
{
    color: #000000;
    text-decoration: none;
}

.offertab a:hover
{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    background: url(images/menubgon.gif);
}
    
table.offertab, span.offertab
{
    border: 0;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background: url(images/menubggray.gif);
}

table.offertab td
{
    border: 0;
    padding: 0;
}

span.offertab:hover, table.offertab:hover, table.offertab td:hover
{
    background: url(images/menubgon.gif);
    color: #FFFFFF;
}

table.selectedoffertab, span.selectedoffertab
{
    border: 0;
    padding: 0;
    margin: 0;
    width: 150px;
    height: 27px;
    background: url(images/menubg.gif);
    text-align: center;
}

table.selectedoffertab td
{
    border: 0;
    padding: 0;
}
    
.selectedoffertab a:link, .selectedoffertab a:active, .selectedoffertab a:visited, .selectedoffertab a:hover
{
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/* --- Main Offer -- */

.offerviewleftdiv 
{
    display: inline;
    float: left;
    padding: 20px;
    margin: 30px 40px 20px 40px;
    height: 405px;
    text-align: left;
    background: #FAFAFA;
}

.offerviewrightdiv 
{
    display: inline;
    float: left;
    position: relative;
    padding-right: 30px;
    width: 520px;
}

span.offertextleftalign 
{
    display: block;
    width: 500px;
    text-align: left;
}

span.offerheadertext 
{
    display: block;
    width: 500px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

.minipriceoffer 
{
    font-size: 14px;
    background: url(images/pricebg.gif) no-repeat top right;
}

.mpoffertitle 
{
    text-align: right;
    padding-right: 40px;
}

.mpoffertitlelast
{
    text-align: right;
    padding-bottom: 20px;
    padding-right: 40px;
}

.mpofferterm 
{
    text-align: right;
    padding-right: 50px;
}

.mpoffertermlast
{
    text-align: right;
    padding-bottom: 20px;
    padding-right: 50px;
}

.detailedoffertext 
{
    display: block;
    float: left;
    width: 500px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*------------- Partner View -------------*/

.partnerviewleftdiv 
{
    position: relative;
    float: left;
    padding: 20px 30px 0 50px;
    width: 440px;
    text-align: left;
}

.partnerviewrightdiv 
{
    position: relative;
    float: left;
    width: 326px;
}

.partnerviewimg 
{
    display: block;
    margin-left: 30px;
    width: 244px;
    height: 239px;
    background: url(images/pimg.gif);
}

td.pvpointimg 
{
    padding: 3px 10px 20px 0;
}

td.pvpointtext 
{
    padding: 0 0 20px 0;
}

/*------------- Career View -------------*/

.careerviewleftdiv 
{
    float: left;
    padding: 20px 70px 0 60px;
    width: 266px;
    text-align: left;
}

.careerviewrightdiv 
{
    float: left;
    position: relative;
    padding-right: 30px;
    width: 420px;
    text-align: left;
}

/*------------- Contact View -------------*/

.contactviewleftdiv 
{
    display: inline;
    float: left;
    padding-top: 20px;
    padding-left: 55px;
    width: 330px;
    text-align: left;
}

.contactviewcenterdiv 
{
    display: inline;
    float: left;
    padding-top: 30px;
    padding-right: 30px;
    width: 360px;
    text-align: center;
}

.contactviewrightdiv 
{
    display: inline;
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    width: 386px;
    text-align: center;
}

.contactviewimg 
{
    display: block;
    width: 148px;
    height: 168px;
    background: url(images/cimg.gif);
}

.othercontactdiv 
{
    float: left;
    padding-top: 50px;
    width: 846px;
    height: 50px;
    text-align: center;
}

/*--------------------------------------------------------------------
                                Bottom & footer frame
--------------------------------------------------------------------*/

.reflistimglink
{
    display: block;
    float: left;
    margin-right: 20px;
    width: 131px;
    height: 77px;
}

.bottomlayout 
{
    position: relative;
    margin: 0 auto 0 auto;
    background: url(images/mainbottombg.gif);
    width: 854px;
    height: 4px;
}

.footerlayout 
{
    position: relative;
    margin: 0 auto 0 auto;
    padding-right: 10px;
    width: 844px;
    height: 15px;
    text-align: right;
}

.footertext 
{
    font-size: 10px;
    color: #616161;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #616161;
}

a.footerlink:hover 
{
    text-decoration: underline;
}
