body {
	margin: 0;
	color: #595959;
	font: 12px "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	text-align: left;
	background: #163039;
}

h1, h2, h3, h4 {
	color: #474747;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 30px;
}

h3 { font-size: 24px; }
h4 { font-size: 18px; }

p, ul, ol {
	line-height: 200%;
}

ol, ul {
    margin: 0 30px;
}

blockquote {
	margin: 5px 5px 5px 25px;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #f07402;
}

a:hover {
    text-decoration: none;
}

.mceContentBody a {
    color: #f07402 !important;
}

.mceContentBody a:hover {
    text-decoration: none !important;
}
	
/* Header */
#main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 0;
	background: url(images/bg.gif) repeat-y;
}

#header {
	position: absolute;
	width: 240px;
	top: 122px;
	left: 88px;
	z-index: 3;
}

#header h1 {
	top: 4px;
    left: 74px;
	color: #e5e5e5;
	font-size: 36px;
}

#header h2 {
	top: 45px;
    left: 88px;	
    color: #bb7515;
    font-size: 12px;
}

/* Logo */
#logo {
	display: block;
	width: 1000px;
    height: 387px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#header_image_wrapper {
	margin: 0;
}

/* Menu */
#menu {
    position: absolute;
    width: 886px;
    margin: 0;
    padding: 0;
    top: 285px;
    left: 57px;
    z-index: 2;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #868686;
}

#menu li {
	display: block;
	float: left;
	margin: 0 0 0 1px;
}

#menu li.first {
	margin: 0;
}

#menu li a {
	display: block;
	height: 37px;
    padding: 0 10px;
	color: #163039;
	font: bold 13px/37px Arial;
	text-decoration: none;
	background: #f69302;
	border: 1px solid #868686;
    border-bottom: none;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu li a:hover,#menu li.active a,#menu li.active a {
	color: #fff;
	background: #868686;
}

#languages {
	right: 30px;
}

#languages ul {
	background: #163039;
}

#languages a:hover {
	color: #fff;
}

/* Content */
.content {
	width: 1000px;
}

.container {
	width: 1000px;
}

#body {
	float: right;
	display: inline;
	width: 600px;
	margin: 0 0 15px;
	padding: 0 53px 20px 0;
}

.mceContentBody {
    margin: 0 !important;
    background: #fff !important;
}

/* Sidebar */
#sidebar {
	float: left;
	display: inline;
	width: 230px;
	margin: 0 0 10px 0;
	padding: 0 0 0 57px;
	color: #7a7a7a;
}

.sidebar_content_header {
    font-size: 18px;
}

#module_menu {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#module_menu li {
	padding: 3px 0 5px 22px;
	background: url(images/bullet.gif) no-repeat 0 center;
}

#module_menu li a {
	color: #595959;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#module_menu li a:hover, #module_menu li.active a {
	text-decoration: underline;
}

/* Footer */
#footer {
    padding: 44px 38px 0;
	color: #d8e4e8;
	font: 11px Tahoma,sans-serif;
	background: #163039 url(images/footer_bg.jpg) no-repeat 0 0;
}

#footer_side {
    float: right;
    width: 350px;
}

#footer_main.narrow {
    float: left;
    width: 574px;
}

#footer a {
    color: #ee7e1f;
}

#footer ul {
	margin: 0;
    text-align: center;
    line-height: normal;
	list-style-type: none;
}
	
#footer li {
	display: inline;
	padding: 0 5px;
}
	
#footer p {
	margin: 0;
	padding: 25px 0 20px;
	text-align: center;
	line-height: normal;
}
	
/* all modules */
.rich-inplace {
	background: none;
}

.thumbwrapper, .image {
	background-color: #eddbc5;
	border: 1px solid #d9d3c5;
}


.module_header {
	display: block;
	padding: 30px 0 0 75px;
	color: #474747;
	font: normal 24px Arial,Helvetica,sans-serif;
    background: url(images/h_bg.jpg) no-repeat 0 bottom;
}

.hover_light:hover {
    background-color: #ffd9a1;
}

/*gallery*/
.module_header .rich-spinner-input {
	color: #fff;
}

/*contact*/
.contact_box {
	width: 300px;
}
	
.contact_header {
	color: #474747;
    font-size: 16px;	
}
	
.contact_line {
	padding-left: 8px;
	border-left: 2px solid #163039;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 300px;
}

.send_input, .send_textarea {
    width: 490px;
    padding: 4px;
    border: 1px solid #163039;
}

.narrow .send_input, .narrow .send_textarea {
    width: 290px;
}

.button_send {
    margin: 5px 0;
    padding: 5px 10px;
    color: #163039;
    background: #f69302;
}


.send_input, .send_textarea, .button_send {
    font: 12px Calibri,Arial,Tahoma;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
    margin: 12px 0;
    padding: 5px;
    border: 1px solid #d9d3c5;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

.movie_iframe {
    padding: 0;
    border: none;
}

.customhtml_content {
    margin: 0;
    border: 1px dotted #d9d3c5;
}

/*guestbook*/
#guestbook_form {
    width: 500px;
    border-color: #163039;
}

.guestbookentry.hidden {
    background-color: #e5e5e5;
    border-color: #224b59;
}

.hidden .guestbook_entry_text {
    color: #808080;
}

.hidden .guestbook_author {
    color: #808080;
}

.hidden .guestbook_date .rich-calendar-input {
    color: #808080;
}

.guestbook_date .rich-calendar-input {
    font-size: 12px;
    color: #595959;
}

/*rest*/
#header form span, .module_header form span, .contact_box form span, form .contact_box span, .imagewrapper form span {
	background: #fff;
	border-bottom: 1px dashed #163039;
}

#menu form span {
    background: #868686;
}
