/**
* CSS
* 
* @version 1.1
* @author ARSENI KHAMZIN / SIXOHFOUR
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: "Minion Pro";
	background: #e8eee5;
	line-height:normal!important;
	letter-spacing: 1px;
	font-weight: 100;


}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #3db181; }
a:active { text-decoration: none; color: #3db181; }
a:visited { text-decoration: none; color: #3db181; }
a:hover { text-decoration: underline; color: #3db181; }

a img { border: none; }

#menu {
	width: 150px;
	height: 550px;
	overflow: auto;
	top: 65px;
	bottom: 0;
	left: 40px;
	position: fixed;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	color: #2a2a2a;
	background-color: #f7f9f8;
	margin: 0 0 5px 0;
	padding: 10px; 
}

#title {
	text-align:center;
	color: #3db181;
	font-style: italic;
	font:"Hoefler Text", Georgia, "Times New Roman", Times, serif;
	background-color: #f7f9f8;
	padding: 0px;
	margin-bottom: 5px; 
}

#title2 {
	font-family: "Minion Pro"; font-size: 11px; color: #000;
	background-color: #f7f9f8;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 13px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-bottom: 5px; 
	text-align:center;
}

#title2 a {
	color: #000;
	}


img {
	padding: 0px ;
	margin: 0; 
}

#description {
font-size: 8px; text-align:center; background-color:#FFFFFF; color: #c4e1d5;
}

#other { 
}

.padding-left {
	padding-left: 120px;
	}

.slideshowpadding { 
padding-top: 620px;
}

#menu ul li.section-title { font-style: italic; border-bottom: 1px dotted #000; padding-bottom: 3px; margin-bottom: 3px; }

#content {
	height: auto;
	margin-top: 65px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
}

.container {
    padding: 5px 5px 25px 5px;
}

.title-box {
height: 595px;
width: 450px;
margin-right: 15px;
clear: both;
float: right;
background-color: #fff;
}

.title-box2 {
height: 450px;
width: 440px;
margin-right: 15px;
clear: both;
float: right;
background-color: #fff;
}


#content p { width: 420px; padding: 15px; }

p {
    margin: 0 0 0 0; color: #333;
}

p a:link{ color: #00CCCC;text-decoration: none;}
p a:active{ color: #00CCCC; text-decoration: none;}
p a:visited{ color: #00CCCC; text-decoration: none;}
p a:hover{ color: #00CCCC; text-decoration: underline;}

p.whitetext { color: #fff; }
p.blacktext { color: #000; }
p.lightgray { color:#333; }
p.darkgray { color:#666; }


h1 { font-size: 32px; color:#FFFFFF; font-style: oblique; font-variant:normal }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }