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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited { text-decoration: none; color: #666666;}

a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a img { border: none; }

#menu {
	width: 140px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(http://www.riccarvalho.com/files/menu_divider.gif);
	background-repeat: repeat-y;
	
}

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

#menu ul li.section-title {
	text-decoration: underline;

}

#content {
    height: 100%;

    margin: 0 0 0 140px;
    top: 0;
}

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

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

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 16px;
}

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


.contactRef {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
    
	width: 50px;
}

.contactText {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
    
	width: 620px;
}
a.correct_back:link{
background-color:#FF0000;
color: FFF;
text-decoration: none;
}

a.correct_back:visited{
background-color:#FF0000;
color: FFF;
text-decoration: none;
}

a.correct_back:hover{
	background-color:#666666;
	color: #FFFFFF;
	text-decoration: none;
}

a.correct_back:active{
background-color:#FF0000;
color: FFF;
text-decoration: none;
}

.contactError {
	font-size: 9px;
	color: #FF0000;
	text-align:right;
}


input {
	color: #000000;
	border:0px;
	margin: 0px;
	padding: 0px;
	/*background-color: #CCCCCC;*/
	border: #999 1px solid;
}

textarea.mesg {
	color: #000000;
	/*border:0px;*/
	margin: 0px;
	padding: 0px;
	/*background-color: #CCCCCC;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #999 1px solid;
}

input.btn {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: centre;
	font-size: 11px;
	border: #999 1px solid;
}
input.radio {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: centre;
	font-size: 11px;
	border: 0px;
}


.i {
	font-size: 700px;
}


.rom {
	font-size: 900px;
	text-decoration: blink;
	white-space: nowrap;
}

.rom2 {
	font-size: 500px;
	
	
}


/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 1000;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 2px 10px 2px 10px;
font-size : 10px;
color : #bbbbbb;
font-family: "Arial", Times, serif;
/*font-style : italic;*/
text-align : right;
background-color: #FFFFFF;

}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color : #bbbbbb;
text-decoration: none;
/*font-style : bold;*/

}
#indexhibit a:hover { /*border-bottom:1px dotted !important; */
color: #000000;
}
#indexhibit a:focus{
outline: none;

}


.copyright{
	font-size: 9px;
	color: #CCCCCC;
}


.fixed{
position:fixed;
font-size: 11px;
border: 0px;
padding: 0px;
top: 0px;
}

float_right{
float: left;
}

top_margin_content{
height: 15px;

}
.thumbnail_container{
width: 100%;
background-color:#999999;
}
.thumbnail_0{
width:240px;
height: 145px;
background-color: #FF0000;
float: left;
}

.thumbnail_1{
	width:240px;
	height: 145px;
	background-color: #009966;
	float: left;
}

.thumbnail_2{
	width:240px;
	height: 145px;
	background-color: #0066CC;
	float: left;
}

