.block {display: block;}
.pad-top-s {padding-top: 10px;}
.pad-top-m {padding-top: 15px;}
.pad-top-l {padding-top: 20px;}
.pull-down-s {margin-top: 10px;}
.pull-down-m {margin-top: 30px;}
.pull-down-l {margin-top: 50px;}
.push-down-s {margin-bottom: 10px;}
.push-down-m {margin-bottom: 30px;}
.push-down-l {margin-bottom: 50px;}
.push-down-optionspage {margin-bottom: 0px;}

body {
    background-repeat:repeat;
    background-position: center top;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #fff;
}

a:focus{outline:0;}
a {color: #b7d2ed; text-decoration: none;}


h2 {
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 21px;
    margin-bottom: 4px;
}

h2 .sub {
    display: block;
    font-weight: normal;
    font-size: 10px;
    font-family: Arial, sans-serif;
}


h3 {
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
}

h3 .sub {
    display: block;
    font-weight: normal;
    font-size: 8px;
    font-family: Arial, sans-serif;
}

h4 {
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
}

h4 .sub {
    display: block;
    font-weight: normal;
    font-size: 8px;
    font-family: Arial, sans-serif;
}


p {
    margin: 10px 0px;
    line-height: 16px;
}

.green {
    color: #b7d2ed;
}

.rounded {
     -moz-border-radius: 2px;
    border-radius: 2px;
}



.arrow {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 3px;
    height: 2px;
    background: url(images/arrow.png) top left no-repeat;
}

/* ======== *
 *  footer
 * ======== */
#footer {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
    color: #595959;
    font-size: 10px;
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 10px 5px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    position: relative;
}

#footer .title {
    width: 610px;
    height: 50px;
    background: url(images/bg_footer_title.jpg) top left no-repeat;
}

#footer .title span {
    margin-left: 40px;
    line-height: 50px;
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 21px;
    color: #1d1312;
}

#footer .facebook {
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 21px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    display: block;
    width: 300px;
    height: 50px;
    background: url(images/bg_footer_facebook.jpg) top left no-repeat;
}

#footer .sovix {
    color: #595959;
    text-decoration: underline;
}

/* ======== *
 *  header
 * ======== */
#header {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
    
    color: #242424;
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 0px 5px 10px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: relative;
}

#header .address {
    margin-top: 30px;
    line-height: 14px;
}

#header .address .phone a {
	color: #000000;
    display: block;
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 21px;
    margin: 22px 62px 22px 42px;
}

#header .address .phone a:hover {
	color: #b7d2ed;
}

#logo {
    margin: 22px 62px 22px 42px;
}

#logo a {
    display: block;
}

#navigation {
    height: 35px;
    top: 30px;
    right: 62px;
    position: absolute;
    z-index: 999;
    padding: 0px 15px;
    background-color: #000;
    opacity: 0.85;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#navigation ul {
    margin-top: 10px;
    display: block;
    opacity: 1;
}

#navigation ul li {
    display: block;
    float: left;
    position: relative;
    line-height: 16px;
    margin: 0px 16px;
}

#navigation ul li a {
    height: 16px;
    display: block;
    float: left;
    font-size: 11px;
    color: #FFF;
}

#navigation ul li a:hover {
    color: #b7d2ed;
    border-bottom: 2px solid #b7d2ed;
}

/* ======== *
 *  body
 * ======== */
.container {
    background-color: #000;
    margin-bottom: 10px;
    padding: 10px 5px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.listes {
    width:600px;
    font-weight:bold; /*bold*/
}

.listes td {
    padding: 5px;
    font-size:14px;
	color:#b7d2ed;
}

.listes ul {
    padding-left:30px;
}

.listes li {
    list-style-type: disc;
}

.style1 {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}