/* CSS STYLES */
/* STYLE SHEET FOR pirotelli.com.br */ 


body {
	margin: 0;
	padding: 0;   
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0;
}
h1 {
	margin: 0px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 1em;
}
em {
	font-style: normal;
	text-decoration: none;
	position: absolute;
	margin-left: 100px;
	margin-top: 165px;
} 




/* LINKS */

a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF33FF;
	text-decoration: underline;
}




/* FORM */
input {
	font-size: 12px;
	background-color: #cccccc;
	border: 2px solid #CCCCCC;
	cursor: default;
}
input a:hover {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	cursor: default;
}
fieldset {
	font-size: 12px;
	background-color: #cccccc;
	border: 2px solid #CCCCCC;
	cursor: default;
}
textarea {
	font-size: 12px;
	background-color: #cccccc;
	border: 2px solid #CCCCCC;
	cursor: default;
}
.submit input {
	font-size: 12px;
	background-color: #cccccc;
	cursor: default;
}







/* STRUCTURE */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
}
#top {
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
}
.title {
	background-image: url(images/gradient_menu.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
#menu ul {
	margin: 0px;
	padding-left: 30%;
	padding-top: 5px;
	list-style-type: none;
	background-image: url(images/gradient_menu.png);
	background-repeat: repeat;
	height: 30px;
	width: 70%;
	overflow: visible;
	border: 1px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#menu li {
	font-family: arial, sans-serif;
	list-style-type: none;
	clear: none;
	padding-left: 10px;
	display: inline;
}
#menu li a {
	font-family: arial, sans-serif;
	list-style-type: none;
	float: left;
	clear: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#menu li a:hover {
	background-color:#000000;
	text-decoration: none;
	color: #FF33FF;
	border: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#middle {
	background-image: url(images/gradient_content.png);
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: visible;
}
#principal {
	background-image: url(images/gradient_content.png);
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
#portfolio {
	background-image: url(images/gradient_content.png);
	background-repeat: repeat-x;
	height: 480px;
	width: 600px;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	overflow: visible;
}
#portfolio ul {
	list-style: outside;
	list-style-type: disc;
	text-align: left;
	padding-left: 1em;
	width: 320px;
	height: 400px;
	overflow: auto;
}
#portfolio li {
	margin-bottom: 1em;
	font-size: .9em;
}
#contato {
	font-size: 1em;
	background-image: url(images/gradient_content.png);
	background-repeat: repeat-x;
	height: 340px;
	width: 100%;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	overflow: visible;
}
.inside {
	float: left;
	height: auto;
	width: 90%;
	margin-left: 0px;
	padding: 5px;
	position: relative;
	overflow: visible;
}

#col {
	width: 350px;
	margin-left: 20px;
	padding: 5px;
}
#col b {
	font-size: 28px;
	line-height: 1em;
	font-weight: bold;
}
#col span {
	font-size: 12px;
	font-variant: small-caps;
}
.foto {
	position:absolute;
	right: 0px;
	top: 5px;
	z-index: 99;
}
#camarote {
	border: none;
	width: 250px;
	height: 88px;
	position: absolute;
	margin-left: 0px;
	margin-top: 80px;
}
#footer {
	background-image: url(images/gradient_footer.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	text-align: left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#footer span {
	line-height: 30px;
	padding-left: 10px;
	font-size: 0.7em;
	font-variant: small-caps;
}
#footer img {
	background-repeat:no-repeat;
	width: 178px;
	height: 30px;
	float: right;
}
#confeti {
	top: 220px;
	position: absolute;
	z-index: -1;
	margin-left: -120px;
}
.detail {
	font-size: 0.7em;
	font-variant: small-caps;
}