body {
	margin-top: 50px;
    padding: 0;
	color: #a3a3a3;
    font: 12px Georgia, "Times New Roman", Times, serif;
    text-align: justify;
    background-color: #000;
}

h1, h2, h3, h4 ,h5, h6 {
    color: #6e8a21;
}

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

ul, ol {
    margin: 0 30px;
    line-height: 200%;
}

a {
    color: #6e8a21;
    text-decoration: none;  
}

a:hover {
    text-decoration: underline;
}

.mceContentBody a {
    color: #6e8a21 !important;
    text-decoration: none !important;
}

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

img {
	border: none;
}

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

/* Header */
#main {   
    position: relative;
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 60px;
    color: #fff;
    background: url(images/img01.gif) no-repeat 0 0;
    z-index: 2;
}

#header h1 {
	top: 8px;
	left: 25px;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -1px;
}

#header h2 {
	top: 37px;
	left: 140px;
    font-size: 10px;
}

/* Logo */
#logo {
	clear: both;
    width: 940px;
    height: 220px;
    margin: 2px auto;
	z-index: 1;
}

/* Menu */
#menu {
    width: 940px;
    margin: 0 auto;
    padding: 0;
    background: url(images/img03.gif) repeat 0 0;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

#menu a {
    display: block;
    float: left;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    font: normal 13px/44px Georgia, "Times New Roman", Times, serif;
    color: #fff;
}

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

.rich-inplace {
    background: none;
}

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

#languages ul {
	background: #5f791c;
}

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

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

#body {
    float: left;
    width: 680px;
    padding: 10px 20px;
}

.mceContentBody {
    margin: 5px 15px !important;
    line-height: 200% !important;
    background: #000 !important;
}

/* Sidebar */
#sidebar {
    float: left;
    width: 220px;
    padding: 0;
    font-size: 12px;
    background: #282828;
}

.sidebar_content_header {
    padding: 10px 15px 8px 40px;
    letter-spacing: -1px;
    font-size: 18px;
    color: #fff;
    background: #4f6517 url(images/img04.gif) no-repeat 0 0;
}

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

#module_menu li {
    padding: 0 0 0 5px;
    border-bottom: 1px #616161 dashed;
}

#module_menu li a {
    color: #fff;
    font-size: 14px;
}

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

/* Footer */
#footer {
	position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

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

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

#footer ul {
    margin: 0;
    list-style-type: none;
}

#footer_main.wide ul {
	float: right;
    width: 700px;
}

#footer li {
    display: inline;
    padding: 0 5px;
}
	
#footer a {
    color: #6e8a21;
}

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

#footer_main.wide p {
	float: left;
    width: 240px;
    text-align: left;
}

#footer p a {
    font-size: 9px;
}
	
/* all modules */
.thumbwrapper {
    border: 1px solid #445a0a;
    background: #f6efbb;
}

.thumbcaption {
    color: #999;
}

.module_header {
	height: 35px;
	margin: 10px 0 24px;
    color: #6e8a21;
    font-weight: normal;
    border-bottom: 1px dashed #616161;
}

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

/*contact*/
.contact_box {
	width: 330px;
}
	
.contact_line {
	padding-left: 8px;
    border-left: 2px solid #999;
}
	
.contact_header {
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #976834;
    font-weight: bold;	
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 340px;
}

#contact_form.narrow {
    width: 280px;
    margin: 0 30px; 
}

.send_input, .send_textarea {
    width: 490px;
    padding: 2px 4px;
    font: 12px Georgia,"Times New Roman",Times,serif;
    background: #eee;
    border: 1px solid #6e8a21;
}

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

.button_send {
    margin: 5px 0;
    color: #6e8a21;
    font: 12px Georgia,"Times New Roman",Times,serif;
    background: #282828;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
    margin: 12px 0;
    padding: 5px;
    background-color: #2d3d05;
    border: 1px solid #445a0a;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

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

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

.service_price, .guestbook_date {
    color: #9f6f39;
}

.service_title, .guestbook_author {
    color: #895f30;
}

.news_footer a,.news_footer a:hover {
    border-bottom: none;
}

.sm2_playlist > a, .sm2_playlist > form > a {
    color: #a3a3a3;
}

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

.guestbookentry.hidden {
    background-color: #465916;
    border-color: #506a0c;
}

.hidden .guestbook_entry_text {
    color: #b2b2b2;
}

.hidden .guestbook_author {
    color: #9a7041;
}

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

.guestbook_date .rich-calendar-input {
    font-size: 12px;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #9f6f39;
}

/* rest */
.hover_light:hover, .highlighted {
    background: #4c4c4c;
}
	
#top_belt a {
	border: none;
}
