body {
	color: #998046;
	font: 12px Arial;
	text-align: left;
	background: #fffde4 url(images/bodyBg.jpg) repeat-x;
}

.mceContentBody {
	margin: 0 !important;
	background: #fffde4 !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #0b636b;
    font-family: Georgia;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

ol, ul {
    margin: 0 30px;
}

a {
    color: #943415;
}

a:hover {
    text-decoration: none;
}

.mceContentBody a {
	color: #943415 !important;
}

.mceContentBody a:hover {
    text-decoration: none !important;
}

/* Header */
#main {
	width: 990px;
	margin: 0 auto;
	background: url(images/headBg.jpg) no-repeat 0 0;
}

#header {
	clear: both;
	width: 990px;
	height: 300px;
	z-index: 1;
}

#header h1 {
	top: 125px;
	left: 545px;
	font-size: 48px;
	color: #26606d;
}

#header h2 {
	top: 180px;
	left: 545px;
	color: #497f35;
	font: 27px Georgia;
}

/* Logo */
#logo {
	display: none;
}

/* Menu */
#menu {
	float: right;
	width: 620px;
}

#menu ul {
    float: right;
    padding: 32px 0 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 16px;
	margin-top: 10px;
	border-right: 1px dotted #58032f;
}

#menu a {
    color: #45ADA9;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0 5px;
    padding: 0 10px 0 11px;
}

#menu a:hover, #menu .active a {
	font-weight: normal;
	background: #ebfbf0;
}

#languages ul {
	background: #fffde4 url(images/bodyBg.jpg) repeat-x 0 -1px;
}

#languages a:hover {
	font-weight: normal;
}

/* Content */
.content {
	position: static;
	background: url(images/rigthBg.jpg) no-repeat 672px 0;
}
	
#body {
	display: inline;
	float: left;
    width: 637px;
    margin: 10px 20px;
}

/* Sidebar */
#sidebar {
	display: inline;
    float: right;
    width: 266px;
    margin: 10px 16px 74px 0;
}

.sidebar_content_header {
    line-height: 28px;
    font-size: 22px;
}

#module_menu {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
	
#module_menu li a {
	display: block;
    height: 25px;
    padding: 0 0 0 10px;
    line-height: 21px;
    font-size: 13px;
    background: url(images/listbg.jpg) no-repeat 0 center;
}

/* Footer */
#footer {
	clear: both;
    padding: 25px 0 29px;
    text-align: center;
	background: #fffde4 url(images/footbg.jpg) no-repeat;
}

#footer_side {
    float: right;
    width: 353px;
}

#footer_main.narrow {
    float: left;
    width: 637px;
}

#footer a {
	color: #943415;
	font-weight: bold;
}
	
#footer ul {
	list-style: none;
}
	
#footer li {
	display: inline;
	padding: 0 3px;
	border-left: 1px solid #943415;
}

#footer li:first-child {
	border: none;
}

#footer p {
	padding: 5px 0 0;
}

#footer p, #footer p a {
	font-size: 9px;
}
	
/* all modules */
.thumbwrapper {
	background-color: #f6f1bb;
	border: 1px dotted #0b636b;
}

.module_header {
    font-size: 30px;
    line-height: 34px;
}

.hover_light:hover, .highlighted {
	background: #f9f3ad;
}
	
/*gallery*/
.image {
	background: #f9f6d4;
	border: 1px solid #ebeef3;
}

/*contact*/
.contact_box {
	width: 300px;
}
	
.contact_header {
	color: #385b88;	
	font-size: 16px;
}
	
.contact_line {
	padding-left: 8px;
	border-left: 2px solid #943415;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 318px;
}

.send_input, .send_textarea {
    width: 494px;
    padding: 2px;
    border: 1px solid #998046;
}

.narrow .send_input, .narrow .send_textarea {
    width: 312px;
}

.button_send {
    margin: 5px 0;
    padding: 4px 10px;
    color: #fff;
    background: #998046;
}

.send_input, .send_textarea, .button_send {
    font: 12px Calibri,Arial,Tahoma;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
	margin: 12px 0;
	padding: 5px;
	border: 1px dotted #0b636b;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

.movie_iframe {
    padding: 0;
    border: none;
}

.customhtml_content {
    margin: 0;
    border: 1px dotted #ccc;
}

.service_title, .guestbook_author {
	color: #0b636b;
}

.service_price, .guestbook_date {
	color: #943415;	
}

.service_desc {
	background: #f9f6d4;
}

/*guestbook*/
#guestbook_form {
    width: 500px;
    border-color: #943415;
}

.guestbookentry.hidden {
    background-color: #ebe9de;
    border: 1px dotted #0e828c;
}

.hidden .guestbook_entry_text {
    color: #bf9c87;
}

.hidden .guestbook_author {
    color: #429ea6;
}

.hidden .guestbook_date .rich-calendar-input {
    color: #b25b3e;
}

.guestbook_date .rich-calendar-input {
    font-size: 10px;
    color: #943415;
}

/*rest*/
