body {
	color: #333;
	font: 12px Verdana, Tahoma, arial, sans-serif;
	text-align: center;
	background: #ccc;
}

a {
	color: #4f82cb;
	text-decoration: none;
}

a:hover {
	color: #4ebf37;
}

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

.mceContentBody {
    background: #fff !important;
    text-align: justify !important;
}

.mceContentBody a {
	color: #4f82cb !important;
    text-decoration: none !important;
}

.mceContentBody a:hover {
    color: #4ebf37 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold; 		
}

h1 { font-size: 30px; }

h2 { font-size: 26px; }

h3 { font-size: 22px; }

h4 { font-size: 18px; }

ul, ol {
	margin: 0 30px;
}

/* Header */
#main {
 	width: 820px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: left;
	background: #ccc url(images/content.jpg) repeat-y center 0;
}

#header {
	width: 820px;
	height: 106px;
	color: #fff;
	background: #ccc url(images/header.jpg) no-repeat center 0;
	z-index: 1;
}

#header h1 {
	top: 28px;
	left: 50px;
	font: bolder 46px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
}

#header h2 {
	top: 80px;
	left: 58px;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
}

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

/* Menu */
#menu {
	_position: static; /*IE6 hacks*/
	width: 760px;
    padding: 0 30px;
    font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
    background: #88ac0b url(images/menu.jpg) repeat-y;
}

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

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

#menu li a {
    display: block;
    float: left;
    height: 26px;
    padding: 0 8px;
    text-decoration: none;
    color: #fff;
}

#menu li:hover a, #menu li.active a {
    color: #333;
    background-color: #ececec;    
}

#languages {
	top: 28px;
	right: 35px;
}

#languages ul {
   background: #4278ce;
}

#languages a {
	color: #fff;
}

#languages a:hover {
    color: #4ebf37;
}

/* Content */
.content {
	clear: both;
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0; 
}

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

/* Sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 20px 0;
	padding: 0;
}

.sidebar_content {
	margin: 0;
    border: 1px solid #eff0f1;
    border-top: none;
}

#sidebar .sidebar_content:first-child {
    border-top: 1px solid #eff0f1;
}

.sidebar_content_header {
	padding: 5px 0 5px 10px; 
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #e7e7e7 url(images/headerbg.gif) repeat-x 0 0;	
	border-bottom: 1px solid #eff0f1;
}

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

#module_menu a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 25px;
	font-weight: bolder;
    background: url(images/go.gif) no-repeat 5px center;    
    border-bottom: 1px solid #eff0f1;
}

#module_menu li a:hover, #module_menu li.active a {
        color: #4ebf37;
}

/* Footer */
#footer {
	position: relative;
	width: 764px;
	margin: 0 auto;
	padding: 0 28px 20px;
	color: #666;
	text-align: center;
	background: #ccc url(images/footer.jpg) no-repeat center bottom;	
}

#footer_side {
    float: left;
    width: 200px;
}

#footer_main.narrow {
    float: right;
    width: 548px;
}

#footer a {
	text-decoration: none;
}

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

#footer li {
	display: inline;
	padding: 0 5px;
}
	
#footer p {
	padding: 5px 0 0;
	font-size: 9px;
}
	
#footer p a {
    font-size: 9px;
}

/* all modules */
.module_header {
	height: 16px;
	margin-top: 10px;
	padding: 0 0 5px 25px;
	font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	background: url(images/square-green.png) no-repeat 3px 50%;
	border-bottom: 1px solid #eff0f1;	
}
	
.thumbwrapper {
	border: 1px solid #ccc;
}

/*gallery*/
.imagewrapper {
	background-color: #eff0f1;
}

.image {
	border: solid 2px #eff0f1;
}

/*contact*/
.contact_box {
	width: 260px;
}
	
.contact_header {
	color: #4f82cb;
	font-size: 13px;
}
	
.contact_line {
	border-left: 2px solid #4ebf37;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: auto;
}

#company_contact_wrapper .narrow {
    width: 274px;
}

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

.button_send {
    margin: 5px 0;
    color: #000;
    background: #ccc;
}

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

.send_input, .send_textarea, .button_send {
    font: 12px Verdana,Tahoma,arial,sans-serif;
}

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

.inlinegallery .thumbwrapper {
    padding: 3px;
}

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

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

.service_title, .guestbook_author {
	color: #4ebf37;
}

.service_price, .guestbook_date {
	color: #4f82cb;
}

/* guestbook*/
#guestbook_form {
    border-color: #4ebf37;
}

.guestbookentry.hidden {
    background-color: #f2f2f2;
    border-color: #ccc;
}

.hidden .guestbook_entry_text {
    color: #666;
}

.hidden .guestbook_author {
    color: #77cc66;
}

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

.guestbook_date .rich-calendar-input {
    font-size: 11px;
    color: #4f82cb;
}

/* rest */
#header form span {
	background: #009;
}
