/* Global */
* {
    margin: 0;
    padding: 0;
}

html {
    margin:0; padding:0; height:auto !important; height:100%; min-height:100%;
}

body {
    font-family: Arial;
    font-size: 12px;
    color: #1b2349;
    position: relative;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

input[type="submit"] {
    cursor: pointer;
}

/* Login window */

#login-window {
    position: absolute;
    width: 265px;
    height: 122px;
    z-index: 1000;
    margin: 0 0 0 80px;
    top: 65px;
    padding: 20px 20px 20px 10px;
    background: url("images2/login-window-bg.png") repeat-y;
    display: none;
}

#login-window td {
    padding: 4px;
}

#login-window td.r {
    padding-left: 10px;
}

#login-window td a {
    color: #ff5a00;
}

#login-window input[type="text"],
#login-window input[type="password"] {
    width: 170px;
    border: solid #d8dae4 1px;
    border-radius: 2px;
    padding: 2px;
    background: url("images2/input-bg.png") repeat-x;
}

#login-window input[type="submit"] {
    background: url("images2/login-button2.png") no-repeat;
    width: 78px;
    height: 35px;
    border: none;
}

/*  General */

.top-wrapper {
    margin: 0 auto;
    background: url("images2/wrapper-bg.png") center 154px no-repeat;
}

#page {
    width: 985px;
    height: 100%;
    margin: 0 auto 30px auto;
    overflow: hidden;
    padding: 0 20px;
}

/* Top region */

.top-line {
    margin-left: -69px;
    position: absolute;
    z-index: 999;
}

#top-logo {
    position: absolute;
    margin-left: -65px;
}

/* Top user area */

.login-button {
    background: url("images2/login-button.png") no-repeat;
    width: 78px;
    height: 28px;
    float: right;
    margin-left: 5px;
    cursor: pointer;
}

.login-button-selected,
.login-button:hover {
    background: url("images2/login-button-down.png") no-repeat;
}

#top-user-area {
    float: right;
    width: 717px;
    margin-right: 5px;
}

#top-user-area table .left {
    width: 35px;
    background: url("images2/top-user-area-bg-l.png") no-repeat;
}

#top-user-area table .right {
    width: 54px;
    background: url("images2/top-user-area-bg-r.png") no-repeat;
}

#top-user-area table .center {
    background: url("images2/top-user-area-bg.png") repeat-x;
    height: 90px;
}

#top-user-area .center ul {
    list-style: none;
    margin: 0 0 10px 0;
}

#top-user-area .center ul li {
    display: inline;
    padding: 5px 15px;
    border-right: dotted #c2ccd6 1px;
    float: left;
}

#top-user-area .center ul li a {
    text-decoration: none;
}

#top-user-area .center ul li span {
    float: left;
    display: block;
    margin-top: 7px;
    color: #fb2f00;
}

#top-user-area .center ul li.first {
    padding: 12px 15px 12px 5px;
}

#top-user-area .center ul li.last {
    border: none;
    padding-right: 0;
    width: 170px;
}

#top-user-area .center ul li.last img {
    float: left;
}

#top-user-area .center ul li.last a {
    color: #2f415a;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    float: left;
}

#top-user-area .center ul li.last span {
    margin-top: 3px;
    color: #435a68;
}

/* Top menu */

#top-menu {
    width: 717px;
    float: right;
    text-align: center;
    margin: 20px 5px 0 0;
}

#top-menu ul {
    list-style: none;
}

#top-menu ul li {
    display: inline;
    font-size: 13px;
    border-right: dotted #abb9c6 1px;
    padding: 3px 10px;
    font-weight: bold;
}

#top-menu ul li a {
    color: #36405a;
    text-decoration: none;
}

#top-menu ul li a:hover {
    text-decoration: underline;
    color: #FB2F00;
}

#top-menu ul li a.selected {
    color: #FB2F00;
}

/* Slider */

#slider {
    margin-top: 185px;
    height: 340px;
    position: relative;
}

#slider .slide {
    z-index: 1;
    bottom: 51px;
    position: absolute;
    display: block;
}

#slider .slider-footer {
    background: url("images2/slider-footer.png") no-repeat;
    padding: 25px 10px;
    color: white;
    position: relative;
    top: 235px;
    width: 100%;
    float: left;
}

#slider .slider-footer ul {
    list-style: none;
    margin: -15px 0 0 80px;
}

#slider .slider-footer ul li {
    display: inline;
    height: 15px;
    width: 15px;
    background: url("images2/slider-page-point.png") no-repeat;
    display: block;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

#slider .slider-footer ul li.selected {
    background: url("images2/slider-page-point-selected.png") no-repeat;
}

.slider-informer-white,
.slider-informer-yellow {
    position: absolute;
    width: 132px;
    margin-left: -20px;
    z-index: 10;
}

.slider-informer-white {
    background: url("images2/slider-informer-white.png") no-repeat;
    height: 45px;
    margin-top: 50px;
}

.slider-informer-yellow {
    height: 65px;
    margin-top: 100px;
    background: url("images2/slider-informer-yellow.png") no-repeat;
}

.slider-cap {
    position: absolute;
    z-index: 10;
    margin: -24px 0 0 923px;
}

#slider-content {
    color: white;
    position: absolute;
    margin: 25px 20px 0 410px;
    z-index: 10;
    width: 560px;
}

#slider-content h1 {
    font-size: 2.5em;
}

#slider-content h2 {
    color: #fff9b2;
    font-size: 1.8em;
    line-height: 14px;
    font-weight: normal;
}

#slider-content p {
    margin: 25px 0;
    width: 340px;
    font-size: 13px;
}

#slider-buttons {
    left: 440px;
    position: relative;
    top: 210px;
    z-index: 100;
}

#slider-buttons a {
    text-decoration: none;
}

#slider-buttons {
    width: 350px;
}

#slider-buttons .left,
#slider-buttons .right {
    float: left;
}

#slider-buttons .right img {
    margin: 0 0 2px 5px;
}

#slider .left-nav,
#slider .right-nav {
    padding-top: 40px;
    width: 40px;
}

#slider .left-nav {
    width: 70px;
}

#slider .left-nav img,
#slider .right-nav img {
    cursor: pointer;
    position: absolute;
    top: 80px;
}

#slider-text {
    height: 170px;
    width: 450px;
}

#slider-text .hidden {
    display: none;
}

#slider-text li {
    list-style: none;
}

/* Info banners */

.left-info-banner {
    padding: 15px 10px 20px 10px;
}

.left-info-banner img {
    float: left;
    margin-right: 5px;
}

.left-info-banner h3 {
    color: #da031b;
}

#info-banners {
    height: 100px;
    padding: 3px 0 0 10px;
}

#info-banners table {
    float: left;
    width: 340px;
    height: 134px;
}

#info-banners table .l {
    width: 15px;
    background: url("images2/info-banner-l.png") no-repeat;
}

#info-banners table .r {
    width: 15px;
    background: url("images2/info-banner-r.png") no-repeat;
}

#info-banners table .c {
    background: url("images2/info-banner-bg.png") repeat-x;
}

#info-banners table .c p {
    color: #1b394d;
    font-size: 13px;
}

#info-banners table img {
    float: left;
    margin: 0 20px 0 5px;
}

#info-banners table h3 {
    color: #da031b;
}

/* Content */

#content {
    margin-top: 10px;
    position: relative;
    margin-left: -5px;
}

#content .social-buttons-panel {
    text-align: right;
    color: #32354c;
    overflow: hidden;
}

#content .social-bg {
    position: absolute;
    margin: -10px 0 0 40px;
}

#content .content-table td p {
    padding: 5px;
}

