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

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

body {
	font-size: 11.56px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	background: #fff;
	color:#58595b;
	
}

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

a:link { text-decoration: none; color: #58595b; }
a:active { text-decoration: none;color:#f05133; }
a:visited { text-decoration: none; color: #58595b; }
a:hover { text-decoration: none; color:#a7a9ac;}

li.active a
{
color:#f05133; 
}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
 	position:fixed;
 	top:112px;
    bottom: 0;

   
    height: 100%;
	background-color: #fff;
	line-height:16px;

}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	padding-left:45px;
}

#menu ul li.section-title { 
text-decoration: none; color: #58595b; 
font-weight: bold;
margin-bottom:5px;
font-size: 10.56px;
}

#content {
    height: 100%;
    margin: 0px 0 0 224px;
    top: 0px;
}

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

#copyright
{
margin-left:45px;
font-size:8px;
margin-top:5px;
}

.menuLine
{
border:0px;
width:174.584px;
height:1px;
color:#f05133;
background-color:#f05133;
margin-left:25px;
margin-bottom:18px;
margin-top:18px;
}

.textHolder
{
padding-top:50px;
margin-top:-20px;
/*97*/
position:fixed;

background-color:#fff;
width:100%;
height:	60px;
}
#content .textHolder p

{
width:700px;
position:absolute;
bottom:15px;
}

#img-container
{
/*margin-top:58.667px;*/
margin-top:90px;
}

#containerHome #img-container
{
margin-top:58.667px;
}

.right
{
float:right;
}

#headerImg
{
/*width:929px;*/
width:930px;
position:fixed;
overflow:hidden;
margin-left:-1px;
margin-top:-1px;
}

#containerHome
{
 padding: 47px 5px 30px 5px;
}

.abouttextHolder
{
margin-top:134px;
}

.smaller
{
font-size: 10.56px;
}
