/**
  * 
  * Aziz Arslan <mail@azizarslan.com.tr>
  * 
 **/


/* Head styles
-----------------------------------------------------------------------------*/
html {
    width: 100%;
}

body {
    width: 100%;
    background: url("../img/body.png") no-repeat center top;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.wrapper {
    width: 990px;
}

.page-center {
    margin-right: auto;
    margin-left: auto;
}


/* Page full
-----------------------------------------------------------------------------*/
div.page-full {
    border-top: 3px solid #646363;
}


/* Page header
-----------------------------------------------------------------------------*/
header.page-header {
    height: 205px;
}

/* Page logo */
header.page-header div.page-logo {
    width: 227px;
    height: 205px;
    float: left;
    margin-left: -8px;
}

/* Main menu */
header.page-header nav.main-menu {
    float: right;
    margin-top: 120px;
}

header.page-header nav.main-menu ul {
    float: left;
    margin-top: 12px;
}

header.page-header nav.main-menu ul li {
    float: left;
    margin-left: 25px;
    font: 18px "Oranienbaum";
    color: #666;
}

header.page-header nav.main-menu ul li.active,
header.page-header nav.main-menu ul li a:hover {
    color: #000;
}

/* Tel */
header.page-header p.tel {
    float: right;
    padding-left: 328px;
    background: url("../img/tel.png") no-repeat left 6px;
    font: 16px "Oranienbaum";
    color: #414141;
}

header.page-header p.tel span {
    font-size: 14px;
}

header.page-header p.tel strong {
    font-size: 20px;
}


/* Page footer
-----------------------------------------------------------------------------*/
footer.page-footer {
    width: 100%;
    height: 154px;
    margin-top: -340px;
    padding-top: 390px;
    background: url("../img/page-footer.png") no-repeat center top;
    font-size: 11px;
    line-height: 21px;
    color: #ffe1e1;
}

/* Footer menu */
footer.page-footer nav.footer-menu {
    float: left;
}

footer.page-footer nav.footer-menu ul li {
    float: left;
    font-weight: bold;
}

footer.page-footer nav.footer-menu.sub ul li {
    font-weight: normal;
}

footer.page-footer nav.footer-menu.sub ul li a:hover {
    text-decoration: underline;
}

footer.page-footer nav.footer-menu ul li:before {
    display: inline-block;
    margin: 0 2px 0 4px;
    content: "-";
}

footer.page-footer nav.footer-menu ul li:first-child:before {
    display: none;
}

/* cert */
footer.page-footer a.cert {
    width: 40px;
    height: 43px;
    display: block;
    position: absolute;
    top: 0px;
    left:390px;
    background: url("../img/jas-logo.png") no-repeat;
}

footer.page-footer a.cert:hover {
    background-position: -40px 0;
}


/* a4 */
footer.page-footer a.a4 {
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    background: url("../img/a4grafik-logo.png") no-repeat;
}

footer.page-footer a.a4:hover {
    background-position: -28px 0;
}


/* Container
-----------------------------------------------------------------------------*/
div.container {
    margin-top: 15px;
}

/* Global title */
div.global-title {
    width: inherit;
    height: 11px;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #ce9292;
    text-align: center;
}

div.global-title span {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    font: 20px "Oranienbaum";
    color: #523a3a;
}


/* Page slider
-----------------------------------------------------------------------------*/
div.page-slider {
    width: 1004px;
    height: 300px;
    float: left;
    position: relative;
    margin-left: -14px;
    padding-bottom: 14px;
    background: url("../img/slider-shadow.png") no-repeat center bottom;
}

/* Arrow */
div.page-slider a.arrow {
    width: 9px;
    height: 16px;
    display: block;
    position: absolute;
    top: 145px;
    z-index: 500;
    background: url("../img/slider-arrow.png") no-repeat;
}

div.page-slider a.arrow.prev {
    left: -10px;
}

div.page-slider a.arrow.next {
    right: -24px;
    background-position: -9px 0;
}


/* Editor choice
-----------------------------------------------------------------------------*/
div.editor-choice {
    width: inherit;
    float: left;
    margin-top: 15px;
}

div.editor-choice ul {
    float: left;
    margin: 20px 0 0 -10px;
}

/* List */
div.editor-choice ul li {
    width: 240px;
    height: 144px;
    float: left;
    margin-left: 10px;
}

div.editor-choice ul li a {
    width: 232px;
    height: 136px;
    display: block;
    position: relative;
    border: 4px solid #e5e5e5;
}

/* Image */
div.editor-choice ul li a img {
    width: 224px;
    height: 128px;
    border: 4px solid #fff;
}

/* Info */
div.editor-choice ul li a div.info {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

div.editor-choice ul li a div.info p {
    height: 17px;
    float: left;
    margin-left: 1px;
    padding: 6px 5px 0;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    font-size: 10px;
    color: #fff;
}

div.editor-choice ul li a div.info p.txt {
    background: #634848;
    border: 1px solid #4a3232;
    text-shadow: -1px -1px #3e2727;
}

div.editor-choice ul li a div.info p.cal {
    background: #c78888;
    border: 1px solid #ab6363;
    text-shadow: -1px -1px #aa6565;
}


/* Main text
-----------------------------------------------------------------------------*/
div.main-text {
    width: 670px;
    float: left;
    margin-top: 15px;
}

/* Title */
div.main-text div.title {
    width: inherit;
    height: 11px;
    float: left;
    border-bottom: 1px solid #ce9292;
}

div.main-text div.title span {
    display: inline-block;
    padding-right: 15px;
    background: #fff;
    font: 20px "Oranienbaum";
    color: #523a3a;
}

/* Content */
div.main-text div.content {
    width: 669px;
    min-height: 201px;
    float: left;
    margin-top: 25px;
    border-right: 1px solid #ce9292;
}

div.main-text div.content p {
    line-height: 18px;
    color: #333;
}


/* Request form
-----------------------------------------------------------------------------*/
div.request-form {
    width: 282px;
    height: 230px;
    float: right;
    margin-top: 20px;
    padding-right: 28px;
    background: url("../img/request-form.png") no-repeat right top;
}

div.request-form > div {
    width: inherit;
    float: left;
    margin-bottom: 6px;
}

/* Paragraph */
div.request-form p {
    width: 85px;
    float: left;
    margin: 6px 10px 0 0;
    color: #523a3a;
    text-align: right;
}

/* Input and textarea */
div.request-form input[type="text"],
div.request-form textarea {
    width: 169px;
    height: 17px;
    float: left;
    padding: 2px 8px 4px;
    background: linear-gradient(to bottom, #664b4b 0%, #543c3c 100%);
    border: 1px solid #4a3232;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    font: 11px Arial;
    color: #fff;
}

div.request-form textarea {
    height: 59px;
    padding: 8px;
}

/* Submit */
div.request-form input[type="submit"] {
    width: 83px;
    height: 25px;
    float: right;
    margin-top: 1px;
    background: linear-gradient(to bottom, #ce9191 0%, #bc7979 100%);
    border: 1px solid #ab6363;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    font-size: 11px;
    color: #fff;
    text-shadow: 1px -1px #905050;
}


/* Text page
-----------------------------------------------------------------------------*/
div.text-page {
    width: inherit;
    float: left;
    line-height: 18px;
    color: #292929;
}

div.text-page p {
    margin-top: 20px;
}


/* Gallery list
-----------------------------------------------------------------------------*/
div.gallery-list {
    width: inherit;
    float: left;
    margin-top: 5px;
}

/* List */
div.gallery-list ul {
    margin-left: -30px;
}

div.gallery-list ul li {
    width: 225px;
    height: 201px;
    float: left;
    position: relative;
    margin: 15px 0 0 30px;
}

div.gallery-list ul li a {
    width: inherit;
    height: 190px;
    display: block;
    padding-bottom: 11px;
    background: url("../img/gallery-list_shadow.png") no-repeat center bottom;
}

/* Image */
div.gallery-list ul li a img {
    width: inherit;
    height: 150px;
}

/* Paragraph */
div.gallery-list ul li a p {
    width: 209px;
    height: 37px;
    position: relative;
    z-index: 3;
    padding: 3px 8px 0;
    background: #646363;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
}

/* Hover */
div.gallery-list ul li a span {
    display: none;
    width: 59px;
    height: 51px;
    position: absolute;
    top: 100px;
    right: 0;
    background: url("../img/gallery-list_hover.png") no-repeat;
}

div.gallery-list ul li a:hover span {
    display: block;
}


/* Menus
-----------------------------------------------------------------------------*/
div.menus {
    margin-left: -30px;
}

/* Main menus */
div.menus > div {
    width: 310px;
    float: left;
    margin: 20px 0 10px 30px;
}

/* Title */
div.menus > div div.title {
    width: inherit;
    float: left;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ce9292;
    font: 18px "Oranienbaum";
    color: #523a3a;
    text-align: center;
}

/* List */
div.menus > div ul li {
    width: 280px;
    float: left;
    margin: 3px 0;
    padding: 0 15px;
    background: url("../img/menus.png") no-repeat 7px 3px;
    font-weight: bold;
    color: #646363;
}


/* Contact
-----------------------------------------------------------------------------*/
div.contact {
    width: inherit;
    float: left;
    margin-top: 20px;
}

/* Info */
div.contact div.info {
    width: 300px;
    float: left;
}

div.contact div.info > div {
    width: 300px;
    min-height: 18px;
    float: left;
    line-height: 16px;
    color: #523a3a;
}

div.contact div.info > div p {
    width: 45px;
    min-height: 18px;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

div.contact div.info > div p:after {
    float: right;
    content: ":";
}

/* Map */
div.contact div.map {
    width: 640px;
    float: right;
}