#content .content-table td p.red {
    padding: 0 5px;
}

#content .left {
    width: 282px;
    padding-bottom: 10px;
    z-index: 1;
    vertical-align: top;
}

.left .left-content {
    background: url("images2/left-content-bg.png") repeat-y;
    margin-top: -11px;
    padding-bottom: 20px;
}

#content .main {
    padding: 40px 15px 30px 15px;
    vertical-align: top;
}

#content .main h1 {
    background: url("images2/h1-bg.png") repeat-x scroll 0 bottom transparent;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 20px 5px;
    padding: 0 30px 10px 0;
}

#content .main td h1 {
    background: none;
}

#content .content-top {
    background: url("images2/content-top.png") no-repeat;
    height: 27px;
}

#content .content-bottom {
    margin: 0 25px 10px;
    padding: 17px 0 0 30px;
    height: 30px;
    border-top: solid #f2f3f6 1px;
}

#content .content-bottom span {
    margin: 7px 20px 0 0;
    display: block;
    float: left;
    font-weight: bolder;
    color: #2b4b69;
}

#content .left-header {
    background: url("images2/left-header-bg.png") no-repeat;
    padding: 20px 10px 20px 50px;
    margin: 0 0 0 -1px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    z-index: 100;
}

#content .left .first {
    margin-top: -10px; 
    position: absolute; 
    width: 225px;
}

.left .l-top {
    background: url("images2/left-content-header.png") no-repeat;
    width: 290px;
    height: 27px;
}

#content .left .left-bell {
    position: absolute;
    margin: -25px 0 0 215px;
    z-index: 100;
}

#content .left .left-question {
    position: absolute;
    margin: -42px 0 0 240px; 
}

#content .left ul {
    margin: 10px 25px;
}

#content .left ul li {
    border-bottom: #d9e0e6 dotted 1px;
    padding: 6px 0;
    background: url("images2/left-menu-li-bg.png") no-repeat;
}

#content .left ul li a {
    color: #353d52;
    text-decoration: none;
}

#content .left ul li a:hover {
    text-decoration: underline;
    color: #D92126;
}

#content .left ul li a.selected {
    color: #D92126;
}

#content .left ul li.last {
    border: none;
    background: none;
}

#content .left .list1 {
    list-style: none;
}

#content .left .list1 li span {
    background-image: url("images2/menu_icons.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 0 5px;
}

#content .left .list1 li span.home-ico {
    background-position: 0 0; 
}

#content .left .list1 li a.selected span.home-ico,
#content .left .list1 li a:hover span.home-ico {
    background-position: -18px 0; 
}

#content .left .list1 li span.about-ico {
    background-position: 0 -27px; 
}

#content .left .list1 li a.selected span.about-ico,
#content .left .list1 li a:hover span.about-ico {
    background-position: -18px -27px; 
}

#content .left .list1 li span.order-ico {
    background-position: 0 -55px; 
}

#content .left .list1 li a.selected span.order-ico,
#content .left .list1 li a:hover span.order-ico {
    background-position: -18px -55px; 
}

#content .left .list1 li span.guarantees-ico {
    background-position: 0 -84px;
}

#content .left .list1 li a.selected span.guarantees-ico,
#content .left .list1 li a:hover span.guarantees-ico {
    background-position: -18px -84px;
}

#content .left .list1 li span.discounts-ico {
    background-position: 0 -111px;
}

#content .left .list1 li a.selected span.discounts-ico,
#content .left .list1 li a:hover span.discounts-ico {
    background-position: -18px -111px;
}

#content .left .list1 li span.whyus-ico {
    background-position: 0 -139px;
}

#content .left .list1 li a.selected span.whyus-ico,
#content .left .list1 li a:hover span.whyus-ico {
    background-position: -18px -139px;
}

#content .left .list1 li span.prices-ico {
    background-position: 0 -167px;
}

