/* 
    Document   : style
    Created on : May 24, 2010, 1:13:21 PM
    Author     : Suhanda
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-image: url("../images/bg.jpg");
    font-family: Georgia;
    font-size: 11px;

}


#mainPage{
    width: 1000px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}

#des-absolute{
    position: absolute;
    top: 0px;
    margin: 0 0 200em;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0em 1em 0em;
    -moz-box-shadow:  rgba(0, 0, 0, 0.199219) 0em 1em 0em;
    background-image: url("../images/contentBg.gif");
    height: 500px;
    width: 100%;
    z-index: 5;
    text-align: center;
	background-color : #fff;
}
#head-absolute{
    background-image: url("../images/bg.jpg");
    height: 37px;
    z-index: 7;
    position: absolute;
    top: 0px;
    width: 100%;
}
div.contactC {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 6;
    text-align: center;
    background-image: url("../images/bgContact.png");
    background-repeat: repeat-x;
}
div.contactC .contactB{
    height: 37px;
    background-image: url("../images/contactB.png");
    background-repeat: repeat-x;
    text-align: right;
}

div.contactC .contactB .buttonC{
    float: right;
    margin-right: 6px;
    margin-top: 11px;
    color: #fff;
    font-weight: bold;
}
div.contactC .contactB img{
    margin-top: 11px;
    margin-right: 54px;
    float: right;cursor: pointer;
}
div.contactC .contactForm{
    height: 100px;
    background-color: #ed1c24;
    border-bottom: 1px dotted #a0a0a0;
}
div.contactC .contactForm .content{
    margin: 0 auto;
    width: 930px;
    height:  80px;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    font-size: 10px;
}

div.contactC .contactForm .content .contactDetail,
div.contactC .contactForm .content .formC{
    float: left;
    padding: 0 5px;
}
.content .contactDetail{
    width: 300px;
}
.formC input[type="text"] ,.formC textarea {
    width: 238px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-family: "felt-tip-woman-1","felt-tip-woman-2";
    font-size: 16px;
    height: 21px;
    background-image: url("../images/cTextbg.png");

}
.formC input[type="image"] {
    float: right;
    margin-top: 8px;
}
.formC textarea {
    width: 300px;
    height: 57px;
}
.formC .row {
    margin-bottom: 5px;
}
.formC .sp{
    width: 0px;
    height: 80px;
    border-right: 1px solid #f96c72;
    border-left: 1px solid #aa0007;
    float: left;
    margin: 0px 5px;
}
.formC .right{
    float: left;
    width: 310px;
    height: 80px;
}
.formC .left{
    float: left;
    width: 239px;
    height: 80px;

}
div.contactC .contactForm .content .formC{
    width: 610px;
    height: 80px;
}
a.terms{
    cursor: pointer;
    font-size: 10px;
    padding: 4px;
    display: block;
    color: #980000;
    font-family: Georgia;
}
a.terms:hover {
    color: #800000;
}
div.rightMenu {
    z-index: 4;
    position: fixed;
    right: 40px;
    font-size: 13px;
}
div.rightMenu .menu{
    height: 366px;
    font-family: Georgia;
}
div.rightMenu .menu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
div.rightMenu .menu ul li {
    padding: 8px 4px;
}
div.rightMenu .menu ul li a{
    color: #fff;
    cursor: pointer;
}
div.rightMenu .menu ul li a.last{

}
div.rightMenu .menu ul li a:hover{
    border-bottom: 1px dashed #cdcdcd;
    color: #800000;
}

div.rightMenu .spacer{
    background-image: url("../images/rightMenuLine.png");
    height: 2px;
}
div.rightMenu .bottom{
    height: 86px;
    width: 143px;
    background-image: url("../images/FOM.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

div.rightMenu .top{
    width: 131px;
    background-image: url("../images/rightMenuBg.png");
    background-repeat: repeat-y;
    padding: 0px 7px;
}

div.rightMenu .logo {
    background-image: url("../images/logopita.png");
    height: 20px;
    width: 129px;
    background-repeat: no-repeat;
    padding-top: 103px;
    cursor: pointer;
}

div.rightMenu .logo .spacer{

}



div.content ul.ulContent{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding: 200em 0 0;
}
.liContent .co {
    margin-top: 40px;
    text-align: left;
    width: 746px;
}
div.content ul.ulContent li .content-area{
    position: relative;
    margin: 16px 0 200em;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0em 1em 0em;
    -moz-box-shadow:  rgba(0, 0, 0, 0.199219) 0em 1em 0em;
    background-image: url("../images/contentBg.gif");
    min-height: 300px;
}
div.content ul.ulContent li .noBg{
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
}
div.content ul.ulContent li .liContent h1.title{
    margin: 50px 0;
    font-size: 40px;
    font-family: Georgia;
    font-weight: bolder;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: rgba(255,255,255,.35) 0px 2px 2px;
}

div.content ul.ulContent li .liContent h1.title img {
    margin-bottom: -11px;
}

div.content ul.ulContent li .liContent h1.red{
    color: #cf141b;
    letter-spacing: -1px;
}
div.content ul.ulContent li .liContent h2.problem{
    font-family: Georgia;
    font-size: 25px;
    font-weight: normal;
    margin: 20px 0;
    float: left
}
.liContent p.bullet{
    -moz-border-radius : 20px;
    -webkit-border-radius : 20px;
    background-color: #80ca00;
    width: 40px;
    height: 40px;
    float: left;
    clear: left;
    margin-right: 10px;
}
.probtbl {
    border: dashed #ccc;
    border-width: 1px 0px;
    margin: 20px 0px;
    width: 769px;
    background-color: #fff;
    opacity:0.5;
}
.probtbl td{
    width: 33%;
    vertical-align: top;
    border-right: 1px dashed #ccc;
    padding: 0px 10px;
    margin: 20px 0;
}
.probtbl td.last {
    border: none;
}
.probtbl h4 {
    font-family: 'Gill Sans MT';
    font-weight: normal;
    clear: both;
    font-size: 15px;
}
.noBg {
    background-image: none;
}
.probtbl h3 {
    font-family: Georgia;
    font-style: italic;
    float: left;
    font-size: 12px;
}
.liContent p.bullet span{
    font-size: 25px;
    font-family: Georgia;
    color: #fff;
    display: block;
    padding-top: 7px;
    text-align: center;
}
div.content ul.ulContent li .liContent h2.subtitle{
    font-family: Georgia;
    font-weight: normal;
    font-size: 18px;
    color: #515151;
}
div.content ul.ulContent li .liContent ul.box {
    width: 550px;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    color: #515151;
    font-family: Georgia;
    background-color: #fff;
    opacity : 0.7;
    border: dashed #ccc;
    border-width: 1px 0 1px;
    padding-top: 20px;
    padding-bottom: 20px;


}
div.content ul.ulContent li .liContent div.box {
    width: 550px;
    margin: 40px auto;
    text-align: left;
    font-size: 16px;
    color: #515151;
    font-family: Georgia;
    background-color: #fff;
    opacity : 0.7;
    border: dashed #ccc;
    border-width: 1px 0 1px;
    padding: 20px;
}

div.content ul.ulContent li .liContent div.box h2.subtitle {
    font-size: 26px;
    margin-top: 0px;
}

div.content ul.ulContent li .liContent div.box p.hintTitle {
    margin: 0 0 0 0;
    padding: 0 0 20px;
    font-weight: bold;
    font-family: Georgia;
    font-style: italic;
}

ul.box li {
    float: left;
    width: 250px;
    line-height: 30px;

}
ul.box li.right{
    width: 284px;
}
ul.box li.clear{
    clear: both;
    float: none;
    list-style: none;
}
div.content ul.ulContent li.last{
    margin: 0 0 10em;
}
div.content ul.ulContent li .liContent{
    width: 930px;
    margin: 0 auto;
    padding: 1px;
    line-height: 19px;
}
div.content ul.ulContent li.content-top{
    height: 20px;
}
/*---------------------------------------------------------------------------*/

