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

body {
	background-attachment: fixed;
	font: normal 11px/17px Arial, Helvetica, Geneva, sans-serif;
}

#agbs {
	font: normal 10px/12px Arial, Helvetica, Geneva, sans-serif;
	color: #bbb;
	padding-top: 20px;
	margin-top: 50px;
	width: 500px;
	border-top: 1px solid #ccc;
}

#top_bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background-color: #333;
	z-index: 30;
}

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

a:link, a:visited { text-decoration: none; color: #ff3b00; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; color: #333;background-color: #e3e3dc; }

a img { border: none; }

#menu {
    width: 150px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	color: #AAA;
	padding: 30px 0px 10px 30px;
	text-align: left;
	background-color: #f4f4ee;
}

#menu ul, #content ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title, #menu ul li {
	padding: 0px; 
	border: 0px solid #000;
	}
#menu ul li a {
	padding: 2px;
	color: #666;
}
#menu ul li a:hover {
	text-decoration: none; color: #333; background-color: #e3e3dc;
}

#content {
    height: 100%;
    margin: 0 0 100px 180px;
    top: 0;
    padding: 30px 10px;
    color: #666;
}

/*background: url(../../../files/content_bg.gif) repeat;*/

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

#content p { 
	width: 500px; 
	margin-bottom: 9px; 
    font-weight: normal;
}

#content ul {
	width: 250px;
	float: left; 
    font-weight: normal;
}

#content ul li{
	padding: 2px;
}

p {
    margin: 0 0 9px 0;
}

strong {
	padding: 2px;
	background-color: #e3e3dc;
	color: #333;
}
/* #0095ff */

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 12px; line-height: 16px; padding-bottom: 10px; }
h4 { font-size: 17px; line-height: 14px; color: #ff3b00;}

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

#once { clear: left; }