html {
    background: #222838 url(images/bg.jpg) repeat 0 0;
}

body {
	margin: 0;
    padding: 0;
	color: #fff;
	font: 12px Arial,Helvetica,sans-serif;
	background: transparent url(images/top_bg.jpg) repeat-x center 0;
}

h1, h2, h3, h4 {
	color: #b4a2c8;
	font-weight: 400;
}

h1 {
	font-size: 36px;
	letter-spacing: -1px;
}

h2 {
	font-size: 30px;
	letter-spacing: -1px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p, ul, ol {
    line-height: 200%;
}

ol, ul {
    margin: 0 30px;
}

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

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
    color: #c2add8;
}

a:hover {
    text-decoration: none;
}

.mceContentBody a {
    color: #c2add8 !important;
}

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

#main {
	position: relative;
    width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header {
	position: absolute;
	width: 960px;
    z-index: 2;
}

#header h1 {
	top: 30px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}

#header h2 {
	top: 70px;
	color: #6b3982;
	font-size: 12px;
}

#logo {
	display: block;
	width: 960px;
	z-index: 1;
}

.iviewer_up {
    left: auto !important;
    right: 26px !important;
    top: 46px !important;
}

.iviewer_down {
    left: auto !important;
    right: 26px !important;
    top: 78px !important;
}

.iviewer_left {
    left: auto !important;
    right: 42px !important;
    top: 62px !important;
}

.iviewer_right {
    left: auto !important;
    right: 10px !important;
    top: 62px !important;
}

#menu {
	background: url(images/menu_bg.gif) center 0;
}

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

#menu li {
	display: block;
	float: left;
	line-height: 32px;
}

#menu li a {
	display: block;
    height: 50px;
    margin: 0 10px 0 0;
    padding: 0 27px 0 0;
    line-height: 50px;
	color: #85679b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: transparent no-repeat right center;
}

#menu li a.module_article { background-image: url(images/house1.png); }
#menu li a.module_company { background-image: url(images/email1.png); }
#menu li a.module_gallery { background-image: url(images/photos1.png); }
#menu li a.module_download { background-image: url(images/file_manager1.png); }
#menu li a.module_offer { background-image: url(images/cart1.png); }
#menu li a.module_guestbook { background-image: url(images/newspaper1.png); }
#menu li a.module_playlist { background-image: url(images/music1.png); }
#menu li a.module_news { background-image: url(images/newspaper1.png); }
#menu li a.module_career { background-image: url(images/group1.png); }
#menu li a.module_video { background-image: url(images/film1.png); }

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

#languages .lang_txt, #languages ul {
	background: url(images/bg.jpg);
}

#languages a:hover {
	color: #6b3982;
}

.gallery_wrapper .contents {
	padding: 0;
	border-left: none;
}

.container {
	clear: both;
	margin: auto;
	padding: 0;
}

#body {
	float: right;
	display: inline;
	width: 670px;
	margin: 10px 20px 15px 10px;
	padding: 10px 0 30px 20px;
    border-left: 1px dotted #695a7c;
	overflow: visible;
}

.mceContentBody {
	margin: 0 !important;
}

#sidebar {
	float: left;
	display: inline;
	width: 200px;
	margin: 10px 10px 15px 20px;
}

.sidebar_content_header {
    padding: 5px 0;
    color: #b4a2c8;
    font-size: 18px;
    font-weight: normal !important;
}

.sidebar_content {
    padding: 10px;
    background: #322c44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

#module_menu li {
	height: 26px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 center;
}

#module_menu li a {
	padding: 2px 0 0 7px;
	color: #e2845a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

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

#footer {
	clear: both;
	width: 960px;
    margin: 10px auto 0;
    padding: 20px 0;
	color: #654982;
	background: #322c44;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

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

#footer ul {
	margin: 0;
	line-height: normal;
	list-style-type: none;
	text-align: center;
}

#footer li {
	display: inline;
	padding-right: 5px;
}

#footer p {
    padding: 20px 0 0;
	line-height: normal;
	text-align: center;
}

/**/
.module_header .rich-spinner-input {
    color: #fff;
}

.imagewrapper {
    margin: 10px;
}

.imagewrapper .thumbcaption {
    margin: 0 10px;
    padding: 3px 0;
}

.hover_light:hover {
    background-color: #602d6f;
}

/*contact*/
.contact_box {
    width: 300px;
}

.contact_header {
    padding: 5px 0;
    color: #b4a2c8;
    font-size: 18px;
}

.contact_line {
	padding-left: 0;
	border-left: none;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 335px;
}

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

.send_input, .send_textarea {
    width: 490px;
    padding: 2px 4px;
    color: #6b3982;
    font: 12px normal Arial,Helvetica,sans-serif;
    background-color: #e8e6ef;
    border: 1px solid #85679b;
}

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

.button_send {
    margin: 5px 0;
    color: #b4a2c8;
    background-color: #6d5b7f;
    border: 1px solid #584c6f;
}

.send_input, .send_textarea, .button_send {
	border: 1px solid #584c6f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.button_send:hover {
    color: #fff;
    background-color: #85679b;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
    margin: 12px 0;
    padding: 5px;
    background: #322c44;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

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

.customhtml_content {
    margin: 0;
    border: 1px dotted #322c44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.service_title, .guestbook_author, .contact_form_title, .module_header, .file_name {
	color: #b4a2c8;
}

.service_price, .guestbook_date, .info_date, .job_header .info_title {
    color: #e2845a;
}

.jobwrapper .full_job {
    border-bottom: 1px dotted #695a7c;
}

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

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

.guestbookentry.hidden {
    background-color: #5a5666;
    border-color: #224b59;
}

.hidden .guestbook_entry_text {
    color: #e5e5e5;
}

.hidden .guestbook_author {
    color: #cdc3d9;
}

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

.guestbook_date .rich-calendar-input {
    font-size: 12px;
    color: #e2845a;
}

/* rest */
#header form span, .module_header form span, .contact_box form span, form .contact_box span, .imagewrapper form span {
    background: #602d6f;
    border-bottom: 1px dashed #b87cca;
}

#menu form span {
    background: #602d6f;
}

.rich-inplace {
    background: none;
}
