/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 15, 2014, 9:34:01 AM
    Author     : agurung
*/

html, body{
    height:100%;
    width:100%;
}
#container{
    margin:auto;
    width:1024px;
    /* margin: auto; */
    position: absolute;
    left: 50%;
    margin-left: -512px;
    background: white;
    height: 703px;
}

.header-content{
    position: absolute;
    top: 112px;
    right: 48px;
    width: 426px;
}

.style-font{
    font-family: 'Oswald', sans-serif;
    
}

.title{
    font-size: 27px;
    color:white;
    padding: 0px;
    margin: 20px 0 0 0;
}

.title-content{
    color: white;
    display: inline-block;
}

body{
    padding: 0;
    margin: auto;
    background: url(../img/tweed.png);
}

.header{
    background: #660033;
    height: 232px;
    width: 1024px;
}

.header-top-band{
    background: url(../img/top_band.png) no-repeat;
    height: 144px;
}

.header-top-band-right{
    background-position: -254px 0px;
    width: 254px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.header-top-band-middle{
    background: url(../img/top_band_tile.png) repeat-x;
    position: absolute;
    left: 248px;
    right: 160px;
    top:0px;
}

.header-top-band-left{
    background-position: -1px 0px;
    width: 248px;
}

.logo-small{
     background: url(../img/CSW_icon.png) no-repeat;
     position: absolute;
     height: 67px;
     width:67px;
     top: 120px;
     right: 506px;
}

.body-img{
    background: url(../img/img.png) -92px 0px no-repeat;
    position: absolute;
    width: 544px;
    height: 583px;
    top: 120px;
    /* left: -83px; */
    overflow: hidden;
    /* overflow: hidden; */
}

.page-content{
    position: absolute;
    top: 225px;
    left: 550px;
    /* right: 10px; */
    width: 436px;
}
.install{
	margin-top:20px;
}

.bg-btns{
    background: url(../img/buttons.png) 0px 0px no-repeat;
    display: inline-block;
    height: 55px;
    text-indent:-9999px;
    width: 134px;
}

.launch-btn{
    background-position: 0px 0px;
    width: 138px;
}

.download-btn{
   background-position: -162px 0px;
   width: 264px;
}

.launch-btn a:hover {text-decoration:none;background-position: 0px -111px}
.download-btn a:hover {text-decoration:none; background-position: -162px -55px !important;}

h2{
    color:#660033;
}

.strong-font{
    font-weight: bold;
}