/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;

}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	background-image: url("../img/bg_page.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333333;
}

body.section-1 {
	//background-color: #333333;
}
body.section-2 { 	
	//background-color: #333333;
}
body.section-3 { 
	//background-color: #333333;
	}
body.section-4 { 
	//background-color: #333333;
	}
body.section-5 { 
	//background-color: #333333;
	}

a:link 
{ 
	text-decoration: none;
	color: #999999;
	
}
a:active 
{ 
	text-decoration: none; 
	color: #999999;
}
a:visited 
{ 
	text-decoration: none;
	color: #999999; 
}
a:hover 
{ 
	text-decoration: none;
	color: #ffffff;
}

a img 
{ 
	border: none; 
	
}

a 
{ 
	outline: none; 
	
}


#num 
{
	text-align: center;
	font-size: 18px;
	color: #555555;
	font-family: Times, serif;
}

.footer_indexhibit { 
		font-family: Verdana, sans-serif;
        position: fixed; 
        bottom: 15px; 
        left: 30px;
        font-size: 10px;
        color: #444;
        background-color: transparent;
        z-index: 1;
}

.footer_indexhibit a { 
        color: #555;
 }


#menu 
{
    width: 260px;
    overflow: auto;
    top: 0;
    line-height: 22px;
    bottom: 0;
	left: 0;
    position: fixed;
	text-align: left;
	padding: 22px 0 0 20px;
    height: 100%;
	background-color: #222222;
}

#menu ul 
{
	width: 230px;
	list-style: none;
	background-color: #333333;
	margin: 0 0 10px 0;
	padding: 4px 0 4px 10px;	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#menu ul li.section-title
{
	padding-left: 0px;
	font-style:bold;
	//letter-spacing: 1px;
	color: #ad8978;
	
}


#menu ul li.active a 
{ 
	text-decoration: none;
	padding-left: 10px;
	color: #ffffff;
	 
}


#menu ul li
{
	padding-left: 0px;
}






.nothumb
{
	//margin-left: 30px;
}


h1
{
	 -webkit-text-stroke: 1px transparent; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 7px;
	padding-top: 64px;
}


h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }






.container 
{
	height: 90px;
	width: 677px;
	line-height: 19px;
}


.container p
{
	padding-top: 12px;
	margin-bottom: 43px;
}




.pics {
    text-align: left; 
    //center
    //border: 3px solid #dd1100;
    //color: #44dd22;
}

.pics.p {
    //color: #333333;
}





#s1 {
    //border: 3px solid #44dd00;
	//text-align: center;
	//padding-left: 30px;
	//center
	//width: 800px;
}


#s1 p {
	padding-top: 30px;
	//margin-left: 19px;
	//width: 800px;
}



.nav	
{ 
//	margin-left: auto;
//	margin-right: auto;
	margin-left: 226px;
	//margin-left: 30px;
	//center
}

.img-bot
{ 
	margin-top: 43px;
}


#img-container	
{ 
	margin: 0; 
	padding-top: 10px; 
	width: 800px;
	text-align: left;
	//center
}
#img-container p	
{ 
	//text-align: left;
	//center
	//padding-left:0px;
	//padding-right:90px;
	//width: 60%;
}


.nothumb { float: left; padding: 23px 250px 0px 0px; text-align: justify; line-height: 19px;}
.nothumb img { display: block; margin: 0 0 0 0; }
.nothumb strong { display: block; margin-top:23px;}



#d-col1 
{ 
	background-color: #222222;
	z-index: 999;
	padding-top: 10px;
	float: right; 
	width: 230px; 
	height: 100%; 
	padding-left: 10px;
}



#once 
{ 
	clear: left; 
}

#content {
   /* height: 100%;*/
    //padding: 0 0 0 70px;
    padding: 0 0 0 170px;
    margin: 0 0 0 300px;
    top: 0;
	
	}


#content p
{
	width: 660px;
	text-align: left;
	line-height: 19px;
	//padding-right: 250px;
	//padding-top: 37px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.clear-both 
{ 
	clear: both; 
}













