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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	overflow-x:hidden;
	overflow-y:scroll;
	
}

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

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

a img { border: none; }

#menu {
    width: 100%;
    /*margin:15px auto 0px;*/
	background-image:url(../img/background.png);
	position:fixed;
	top:0;
	height:100px;
	padding-top:10px;
	margin-top:15px;
}

#menu ul {
	list-style: none;
	margin: 0;
	clear:both;
}

#menu ul li.section-title { }

/*#menu ul {
Remove all spacings from the list items
margin: 0;
padding: 0;
padding-left: 0;
cursor: default;
list-style-type: none;
display: inline;
}

#menu ul {
display: table;
}*/

#menu ul>li{
display:table-cell;
/*position: relative;*/
padding:0 10px 6px 0;
float:left;!important;
}

/* The advice of indexhibit
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }*/

#content {
	width: 800px;
    margin:auto;
}

.container_menu {
    padding:0;
	width:800px;
	margin:auto;
}

.container {
	width:800px;
	margin:138px auto 0;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 32px; 
	}
	
h2 { 
	font-size: 24px; 
	}
	
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 16px; 
	margin-bottom:6px;
	}
	
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	margin-bottom:8px; 
	}

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

#once { clear: left; }