#content .left .list1 li a.selected span.prices-ico,
#content .left .list1 li a:hover span.prices-ico {
    background-position: -18px -167px;
}

#content .left .list1 li span.demo-ico {
    background-position: 0 -195px;
}

#content .left .list1 li a.selected span.demo-ico,
#content .left .list1 li a:hover span.demo-ico {
    background-position: -18px -195px;
}

#content .left .list1 li span.services-ico {
    background-position: 0 -224px;
}

#content .left .list1 li a.selected span.services-ico,
#content .left .list1 li a:hover span.services-ico {
    background-position: -18px -224px;
}

#content .left .list1 li span.howitworks-ico {
    background-position: 0 -252px;
}

#content .left .list1 li a.selected span.howitworks-ico,
#content .left .list1 li a:hover span.howitworks-ico {
    background-position: -18px -252px;
}

#content .left .list1 li span.beware-ico {
    background-position: 0 -280px;
}

#content .left .list1 li a.selected span.beware-ico,
#content .left .list1 li a:hover span.beware-ico {
    background-position: -18px -280px;
}

#content .left .list1 li span.samples-ico {
    background-position: 0 -309px;
}

#content .left .list1 li a.selected span.samples-ico,
#content .left .list1 li a:hover span.samples-ico {
    background-position: -18px -309px;
}

#content .left .list1 li span.faq-ico {
    background-position: 0 -335px;
}

#content .left .list1 li a.selected span.faq-ico,
#content .left .list1 li a:hover span.faq-ico {
    background-position: -18px -335px;
}

#content .left .list1 li span.testimonials-ico {
    background-position: 0 -363px;
}

#content .left .list1 li a.selected span.testimonials-ico,
#content .left .list1 li a:hover span.testimonials-ico {
    background-position: -18px -363px;
}

#content .left .list1 li span.contacts-ico {
    background-position: 0 -392px;
}

#content .left .list1 li a.selected span.contacts-ico,
#content .left .list1 li a:hover span.contacts-ico {
    background-position: -18px -392px;
}

#content .left .list2 {
    list-style-image: url("images2/left-list-item-image2.png");
    margin-left: 40px;
}

#content .left .list2 li {
    background: url("images2/left-list-item-image1-bg.png") right bottom no-repeat;
}

#content .left .left-dicounts-banner {
    margin: 0 0 0 -22px;
}

#content .left .left-testimonials {
    margin: 20px 0 0 -2px;
}

#content .left .left-testimonials .top {
    background: url("images2/left-testi-top.png") no-repeat;
    height: 43px;
}

#content .left .left-testimonials .bottom {
    background: url("images2/left-testi-bottom.png") no-repeat;
    height: 23px;
}

#content .left .left-testimonials .center {
    background: url("images2/left-testi-center.png") repeat-y;
    padding: 30px 20px 0 20px;
    overflow: hidden;
}

#content .left .left-testimonials .left-testi-header {
    position: absolute;
    margin: 12px 0 0 2px;
    background: url("images2/left-testi-header.png") no-repeat;
    width: 196px;
    height: 13px;
    padding: 18px 20px 18px 45px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#content .left .left-testimonials .left-testi-header span {
    font-weight: normal;
    font-size: 12px;
    float: right;
}

#content .left .left-testimonials .center span,
#content .left .left-testimonials .center h4 {
    margin-left: 10px;
}

#content .left .left-testimonials .center h4 {
    color: #006fd6;
}

#content .left .left-testimonials .center span {
    color: #75838f;
    font-size: 11px;
}

#content .left .left-testimonials .center p {
    color: #16274d;
    margin: 0 20px 5px 0;
}

#content .left .left-testimonials .center p.last {
    margin: 0 20px 0 0;
}

#content .left .left-testimonials .center .separator {
    background: url("images2/left-testi-sep.png") no-repeat;
    width: 240px;
    height: 12px;
}

