



/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
	color: #333;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-repeat: repeat;
	background-attachment: fixed;
		}

h1, h2, h3, h4, h5 {font-size: medium;}
	
	h1{font-weight: bold;color: 333333;}

	h2, h3, h4, h5 {padding-top:20px; text-transform: uppercase;font-weight: lighter;}

	h2 {color: #00CCFF;}

	h3 {color: #00CC66;}
	
	h4 {color: #ff6699;}
	
	h5 {color: #333333;}
	
	
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

.separador {
	color: #222222;
	padding-top: 20px;
	font-weight: bold;	
}

.separado-subtitulo {
	color: #222222;
	padding-top: 10px;
	text-decoration: underline;
}



																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 740px;
	margin: 10px;
	text-align: left;
	}
	div#header-wrap {
		margin: 1px 0;
		padding-left:325px;	
		}
		div#header-in {
		padding: 5px;
		color: inherit;
		background-color: #ffffff;
		border: solid #eee;
		border-width: 0 2px 2px 0;
		}
	div#content-wrap {
		
		}
		div#center {
			margin: 0 0 0 510px;
			color: inherit;
			}
			div#center-in { }
				div#top-menu {padding:30px 0 30px 0; background-color: #333333; border-bottom: 1px solid #000000; }
				div#bottom-menu {padding: 0px 0 0px 0; width: 210px; background-color: #ffffff;}
				
		div#left {
			float: left;
			width: 510px;
			color: inherit;
			text-align:right;
			padding: 0px;
			}
			div#left-in {
			width: 484px;
			background-color: #fff;
			padding: 0px;
			text-align:left;				
			}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}

div#left-submenu{
		background-color: #66ccff;
		margin:0px;
		padding-right: 110px;
		text-align:right;
		height:34px;
		background-image: url(images/primeiraparte02.gif);
		background-repeat: no-repeat;
		background-position: right top;
}



																/* >>> SUB CONTAINERS <<< */
* { }





																/* >>> LISTS <<< */
ul#nav-top {
	margin: 0px;
	list-style: none;
		}
		
		ul#nav-top li a {
			display: block;
			height: 17px !important;
			padding: 10px 20px;
			color: #ffffff;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #000000;
			}
		ul#nav-top li a:hover {
			color: #333333;
			background-color: 333333;
			border-bottom: 1px solid #000000;
			}
			
ul#nav-bottom {
	
	margin: 0px;
	list-style: none;
	}
	ul#nav-bottom li a {
			margin: 0px;
			display: block;
			padding: 5px 20px;
			color: #333333;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #000000;
			height: 17px !important;
		}
	
		ul#nav-bottom li a:hover {
			color: #999999;
			background-color: 333333;
			border-bottom: 1px solid #000000;
			}
			
			
			
	ul#nav-submenu {
	margin: 0px;
	padding-top: 8px;
	list-style: none;
	}
	ul#nav-submenu li a {
	margin: 0px;
	display: inline;
	color: #111111;
	background-color: inherit;
	text-decoration: none;
	font-size: 83%;
	border-bottom: 1px dotted #111111;
		}
	
		ul#nav-submenu li a:hover {
			color: #ffffff;
			border-bottom: 1px dotted #ffffff;
			}

ul.list {
	margin: 20px 30px;
	font-size: 70%;
	line-height: 20px;
	}

ul#price-list {
        list-style: none;
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
}


																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2, h3, h4, h5 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2, h3, h4, h5 {
	margin: 0px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #333333;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}
	p a:hover, ul.list a:hover {
		color: #ffffff;
		background-color: #999999;
		border-bottom: 1px dotted #ffffff;
		}



.tablediv {
	    display: table;
	    width: 100%;
	    border-spacing: 0px;/*cellspacing:poor IE support for  this*/
	    margin-left: 20px;/*cellspacing:poor IE support for  this*/
	    border-collapse:separate;
	    font-size: 90%;
	}
	
	.celldiv {
	    float: left; /*fix for  buggy browsers*/
	    display: table-cell;
	    width: 45%;
	    margin-bottom: 20px;
	}
	
	.celldiv-last {
	    float: left; /*fix for  buggy browsers*/
	    display: table-cell;
	    width: 45%;
	}
	
	.rowdiv-last  {
	    display: table-row;
	    width: auto;
	}

	/* Flickr photo info */ 
	div#photoinfo {
	    background-color: white; 
	    padding-left: 20px; 
	    padding-top: 3px;
	    padding-bottom: 3px;
	    font-size: 70%; 
	    position: relative; 
	    left: 0px; 
	    bottom: -45px !important;
	    bottom: 5px;
	}


																/* >>> FORMS <<< */
* { }


.smallphoto {
    display: inline; 
    margin: 0px; 
    border: 0px;
}


																/* >>> END <<< */