.contentRelative {
    position: relative;
    width: 100%;
    height: 512px;
}
.ballon {
    height: 150px;
    width: 510px;
    position: absolute;
    bottom: 0px;
    right: 44px;
    padding-top: 65px;
    text-align: right;
    color: #a3a2a2;
}

.ballon .contentBallon{
    background-image: url("../images/ballon.png");
    background-repeat: no-repeat;
    height: 91px;
    position: relative;
    font-family: Georgia;
    letter-spacing: -1px;
    font-style: italic;
    padding:14px 20px 0;
    font-size: 24px;

}

.ballon .name {
    padding-right: 10px;
}
/*------------------------*/
.sibawang {
    height: 241px;
    width: 220px;
    background-image: url("../images/sibawang.png");
    position: absolute;
    bottom: 10px;
    left: 160px;
}
.logoHome{
    background-image: url("../images/MediaScopeLogoW.png");
    position: absolute;
    height: 75px;
    width: 88px;
    right: 68px;
    top: 37px;
    cursor: pointer;
}

.socmed{
	position: absolute;
    height: 40px;
    width: 88px;
    right: 60px;
    top: 115px;
}

.socmedlink{
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:2px;
}

.fb{
	background: url("../images/fbico.png") no-repeat top;
}

.fb:hover{
	background: url("../images/fbico.png") no-repeat bottom;
}

