/*
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;
		padding: 28px 30px;
	*/
	width: 958px;
	height: 248px;
	border: 1px solid #000000;
}
#slidedeck_frame dl {
	width: 958px;
	height: 248px;
	margin: 0px;
}

.slidedeck dd {
	height: 294px;
	background: #fff;
	border-right: 1px solid #000;
}
.slidedeck dt {
	height: 43px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana,Geneva,sans-serif;
	letter-spacing: 1px;
	background: url(../assets/bg-right-slide.jpg) no-repeat left;
	color: #222222;
}
.slidedeck dt:hover {
	color: #000;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background: url(../assets/bg-left-slide.jpg) no-repeat;
}
.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 {
	margin-left: -6px;
	background-image: url('../assets/corner.png');
	width: 12px;
	height: 25px;
}

.cc {
	width:100%; height: 100%; background: url(../assets/bg-cc-slide.jpg) no-repeat top left;
}

.desc-slide {
	margin-left: 20px; padding-top: 40px; width: 435px; text-align: justify; color:#222222;
}

.desc-slide b{
	color: #c70300; font-size: 30px;
}