#content .left .left-testimonials .center .leave-button {
    margin: 5px 0 0 10px;
    display:block;
    float: left;
}

.footer-wrapper {
    background: #004475 url("images2/footer-bg.png") left top repeat-x;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.footer-logo {
    position: absolute;
    margin: 14px 0 0 20px;
    width: 197px;
    height: 48px;
    padding: 20px 0 0 60px;
    color: #2D406F;
    text-decoration: none;
    background: url("images2/footer-logo.png") no-repeat;
}

.footer .footer-links {
    color: grey;
}

.footer .footer-links a {
    color: white;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
}

.footer .footer-links a:hover {
    color: #FFF9D3;
    text-decoration: underline;
}

.footer .footer-links {
    margin: 50px auto 0 auto;
    border-collapse: separate;
    text-align: center;
}

.footer .footer-links th {
    text-align: left;
    color: #fff9d3;
    padding: 10px 0;
    width: 100px;
    border-bottom: dotted #5784a6 1px;
}

.footer .footer-links td {
    vertical-align: top;
}

.footer .footer-links ul {
    margin: 0 12px;
}

.footer .footer-links ul li {
    list-style-image: url("images2/footer-list-item.png");
}

.footer .footer-links ul li a {
    color: white;
    text-decoration: none;
    line-height: 17px;
    font-size: 11px;
}

.footer .footer-links ul li a:hover {
    text-decoration: underline;
    color: #fff9d3;
}

.footer .footer-bottom {
    margin: 30px 0 0 300px;
}

.footer .footer-bottom ul li {
    display: inline-block;
    padding: 5px 10px;
    border-right: dotted #a3b4c4 1px;
}

.footer .footer-bottom ul li a {
    color: #2d406f;
    text-decoration: none;
}

.footer .footer-phone {
    float: right;
    margin: -20px 70px 0 0;
}

.footer .footer-bell {
    position: absolute;
    margin: -35px 0 0 890px;
}

.footer-number {
    float: right;
    margin: -20px 80px 20px 0;
}

.footer-number a {
    text-decoration: none;
    color: #232b44;
    font-weight: bold;
    font-size: 13px;
}

.main table td {
    vertical-align: middle;
}

.main ul {
    list-style: none outside none;
    margin: 3px 0 0 20px;
    padding: 0;
}

.main li {
    background: url("images/dot.gif") repeat-x scroll center bottom transparent;
    color: #106CC1;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0;
    padding: 5px 0 7px 0;
    list-style-image: url("images2/process-li.png");
}

.main li:last-child {
    background: none;
}

.paper-formats {
    margin: 0 40px;
}

.paper-formats h3 {
    font-size: 18px;
    color: #1b2349;
    margin-left: 10px;
}

.paper-formats ul {
    background: #f9f9fa;
    padding: 5px 0 0 0;
    margin: 5px 0;
}

.paper-formats ul li {
    color: #1e243d;
    font-weight: normal;
    background: none;
    border-top: solid #d9e0e5 1px;
    padding-left: 30px;
    background: url("images2/blue-li.png") 12px 8px no-repeat;
    list-style-image: none;
}

.discounts-content h3 {
    color: #005fd5;
    line-height: 33px;
    font-size: 17px;
    margin-bottom: 10px;
    background: url("images2/discounts-h3-bg.png") 0 bottom repeat-x;
}

.discounts-content ul {
    margin-left: 13px;
}

.discounts-content ul li {
    background: none;
    font-weight: normal;
    color: #1b2349;
    list-style-image: url("images2/blue2-li.png");
    padding-left: 0;
}

.process-page li {
    background: none;
}

.process-page ol {
    margin: 0;
}

.process-page ol li {
    color: #0074cd;
    list-style: none;
    background: url("images2/process-li-bg.png") 5px 5px no-repeat;
}

.process-page ol li > strong,
.process-page ol li > b {
    color: white;
    float: left;
    margin: 3px 0 0 4px;
}

