/* -------------------------------------------------
	(c)2008    Elitemedia CMS
	Created:   02.05.2008
	Author:    ELITE MEDIA COMPANY LLC
	Website:   www.elitemediacompany.com
------------------------------------------------- */

@import url("lang_flags.css");
@import url("navigation.css");
@import url("gallery.css");
@import url("forms.css");
@import url("flash-notice.css");
@import url("pagination.css");
@import url("fancybox.css");

/* -------------- GLOBAL STYLES -------------- */

body {
	background: #4d0320 url(../images/bg.jpg) no-repeat center 30px;
	font: .95em Tahoma, Arial, Helvetica, sans-serif;
	color: #dfa7be;
    text-align: center;
}

a:link, a:visited { color: #ef5997; text-decoration: underline; }
a:hover { color: #ff6fae; }

/* -------------- LAYOUT -------------- */

#wrapper {
	width: 871px;
	height: 595px;
    margin: 0 auto;
    text-align: left;
    margin-top: 110px;
    position: relative;
}

#banner {
	position: absolute;
	top: -81px;
	right: 0;
	width: 468px;
	height: 60px;
	overflow: hidden;
	border: solid 2px #6f1b3e;
}

#header {

}

	#header .logo {
		width: 265px;
		height: 44px;
		text-indent: -5000px;
		overflow: hidden;
		text-align: left;
        float: left;
	}

		#header .logo a {
			display: block;
			height: 100%;
		}

	#bg-image {
		background-repeat: no-repeat;
		width: 871px;
		height: 550px;
		display: none;
	}

#main {
	position: relative;
    width: 871px;
    text-align: left;
}

    #content {
		position: absolute;
		top: 0;
		height: 510px;
        padding: 20px;
        overflow: auto;
        background: url(../images/bg-trans.png);
	}

	.simple #content {
		width: 831px;
	}

    .sided #content {
		width: 330px;
	}

#footer {
	font-size: 11px;
	color: #e06796;
	margin-top: 10px;
}

	#footer a {
		color: #e06796;
		text-decoration: none;
	}

    #footer a:hover {
		color: #ef86b2;
		text-decoration: underline;
	}

	#contacts-footer {
		float: right;
		text-align: right;
		width: 341px;
	}
		.contacts-phone {
            color: #efe0e6;
            font-size: 13px;
            font-weight: bold;
		}

/* -------------- CONTENT ELEMENTS -------------- */

.content h2 {
	color: #df4585;
    font: normal 1.8em Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing: -0.05em;
	padding: 10px 0 1px 0;
    border-bottom: 1px dotted #7f0f3e;
    margin-top: 0;
}

    .content h2 span {
		color: #efd1dd;
	}

.content h3 {
	font-size: 14px;
    font-variant: small-caps;
	margin: 25px 0 1px 0;
	color: #ffe3ef;
}

.content p {
	text-align: justify;
    line-height: 1.4em;
}

.content strong {

}

.content ul li {
	padding-left: 1.2em;
	background: url(../images/bullet_yellow.png) no-repeat;
}

.content ol li {
	margin-bottom: 1em;
}

.flashnote p {
	background: #6f520d;
	padding: 15px;
	font-size: 1.2em;
	margin-top: 1.5em;
	font-weight: bold;
	text-align: center;
}


/* -------------- VARIOUS ELEMENTS -------------- */

#html_links {
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none;
}

	#html_links li {
		display: block;
		margin: 1em 0;
		background: transparent;
	}

#content pre, #content code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	background-color: #0f0f0f;
	border: 1px solid #2f2f2f;
	display: block;
	margin: 0 0 2em 0;
	/* white-space: normal; */
	/* word-wrap: break-word; */
	padding: 12px 10px 12px 10px;
}

#player {
	margin: 0 auto;
	text-align: center;
}

span.signature {
	display: block;
	width: 193px;
	height: 32px;
	text-indent: -5000px;
	overflow: hidden;
	margin-top: 10px;
	background: url(../images/signature.png) no-repeat;
}

.alert {
	background: #dfb5c6;
	border: 2px solid #4d0320;
	color: #000;
	font-size: 1.2em;
	padding: 0.5em;
	margin: 0;
}

