#slidedeck_frame {
	/*
background: url('back.png') 0 0 no-repeat;
*/
	width: 960px;
	height: 300px;
	padding: 0;
	position:relative;
}
#slidedeck_frame dl { margin: 0; }			
.slidedeck dd {
	padding: 0;
	border-bottom: 1px solid #e0e3e9;
	background: url(images/slide_back.png) bottom left repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing: 1px;
	background: url(images/spines_2.png) 0 0;
	color: #5c6884;
	text-shadow:1px 1px #FFFFFF;
}
.slidedeck dt:hover {
	color: #5c6884;
	background-position: 0 -30px;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: 0 -60px;
	text-shadow:1px 1px #99a5c1;
}
.slidedeck dt .index {
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #a7b3cd;
	text-shadow:1px 1px #FFFFFF;
}
.slidedeck dt:hover .index { color: #a7b3cd;text-shadow:1px 1px #FFFFFF; }
.slidedeck dt.active .index { color: #ffffff;text-shadow:1px 1px #99a5c1; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url(images/corner.png);
	width: 12px;
	height: 25px;
}
/**added styles**/
.slidedeck p, .slidedeck label, .slidedeck ul, .slidedeck ol {
	color:#333;
	font-size:12px;
}
.slidedeck .left {
	width:529px;
	height:280px;
	padding:10px 15px 9px 15px;
	float:left;
	position:relative;
	overflow:hidden;
}
.slidedeck .right {
	width:250px;
	height:299px;
	float:left;
	position:relative;
	overflow:hidden;
	border-left:1px solid #f9f9fb;
}
.slidedeck h1 {
	font-size:28px;
	line-height:36px;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
	font-weight:normal;
	color:#273c73;
	margin-bottom:20px;
	text-shadow:1px 1px #cccccc;
}
.slidedeck h2 {
	font-size:20px;
	line-height:26px;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
	font-weight:normal;
	color:#273c73;
	margin-bottom:5px;
	text-shadow:1px 1px #cccccc;
}
.slidedeck a.nextSlide, .slidedeck a.nextSlide:link, .slidedeck a.nextSlide:visited {
	display:block;
	height:0;
	padding-top:38px;
	width:38px;
	overflow:hidden;
	background-image:url('images/arrow.png');
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	bottom:5px;
	right:5px;
}
.slidedeck .right img.slideImages {
	width:250px;
	height:300px;
	position:absolute;
	top:0;
	right:0;
	z-index:40;
}
.slidedeck .right img.active {z-index:50;}
.slidedeck a, .slidedeck a:link, .slidedeck a:visited {
	color:#8496be;
	text-decoration:underline;
}
.slidedeck a:hover, .slidedeck a:active {
	color:#093B5C;
	text-decoration:none;
}
.slidedeck ul.imageList {
	padding:0 0 0 0;
	width:500px;
}
.slidedeck ul.imageList li {
	list-style-type:none;
	width:494px;
	padding:0 0 5px 6px;
	background:url('images/list_bullet.png') 0 10px no-repeat;
}
#home_contact {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
#home_contact ul.formList {
	width:100%;
	padding:0;
	margin:10px 0;
}
#home_contact ul.formList li {
	list-style-type:none;
	width:100%;
	margin-bottom:5px;
	overflow:hidden;
}
#home_contact ul.formList li label {
	font-weight:bold;
	width:75px;
	display:block;
	float:left;
	margin-bottom:0;
	height:22px;
	line-height:22px;
}
#home_contact ul.formList li input.textField {
	width:243px;
	margin-left:10px;
	float:left;
	height:16px;
}
#home_contact ul.formList li select {
	margin-left:10px;
}
#top_shadow {
	position:absolute;
	top:0;
	right:0;
	height:6px;
	width:960px;
	background:url('images/top_shadow.png') 0 0 no-repeat;
	z-index:100;
}
.formList li label span.required {color:#b20000;}
.formList li.error span.error {
	color:#b20000;
	font-size:10px;
	padding-left:5px;
}
.formList li.error input.textField {
	border:1px solid #b20000;
}

/********** NEW SLIDE STYLE ***************/

dd#slide1{
	background: url('images/slide1_bg.jpg') 30px 0 no-repeat;
}

dd#slide1 h3{
	position:relative;
	overflow:hidden;
	height:0;
	padding-top:20px;
	background: url('images/title_do-the-math.png') 0 0 no-repeat;
	margin: 0 0 15px 0;
}

dd#slide1 ul{
	list-style:none;
}

dd#slide1 li{
	background: url('images/bullet.png') 0 3px no-repeat;
	padding:0 0 0 25px;
	margin: 0 15px 0 10px;
}

dd#slide1 li p{
	position:relative;
	overflow:hidden;
	height:0;
	background: url('images/slide1_bullets.png') 0 0 no-repeat;
	padding:21px 0 0;
}

dd#slide1 li p.tuning{
	background-position: 0 -28px;
}

dd#slide1 li p.optimize{
	background-position: 0 -55px;
}

dd#slide1 li p.performance{
	background-position: 0 -82px;
}

dd#slide1 li p.commodity{
	background-position: 0 -109px;
}

dd#slide1 h2{
	position:relative;
	overflow:hidden;
	height:0;
	padding:25px 0 0;
	background: url('images/title_do-the-math.png') 0 -20px no-repeat;
	margin: 40px 0 0;
}

dd#slide1 div{
	width:485px;
	float:left;
	margin: 30px 0 0 30px;
}
dd#slide1 a.nextSlide, dd#slide1 a.nextSlide:link, dd#slide1 a.nextSlide:visited {
	display:block;
	position:relative;
	overflow:hidden;
	float:right;
	width:275px;
	height:0;
	padding:86px 0 0;
	background: url('images/btn_business-intelligence.png') 0 0 no-repeat;
	margin: 183px 0 0;
	bottom:0;
    right:0;
}

dd#slide1 a.nextSlide:hover, dd#slide1 a.nextSlide:active {
	background-position: 0 -86px;
}

dd#slide5 {
	background: url('images/slide2_bg.jpg') 30px 0 no-repeat;
}