.twitter{
	background: url("../images/twitterico.png") no-repeat top;
}

.twitter:hover{
	background: url("../images/twitterico.png") no-repeat bottom;
}

.logoHome:hover {
    background-image: url("../images/logoHover.png");
    right: 67px;
}
.welcome{
    width: 554px;
    height: 142px;
    position: absolute;
    top: 193px;
    left: 333px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("../images/welcomewebAid1.png");
}
.welcome span{
	font-size:20px;
	color: #ed1c24;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.webAidLogo{
    background-image: url("../images/webAidLogo_beta.png");
    width: 184px;
    height: 77px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.better{
    width: 356px;
    background-image: url("../images/betterMid.png");
    background-repeat: repeat-y;
    margin-top: 36px;
    color: #e7c034;
    float: left;
}
.better h1 {
    font-size: 35px;
    color: #fff;
    padding: 0px;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 26px;
}
.better .betterLogo{
    background-image: url("../images/betterLogo.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 30px;
    margin-right: 19px;
}
.better .top, .better .bot{
    background-image: url("../images/betterTop.png");
    background-repeat: no-repeat;
    height: 19px;
}
.better .mid {
    margin: 0 25px;
    text-align: left;
    font-size: 15px;
    font-weight: bold
}
.better .mid  span{
    margin: 5px 0;
}
.better .mid p{
    font-weight: bold;
    text-align: justify;
}
.better .mid ul {
    margin: 10px 0;
    padding-left: 15px;
    list-style: none;
    margin: 10px 0;
    padding: 0px;
}
.better .mid ul li{
    float: left;
    width: 153px;
    font-size: 10px;
    font-weight: bold;
}
.better .mid ul li.clear{
    float: none;
    clear: both;
    list-style: none;
}
.better .bot{
    background-image: url("../images/betterBot.png");
}



.spacer{
    clear: both;
    height: 1px;
    width: 100%;
}
.rowFOM {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    right: 224px;
    bottom: 10px;
    /*background-image: url("../images/rowFOM.png");*/
    font-family: Georgia;
    background-repeat: no-repeat;
    padding-left: 38px;
    cursor: pointer;
}
/*.rowFOM:hover{
    background-image: url("../images/rowFOMRed.png");
    border-bottom: 1px dashed #eee;
}*/


.other {
    list-style: none;
    padding: 0px;
    margin: 20px 0 5px;
}
.other li {
    margin: 5px 0;
    height: 67px;
    position: relative;
    color: #fff;
}
.other li:hover{
    opacity : 0.8;
    filter:alpha(opacity=80);
}
.otherC .left {
    width: 18px;
    height: 67px;
    position: absolute;
    top: 0px;
}
.otherC .mid{
    height: 67px;

    padding-left: 18px;

}
.otherC .mid h3 {
    font-size: 20px;
    padding-top: 21px;
    margin: 0px;
    float: left
}

.otherC .mid div{
    padding-top: 23px;
    float: left;
    margin-left: 20px;
}

.otherC .right{
    height: 67px;
    position: absolute;
    right: 0px;
    top: 0px;
    width : 174px;
}
.otherC .leftRed {
    background-image: url("../images/otherRedLeft.gif");
}
.otherC .midRed{
    background-image: url("../images/otherRedMid.gif");
}
.otherC .rightRed{
    background-image: url("../images/otherRedRight.gif");
}
.otherC .leftBlue {
    background-image: url("../images/otherBlueLeft.gif");
}
.otherC .midBlue{
    background-image: url("../images/otherBlueMid.gif");
}
.otherC .rightBlue{
    background-image: url("../images/otherBlueRight.gif");
}
.otherC .leftYel {
    background-image: url("../images/otherYelLeft.gif");
}
.otherC .midYel{
    background-image: url("../images/otherYelMid.gif");
}
.otherC .rightYel{
    background-image: url("../images/otherYelRight.gif");
}





.testiList {
    float: left;
    margin-top: 36px;
    margin-left: 14px;
    margin-bottom: 40px ;
    width: 766px;
    text-align: left;
    color: #4a4a4a;
    font-family: Georgia;
    line-height: normal;
}
.testiList ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}
.testiList ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 200px;

}

.testiList ul li.two-cros{
    width: 366px;
}

.testiList ul li .top {
    background-repeat: repeat-x;
    position: relative;
    padding: 10px;
}

.testiList ul li .top .row{
    bottom: -15px;
    left: 20px;
    position: absolute;
    height: 15px;
    width: 22px;
    background-image: url("../images/r1.png");
}

.testiList ul li .top .c{
    padding: 10px;
    font-size: 15px;
    position: relative;
    background-color: #fff;;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 2px;
}

.testiList ul li .bot{
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
}
.testiList ul li.spacer {
    clear: both;
    width: 100%

}
.testiList ul li.list1 .top .c{
    background-color: #b8eb7f;
}


.testiList ul li .row{

}


a {
    color: #565656;
}
.listClient{
    margin: 10px 10px 10px 0;
    color: #565656;
    font-size: 9px;
    float: left;
    font-family: Georgia;
    line-height: normal;

}
.listClient .top{
    background-image: url("../images/clientBallon.png");
    width: 179px;
    height: 117px;

}
.listClient .bot{
    margin: 4px;
}
.listClient .bot, .listClient .bot a{
    text-align: left;

    color: #fff;
    text-decoration: none;
}
.listClient .bot a:hover{
    border-bottom: 1px dashed #ccc;
}

.listClient .top img {
    margin-top: 10px;
}

.clientTable {
    width: 762px;
    margin-top: 20px;
}

.newPack{
    margin: 40px 0px;
    width: 773px;
    font-family: Gerargia;
    font-size: 15px;
}

.newPack div{
    width: 126px;

}

.newPack div.spacer{
    height: 1px;
}

.newPack div.set, .newPack div.set div{
    width: 257px;
    color: #79795c;
}

.newPack div .body {

}
.newPack div .body div{
    display: table;
}
.newPack div .body div div {
    vertical-align: middle;
    display: table-cell;
    border: none;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
}

.newPack div.set .body div div{
    text-align:  right;
    padding-right: 10px;
    border: none;
}
.newPack div.set .body div{
    border-top: 1px dotted #9d9d81;
    height: 44px;

}
.newPack div.set .body{
    border-bottom: 1px dotted #9d9d81;
}
.newPack div .head{
    height: 133px;
    background-repeat: no-repeat;
    background-position: bottom;
}



.newPack div.set,.newPack div.bs,
.newPack div.st,.newPack div.bn,.newPack div.ult{
    float: left;
    margin-right: 2px;
}

.newPack div.bs .head {
    background-image: url("../images/topBasic.png");

}
.newPack div.st .head {
    background-image: url("../images/topStandard.png");

}
.newPack div.bs .head {
    background-image: url("../images/topBasic.png");

}
.newPack div.bn .head  {
    background-image: url("../images/topBusiness.png");

}
.newPack div.ult .head  {
    background-image: url("../images/topUltimate.png");

}





