body {
	color: #0e4456;
    font: 12px Arial, Helvetica, sans-serif;
    background: #fff url(images/img01.jpg) repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #3e1523;
}

h1 { font-size: 44px; }

h2 { font-size: 38px; }

h3 { font-size: 32px; }

h4 { font-size: 28px; }

p, ul, ol {
    margin-top: 0;
    line-height: 220%;
    text-align: justify;
}

ol, ul {
    margin: 0 30px;
}

.mceContentBody {
    background: #fcfcfc !important;  
}

a {
    color: #842946;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 5px;
}

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

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

.mceContentBody a:hover {
	text-decoration: none !important;
}

/* Header */
#main {
    margin: 0 auto;
    padding: 0;
    background: transparent url(images/img02.jpg) repeat-x 0 bottom;
}

#header {
    width: 1000px;
    height: 145px;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
}

#header h1, #header h2 {
    color: #fff;
    font-weight: normal;
}

#header h1 {
	top: 50px;
    left: 20px;
	font-size: 48px;
}

#header h2 {
	top: 104px;
    left: 22px;
	font-size: 13px;
    font-weight: bold;
}

/* Logo */
#logo {
    display: none;
}

/* Menu */
#menu {
	position: relative;
	width: 1000px;
    margin: 0 auto;
    z-index: 1;
}
	
#menu ul {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
}

#menu li {
    display: block;
    float: left;
    background: url(images/img01.jpg) repeat-x 0 0;
}

#menu a {
    display: block;
    float: left;
    padding: 0 15px;
    color: #fff;
    font: 14px/60px Arial,Helvetica,sans-serif;
    text-decoration: none;
}

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

#menu .rich-inplace-input {
	background: none;
}

#languages {
	position: relative;
	width: 200px;
	height: 1px;
	margin: 0 auto;
	padding: 0 0 0 794px;
	top: 28px;
	right: auto;
}

#languages ul {
	background: #fff;
}

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

/* Content */
.content {
    margin: 0;
}

.container {
    width: 960px;
    margin: 0 auto;
    padding: 50px 20px 0;
    background: #fcfcfc url(images/img05.jpg) no-repeat 0 0;
}

#body {
    float: left;
    width: 620px;
    padding: 0 10px;
}

/* Sidebar */
#sidebar {
	float: right;
	display: inline;
    width: 300px;
    padding: 0 0 0 18px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-left: 1px solid #dfdfdf;
}

#sidebar h3 {
    height: 30px;
    font-size: 22px;
    font-weight: normal;
}

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

#module_menu li {
    margin: 0;
    padding: 5px 0 5px 10px;
    background: transparent url(images/img09.jpg) no-repeat 0 center;
    border-bottom: 1px solid #dfdfdf;
}

#module_menu li a {
    font-weight:normal;
    text-decoration: none;
}

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

#sidebar_promotion p {
    margin: 0;
	padding: 10px 15px;
    text-align: justify;
}

.sidebar_content {
    margin-top: 0;
}

/* Footer */
#footer {
    width: 960px;
    margin: 0 auto;
    padding: 80px 20px 20px;
    background: url(images/img06.jpg) no-repeat 0 0;
}

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

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

#footer a {
    color: #842946;
}

#footer a:hover {
	text-decoration: none;
}
	
#footer ul {
    margin: 0 auto;
    text-align: right;
}
	
#footer li {
	display: inline;
	padding: 0 0 0 10px;
}

#footer_main.narrow li {
    display: inline;
    padding: 0 10px 0 0;
}
	
#footer p {
    margin: 0;
    line-height: normal;
	font-size: 9px;
    text-align: right;
}

#footer_main.narrow ul, #footer_main.narrow p {
	text-align: left;
}
	
/* all modules */
.thumbwrapper {
	background-color: #e0e0e0;
	border: 1px solid #842946;
}

.module_header {
	height: 30px;
	color: #08252e;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

/*gallery*/
.image {
	background: #e0e0e0;
	border: solid 2px #e0e0e0;
}

/*contact*/
.contact_box {
	width: 290px;
    padding: 5px 0 5px 10px;
}
	
.contact_header {
	color: #333;
	font-size: 14px;
	padding-bottom:5px;	
}
	
.contact_line {
	padding-left: 8px;
    border-left: 2px solid #333;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 310px;
}

.send_input, .send_textarea {
    width: 494px;
    padding: 2px;
    border: 1px solid #842946;
}

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

.button_send {
    margin: 5px 0;
    color: #fff;
    background: #842946;
}

.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 solid #842946;
}

.chapter {
    margin-bottom: 45px;
    padding: 10px 0 30px;
    border-bottom: 1px solid #dfdfdf;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

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

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

.service_title, .guestbook_author {
	color: #08252e;
}

.service_price, .guestbook_date {
    color: #842946;
}

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

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

.hidden .guestbook_entry_text {
    color: #196680;
}

.hidden .guestbook_author {
    color: #104859;
}

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

.guestbook_date .rich-calendar-input {
    font-size: 10px;
    color: #842946;
}

/*rest*/
