@charset "utf-8";
/* CSS Document */

/* ------------------------------ CSS RESET ------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	overflow-y:scroll;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------ /CSS RESET ------------------------------------- */

@font-face {
  font-family: rotsan;
  src: url('rotsan.ttf') format('truetype');
}

body {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  background:url(images/background.jpg) fixed top no-repeat;
}

.mainlayer {
  width:910px;
  margin:0px auto;
  padding:107px 30px 0px 30px;
  z-index:2;
}
.header ul {
  margin-top:25px;
  margin-bottom:85px;
}
.header ul li {
  margin-right:20px;
  float:left;
  color:#FFF;
}
.header ul li a {
 	color:#FFF;
  text-decoration:none;
  text-transform:uppercase;
  font-size:14px; 
}
.header ul li a:hover, li.active a{
  color:#75a7bc!important;
}
.header ul .lang {
  float:right;
  margin:0px;
}
.header ul .lang a{
  text-transform:lowercase!important;
}
.whitebox {
  clear:both;
  background-color:#FFF;
  padding:15px;
  width:700px;
  float:right;
  margin-bottom:30px;
}
.gallery {float:right;clear:none;}
.whitebox .selection {
  width:165px;
  float:left;
  margin:auto 0px;
}
.whitebox .selection img{
  display:block;
  margin-bottom:7px;
  cursor:pointer;
}
.whitebox .selection img:last-Child{
  margin-bottom:0px;
}
.whitebox .picView {
  float:left;
  width:535px;
}
.whitebox .picView img{
  position:relative;
  top:0px;
  left:0px;
}
.whitebox .picView div { 
  margin-top:30px;
  color:#232323;
  line-height:20px;
}
.subnav {
  float:left;
  margin-top:15px;
}
.subnav li {
  margin-bottom:23px;
}
.subnav li a{
  text-decoration:none;
  color:#FFF;
  font-size:12px;
  text-transform:uppercase;
}
.bio dl dt {
  font-weight:bold;
  margin-bottom:2px;
  color:#333;
}
.bio dl dd {
  margin-bottom:10px;
  padding-left:10px;
}
.news {
  text-align:center;
}
h1 {
  display:block;
  margin-bottom:10px;
  font-size:1.4em;
}
.contact {
  height:300px;
  line-height:18px;
}
.contact div {
  float:left;
  padding-right:40px;
  border-right:1px solid #333;
  margin-right:20px;
  height:300px;
}
.contact div:last-Child {
  border:0px;
  width:400px;
  padding:0px!important;
  margin:0px!important
}
.contact a,.contact a:link {
  color:#36454A;
  font-weight:bold;
  text-decoration:none;
}
.contact dl {
  margin-top:26px;
}
.contact dt {
  float:left;
  width:70px;
  font-weight:bold;
  padding-top:2px;
}
.contact dd {
  margin-bottom:10px;
}
.contact dd input, .contact dd textarea {
  width:300px;
  border:#333333 solid 1px;
}

.send {
  width:120px!important;
  background: #222 url(images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  background-color:#36454A;
}
.send:hover {
  background-color:#28353B;
}
.success {
  background-image:url(images/success.png);
  background-repeat:no-repeat;
  height:16px;
  padding-left:40px;
  padding-top:16px;
  position:relative;
  left:122px;
  top:140px;
}
.formerror {
border:#ff0000 solid 1px!important;
}

.contact span {
  color:#fff;
  font-size:10px;
  position:relative;
  top:45px;
  left:310px;
}
.contact span a{color:#fff!important;}
