Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "utf-8";
- /* MASTER ELEMENTS -----------------------------*/
- body {
- background-color: #dfe0e1;
- background-image: url(../img/bg.png);
- background-repeat: repeat-x;
- background-position: center top;
- font-family: Tahoma, Geneva, sans-serif;
- font-size: 13px;
- color: #000;
- text-align: left;
- -webkit-text-size-adjust: 100%;
- -webkit-font-smoothing: antialiased;
- font-smooth: always;
- margin: 0px;
- }
- #background {
- width: 100%;
- min-height: 700px;
- margin: 0 auto;
- background-image: url(../img/bg_photo.png);
- background-position: center top;
- background-repeat: no-repeat;
- }
- #top {
- width: 960px;
- height: 175px;
- background-image: url(../img/top_bg.png);
- margin: auto;
- float: left;
- }
- #main {
- width: 960px;
- background-image: url(../img/main_bg.png);
- background-position: center top;
- background-repeat: no-repeat;
- margin-top: 14px;
- padding-top: 51px;
- float: left;
- }
- section {
- width: 960px;
- height: auto;
- float: left;
- }
- header {
- width: 960px;
- background-image: url(../img/header_bg.png);
- height: 365px;
- float: left;
- position: relative;
- z-index: 8;
- }
- span {
- font-weight: bold;
- }
- h1 {
- font-family: 'Exo 2', sans-serif;
- font-size: 20px;
- font-weight: 700;
- letter-spacing: -1px;
- color: #010134;
- text-shadow: #FFF -1px -1px 0px;
- }
- h2 {
- font-family: 'Exo 2', sans-serif;
- font-size: 14px;
- font-weight: 600;
- letter-spacing: -1px;
- color: #010134;
- text-shadow: #FFF -1px -1px 0px;
- }
- h3 {
- font-family: 'Exo 2', sans-serif;
- font-size: 14px;
- font-weight: 600;
- color: #333;
- }
- h6 {
- font-family: 'Exo 2', sans-serif;
- font-size: 21px;
- font-weight: 500;
- letter-spacing: -1px;
- color: #ff3c01;
- margin-bottom: 0px;
- }
- p {
- color: #5f6060;
- font-size: 13px;
- font-weight: 500;
- text-shadow: #FFF -1px -1px 0px;
- line-height: 18px;
- }
- a.second {
- text-decoration: underline;
- color: #ffffff;
- }
- .round-shadow2 {
- box-shadow: #039 0px 0px 6px;
- border: 2px solid #fff;
- border-radius: 8px;
- -moz-border-radius: 6px;
- }
- .gal {
- width: 180px;
- height: 156px;
- display: block;
- padding: 10px;
- float: left;
- margin-left: 10px;
- margin-bottom: 20px;
- margin-right: 10px;
- overflow: hidden;
- }
- .gal img {
- width: 180px;
- height: 156px;
- display: block;
- }
- /* FOOTER ELEMENTS -----------------------------*/
- #footerContact {
- width: 960px;
- height: 106px;
- background-image: url(../img/footer_contact_bg.png);
- float: left;
- margin-top: 30px;
- margin-bottom: 60px;
- }
- #footerContact h2 {
- margin-top: -25px;
- }
- #footerContact h3 {
- margin-top: 40px;
- }
- footer {
- width: 100%;
- height: 170px;
- background-color: #000033;
- background-image: url(../img/footer_bg.png);
- background-repeat: no-repeat;
- background-position: center top;
- float: left;
- margin: 0 auto;
- }
- #footerCenter {
- width: 960px;
- height: 170px;
- margin: 0 auto;
- }
- #footerMenuBg {
- width: 940px;
- height: 40px;
- background-color: #ffa901;
- border-radius: 6px;
- margin-top: -20px;
- margin-left: 10px;
- }
- #footerMenu {
- list-style-type: none;
- color: #010134;
- width: 940px;
- float: left;
- }
- #footerMenu li {
- float: left;
- margin: 0px 10px;
- font-size: 13px;
- font-family: 'Exo 2', sans-serif;
- font-weight: 600;
- text-transform: uppercase;
- }
- #footerMenu li a {
- color: #010134;
- text-decoration: none;
- }
- #footerMenu li a:hover {
- color: #010134;
- text-decoration: underline;
- }
- #copyrights {
- margin: 10px 0px 0px 10px;
- color: #FFF;
- font-size: 11px;
- text-shadow: none;
- }
- #copyrights a {
- text-decoration: none;
- color: #FFF;
- }
- /* NAVIGATION -----------------------------*/
- /*--- MENU GLOBAL STYLE ---*/
- ul#menu {
- list-style-type: none;
- display: block;
- background-image: url(../img/menu_bg.png);
- background-repeat: no-repeat;
- width: 260px;
- height: 330px;
- position: relative;
- z-index: 20;
- left: 10px;
- top: 13px;
- float: left;
- }
- /*--- main button style ---*/
- ul#menu li:first-of-type {
- margin-top: 5px;
- }
- ul#menu li {
- margin-left: -30px;
- width: 200px;
- height: 31px;
- padding-top: 15px;
- float: left;
- text-align: right;
- position: relative;
- border-radius: 6px;
- font-family: 'Exo 2', sans-serif;
- font-size: 15px;
- font-weight: 700;
- background-image: url(../img/menu_hover_arrow.png);
- background-repeat: no-repeat;
- background-position: -10px 20px;
- transition: all 0.3s ease 0s;
- }
- ul#menu li:hover, ul#menu li#activeM{
- background-position: 20px 20px;
- }
- /*--- main button text style ---*/
- ul#menu li a {
- color: #fff;
- text-decoration: none;
- text-shadow: #000b45 -1px -1px 0px;
- }
- ul#menu li:hover a, ul#menu li#activeM a{
- color: #fff;
- }
- /* GRIDS -----------------------------*/
- .container {
- width: 960px;
- height: auto;
- margin: 0 auto;
- }
- .grid_1,
- .grid_2,
- .grid_3,
- .grid_4,
- .grid_5,
- .grid_6,
- .grid_7,
- .grid_8,
- .grid_9,
- .grid_10,
- .grid_11,
- .grid_12 {
- float: left;
- margin: 0px 10px;
- }
- .grid_1 {
- width: 60px;
- }
- .grid_2 {
- width: 140px;
- }
- .grid_3 {
- width: 220px;
- }
- .grid_4 {
- width: 300px;
- }
- .grid_5 {
- width: 380px;
- }
- .grid_6 {
- width: 460px;
- }
- .grid_7 {
- width: 540px;
- }
- .grid_8 {
- width: 620px;
- }
- .grid_9 {
- width: 700px;
- }
- .grid_10 {
- width: 780px;
- }
- .grid_11 {
- width: 860px;
- }
- .grid_12 {
- width: 940px;
- }
- /* SLIDER & SLIDER NAVIGATION -----------------------------*/
- #anim {
- width: 960px;
- height: 305px;
- float: left;
- border-radius: 8px;
- overflow: hidden;
- position: relative;
- z-index: 8;
- top: -355px;
- }
- #nav a {
- width: 13px;
- height: 13px;
- background-image: url(../img/nav_off.png);
- margin: 0px 2px;
- top: -328px;
- left: 900px;
- float: left;
- position: relative;
- z-index: 100002;
- cursor: pointer;
- color: transparent;
- }
- #nav a.activeSlide {
- width: 13px;
- height: 13px;
- margin: 0px 2px;
- background-image: url(../img/nav_on.png);
- float: left;
- position: relative;
- z-index: 100002;
- cursor: pointer;
- color: transparent;
- }
- #next {
- width: 10px;
- height: 34px;
- background-image: url(../img/arrow-right.png);
- position: relative;
- z-index: 10;
- left: 930px;
- top: 135px;
- }
- #prev {
- width: 10px;
- height: 34px;
- background-image: url(../img/arrow-left.png);
- position: relative;
- z-index: 11;
- left: 280px;
- top: 113px;
- }
- /* PAGES ELEMENTS -----------------------------*/
- #main ul {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -40px;
- list-style-type: none;
- }
- #main ul.b {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display: block;
- list-style-type: none;
- }
- #main ul.c {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.d {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- margin-top: 10px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.e {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.f {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.g{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.h{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.i{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.i{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.j{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.k{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.l{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.m{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.n{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.o{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.p{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.q{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.r{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.s{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.t{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.u{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.v{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.w{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.x{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.y{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.z{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- #main ul.z1{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:block;
- list-style-type: none;
- }
- /*------------- this is your old style
- #main ul.b {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- #main ul.c {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- margin-top: -10px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- #main ul.d {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- margin-top: 10px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- #main ul.e {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- margin-top: -10px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- #main ul.f {
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- margin-top: -10px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- #main ul.g{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- margin-top: -10px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- #main ul.h{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- margin-top: -10px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- #main ul.i{
- font-size: 13px;
- font-weight: 500;
- color: #5f6060;
- text-shadow: #FFF -1px -1px 0px;
- margin-left: -25px;
- margin-right: 20px;
- margin-top: -10px;
- list-style-type: none;
- text-align:justify;
- display:inline;
- }
- */
- /*#main .b > li {
- list-style-image: url(../img/list_arrow.png);
- list-style-type: none;
- }
- #main .b ul li {
- list-style-image: url(../img/list_arrow_new.png);
- list-style-type: none;
- }
- #main .b > li:before {
- content: "\00BB";
- color: #000;
- margin-right: 3px;
- font-size: 16px;
- }
- #main .b ul li:before {
- content: "\2192";
- color: #000;
- margin-right: 3px;
- font-size: 16px;
- }
- #main .c > li:before {
- content: "1.1";
- color: #000;
- margin-right: 3px;
- font-size: 13px;
- }
- #main .c ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 3px;
- font-size: 13px;
- }
- */
- #main .b > li:before {
- content: "1.";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- padding-right: 7px;
- }
- #main .b ul li:before {
- content: "1.2";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .c > li:before {
- content: "1.1";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .c ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .d > li:before {
- content: "1.2";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .d ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .e > li:before {
- content: "1.3";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .e ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .f > li:before {
- content: "2.";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- padding-right: 7px;
- }
- #main .f ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .g > li:before {
- content: "3.";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- padding-right: 7px;
- }
- #main .g ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .h > li:before {
- content: "3.1";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .h ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .i > li:before {
- content: "3.2";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .i ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .j > li:before {
- content: "3.3";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .j ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .k > li:before {
- content: "3.4";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .k ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .l > li:before {
- content: "4.";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- padding-right: 7px;
- }
- #main .l ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .m > li:before {
- content: "4.1";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .m ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .n > li:before {
- content: "4.2";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .n ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .o > li:before {
- content: "4.3";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .o ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .p > li:before {
- content: "5.";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- padding-right: 7px;
- }
- #main .p ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .q > li:before {
- content: "5.1";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .q ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .r > li:before {
- content: "5.2";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .r ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .s > li:before {
- content: "5.3";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .s ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .t > li:before {
- content: "5.4";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .t ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .u > li:before {
- content: "5.5";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .u ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .v > li:before {
- content: "5.6";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .v ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .w > li:before {
- content: "6.";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- padding-right: 7px;
- }
- #main .w ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .x > li:before {
- content: "6.1";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .x ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .y > li:before {
- content: "6.2";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .y ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .z > li:before {
- content: "6.3";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .z ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #main .z1 > li:before {
- content: "6.4";
- color: #000;
- margin-right: 10px;
- font-size: 13px;
- }
- #main .z1 ul li:before {
- content: "\2022";
- color: #000;
- margin-right: 10px;
- margin-left: 28px;
- font-size: 13px;
- }
- #logo {
- background-image: url(../img/logo.png);
- width: 582px;
- height: 120px;
- float: left;
- margin: 30px 0px 0px 10px;
- }
- #fastContact {
- background-image: url(../img/fast_contact.png);
- width: 660px;
- height: 50px;
- float: left;
- color: #000;
- text-shadow: #FFF -1px -1px 0px;
- font-family: 'Exo 2', sans-serif;
- font-weight: 600;
- font-size: 14px;
- padding-top: 25px;
- padding-left: 300px;
- position: relative;
- z-index: 8;
- top: -355px;
- }
- .mehr_btn{
- background-image: url(../img/mehr_btn.png);
- width: 100px;
- height: auto;
- text-align: center;
- padding: 8px 10px;
- box-shadow: inset #21214e 0px -2px 0px;
- background-color: #2d2d58;
- border-radius: 4px;
- font-size: 13px;
- float: right;
- margin-right: 160px;
- margin-top: -5px;
- }
- .mehr_btn:hover{
- box-shadow: inset #21214e 0px 2px 0px;
- background-color: #2d2d58;
- }
- .mehr_btn a{
- color: #FFF;
- text-decoration: none;
- font-size: 12px;
- font-weight: bold;
- text-shadow: #039 -1px -1px 0px;
- }
- #offer {
- width: 200px;
- margin: 20px 10px 0px 10px;
- height: 327px;
- background-image: url(../img/leistungen_bg.png);
- background-position: center top;
- background-repeat: no-repeat;
- color: #FFF;
- padding: 0px 0px 0px 20px;
- float: left;
- }
- #offer h1 {
- font-family: 'Exo 2', sans-serif;
- font-size: 20px;
- font-weight: 700;
- letter-spacing: -1px;
- color: #FFF;
- text-shadow: #000b45 -1px -1px 0px;
- }
- #offer h2 {
- font-family: 'Exo 2', sans-serif;
- font-size: 15px;
- font-weight: 600;
- color: #FFF;
- text-shadow: #000b45 -1px -1px 0px;
- }
- #offer2 {
- width: 200px;
- margin: 20px 10px 0px 10px;
- height: 327px;
- background-image: url(../img/leistungen_bg.png);
- background-position: center top;
- background-repeat: no-repeat;
- color: #FFF;
- padding: 0px 0px 0px 20px;
- float: left;
- }
- #offer2 h1 {
- font-family: 'Exo 2', sans-serif;
- font-size: 20px;
- font-weight: 700;
- letter-spacing: -1px;
- color: #FFF;
- text-shadow: #000b45 -1px -1px 0px;
- }
- #offer2 h2 {
- font-family: 'Exo 2', sans-serif;
- font-size: 15px;
- font-weight: 600;
- color: #FFF;
- text-shadow: #000b45 -1px -1px 0px;
- }
- .center {
- margin: 0 auto;
- width: 660px;
- }
- #footer_logo {
- width: 180px;
- height: 80px;
- float: left;
- margin: -20px 0px 0px 390px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement