html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	background: url(../i/topleft.jpg) no-repeat left top;
}

body {
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a:link {
	color: #7db238;
	text-decoration: none;
	}
	
a:visited {
	color: #7db238;
	text-decoration: none;
	}
	
a:hover {
	color: #00b0da;
	text-decoration: underline;
	}
	
a:active {
	color: #00b0da;
	text-decoration: none;
	}

h1.intro {
	height: 188px;
	background-image: url(../i/intro.gif);
	margin: 0;
}

h1.intro span {
	display: none;
}

h3 {
	font-size: 1.2em;
	color: #00b0da;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 20px 0;
}

#container {
	width: 760px;
	position: relative;
	top: 60px;
	left: 160px;
	z-index: 2;
}

p.leftIcon {
	padding: 0 0 0 100px;
}

p.rightIcon {
	padding: 0 100px 0 0;
}

p.rightIcon strong, p.leftIcon strong {
	color: #00b0da;
}

#sidebar {
	width: 240px;
	position: absolute;
	top: 188px;
	left: 510px;
}

#angle {
	width: 2000px;
	height: 100%;
	background: #00b0da url(../i/bg_vert.gif) no-repeat;
	position: fixed;
	left: 860px;
	top: 0;
	z-index: 0;
}

#exp, #col, #auth, #sim {
	height: 90px;
}

#exp {
	background: url(../i/interaction.gif) no-repeat left top;

}

#col {
	background: url(../i/collaboration.gif) no-repeat right top;
}

#auth {
	background: url(../i/authoring.gif) no-repeat left top;
}

#sim {
	background: url(../i/simulations.gif) no-repeat right top;
}



#leftColumn {
	position: absolute;
	left: 0;
	top: 248px;
	width: 160px;
}

#leftColumn p {
	padding: 0 0 0 10px
}

#content {
	width: 480px;
}

#footer {
	clear: both;
	padding: 30px 0;
	width:  480px;
}

#footer span.copy {
	font-size: .7em;
	color: gray;
}

#slider ul, #slider li{
	}
	
#slider, #slider li{ 
	width:480px;
	height:580px;
	overflow:hidden; 
	}
	
span#prevBtn{}
span#nextBtn{}	

#controls li {
	color: #fff;
	width: 20px;
	height: 20px;
	background-color: #8dc63f;
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
}

#controls li a {
	color: #fff;
	display: block;
	}
	
#controls li a:hover {
	text-decoration: none;
	background-color: #00b0da;
	}

#controls li.current {
	color: #fff;
	width: 20px;
	height: 20px;
	background-color: #ababab;
}

#result {
	margin: 0 0 25px 0;
}
#result h2 a {
	color: #000;
}

#result h2 {
	margin: 0 0 10px 0;
}

#result p {
	margin: 0 0 10px 0;
}

#result p a {
	display: block;
	padding: 0 0 0 11px;
	background: url(../i/arrow.gif) no-repeat 0 6px;
}

p.complex img {
	float: right;
	margin: 0 0 0 20px;
}

p.complex {
	font-weight: bold;
	color: #00b0da;
	font-size: 1.4em;
	line-height: 1.2em;
}

p.stakeholders {
	text-align: center;
}

img.IBMlogo {
	display: block;
	margin: 70px 0 0 0;
}

ol, ul {
	list-style: none;
}

#resultLinks li{
	padding-top: 0px;
	padding-bottom: 10px;
}
#resultLinks li a{
	padding: 0 0 0 11px;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