.process-page ol li span {
    display: block;
    background: url("images/dot.gif") 0 bottom repeat-x;
    padding: 5px 0 5px 30px;
}

.process-page ul {
    margin: 0;
}

.process-page ul li {
    font-weight: normal;
    color: #1b2349;
    padding: 5px 20px 5px 10px;
    background: #f2f4f5 url("images2/process-li-bg2.png") repeat-x;
}

.process-page ul li span {
    background: url("images2/process-li.png") left center no-repeat;
    padding-left: 15px;
}

.sample-bg {
    background: #f5f6f9;
    padding: 5px;
    border-radius: 8px;
    margin-top: 10px;
}

.sample-border {
    border: solid #d6dae2 1px;
    border-radius: 5px;
    background: #fcfcfc;
    padding: 15px;
}

.sample-border td {
    padding: 5px;
}

.sample-border .dwnl-td {
    width: 140px;
    padding: 10px 0;
}

.sample-border th {
    padding: 0 5px 10px 0;
    color: #0647a1;
    font-size: 14px;
    border-bottom: solid #dbdfe3 1px;
}

.sample-border .tr2 {
    background: #f2f4f5;
}

.sample-border td span {
    color: #0771cb;
    font-weight: bold;
}

.guarantees-table th {
    color: #0648a2;
    text-align: left;
    font-size: 17px;
    padding: 10px 0 7px 0;
    background: url("images2/discounts-h3-bg.png") repeat-x scroll 0 bottom transparent;
}

.guarantees-table tr td {
    vertical-align: top !important;
}

.guarantees-table tr td img {
    margin: 10px;
}

#content .content-table .guarantees-table tr td p {
    padding: 10px 0;
}

.guarantees-table tr td ul li {
    background: none;
    color: #1b2349;
    font-size: inherit;
    padding: 0;
}

.guarantees-table tr td ul {
    margin-left: 0;
}

#contact-form input[type="text"],
#contact-form textarea,
#order-form input[type="text"],
#order-form input[type="password"],
#order-form input[type="file"],
#order-form textarea,
#order-form select,
.mini-order select, 
.mini-order input[type="text"],
.total-price {
    border-radius: 3px;
    border-color: #c8d0d8;
    box-shadow: 0 3px 5px rgba(230, 230, 230, 0.8) inset;
    background: white;
}

.contact-info {
    background: url("images/contact-info.png") no-repeat;
    width: 650px;
    height: 46px;
    padding-top: 10px;
    margin: 0 auto;
}

.contact-info span {
    display: block;
    margin-left: 260px;
}

#contact-form .tr2 {
    background: #f4f6f7;
}

#order-form .table-back,
.form .table-back {
    padding: 0 4px; 
    background: #f5f6f9;
}

#order-form .table-border,
.form .table-border {
    border-left: solid #d6dae2 1px;
    border-right: solid #d6dae2 1px;
    padding: 10px 10px 0 10px;
    background: #fcfcfc;
}

#order-form .tr1 td,
.form .tr1 td {
    background-color: #f2f4f5;
}

#order-form .tr2 td,
.form .tr2 td {
    background-color: #fcfcfc;
}

#order-form .label {
    color: #051446;
    font-weight: normal;
    font-size: 12px;
}

#personal_information input[type="text"],
#personal_information input[type="password"],
#personal_information textarea {
    width: 370px;
}

#personal_information select {
    width: 378px;
}

#paper_information input[type="text"],
#paper_information input[type="password"] {
    width: 300px;
}

#paper_information textarea {
    width: 368px;
}

#paper_information select {
    width: 308px;
}

#order-form select {
    padding: 2px;
}

#order-form .table1 {
    width: 400px;
    margin-top: -3px;
}

#order-form .add-writer-td p {
    padding: 5px 0 !important;
}

#order-form .order-proceed,
#order-form .order-proceed2 {
    border: none;
    width: 147px;
    height: 41px;
    margin-top: 10px;
}

