@CHARSET "UTF-8";

@font-face {
    font-family: 'CenturyOldStyle';
    src: url('fonts/CenturyOldStyle-Regular-webfont.eot');
    src: url('fonts/CenturyOldStyle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyOldStyle-Regular-webfont.woff') format('woff'),
         url('fonts/CenturyOldStyle-Regular-webfont.ttf') format('truetype'),
         url('fonts/CenturyOldStyle-Regular-webfont.svg#CenturyOldStyleFSRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {  
    font-family: 'CenturyOldStyle';
    src: url('fonts/CenturyOldStyle-Bold-webfont.eot');
    src: url('fonts/CenturyOldStyle-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyOldStyle-Bold-webfont.woff') format('woff'),
         url('fonts/CenturyOldStyle-Bold-webfont.ttf') format('truetype'),
         url('fonts/CenturyOldStyle-Bold-webfont.svg#CenturyOldStyleFSRegular') format('svg');
    font-weight: bold;
    font-style: normal;

}

html, body {
	margin:0px;
	padding:0px;
	background:url('../img/bg_body.jpg') repeat top left;
	font-family: 'CenturyOldStyle', 'Times New Roman', serif;
	font-size:15px;
	line-height: 19px;
	color:#353535;
}

a, a:link, a:visited {
	color:#AE9A5C;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table {
	width:100%;
}

p {
	margin: 0px 0px 19px 0px;
}

h1 {
	font-size:29px;
	font-weight:normal;
	text-transform: uppercase;
	line-height:32px;
	margin:0px 0px 17px 0px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	text-transform: uppercase;
	line-height:21px;
	margin:0px 0px 18px 0px;
}

.root {
	
}

.root .top {
	width:955px;
	height:16px;
	background:url('../img/bg_main_top.png') no-repeat center bottom;
	margin-top:108px;
}

.root .bottom {
	width:955px;
	height:16px;
	background:url('../img/bg_main_bottom.png') no-repeat center bottom;
	margin-bottom:108px;
}

.root .container {
	position:relative;
	width:955px;
	height:549px;
	background:#FFFFFF;
}

.container .nav {
	position:absolute;
	left:0px;
	top:0px;
	width:237px;
	height:100%;
	background:url('../img/bg_nav.jpg') top center repeat-x;
}

.container .content {
	position:absolute;
	left:237px;
	top:0px;
	width:718px;
	height:100%;
	background:#fefbf3 url('../img/bg_content.png') left center no-repeat;
}

.container .content .main {
	width:674px;
	height:549px;
	margin:0px 22px 0px 22px;
	overflow:auto;
	position:relative;
	text-align:center;
}

.nav ul {
	position:relative;
	top:60px;
	list-style:none;
	padding:0px;
}

.nav ul li {
	width:100%;
	text-align:center;
	background:url('../img/bg_nav_elem.png') center bottom no-repeat;
	text-transform:uppercase;
	font-size:18px;
	padding: 5px 0px 40px 0px;
}

.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	color:#353535;
	text-decoration:none;
}

.nav ul li a:hover, .nav ul li.current a  {
	color:#ae9a5c;
	text-decoration:none;
}

.nav .language {
	position:absolute;
	top:510px;
	width:100%;
	color:#ae9a5c;
	font-size:13px;
}

.nav .language a, .nav .language a:link, .nav .language a:visited {
	color:#ae9a5c;
	text-decoration:none;
}

.nav .language a.active, .nav .language a:hover {
	color:#353535;
}

.logo {
	display:block;
	width:100%;
	height:147px;
	padding-top:36px;
}

.logo a {
	display:inline-block;
}

.logo a img {
	border:none;
}

.photogallery {
	width:465px;
	height:348px;
	border:none;
	overflow:hidden;
	margin-top:-10px;
}

input.text {
	border:1px solid #999999;
	color:#353535;
	margin:1px 0px 1px 0px;
	-webkit-appearance: none;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
    height:13px;
    line-height:13px;
}

input.button {
	border:1px solid #d7d7d7;
	color:#353535;
	font-size:13px;
	cursor:pointer;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 50%, #c0c0c0 50%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebebeb), color-stop(50%,#c0c0c0), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 50%,#c0c0c0 50%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 50%,#c0c0c0 50%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 50%,#c0c0c0 50%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 50%,#c0c0c0 50%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	-webkit-appearance: none;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
}

table {border-spacing:0px;}
