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

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: #333;
	background-image:url('/images/bg1.jpg');
}

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



a:link { text-decoration: none; font-weight:normal; background-color: none; color: #000; padding-right: 3px; padding-left: 3px; }
a:active { text-decoration: none; font-weight:bold; background-color: none; color: #000; padding-right: 3px; padding-left: 3px; }
a:visited { text-decoration: none; font-weight:normal; background-color: none; color: #000; padding-right: 3px; padding-left: 3px; }
a:hover { text-decoration: underline; font-weight:normal; background-color: none; color: #000; padding-right: 3px; padding-left: 3px; }

a.ndxz:link { text-decoration: none; font-weight:bold; background-color: none; color: #aaa; padding-right: 3px; padding-left: 3px; }
a.ndxz:active { text-decoration: none; font-weight:bold; background-color: none; color: #aaa; padding-right: 3px; padding-left: 3px; }
a.ndxz:visited { text-decoration: none; font-weight:bold; background-color: none; color: #aaa; padding-right: 3px; padding-left: 3px; }
a.ndxz:hover { text-decoration: none; font-weight:bold; background-color: none; color: #000; padding-right: 3px; padding-left: 3px; }

a.imagem { background-color: none;}
a.imagem:hover { background-color: none;}
a.imagem img { background-color: none; border:none;}
a.imagem:hover img { background-color: none;border:none;}


a img { border: none;}

a.imagem { background-color: none;}
a.imagem:hover { background-color: none;}

#menu {
    width: 260px;
    
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    
}

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

#menu ul li.section-title { font-weight:normal; color:#9d0327; margin-left: 5px; }
#menu ul li.active a { font-weight:bold;}
#menu ul li { margin-left: 20px; }

#content {
    height: 100%;
    margin-left: 275px;
    margin-top: 120px;
}

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

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

#navigation a {}
#navigation a.activeSlide { font-weight: bold }
#navigation a:focus { outline: none; }


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; }

hr { border:solid #444 1px; height:1px; width:700px;}

input{
	height:16px;
	font-family: arial, verdana, helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	vertical-align:middle;
	background-color:#eeeeee;
}

textarea{
	font-family: arial, verdana, helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	vertical-align:middle;
	background-color:#eeeeee;
}

