/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.1
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/

/*

#slidedeck_frame {
	background: url('back.png') 0 0 no-repeat;
	width: 900px;
	height: 314px;
	padding: 28px 30px;
}

*/
#slidedeck_frame dl {
	width: 943px;
	height: 568px;
	margin: 0;
	border: 5px solid #002748;
}			
.slidedeck dd {
	height: 294px;
	/*
	padding: 10px 15px;
	border-right: 5px solid #d7d7d7;
	*/
	background: url('slides.png') bottom left #d7d7d7 repeat-x;
	
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('spines.png') top left #d7d7d7;
	color: #2e78b0;
}
.slidedeck dt:hover {
	color: #2e78b0;
	background-position: center left;
	/*text-shadow: #333 -1px -1px 1px;*/

}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
}

.textos {
	color: #fff;
	width: 400px;
	font-size: 11px;
	font-family: Arial;
	left: 350px;
	position: absolute;
	top: 165px;
}

.textos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.textos ul li{
	float:left;
	margin: 3px 1px;
}

.tool {
	top: 380px;
	left: 80px;
	position: absolute;
}