﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-align: left;
}
ol, ul {
    list-style: none outside none;
}
blockquote, cite {
    display: block;
    font-style: italic;
    quotes: none;
}
blockquote:before, blockquote:after {
    content: none;
}
:focus, *:active {
    outline: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}
td, th {
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}
a {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
option {
    padding-left: 5px;
}
select {
    padding: 1px;
}
textarea {
    overflow: auto;
}
object, iframe, embed {
    max-width: 100%;
    width: 100%;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
sup, sub {
    line-height: 0;
}
input, textarea {
}
html, body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h1 {
    color: #126CAE;
    font: 400 36px/40px 'Arvo',monospace;
}
h2 {
    color: #126CAE;
    font: 400 30px/32px 'Arvo',monospace;
}
h3 {
    color: #126CAE;
    font: 400 22px/24px 'Arvo',monospace;
}
h4 {
    color: #126CAE;
    font: 400 18px/20px 'Arvo',monospace;
}
h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}
p {
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: justify;
}
p a {
    color: #666666;
    text-decoration: none;
}
p a:hover {
    color: #FF790C;
}
a img {
    border: medium none;
}
.clearfloat {
    clear: both;
    font-size: 1%;
    height: 0;
    width: 100%;
}
body {
    color: #939292;
    font: 14px/18px "Lucida Sans Unicode","Lucida Grande",sans-serif;
    min-width: 1000px;
    text-align: center;
}
#all_container {
    margin:0 auto;
    min-width: 1000px;
    width: 100%;
}
.home {
    background: url("/images/background.jpg") no-repeat scroll 0 0 #FFFFFF;
}
.inner {
    background: url("/images/background-inner.jpg") no-repeat scroll 0 0 #FFFFFF;
}
#container {
    margin: 0 auto;
    text-align: left;
    width: 940px;
}
#header {
    display: block;
    height: 80px;
    width: 940px;
}
.logo {
    color: #6E6E6E;
    float: left;
    font: 400 30px/80px 'Arvo',monospace;
    height: 80px;
    width: 345px;
}
.logo img {
    float: left;
    margin: 0 20px 0 45px;
}
#nav {
    float: right;
    font-size: 13px;
    height: 80px;
    line-height: 80px;
}
#nav > ul {
    margin: 0;
    padding: 0;
}
#nav > ul > li {
    float: left;
    height: 80px;
    padding: 0 3px;
    position: relative;
}
#nav > ul > li a {
    color: #0A538C;
    display: block;
    float: left;
    font-size: 13px;
    height: 80px;
    letter-spacing: 1px;
    line-height: 80px;
    text-transform: uppercase;
    white-space: nowrap;
}
#nav > ul > li a:hover {
    color: #19B8EE;
    text-decoration: none;
}
#nav > ul > li .arrow {
    background: url("/images/up_arrow.png") repeat scroll 0 0 transparent;
    display: none;
    height: 15px;
    left: 0;
    margin: 0 150px 0 37px;
    position: absolute;
    top: 56px;
    width: 33px;
    z-index: 11;
}
#nav > ul > li .subuls {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #CBCBCB;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 8px 1px #CCCCCC;
    display: none;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 70px;
    width: 220px;
    z-index: 10;
}
#nav > ul > li .subuls li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CBCBCB;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 220px;
}
#nav > ul > li .subuls li a {
    color: #004A91;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    text-transform: none;
    width: 200px;
}
#nav > ul > li .subuls li a:hover {
    background: none repeat scroll 0 0 #F0F0F0;
    text-decoration: none;
}
#nav > ul > li .subuls li > .subuls {
    left: 0;
    top: 70px;
}
#nav > ul > li .arrow li > .arrow {
    left: 0;
    top: 56px;
}
#nav > ul > li:hover ul, li.over ul {
    display: block;
}
#nav > ul > li:hover div, li.over div {
    display: block;
}
#mainImage {
    display: block;
    height: 500px;
    padding: 65px 5px 0;
    width: 930px;
}
#mainImage .imageBox {
    display: block;
    float: left;
    height: 400px;
    width: 310px;
}
#mainImage .imageBox h2 {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}
#mainImage .imageBox p {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
}
#mainImage .bigButton {
    display: block;
    height: 73px;
    margin: 0 auto;
    width: 363px;
}
#mainImage .bigButton a {
    background: url("/images/big-button1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font: 700 20px/73px 'Arvo',monospace;
    height: 73px;
    padding-left: 92px;
    text-shadow: 1px 1px 1px #000000;
    width: 271px;
}
#mainImage .bigButton a:hover {
    background: url("/images/big-button2.png") repeat scroll 0 0 transparent;
    text-decoration: none;
}
#innerImage {
    display: block;
    height: 205px;
    margin-bottom: 30px;
    padding: 65px 5px 0;
    width: 930px;
}
#innerImage .title-box {
    display: block;
    height: 100px;
    width: 930px;
}
#innerImage .title-box h1 {
    color: #FFFFFF;
    font-size: 48px;
    text-shadow: 1px 1px 1px #000000;
}
#innerImage .bigButton {
    display: block;
    height: 73px;
    margin: 0;
    width: 363px;
}
#innerImage .bigButton a {
    background: url("/images/big-button1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font: 700 20px/73px 'Arvo',monospace;
    height: 73px;
    padding-left: 92px;
    text-shadow: 1px 1px 1px #000000;
    width: 271px;
}
#innerImage .bigButton a:hover {
    background: url("/images/big-button2.png") repeat scroll 0 0 transparent;
    text-decoration: none;
}
#secondnav {
    display: block;
    height: 204px;
    margin: 35px 0;
    width: 940px;
}
#secondnav .box-service {
    display: block;
    float: left;
    height: 174px;
    padding: 15px 245px 15px 15px;
    position: relative;
    width: 201px;
}
#secondnav .one {
    background: url("/images/mailpro-box.jpg") no-repeat scroll 0 0 transparent;
    margin-right: 18px;
}
#secondnav .two {
    background: url("/images/logicielemailing-box.jpg") no-repeat scroll 0 0 transparent;
}
#secondnav .box-service .box-title {
    color: #444444;
    font: 400 26px/28px 'Arvo',monospace;
    margin-bottom: 5px;
}
#secondnav .box-service p {
    color: #444444;
    font-size: 14px;
    margin-bottom: 5px;
}
#secondnav .box-servicii img {
    border: 1px solid #CBCBCB;
}
#secondnav .box-service .more-button {
    bottom: 15px;
    display: block;
    height: 42px;
    left: 15px;
    position: absolute;
    width: 159px;
}
#secondnav .box-service .more-button a {
    background: url("/images/button1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    width: 159px;
}
#secondnav .box-service .more-button a:hover {
    background: url("/images/button2.png") repeat scroll 0 0 transparent;
    text-decoration: none;
}
#MainContent {
    display: block;
    margin-bottom: 20px;
    width: 940px;
}
.home-content {
    display: block;
    float: left;
    padding-right: 20px;
    width: 600px;
}
.side-content {
    background: url("/images/side-back.jpg") no-repeat scroll 0 0 transparent;
    border-left: 1px solid #D1D1D1;
    display: block;
    float: left;
    width: 318px;
}
#MainContent .quote {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #126CAE;
    display: block;
    font: 400 26px/28px 'Arvo',monospace;
    padding: 15px 0;
    text-align: left;
    width: 100%;
}
#MainContent strong {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #126CAE;
    display: block;
    font: 400 26px/28px 'Arvo',monospace;
    padding: 15px 0;
    text-align: left;
    width: 100%;
}
.side-content .phone-box {
    display: block;
    margin-bottom: 15px;
    padding: 10px 0 0 17px;
    width: 300px;
}
.side-content .phone-box .phone {
    display: block;
    margin-top: 15px;
    width: 300px;
}
.side-content .phone-box .phone .phone-text {
    display: block;
    float: left;
    width: 165px;
}
.side-content .phone-box .phone .phone-text span {
    color: #126CAE;
    font: 700 24px/24px 'Arvo',monospace;
}
.side-content .phone-box .phone .phone-img {
    display: block;
    float: left;
    width: 135px;
}
.inner-content {
    display: block;
    float: left;
    padding-right: 20px;
    width: 600px;
}
.inner-content {
    font-family: AkiraRegular,Arial,sans-serif;
}
.inner-content a {
    color: #126CAE;
    font-weight: bold;
    text-decoration: none;
}
.inner-content p, .inner-content ol, .inner-content ul, .inner-content table, .inner-content blockquote {
    margin-bottom: 9px;
}
.inner-content img {
    display: block;
    margin: 0 0 10px;
}
.inner-content img[align="left"], .inner-content img.left {
    float: left;
    margin-right: 15px;
}
.inner-content img[align="right"], .inner-content img.right {
    float: right;
    margin-left: 15px;
}
.inner-content ol li {
    list-style: decimal outside none;
}
.inner-content ul li {
    list-style: disc outside none;
}
.inner-content ol {
    margin-left: 30px;
}
.inner-content ul {
    margin-left: 26px;
}
.inner-content table {
    border: 0 solid #CCCCCC;
}
.inner-content table th {
    border: 0 solid #CCCCCC;
}
.inner-content table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid #CCCCCC;
}
.inner-content blockquote, .inner-content cite {
    border-left: 5px solid #CCCCCC;
    margin-bottom: 9px;
    padding: 9px 10px 0;
}
.side-content .box-service {
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-left: 6px;
    padding: 15px 135px 15px 15px;
    position: relative;
    width: 163px;
}
.side-content .one {
    background: url("/images/side-mailpro-box.jpg") no-repeat scroll 0 0 transparent;
    height: 174px;
}
.side-content .two {
    background: url("/images/side-logicielemailing-box.jpg") no-repeat scroll 0 0 transparent;
    height: 196px;
}
.side-content .box-service .box-title {
    color: #444444;
    font: 400 24px/24px 'Arvo',monospace;
    margin-bottom: 5px;
}
.side-content .box-service p {
    color: #444444;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    width: 135px;
}
.side-content .box-servicii img {
    border: 1px solid #CBCBCB;
}
.side-content .box-service .more-button {
    bottom: 15px;
    display: block;
    height: 42px;
    left: 15px;
    position: absolute;
    width: 159px;
}
.side-content .box-service .more-button a {
    background: url("/images/button1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    width: 159px;
}
.side-content .box-service .more-button a:hover {
    background: url("/images/button2.png") repeat scroll 0 0 transparent;
    text-decoration: none;
}
#footer {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    height: 190px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
#footer-content {
    display: inline-block;
    height: 140px;
    margin: 25px auto;
    text-align: left;
    width: 940px;
}
#footer-content .footer-links {
    color: #B09BCA;
    display: block;
    float: left;
    height: 140px;
    padding-right: 18px;
    text-align: left;
    width: 135px;
}
#footer-content .footer-links ul {
    margin: 0;
    padding: 0;
}
#footer-content .footer-links li {
    color: #696969;
    font: 400 14px/20px 'Arvo',monospace;
}
#footer-content .footer-links li a {
    color: #8E8E8E;
    font: 11px/20px Arial,Helvetica,sans-serif;
}
#footer-content .footer-links li a:hover {
    color: #0A538C;
    text-decoration: none;
}
#footer-content .footer-links p {
    color: #8E8E8E;
    font: 11px/14px Arial,Helvetica,sans-serif;
}
#footer-content .footer-links .social {
    display: block;
    height: 30px;
    margin-bottom: 15px;
    width: 170px;
}
#footer-content .footer-links .social img {
    display: block;
    float: left;
    margin-right: 11px;
}
.titleSite {
    color: #6E6E6E;
    float: left;
    font-family: 'Arvo',monospace;
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 80px;
    text-decoration: none;
}
h1{
    color: #6E6E6E;
    float: left;
    font-family: 'Arvo',monospace;
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 80px;
    text-decoration: none;
}
.PriceTab {
    min-height: 250px;
}
.PriceTab table {
    border: 1px dotted #D3D3D3;
    margin: 0 0 0 1px;
}
.PriceTab table td {
    border: 1px dotted #D3D3D3;
    margin: 0 0 0 1px;
}
#SupportChat {
    float: left;
    height: 100px;
    margin-top: 450px;
    position: fixed;
    width: 150px;
}