**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/
* {
 margin:  0;
 padding: 0;
}

body {
 font-size: 10px;
 font-family: Verdana, sans-serif;
 background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }


#menu li.active a {
 color: #888888;
 background-color: #ADD8E6;
 text-decoration: none;
}


a img { border: none; }

#menu {
 width: 100%;
 overflow: auto;
 top: 0;
 bottom: 0;
 left: 0;
 position: absolute;
 height: 230px;
 background-color: #fff;
}


#menu ul { /*Remove all spacings from the list items*/ margin: 0; padding: 0; cursor: default; list-style-type: none; display:inline; }

#menu ul {
display: inline;
//width: 100%;
//table-layout: fixed;
}
#menu ul>li{
display: inline;
position: relative;
padding: 0px 0px;
}
#menu ul li.section-title { }

#content {
 height: 100%;
 position: absolute ;
 margin: 230px 0px 0px 20px;
 top: 0;
}

.container {
 padding: 5px 5px 25px 5px;
}

#content p { width: 800px; margin-bottom: 9px; }

p {
 margin: 0 0 10px 40px;
}

h1 { font-size: 10px; font-family: Verdana, sans-serif; font-weight: normal; color: #808080; margin: 0 0 0 20px;}
h2 { font-size: 10px; font-weight: normal; color: #808080; margin: 0;}
h3 { font-size: 10px; font-family: Cambria; font-weight: normal; }
h4 { font-size: 10px; font-family: Verdana, sans-serif; font-weight: normal; margin: 0 0 0 20px;}
h5 { font-size: 10px; font-family: Verdana, sans-serif; font-weight: normal; color: #808080; margin: 0;}
h6 { font-size: 10px; font-family: Verdana, sans-serif; font-weight: normal; color: ##5F9EA0; margin: 0;}



#img-container	{ margin: 0 0 0 0; padding: 0; }
#img-container p { width: 800px; margin: 0px; padding: 0 0 12px 0; }

#once { clear: left; }
