@font-face {
    font-family: 'book';
    src: url('/fonts/bkant-webfont.eot');
    src: url('/fonts/bkant-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/bkant-webfont.svg#book') format('svg'),
         url('/fonts/bkant-webfont.woff') format('woff'),
         url('/fonts/bkant-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bookbold';
    src: url('/fonts/antquab-webfont.eot');
    src: url('/fonts/antquab-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/antquab-webfont.svg#bookbold') format('svg'),
         url('/fonts/antquab-webfont.woff') format('woff'),
         url('/fonts/antquab-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}


body {
margin:0;
padding:0;
background: #fff url(/images/bg.jpg) center 248px repeat-x; 
font-family: book;
font-size: 14px;
color: #5b5b5b;
}

a {
text-decoration: none;
}


.wrapper {
width: 1000px;
margin: 0 auto;
position: relative;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.violet {
color: #6d1942
}

.orange {
color: #e39d09;
}

#header {
width: 100%;
height: 470px;
}

#info {
width: 283px;
height: 440px;
background: url(/images/home.jpg);
left: 0;
top: 28px;
}

#info h1 {
font-size: 18px;
color: #fff;
font-weight: normal;
text-align: center;
margin-top: 136px;
}

#info h1 span{
display: block;
}

#mask {
width: 28px;
left: 277px;
height: 440px;
background: url(/images/home2.png);
z-index: 30;
top: 28px;
}

#slider {
right:0;
top:48px;
}

#menu {
width: 693px;
height: 63px;
background: rgba(255, 255, 255, 0.7);
right: 25px;
top: 67px;
z-index: 19;
text-align: center;
font-size: 17px
}

#menu ul {
margin:0;
display: inline-block;
padding:0;
list-style: none;
}

#menu ul li {
float: left;
margin: 18px 44px;
}

#menu ul li a {
color: #4d4d4d;
}

#menu ul li.menuactive a, #menu ul li a:hover{
color: #6d1942;
}

#lang {
right:30px;
top:10px;
}

#lang a {
display: block;
color: #4d4d4d;
width: 28px;
height: 28px;
display: block;
float: left;
text-align: center;
line-height: 28px;
margin-left: 2px;
}

#lang a.active {
background: url(/images/act.jpg);
font-family: bookbold;
color: #6d1942;
}

#nav {
top: 416px;
right: 23px;
z-index: 10;
}

#nav a {
width: 11px;
height: 11px;
background: #fff;
display: block;
float: left;
margin-left: 5px;
text-indent: -9999px;
}

#nav a.activeSlide {
background: #e39d09;
}

#logo {
width: 90px;
height: 93px;
z-index: 20;
top: 52px;
left: 96px;
}

#logo a {
display: block;
width: 100%;
height: 100%;
position:absolute;
}

#slider > div {
width: 720px;
height: 397px;
}

#slider .desc {
position: absolute;
z-index: 30;
top: 210px;
width: 258px;
height: 200px;
left: -270px;
font-size: 12px;
line-height: 13px;
color: #fff;
text-align: justify;
}

#slider .desc h3 {
text-align: center;
display: table-cell;
padding: 5px 0 4px;
vertical-align: middle;
line-height: 15px;
margin-top: 10px;
height: 20px;
width: 265px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;

}

#slider .desc  a {
display: block;
width: 100px;
float: right;
text-align: right;
margin-top: 10px;
color: #000;
text-shadow: 1px 1px 0px #fff;
font-size: 14px;
}

#info, #nav, #menu, #slider, #lang, #mask, #logo {
position: absolute;
}

#content {
padding: 15px 0 20px 0;
}

#content h4 {
margin: 5px 0 20px 0;
border-left: 11px solid #de9700;
color: #6d1942;
font-size: 23px;
padding-left: 20px;
font-weight: normal;
}

#content .left {
width: 220px;
margin-left: 20px;
text-align: center;
}

#content .left h5 {
background: url(/images/hr.jpg) no-repeat left bottom;
padding-left: 41px;
font-weight: normal;
text-align: left;
font-size: 18px;
width: 100%;
margin: 0 0 10px 0;
padding-bottom: 3px;
}

#content .right {
width: 676px;
margin-right: 20px;
} 

#footer {
height: 164px;
width: 998px;
background: url(/images/footer.jpg);
}

#footer #text {
color: #fff;
text-align: center;
width: 280px;
padding-top: 47px;
font-size:20px;
}


#footer #form {
margin: 28px 25px 0 0
}

#footer #form .rows  {
width: 274px;
float: left;
margin-right:2px;
}

#footer #form .rows input[type="text"] {
width: 274px;
height: 26px;
padding: 0 5px;

margin-bottom:3px;
float: left;
}

#footer #form .area {
float: right;
width: 377px;
margin-left:12px;
}

input[type="text"],input[type="submit"], textarea {
font: 12px book;
border:1px solid #fff;
}

input[type="text"].error , textarea.error {
border:1px solid red;
}

#footer #form .area textarea {
width: 367px;
height: 78px;
padding:5px 5px;

margin:0;

resize: none;
}

form label {
display: none!important;
}

input[type="submit"] {
background: #e39d09;
padding:3px 15px;
color: #fff;
border:none;
cursor: pointer;
font: 14px book;
margin:0;
}

#form span {
color: #fff;
width: 670px;
display: block;
text-align: center;
font-size: 18px;
}

.map {
margin-left:19px;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
        background: #000;
top:0;
	z-index: 9999;
	max-width: 300px;
        color: #fff;
        font: 12px bold;
}

p.heading {
background: #F5F5F5;
padding:5px;
cursor: pointer;
margin:0 0 2px 0;
height: 20px;
}

#accordion div {
padding:10px 0;
}

#accordion ul {
margin:0;
}

/* Stylesheet: callaghan Modified On 2014-06-12 10:14:33 */