#order-form .order-proceed {
    background: url("images2/preview-button.png") no-repeat;
}

#order-form .order-proceed2 {
    background: url("images2/preview-button2.png") no-repeat;
}

#order-form .total-price {
    background: url("images2/total-price-bg.png");
    width: 620px;
    height: 13px;
    padding: 17px 0;
    text-align: center;
}

#order-form .total-price span {
    text-transform: uppercase;
    color: #0072bc;
    font-size: 15px;
    font-weight: bold;
}

#order-form .total-price b {
    color: #e81111;
}

#order-form  #page_price {
    color: #ec1717;
    font-weight: bold;
}

.mini-order td {
    padding: 5px;
}

.mini-order td input[type="text"],
.mini-order td select,
#order_form_container .total-price {
    border: solid #C8D0D8 1px;
    padding: 2px;
    text-align: right;
}

.mini-order td input[type="text"] {
    width: 185px !important;
}

.mini-order td select {
    width: 191px !important;
}

#order_form_container .total-price {
    display: block;
    padding: 4px;
    width: 181px;
    text-align: right;
}

#sidebar_chat {
    text-decoration: none;
}

.box2_top {
    margin-bottom: 20px;
}

.box2_top li {
    vertical-align: middle;
    padding: 10px 0;
}

.box2_top li img {
    float: left;
    margin-right: 8px;
}

.box3 {
    background-color: #FFFFFF;
    border: 1px solid #ECEFF2;
    border-radius: 5px 5px 5px 5px;
    color: #5A6676;
    margin: 5px 0 0;
    padding: 10px 20px 0;
}

h5 {
    background: url("images/h5.gif") no-repeat scroll left bottom transparent;
    color: #2472D3;
    font-size: 12px;
    margin: 4px 0;
    padding: 4px 0 4px 16px;
}

.whyus-tbl ul li {
    font-weight: normal;
    color: #194172;
    background: url("images2/blue-li2.png") 0 8px no-repeat;
    padding-left: 12px;
    border-bottom: dotted #b8c6d0 1px;
}

.whyus-tbl ul li:last-child {
    border-bottom: none;
}

.beware-tbl {
    background: white;
}

.beware-tbl td {
    padding: 10px 10px 10px 40px;
}

.beware-tbl .tr1 td {
    background: #f0f1f6; 
}

.beware-tbl tr td.center-td {
    background: white url("images2/beware-center.png") center repeat-y;
    padding: 0 2px;
}

.beware-tbl tr td.l,
.beware-tbl tr td.r {  
    background-position: 10px center;
    background-repeat: no-repeat;
}

.beware-tbl tr td.l {
    background-image: url("images2/blue-li3.png");
    color: #0d4d94;
    width: 270px;
}

.beware-tbl tr td.r {
    background-image: url("images2/grey-li.png");
    color: #59628f;
}

th.lt {
    background: url("images2/lt2.png") no-repeat;
}

th.l {
    background: url("images2/ct2.png") repeat-x;
    width: 311px;
}

th.r {
    padding-left: 10px;
}

.box2 .box2_top ul li {
    font-weight: normal;
}

.box2 .box2_top a {
    text-decoration: none;
}

.box2 .box2_top ul li:last-child {
    background: none;
}

.whyus-tbl .first-td {
    width: 220px
}

.ct h3 {
    font-size: 13px;
}

.main h1 {
    margin-bottom: 10px;
}

.main h1,
.main h2,
.main h3 {
    margin-left: 5px;
}

.main h2 {
    background: none;
    padding: 0;
    color: #1B2349;
    font-weight: bold;
}

.whyus-tbl ul li,
.box2_top ul li {
    list-style-image: none;
}

.whyus-tbl tr > td {
    vertical-align: middle;
}

.process-page ol > li {
    padding: 5px 0 7px 7px;
    font-weight: bold;
}

.main-pg h2 {
    font-weight: normal;
}

.banners .l-banner,
.banners .r-banner {
    float: left;
    width: 267px;
    height: 40px;
    padding: 95px 45px 0 0;
    margin: 20px 10px 30px;
}

.banners .l-banner {
    background: url("images2/main-pg-l-banner.png") no-repeat;
}

.banners .r-banner {
    background: url("images2/main-pg-r-banner.png") no-repeat;
}

.banners a {
    float: right;
}

.main-pg .main-pg-info-list {
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

.main-pg .main-pg-info-list li {
    display: block;
    float: left;
    padding: 0 0 0 10px;
    width: 210px;
    color: #1b2349;
    background: none;
}

.main-pg .main-pg-info-list li:first-child {
    padding: 0;
}

.main-pg .main-pg-info-list li a {
    background: url("images2/readmore.png") no-repeat;
    display: block;
    height: 15px;
    padding: 7px 0 7px 40px;
    text-decoration: none;
    width: 100px;
    outline: none;
    color: #3e425a;
}

.main-pg .main-pg-info-list li a:active {
    background-position: 0 -29px;
    padding: 8px 0 6px 40px;
}

#content .content-table .main-pg ul.main-pg-info-list li p {
    padding: 10px 0;
    height: 145px;
}

.main-pg .main-pg-info-list li h4 {
    color: #06274b;
    border-bottom: dotted #dce2e7 1px;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}

.main-pg .choose-writer-region,
.main-pg .place-order-region {
    clear: both;
    margin: 20px 5px;
    padding: 15px;
    border-radius: 0 12px;
    overflow: hidden;
}

.main-pg .place-order-region {
    background: #fdf8e5;
    border: solid #f2ebd0 1px;
}

.main-pg .choose-writer-region {
    background: #fdbc06 url("images2/choose-writer-bg.png") repeat-x;
    border: solid #fcac0f 1px;
}

.main-pg .choose-writer-region .img,
.main-pg .place-order-region .img {
    float: left;
    margin-right: 20px;
}

.main-pg .choose-writer-region h3,
.main-pg .place-order-region h3 {
    color: #c30000;
    font-size: 19px;
    margin-bottom: 5px;
}

.main-pg .place-order-region a {
    float: right;
    margin: 12px 10px 0;
}

.main-pg .choose-writer-region a {
    float: right;
    margin: 0 10px 0 10px;
}

.main-pg .choose-writer-region .blot {
    position: absolute; 
    margin: -140px 0 20px 560px; 
    z-index: -1;
}

.box2_top a {
    color: #103756;
}

.main-pg .guarantees-ul {
    margin: 10px 0 30px 30px;
}

.main-pg .guarantees-ul li {
    color: #1c4a7d;
    background: none;
    list-style-image: url("images2/li_pic.png");
}

#my_soc{
    width: 318px;
    background: white;
    padding: 3px 10px;
	position: relative;
	top: 3px;
	border-radius: 3px;
	overflow:hidden;
}

.fb-btns{
	//overflow:hidden;
	//margin-bottom: 4px; 
}

.b-wrap{
	float: left;
	margin-right:2px;
}

.fb-like-btn span{
	position: absolute;
    right: 0px;
    top: 0;
    margin-top: 0px;
    text-align: center;
    background: url(images/f-bg.gif) no-repeat right;
    width: 32px;
    height: 20px;
    line-height: 19px;
    text-indent: 2px;
    color: #333333;
    font-size: 11px;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
    z-index: 999;
}

.tw-share_btn-wrap span{
	position: absolute;
    right: 0px;
    top: 0;
    margin-top: 0px;
    text-align: center;
    background: url(images/t-bg.gif) no-repeat right;
    width: 32px;
    height: 20px;
    line-height: 19px;
    text-indent: 2px;
    color: #333333;
    font-size: 11px;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
    z-index: 999;
}