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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana;
	color: #535353;	
	line-height: 12px;
	background-color: #D9D9D9;
	margin-left: 40px;
	text-transform: uppercase;
}

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

#menu a:link {
	text-decoration: none;
	color: #535353;
	font-style: normal;
	
}
#menu a:active {
	text-decoration: none;
	color: #535353;
	font-style: normal;
	
}
#menu a:visited {
	color: #535353;
	font-style: normal;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #E3001B;
	font-style: normal;

	}

#content a:link {
	text-decoration: none;
	color:#E3001B;
	font-style: normal;
}
#content a:active {
	text-decoration: none;
	color:#E3001B;
	font-style: normal;
}
#content a:visited {
	text-decoration: none;
	color:#E3001B;
	font-style: normal;
}
#content a:hover {
	text-decoration: none;
	color:#fff;
	font-style: normal;
}



a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #D9D9D9;	
	opacity: 50%;
	text-align: right;
	padding-right: 20px;
	margin-top: 80px;
	margin-left: 50px;
	text-transform: uppercase;
	line-height: 15px;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	
}



#menu ul li.section-title {
	font-size: 12px;
	letter-spacing: 2px;
	padding-top: 1px;
	color: #000000;
	font-weight: bold;
	cursor:pointer;

}

#content {
    height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 123px 0 0 215px;
}

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

#content p { width: 650px; margin-bottom: 9px; 
 }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
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; }

