/*
    Document   : home
    Created on : Feb 4, 2010, 10:49:34 PM
    Author     : roy
    Description:
        Purpose of the stylesheet follows.
*/

/*
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;

    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;

    font-family:Georgia, Arial;

}

.container2{
    font-family:Georgia;
    text-align: center;
    margin:0 auto 0 auto;
    font-size:10pt;
    padding-top:0px;
    background-image: url('/site-media/img/home/new_container2_bg.jpg');
    background-repeat:repeat-x;
}

#logo_presiso{
    text-align:left;
    padding-left:0px;
    margin-top:5px;
    float:left;
}

#buttons{
    padding-top:5px;
    text-align:center;
}

#container{
    font-family:Georgia;
    text-align: center;
    margin:0 auto 0 auto;
    font-size:10pt;
    width:980px;


}
#header_container{
    width:auto;
    background-image:url('/site-media/img/home/continue5_3.png');
    background-repeat:repeat-x;
    text-align:center;
    margin:0 auto 20px auto;
    font-family:Georgia;
}

#header{
    height:390px;
    width:1960px;
}
#header_menu{
    height:50px;

}
#header_img{
    background-image:url('/site-media/img/home/header6_3.png');
    background-repeat:no-repeat;
    height:186px;
    width:980px;
    text-align:center;
    margin:0 auto 0 auto;
    overflow:visible;
    position: relative;
}
#header_buttons{
    float:left;
    padding-top:230px;
    padding-left:2px;
    width:550px;
    height:30px;

}
#header_video{
    float:left;
    margin-top:30px;
    margin-left:18px;
    padding-left:2px;
    padding-top:22px;
    /*background-image:url('/site-media/img/home/video.png');*/
    background-repeat:no-repeat;
    width:386px;
    height:274px;

}

#container_body{
    width:auto;
    text-align:center;
    margin:0 auto;
    background-image:url('/site-media/img/home/new_container_body_bg.jpg');
    background-repeat:repeat-x;
    background-position: bottom;
    font-family:Georgia;
    height: 699px;

}

#body1{
    width:1200px;
    margin:0 auto 0 auto;
    height:699px;
    text-align:left;
    color:white;
    background-image:url('/site-media/img/home/new_body1_bg.jpg');
    background-repeat:no-repeat;
    background-position: left;
    position: relative;
    font-size: 10pt;
    font-family: Verdana;
}

#columns_container{
    width: 740px;
    height: 350px;
    padding-top: 320px;
}
#column1{
    float:left;
    width: 370px
}

#column2{
    float:right;
    width: 370px;
}

.title{
    font-weight:bold;
    font-size:14pt;
    font-family:Georgia;
    color:#3b3131;

}

.strong{
    font-weight:bold;
    font-size:10pt;
    font-family:Georgia;
    color:#414141;
}

.text{
    font-size:10pt;
    color:#4e4e4e;
}

.img_box{
    margin-right:2pt;
}


#box_sombra{
    background-image:url('/site-media/img/home/sombra2.png');
    vertical-align:bottom;
    background-repeat:no-repeat;
}



#imageScreens{
    float:right;
    margin:30px 20px 0 0;
    width:340px;
    position: absolute;
    top:-45px;
    right: -40px;
}
#signup{
    margin-top:20px
}

#logo_sticker{
    background-image: url('/site-media/img/home/logo_sticker.png');
    background-repeat: no-repeat;
    background-position: right;
    width:530px;
    height: 201px;
    position: absolute;
    top: 40px;
    left: 0px;
}
#background_green{
    background-image: url('/site-media/img/home/background_green.png');
    background-repeat: repeat-x;
    background-position: center;
    height: 201px;
    width: 50%;
    float:left;
    margin-top: 40px;
}

.title_green{
    color:#92c83e;
    font-size: 16px;
}

.pharagrap{
    color:#B6B6B6;
}

#get_started{
    position: absolute;
    top:120px;
    left:590px;
    width: 191px;
    height: 60px;
    background-image: url('/site-media/img/home/dk_get_started.png');
    background-repeat: no-repeat;
}
#get_started:hover{
        background-image: url('/site-media/img/home/dk_get_started_h.png');
}

#switch_box{
    position: absolute;
    top:20px;
    left: 800px;
}

#devices_container{
    position:absolute;
    top:20px;
    left: 800px;
    width: 400px;
    height: 600px;
    overflow: hidden;
}

#watch_video{
    width: 84px;
    height: 34px;
    position:absolute;
    top:595px;
    right: 175px;
    background-image: url('/site-media/img/home/dk_watch_video.png');
}
#watch_video:hover{
    background-image: url('/site-media/img/home/dk_watch_video_h.png');
}
