body {
	color: #bababa;
	font: 12px Arial,Helvetica,sans-serif;
	background-color: #eee;
}

h1, h2, h3, h4, h5, h6 {
	color: #87a310;
}

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

ol, ul {
    margin: 0 30px;
}

a {
	color: #87a310;
	outline: none;
}

a:hover {
	text-decoration: none;
}

blockquote {
    margin: 10px 10px 10px 30px;
    font-style: italic;
}

.mceContentBody a {
	color: #87a310 !important;
}

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

/* Header */
#top_wrapper {
	background: url(images/bg_top.gif) repeat-x center 0;
}

#top {
	width: 960px;
	margin: 0 auto;
}

#header {
	z-index: 1;
}

#header h1 {
	top: 26px;
	left: 200px;
	color: #87a310;
	font-size: 42px;
	text-decoration: none;
}

#header h2 {
	top: 42px;
	left: 350px;
	color: #fff;
	font-size: 14px;
	letter-spacing: -1px;
}

#userlogo {
	color: #ffd26e;
}

/* Logo */
#logo {
    width: 960px;
    height: 376px;
    padding-top: 173px;
    z-index: 0;
}

#header_switch {
	top: auto;
	bottom: 0;
}

#header_menu_accept, .iviewer_common {
    top: auto;
    bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#header_menu_accept, .iviewer_zoom_out {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.iviewer_zoom_in {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.iviewer_up {
    bottom: 64px;
}

.iviewer_down {
    bottom: 32px;
}

.iviewer_left, .iviewer_right {
    bottom: 48px;
}

/* Menu */
#menu {
	position: absolute;
    width: 960px;
    margin: 0;
    top: 97px;
}
	
#menu ul {	
    margin: 0;
    padding: 0;
}

#menu li {
	float: left;
	display: block;
	padding: 0;
	background: url(images/bg_top.gif) repeat-x center -97px;
}

#menu li a {
	display: block;
    padding: 26px 22px;
    font: normal 18px Verdana,Geneva,sans-serif;;
    color: #191919;
    text-decoration: none;
    background: url(images/menu_line.gif) no-repeat right 0;
}

#menu .last a {
	background: none;
}

#menu li a:hover, #menu li.active a {
    color: #87a310;
}

#menu li:first-child a, #menu li:first-child div {
	border: none;
}

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

#languages a:hover {
	color: #87a310;
}

#languages ul {
	background: #000;
}

/* Content */
.content {
    width: 100%;
    background-color: #2e2e2e;
}

.container {
	width: 960px;
    margin: 0 auto;
}

#body {
    float: left;
    display: inline;
    width: 653px;
    padding: 20px 0;
}

.mceContentBody {
    font-size: 12px !important;
    background: #2e2e2e !important;
}

/* Sidebar */
#sidebar {
	float: right;
	display: inline;
	width: 277px;
	margin: 30px 0 40px;
	padding: 10px 10px 30px;
	background: #191919;
}

.sidebar_content_header {
	padding: 10px;
	color: #fff;
	font: normal 18px Verdana,Geneva,sans-serif;
	letter-spacing: -1px;
}

#sidebar a {
	color: #87a310;
}

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

#module_menu li a {
	display: block;
	height: 28px;
	padding-left: 15px;
	font-size: 13px;
	color: #87a310;
	background: url(images/marker_1.gif) no-repeat 0 5px;
}

#module_menu li a:hover, #module_menu li.active a {
	text-decoration: none;
	background-position: 0 -24px;
}

/*facebook box*/
.sidebar_facebookbox {
    background: #fff;
}

.sidebar_facebookbox h3 {
    color: #191919;
}

/* Footer */
#footer_wrapper {
	position: relative;
	padding: 5px 0 0;
	color: #191919;
	background: url(images/bg_footer.gif) repeat-x center 0;
}

#footer {
	width: 990px;
	margin: 0 auto;
	padding: 25px 0 20px;
	font-size: 12px;
	text-align: center;
}

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

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

#footer ul {
	margin: 0;
}

#footer_main.wide ul {
	float: left;
	width: 670px;
}

#footer li {
	display: inline;
	padding: 0 3px;
	background: none;
}

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

#footer_main.wide p {
    float: right;
    width: 320px;
}

#footer_main.narrow p {
	padding: 10px 0 0;
}

/* all modules */
.hover_light:hover, .highlighted {
	background: #666;
}
	
.module_header {
	margin-bottom: 12px;
	color: #87a310;
	font: normal 36px Verdana,Geneva,sans-serif;
	letter-spacing: -1px;
}
	
.thumbwrapper {
	border: 1px dotted #87a310;
}

/*gallery*/
.image {
	border:  1px dotted #87a310;
}

/*contact*/
.contact_box {
	width: 250px
}
	
.contact_header {
	padding-bottom: 10px;
    color: #87a310;
    font-size: 15px;
}

.contact_line {
	border-left: 1px solid #87a310
}

#company_contact_wrapper, #company_contact_wrapper .wide {
	width: auto;
}

#company_contact_wrapper .narrow {
    width: 326px;
}

#contact_form.narrow {
	width: 285px;
	padding: 0 41px 0 0;
}

.send_input, .send_textarea {
    width: 643px;
    padding: 2px 4px;
    color: #000;
    font: 13px Tahoma,Geneva,sans-serif;
    background: #eee;
    border: 1px solid #947a56;
}

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

.button_send {
    margin: 5px 0;
    padding: 4px 8px;
    color: #87a310;
    font: 13px Arial,Helvetica,sans-serif;
    background-color: #191919;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
	margin: 12px 0;
	padding: 5px 20px;
	color: #fff;
	border:  1px dotted #87a310;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

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

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

.sound > a, .sound > form > a {
	color: #fff;
}

/*guestbook*/
.guestbookentry.hidden {
    background-color: #404040;
}

.hidden .guestbook_entry_text {
    color: #99867a;
}

.hidden .guestbook_author {
    color: #99867a;
}

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

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

/* rest */
#top form span {
	background: #3f2906;
}

.rich-inplace {
    background-color: #666;
}
