body {
	color: #333;
	font: 13px "georgia", "times new roman", serif;
	text-align: center;
	background: #ddd;
}

ul, ol {
    margin: 0 30px;
    line-height: 19px;
}

.mceContentBody {
	line-height: 1.5em !important;
    text-align: left !important;
    background: #fff !important;
}

a {
    color: #b96d00;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

blockquote {
    margin: 5px 5px 5px 25px;
}

.mceContentBody a {
    color: #b96d00 !important;
    text-decoration: underline !important;
}

.mceContentBody a:hover {
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
    font-weight: bold;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 14px; }

/* Header */
#main {
	position: relative;
	width: 950px;
	margin: 40px auto 0;
	padding: 5px 5px 30px;
	text-align: left;
	background: #fff;
}

#header {
    position: absolute;
    width: 950px;
    left: 5px;
    color: #fff;
    z-index: 2;
}

#header h1 {
	top: 40px;
	left: 36px;
	font-size: 34px;
	font-weight: normal;
}

#header h2 {
	top: 60px;
    left: 220px;
    font-size: 24px;
	font-weight: normal;
}

/* Logo */
#logo {
	position: relative;
	width: 950px;
	border-bottom: 2px solid #fff;
	z-index: 1;
}

.iviewer_up {
    top: 82px;
}

.iviewer_down {
    top: 114px;
}

.iviewer_left {
    top: 98px;
}

.iviewer_right {
    top: 98px;
}
    
/* Menu */
#menu {
	margin: 0 0 2px;
	background: #7f8400 url(images/menubg.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0 5px;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu li a {
    display: block;
	padding: 0 14px;
	line-height: 45px;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.active a {
	background: url(images/menuactive.gif) repeat-x 0 0;
}
	
#menu .rich-inplace-input {
	background: #7f7f7f;
}

#languages {
	top: 7px;
	right: 4px;
}

#languages {
	color: #fff;
}

#languages ul {
	background: #2b2b2b;
}

#languages a:hover {
    color: #7f8400;
}

/* Content */
.content {
	padding: 25px 10px 0 10px;
	background: url(images/border1.gif) repeat-x 0 0;
}

#body {
    float: left;
    width: 640px;
	line-height: 19px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
}

#module_menu {
	margin: 0;
	padding:  0 0 0 20px;
	list-style: none;
}

#module_menu li {
	padding: 3px 0;
}

#module_menu li a {
    text-decoration: none;
}

#module_menu li a:hover, #module_menu li.active a {
    text-decoration: underline;
}


/* Footer */
#footer {
	width: 930px;
    margin: 0 auto 20px;
	padding: 5px 10px 5px;
	font-size: 12px;
	text-align: center;
    background: #fff url(images/border2.gif) repeat-x 0 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

#footer_side {
    float: right;
    width: 240px;
}

#footer_main.narrow {
    float: left;
    width: 640px;
}

#footer ul {
	margin: 0;
	list-style-type: none;
}

#footer_main.wide ul {
	float: left;
    width: 710px;
}

#footer li {
	display: inline;
	padding: 0 5px;
}

#footer p {
	margin: 0;
    font-size: 9px;	
}

#footer_main.wide p {
	float: right;
    width: 220px;
    text-align: right;
}

#footer p a {
    font-size: 9px;
}

/* all modules */
.thumbwrapper {
	background-color: #f9f9f9;
	border: 1px solid #858B00;
}

.module_header {
    height: 22px;
    margin: 5px 0 20px;
    font-size: 18px;
}

/*gallery*/
.image {
	border: solid 2px #ebeef3;
}

/*contact*/
.contact_box {
	width: 310px;
	padding: 5px 5px 15px;
}
	
.contact_header {
	color: #4b5360;	
	font-size: 15px;
    padding-bottom: 10px;
}

.contact_line {
	padding-left: 8px;
	border-left: 2px solid #4b5360;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 320px;
}

#contact_form.narrow {
    width: 250px;
    margin: 0 35px;
}

.send_input, .send_textarea {
    width: 494px;
    padding: 2px;
    border: 1px solid #7f8400;
}

.narrow .send_input, .narrow .send_textarea {
	width: 244px;
}

.button_send {
    margin: 5px 0;
    color: #000;
    background: #b9b9b9;
}

.send_input, .send_textarea, .button_send {
	font: 13px "georgia","times new roman",serif;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
    margin: 12px 0;
    padding: 5px;
    border: 1px solid #858b00;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

.movie_iframe {
    padding: 0;
    border: none;
}

.customhtml_content {
    margin: 0;
    border: 1px dotted #858b00;
}

.service_price, .guestbook_date {
    color: #616500;
}

/*guestbook*/
#guestbook_form {
    width: 500px;
    border-color: #858b00;
}

.guestbookentry.hidden {
    border-color: #9aa100;
}

.hidden .guestbook_entry_text {
    color: #737373;
}

.hidden .guestbook_author {
    color: #737373;
}

.hidden .guestbook_date .rich-calendar-input {
    color: #939900;
}

.guestbook_date .rich-calendar-input {
    font-size: 13px;
    font-family: georgia,"times new roman",serif;
    color: #616500;
}

/*rest*/
.rich-inplace {
    background: #d9d9d9;
}

#header h1 .rich-inplace, #header h2 .rich-inplace {
	background: none;
}
