body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	background: #efefef;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}

h1 {font-size: 32px;}

h2 {
	margin-bottom: 10px;
	font-size: 26px;
	border-bottom: 1px solid #f4f4f4;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
}

h4 { font-size: 14px;}

p, ol, ul, blockquote {
	line-height: 24px;
}

ol, ul {
    padding: 0 30px;
}

a {
	color: #ec5600;
}

a:hover {
	text-decoration: none;
}

blockquote {
    margin: 5px 5px 5px 25px;
    font-style: italic;
}

.mceContentBody {
	background: #fff !important;
}

.mceContentBody a {
	color: #ec5600 !important;
}
	
.mceContentBody a:hover {
	text-decoration: none !important;
}

/* Header */
#main {
	width: 917px;
	margin: 30px auto 0;
	background: #fff url(images/img1.gif) no-repeat 0 0;
}

#header {
	z-index: 2;
}

#header h1 {
	float: left;
	margin: 0 0 0 40px;
	top: 50px;
	font-size: 36px;
}

#header h2 {
	float: left;
	margin: 0;
	top: 72px;
	left: 0;
	font-size: 12px;
	color: #b4b4b4;
	border: none;
}

/* Menu */
#menu {
	clear: both;
	margin: 10px 25px;
	padding: 15px 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 13px;
	color: #3b3b3b;
    border-left: 1px solid #dbdbdb;
}

#menu a:hover, #menu .active a {
    color: #ec5600;
}

/* Logo */
#logo {
	position: relative;
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img5.gif) repeat-x 0 bottom;
	z-index: 1;
}

#languages {
	top: 13px;
	right: 15px;
}

#languages ul {
	background: #fff url(images/img1.gif) no-repeat -20px -13px;
}

#languages a:hover {
    color: #3b3b3b;
}

/* Content */
.content {
	width: 847px;
	margin: 0 auto;
	padding: 15px 35px 0 35px;
	background: #fff url(images/img8.gif) no-repeat 0 bottom;
}

#body {
	float: left;
	width: 620px;
	padding-bottom: 24px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 185px;
	margin: 5px 0 30px;
}

#module_menu {
    margin: 0;
    padding: 0 0 5px 20px;
    
}
#module_menu li {
    list-style-type: none;
}

#module_menu li:hover, #module_menu li.active {
    list-style-image: url(images/list_item.gif);
}

#module_menu li a {
    text-decoration: none;
}

.cont_field {
	margin: 2px 0 2px;
	padding: 0 0 0 25px;
}

/* Footer */
#footer {
	background: #efefef;
}

#footer_side {
	float: right;
	width: 220px;
}

#footer_main.narrow {
	float: left;
    width: 697px;
}

#footer ul {
	margin: 0 auto;
	text-align: center;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
    padding-right: 10px;
    color: #5d5d5d;
}

#footer p {
	line-height: normal;
	text-align: center;
	text-indent: 0;
	color: #777;
}

#footer p a {
	padding: 0;
}

/*guestbook*/
.guestbookentry.hidden {
    background-color: #f2f2f2;
    border: none;
    border-bottom: 1px solid #4c4c4c;
}

.hidden .guestbook_entry_text {
    color: #a6a6a6;
}

.hidden .guestbook_author {
    color: #a6a6a6;
}

.hidden .guestbook_date .rich-calendar-input {
    color: #a6a6a6;
}

.guestbook_date .rich-calendar-input {
    font-size: 10px;
    color: #6b6b6b;
}

/*rest*/
.flash_vid {
	margin: 0 5px;
    padding: 20px 5px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

.thumbwrapper {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

.document, .sound {
	width: auto;
	margin: 8px 5px;
	padding: 5px 20px;
	background-color: #f9f9f9;
    border: 1px solid #cc;
}
	
.image {
	border: solid 2px #ccc;
}

.contact_line {
    padding-left: 8px;
    border-left: 2px solid #ec5600;
}

.contact_box {
	width: 310px;
	line-height: 20px;
}
	
.contact_header {
	color: #ec5600;	
}

.send_input, .send_textarea {
	width: 94%;
	padding: 2px 6px;
    font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
    border: 1px solid #ec5600;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.button_send {
    margin: 5px 0;
    color: #ec5600;
    font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
    background: #efefef;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
