/* @override http://duall.be/stylesheets/duall.css */

body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #2c343c;
	color: #585858;
}

h1 {
	display: none;
		background-image: url(controls.gif);
}
a:focus {
	outline:  none;
}
a:link, a:visited {
	color: #585858;
}
a:hover {
	color: #0066ff;
}
a:active {
	color: blue;
}
#cntr {
	background-color: #fff;
	width: 1078px;
	height: 699px;	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	position: relative;
	padding-bottom: 15px;
}

#cases {
	margin-top: 500px;
}

#contentBox, #contentBoxCases  {
	display: block;
	position: absolute;
	top: 10px;
	left: 188px;

	width: 880px;
	height: 660px;

}

#contentBox p.loader {
	font-size: .7em;
	font-weight: bold;
	width: 880px;
	height: 660px;
		background: url(../images/ajax-loader.gif) no-repeat center center;
	margin-top: 16px;
}

#hiddenlinks {
	display: none;
}

/* @group #slider */

ul#slider {
	width: 880px;
	height: 660px;
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0 0 10px;
}

ul#slider li {
	height: 660px;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	color: #fff;
	background-color: transparent;
}

ul#slider li div.text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: rgba(0,0,0,0.85);
	width: 840px;
	padding: 20px;
	line-height: 1.25em;
	font-size: 2em;
	height: 620px;
}

ul#slider li div.text a:link, ul#slider li div.text a:visited {
	text-decoration: none;
	color: #0066ff;
}

ul#slider li div.text a:hover {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

ul#slider li div.text p{
	font-weight: bold;
}

ul#slider li div.text p.small {
	font-size: .75em;
	line-height: 1.25em;
}

/* @end */

/* @group #sliderControl */

ul#sliderControl {
	display: block;
	list-style-type: none;
	margin: 0 0 0 -5px;
	height: 16px;
	float: left;
	padding-top: 7px;
	padding-left: 0;
	font: bold .7em Calibri, Verdana, Helvetica, Arial, sans-serif;
	width: 885px;
}
ul#sliderControl li {
	float: left;
	display: block;
	text-align: center;
	margin-left: .25em;
	margin-right: .25em;
	width: 1.45em;
}

ul#sliderControl li.info {
	float: right;
	margin-right: 10px;
}

a.pauseBttn:link, a.pauseBttn:hover {
	width: 10px;
	height: 10px;
	background-image: url(controls.gif);
	display: inline-block;
	text-indent: -9999px;
	margin-top: 1px;
}
a.pauseBttn.resumeState {
	background-position: 0 10px;
}
a.pauseBttn:hover {
	background-position: 10px 0;
}
a.pauseBttn.resumeState:hover {
	background-position: 10px 10px;
}
a.pauseBttn.resumeState {
	background-position: 0 10px;
}
ul#sliderControl a:link,
ul#sliderControl a:visited {
	text-decoration: none;
	margin-right: 0;
}
a.infoBttn {
}

/* @end */

/* @group #onder */

#onder {
	font-size: .75em;
	font-weight: bold;
	display: block;
	position: relative;
	top: 30px;
	left: 15px;
	width: 160px;
}

#onder ul {
	list-style: none;
	padding-left: 0;
	font-size: .9em;
	margin: 0;
}
#onder ul li {
	margin-top: .3em;
	padding-left: 0;
}

#onder ul li:first-child {
	color: #c2c2c2;
}



/* @end */

div.case {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div.caseText {
	padding-left: 10px;
	border-left: 2px solid #778da4;
}

h3.caseTitle {
	color: #778da4;
}