.newPack div.bs .body {

}
.newPack div .body div {
    height: 45px;
}
.newPack div.bs .body div.nogrid {
    background-image: url("../images/bgBasic.png");
}
.newPack div.bs .body div.grid{
    background-image: url("../images/bgBasicGrid.png");
}


.newPack div.st .body {

}
.newPack div.st .body div.nogrid {
    background-image: url("../images/bgStandard.png");
}
.newPack div.st .body div.grid{
    background-image: url("../images/bgStandardGrid.png");

}


.newPack div.bn .body {

}
.newPack div.bn .body div.nogrid {
    background-image: url("../images/bgBusiness.png");
}
.newPack div.bn .body div.grid{
    background-image: url("../images/bgBusinessGrid.png");
}
.newPack div.set .body {

}



.newPack div.ult .body {

}
.newPack div.ult .body div.nogrid {
    background-image: url("../images/bgUltimate.png");
}
.newPack div.ult .body div.grid{
    background-image: url("../images/bgUltimateGrid.png");
}
.newPack div .foot{
    height: 39px;
    -moz-border-radius : 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    position: relative;
    font-style: italic;
    font-weight: bold;
    display: table;
}
.newPack div .foot div{
    display: table-cell;
    vertical-align: middle;
}
.newPack div .foot div a{
    text-decoration: none;
    color: inherit;
}
.newPack div .foot .row{
    background-image: url("../images/rowPack.png");
    position: absolute;
    width: 8px;
    height: 16px;
    top: -8px;
    left: 0px;
}
.newPack div.bs .foot{
    background-image: url("../images/bgBasic.png");
}
.newPack div.bs ,.newPack div.bs .foot a{
    color: #704600;
}
.newPack div.st .foot{
    background-image: url("../images/bgStandard.png");
}
.newPack div.st{
    color: #5f0000;
}
.newPack div.bn .foot{
    background-image: url("../images/bgBusiness.png");
}
.newPack div.bn {
    color: #234400;
}
.newPack div.ult .foot{
    background-image: url("../images/bgUltimate.png");
}
.newPack div.ult{
    color: #00375e;
}

.extra {

    margin-top: 36px;
	margin-left: 22px;
    /*margin-left: 146px;*/
    margin-bottom: 40px ;
    width: 766px;
    text-align: left;
    color: #4a4a4a;
    font-family: Georgia;
    line-height: normal;
    text-align: left;
}
.extra .additional{
    background-image: url("../images/additional.png");
    background-repeat: no-repeat;
    background-position: bottom;
    float: left;
    width: 17px;
    height: 287px;
}
.extra .list {
    height: 335px;
    width: 196px;
    float: left;
    margin-right: 5px;
}

.extra .title {
    margin: 40px 0 0;
    background-image: url("../images/rowPack.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    font-size: 18px;
    background-position: 0px 2px;
}
.extra .info{
    padding-left: 10px;
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    font-style: italic;
}
.extra .ex1{
    background-image: url("../images/ex1.png");
}
.extra .ex2{
    background-image: url("../images/ex2.png");
}
.extra .ex3{
    background-image: url("../images/ex3.png");
}

.contact {
    width: 248px;
    height: 168px;
    color: #fff;
    position: absolute;
    top: 226px;
    z-index: 9;
    text-align: right;
    font-size: 11px;

}
.contact .button{
    background-image: url("../images/contactButton.png");
    width: 50px;
    height: 168px;
    float: left;
    cursor: pointer;
}
.contact .info {
    float: left;
    position: relative;
    background-image: url("../images/bgContact_1.png");
}
.contact .info .co {
    margin: 15px 15px 0 0;
    width: 183px;
    height: 153px;
}
.contact .row{
    position: absolute;
    top: 15px;
    right: 0px;
    width:7px;
    height: 16px;
    background-image: url("../images/rowContact.png");
}
.panahP{
    background-image: url("../images/panah_putih.png");
    height: 99px;
    position: absolute;
    right: 188px;
    top: 496px;
    width: 145px;
    z-index: 4;
}
.tooltips{
    position: absolute;
    top:0px;
    left:0px;
    height: 100px;
    width: 100px;
    padding: 2px;
    background-color: #eee;
    text-align: left;
    border: 2px double #ccc;
}
.tooltips .tooltipsC {
}
