/**
* CSS
* 
* @version 1.0
* @author Ingrid 
* @author Ingrid Stojnic
*/


* {
	margin: 0;
	padding: 0;
}

img { 
	border: none; 
	}

html{ 


	}


body {
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align: center;
	color: #000;
	background: #000;
	width: 100%;	
	margin: 0 auto;
	height:100%;
	position: relative;	
	margin: 20px 0;	
	}

#wrap{
	width: 97%;
	background: #fff; 
	margin: 0 auto;
	height:100%;
	position: relative;	
	}
	
#container{
	width: 960px;
	margin: 0 auto;
	height:100%;
	position: relative;
	text-align: left;
	}


a{ 
	text-decoration: none; 
	color: #000;
	}

a:hover { 
	text-decoration: none; 
	}
	
	
#menu{
	width: 310px;
	float: left;
	padding-bottom: 50px;
	padding-top: 60px;
	}		

#menu p a{
	/*
	text-align: right;
	margin: 35px 20px 35px 0;
	background: url(logo.gif) no-repeat top right;
	width: 290px;
	height: 25px;
	display: block;
	*/
	position: relative;
	top: -20px;
	left: 310px;
	width: 290px;
	height: 25px;
	display: block;
	background: url(logo.gif) no-repeat 0 0;	
	}
	
#menu p span{
	display: none;
	}
		
#menu ul{
	list-style-type: none;
	margin: 15px 0 15px 0;
	cursor: pointer;
	width: 100%;
	text-align: right;	
	position: relative;
	}	

#menu ul li{
	line-height: 18px;
	margin: 0 20px 0 0;
	text-align: right;
	cursor: pointer;	
	}


#menu ul li a{
	color: #999;
	cursor: pointer;
	}	
	
#menu ul li a:hover{
	border-bottom: 0px solid #605c5a;
	color: #000;
	cursor: pointer;	
	}	
	
#menu ul li.active a{
	border-bottom: 0px solid #605c5a;
	color: #000;
	cursor: pointer;		
	}	
		
#menu ul li.section-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;			
	}
	
#content{
	width: 650px;
	float: left;
	margin: 105px 0 50px 0;
	}

#content p{
	margin-bottom: 1em;
	}

#content p a{ 
	text-decoration: underline; 
	color: #000;
	}

#content h1{ 
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #000;
	text-transform: uppercase;
	
	}
	
#content p a:hover{ 
	text-decoration: none; 
	color: #999;
	}
	
/****************************/	


/******************************** footer */
#footer{
	width: 290px;
	float: left;
	margin-right: 20px;
	}

#menu #footer{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #999;
	font-size: 9px;
	background: none;
	line-height: 15px;
	}	

#menu #footer a{
	color: #999;
	background: none;
	margin: 0 0 20px 0;
	}	
		
/****************************** slideshow */

#content p#nums {
	margin: 0 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #999;
}

#content p.cap{
	margin: 3px 0 10px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;

}

/************************************/

.clearfix{
	clear: both;
	}	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	
	
	

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



