body{
	margin:0;
	padding:0;
	min-width:954px;
	position:static;
	font:12px Arial, Helvetica, sans-serif;
    background: url('../images/bg.png') 0 0 repeat transparent;
    color: #333;
}
#container {
    margin: 25px auto 0 auto;
    width: 980px;
    height: auto;
    border: 1px solid black;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0, .65);
    -moz-box-shadow: 0 0 15px rgba(0,0,0, .65);
    box-shadow: 0 0 15px rgba(0,0,0, .65);
}
#header {
    width:100%;
    background: url('../images/top_bg.png') right top no-repeat #eeefef;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#header_right {
    width: 530px;
    float:right;
    padding: 50px 0 25px;
}
.cl {
    clear: both;
}
#left_info {
    float: left;
    width: 254px;
}
#right_info {
    float: right;
    width: 250px;
    margin-right: 25px;
}
.title {
    font-size: 52px;
    font-weight: bold;
    font-family: Calibri;
    line-height: 1;
}
.subtitle {
    font-size: 14px;
    font-weight: bold;
}
.product_color_title {
    color: #3870ab;
}
ul.bullet {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 7px;
    font-size: 13px;
    line-height: 1.6;
}
.list_sign {
    background: url("../images/bullet.png") 0 0 no-repeat transparent;
    float: left;
    height: 12px;
    margin-top: 7px;
    width: 14px;
}
#logo {
    width:100%;
    background: url("../images/logo.png") center no-repeat transparent;
    height: 59px;
}
#logo_text {
    font-size: 10px;
    color: #7d7d7d;
    text-align: center;
    margin:12px 0 10px 0;
}
.download {
    background: url("../images/button.png") 0 0 no-repeat transparent;
    display: block;
    color: #fff;
    margin: 0 auto;
    width: 232px;
    height: 62px;
    text-decoration: none;
}
.download:hover {
    background-position: 0 -90px;
}
.download:active {
    background-position: 0 -180px;
}
.download span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    width: inherit;
    font-family: "Arial", sans-serif ;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.link {
    font-size: 11px;
    color: #52a4f9;
    display: block;
    text-align: center;
}
.link:hover {
    text-decoration: none;
}
#bottom {
    background-color: #e7e8e8;
    width: 100%;
    padding: 20px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#bottom_title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}
#center {
    background-color: #fff;
    min-height: 200px;
    padding-bottom: 30px;
}
#screen {
    position: absolute;
    margin-top: -218px;
    background: url("../images/screen.png") 0 0 no-repeat transparent;
    width: 418px;
    height: 395px;
}
#left_side {
    float: left;
    width: 410px;
}
#quotes_container {
    margin-top: 190px;
    padding: 0 0 0 20px;
}
.quote div {
    width: 100%;
    height:50px;
    background: url("../images/quote.png") center top no-repeat transparent;
}
td.quote {
    vertical-align: top;
    width: 40px;
    font-size: 12px;
}
.quote_text {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0;
}
p.author {
    color: #999999;
    margin: 0 0 10px 0;
    font-size: 12px;
}
#right_side {
    float: right;
    width: 500px;
    padding: 40px 30px 0 30px;
}
#right_side table {
    width: 100%;
}
#right_side table td {
    width: 450px;
}
#right_side table td.icon {
    width: 50px;
    vertical-align: top;
}
.list_title {
    color: #3870ab;
    font-size: 15px;
    font-weight: bold;
}
.list_text {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 15px 0;
}
.icon_first, .icon_second, .icon_third, .icon_fourth, .icon_fifth {
    background: url("../images/features.png") center top no-repeat transparent;
    width: 40px;
    height: 40px;
}
.icon_first {
    background-position: 0 0;
}
.icon_second {
    background-position: 0 -70px;
}
.icon_third {
    background-position: 0 -150px;
}
.icon_fourth {
    background-position: 0 -232px;
}
.icon_fifth {
    background-position: 0 -307px;
}
#footer {
    width: 940px;
    margin: 0 auto;
    background: transparent;
    font-size: 11px;
    color: #999;
    padding: 25px 0;
}
#left_footer {
    float: left;
}
#right_footer {
    float: right;
}
#footer a {
    color: #999;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}