@import url("lang_flags.css");
@import url("navigation.css");
@import url("profiles.css");
@import url("forms.css");
@import url("tables.css");
@import url("ui.datepicker.css");
@import url("flash-notice.css");
@import url("pagination.css");
@import url("prettyPhoto.css");

/* -------------- GLOBAL STYLES -------------- */

body {
	background: #0c0c0c url(../images/bg.jpg) repeat-x;
	font: 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

a:link, a:visited { color: #c1272d; }
a:hover { text-decoration: underline; }

/* -------------- LAYOUT -------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-bottom: .5em;
	text-align: left;
	background: #000000;
	position: relative;
}

#header {
	position: relative;
}

	#top {
    	height: 64px;
    	padding: 30px 15px 0 25px;
    	position: relative;
    	border-bottom: 1px solid #333333;
	}

	#header .logo {
		text-align: left;
	}

		#header .logo a {
			display: block;
            background: url(../images/logo.png) no-repeat;
			width: 202px;
			height: 35px;
			text-indent: -5000em;
			overflow: hidden;
			float: left;
		}

        #header .logo span {
        	margin-left: 10px;
        	padding-left: 10px;
			float: left;
			border-left: 1px solid #666666;
			height: 35px;
			line-height: 35px;
			font-weight: normal;
			font-size: 11px;
			color: #f0f0f0;
		}

	#large_pic {
    	height: 430px;
    	background-color: #1f1f1f;
	}

        #large_pic div {
    		background-repeat: no-repeat;
    		display: block;
    		width: 100%;
    		height: 100%;
    		display: none;
		}

    #small_pic {
    	height: 150px;
    	background: #1f1f1f url(../images/head-image/head-image_02.jpg) no-repeat;
	}

#home_content {
	background: url(../images/bg-trans-black.png);
	position: absolute;
	top: 114px;
	right: 100px;
	width: 330px;
	height: 360px;
	color: #dfdfdf;
	font-size: 1.1em;
	padding: 15px 25px;
	border: 1px solid #333333;
}

    #home_content .inner {
		padding-right: 10px;
		overflow: auto;
		height: 190px;
		margin-bottom: 15px;
	}

    #wrapper #home_content h2 {
		color: #c1272d;
		border-top: 3px solid #c1272d;
		border-bottom: 1px solid #c1272d;
		margin: 0 0 10px 0;
		padding: 7px 2px;
	}

    #home_content p {
		text-align: left;
	}

     #home_content .deco {
		display: block;
		border: 5px solid #cccccc;
		width: 320px;
		max-height: 140px;
	}

#main {
	background: url(../images/bg-content.png) repeat-x;
	padding: 35px 35px 0 35px;
	border-top: 1px solid #333333;
}

#left-col {
	color: #ffffff;
}

	#left-col .module {
		margin-bottom: 1em;
		padding-bottom: 1em;
		border-bottom: 1px dotted #666666;
	}

#side_contacts {

}

	.address {
		color: #666666;
	}

    #wrapper ul.contacts,
    #wrapper ul.contacts li {
		margin: 0;
		padding: 0;
		list-style: none;
		background-image: none;
		text-align: right;
	}

#footer {
	padding: 5px 30px;
	margin: 3em 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #1a1a1a;
	font-size: 1.1em;
}

	#footer .copy {
		color: #999999;
	}

        #footer .copy:hover {
			text-decoration: none;
		}

	#contacts-footer {
		float: left;
		width: 70%;
		text-transform: uppercase;
	}

	#designedby {
		width: 29%;
		text-align: right;
		float: left;
	}


/* -------------- CONTENT ELEMENTS -------------- */

#wrapper h2 {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: .2em;
	border-bottom: 2px solid #c1272d;
}

	#wrapper h2 span {
		color: #c1272d;
	}

#wrapper h3 {
	color: #f0f0f0;
	font-weight: normal;
	border-bottom: 1px solid #333333;
	padding-bottom: 3px;
	margin-top: 40px;
}

    #wrapper h3 span {
		color: #c1272d;
	}

	#wrapper .coordinates h3 {
		border: none;
		padding: 0;
		margin: 20px 0 0 0;
	}

#wrapper blockquote {
	font: italic 1.3em "Times New Roman", Times, serif;
	border: none;
	margin: 0;
	padding: 0;
}

	#wrapper blockquote p {
    	color: #c1272d;
    	text-align: left;
	}

.content p {
	text-align: justify;
	margin-bottom: 2em;
}

.content strong {
	color: #ffffff;
}

.content ul li {
	padding-left: 1.2em;
	background: url(../images/bullet.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 -------------- */

#wrapper #html_links {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#wrapper  #html_links li {
		display: block;
		margin: 1em 0;
	}

#flashMsg {

}

	#flashMsg p {
		margin: 1em 0;
		text-align: left;
		padding: .5em;
		font-size: 1.2em;
		color: #ffffff;
		-moz-border-radius: .3em;
	}

	#flashMsg .valid {
		background: #3d501e;
	}

	#flashMsg .warning {
		background: #1a2c51;
	}

	#flashMsg .error {
		background: #620000;
	}


#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;
}

