body {
    font: 13px/25px Arial, Helvetica, sans-serif;
    color: #e3b49c;
    background: #97080d url(images/img02.jpg) repeat-x 0 0;
}

.mceContentBody {
	background: #97080d url(images/img02.jpg) repeat-x 0 -680px !important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

ul, ol {
    margin: 0 30px;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

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

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

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

/* Header */
#main {
	position: relative;
	width: 1000px;
    margin: 0 auto;
    padding: 0 0 10px;
}

#header {
	position: absolute;
	width: 1000px;
	top: 204px;
	z-index: 2;
}

#header h1, #header h2 {
    line-height: normal;
    color: #fff;
}

#header h1 {
	top: 140px;
	left: 750px;
    font-size: 70px;
}

#header h2 {
	top: 124px;
	left: 790px;
    font: italic 13px Georgia, "Times New Roman", Times, serif;
}

/* Logo */
#logo {
	position: absolute;
	width: 1000px;
    height: 445px;
    margin: 204px 0 0;
    z-index: 1;
}

/* Menu */
#menu {
    width: 1000px;
    height: 119px;
    margin: 0 0 446px;
    padding-top: 105px;
    background: url(images/img03.jpg) no-repeat 0 0;
}
	
#menu ul {
    margin: 0;
    padding: 20px 0;
    line-height: normal;
}

#menu li {
    display: block;
    float: left;
}

#menu a {
    display: block;
    padding: 0 15px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    background: url(images/img05.jpg) no-repeat 0 5px;
}

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

#menu li:first-child a {
    margin-left: 20px;
    background: none;
}

#languages ul {
	background: #97080d url(images/img02.jpg) repeat-x -4px -1px;
}

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

/* Content */
.content {
	width: 980px;
	margin: 0 auto;
    padding: 0;
}

#container {
	width: 980px;
}

#body {
	float: right;
    width: 640px;
    padding: 20px 0;
}

/* Sidebar */
#sidebar {
    float: left;
    width: 244px;
    padding: 0 40px 0 0;
    border-right: #a5131a dashed 1px;
}

.sidebar_content_header {
    height: 60px;
    margin: 0 0 20px;
    padding: 0 0 0 45px;
    font: bold 18px/60px Arial, Helvetica, sans-serif;
    color: #fff;
    background: url(images/img06.gif) no-repeat 0 0;
}

#module_menu {
	margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    border: none;
}

#module_menu li {
    margin: 0;
    padding: 3px 20px;
    background: none;
}

#module_menu li a {
    font-size: 14px;
    text-decoration: none;
}

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

/* Footer */
#footer {
    padding: 0 0 50px;
    color: #fff;
    text-align: center;
    background: #1d0304 url(images/img01.jpg) no-repeat center 0;
}

#footer_side {
    display: inline-block;
    *display: inline;/*IE7*/
    _display: inline;/*IE6*/
    width: 285px;
    vertical-align: top;
    zoom: 1;
}

#footer_main.narrow {
    display: inline-block;
    *display: inline;/*IE7*/
    _display: inline;/*IE6*/
    width: 695px;
    zoom: 1;
}

#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0 5px;
}
	
#footer p {
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: center;
    font-size: 9px;
}

#footer p a {
    font-size: 9px;
}

#footer a {
    color: #fff;
}
	
/* all modules */
.thumbwrapper {
	background-color: #ab0b11;
	border: 1px dotted #e60000;
}

#sidebar .thumbwrapper {
	margin-bottom: 20px;
}

.module_header {
    height: 30px;
    margin: 0 0 3px;
    padding: 0 0 6px;
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #fff;
    border-bottom: #a5131a dashed 1px;
}

.hover_light:hover {
    background: #ab0b11; 
} 
    
.rich-inplace {
    background: none;
}

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

/*contact*/
.contact_box {
	width: 300px;
}
	
.contact_header {
	color: #fff;
	font-size: 14px;	
}
	
.contact_line {
	border-left: 2px solid #ab0b11;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 320px;
}

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

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

.button_send {
    margin: 5px 0;
    color: #1d0304;
    background: #efefef;
}

.send_input, .send_textarea, .button_send {
	font: 13px Arial,Helvetica,sans-serif;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
	margin: 8px 0;
    padding: 5px;
    background-color: #730004;
    border: 1px dotted #e60000;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

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

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

.service_title, .guestbook_author {
	color: #e3b49c;
}

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

.sound > a, .sound > form > a {
	color: #e3b49c;
	font-szie: 13px;
}

/* guestbook*/
#guestbook_form {
	width: 500px;
	line-height: normal;
    border-color: #e3b49c;
}

.guestbookentry.hidden {
    background-color: #8c0005;
    border: 1px dotted #d54f4f;
}

.hidden .guestbook_entry_text {
    color: #977777;
}

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

.hidden .guestbook_author, .hidden .guestbook_date .rich-calendar-input {
    color: #e3b49c;
}

/*rest*/
#menu form span {
	background: #000;
	border-color: #fff;
}
