#main {
	width: 100%;
	margin: 0 auto;
	font-family: Helvetica, Arial; 
	color: #ffffff;
	text-transform: uppercase;
	}

a { color: #ffffff; border: 0; text-decoration: none; }
a:hover { color: #EC008C; border: 0; text-decoration: none; }
a:active { color: #EC008C; border: 0; text-decoration: none; }


img {
	border: 0;
}

#header {
	position: absolute;
	top: 27px;
	left: 27px;
}
#header-logo {
	width: 221px;
	height: 139px;
	background-image: url(http://www.samuelesteves.com/img/samlogo.png);
}
#header-logo:hover {
	width: 221px;
	height: 139px;
	right: 0px;
	background-image: url(http://www.samuelesteves.com/img/samlogo.png);
	background-position:right;
}
#menu {
	position: absolute;
	top: 170px; left: -14px;
	font-size: 22px;
	font-weight: bold;
}

#menu ul li {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#linha_contato {
	position: absolute;
	top: -10px;
	left: 0px;
	background:#ffffff;
	width: 380px;
	height:1px;
	border:0px;
}

#contato {
	position: absolute;
	top: 198px;	left: 300px;
	font-size: 11px;
	width: 320px;
}


#content-slider {
	width: 230px;
	height: 585px;
	margin: 0px;
	background-image: url(http://www.samuelesteves.com/img/scroll.png);
	position: absolute;
	right: 5px;
	top: 27px;
}
#content-slider:hover {
	width: 230px;
	height: 585px;
	margin: 0px;
	background-image: url(http://www.samuelesteves.com/img/scroll.png);
	background-position:right;
	position: absolute;
	right: 5px;
	top: 27px;
}
.content-slider-handle {
	width: 11px;
	height: 40px;
	position: absolute;
	right: 22px;
	background: #ffffff;
	top: 0px;
}
.content-slider-handle:hover {
	width: 11px;
	height: 40px;
	position: absolute;
	right: 22px;
	background: #EC008C;
	top: 0px;
}
#content-scroll {
	width: 100%;
	overflow: hidden;
}

#content-holder {
	width: 100%;
	height: 2000px;
}
