@charset "UTF-8";
/* CSS Document */

body {
	font-family:arial;	
	font-size:12px;
}

#featureRotatorBox {
	/*width:660px;   - moved into featureRotator.js */
	position:relative;
}

.homeFlashRotator {
	height:460px;
}

ul.slideshow {
	list-style:none;
	width:660;
	height:460px; 
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0 10px 0 0;
	background:url(/media/dar/images/slideShadow_bg.png) transparent left top no-repeat;
}	

ul.slideshow li {
	position:absolute;
	left:35px;
	bottom:146px;
}

ul.slideshow li.show {
	/*z-index:500;*/	
}

ul img {
	border:none;	
}

ul.slideshow>li>a>img {
	position:relative;
	top:4px;
}


#slideshow-caption {
	width:588px;
	height:50px;
	position:absolute;
	bottom:145px;
	left:35px;	
	color:#fff;
	/*background-color:rgba(0,0,0,0.7);*/
	background:url(/media/dar/images/Caption_bg.png) transparent left top no-repeat;
	z-index:500;
	border-top:solid 2px #A80532;
}

#slideshow-caption .slideshow-caption-container {
	padding:0 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:6px 0 0;
	padding:0;	
	min-height:20px;
	max-width: 490px;
}

#slideshow-caption p {
	margin:0;
	padding:0;
}

#slideshow-caption p a {
	background:url(/media/dar/images/ReadMore_btn.png) bottom right no-repeat;
	/*width:106px;
	height:19px;*/
	padding:6px 9px;
	margin:-20px 10px 0 0;
	display:block;
	float:right;
	position: absolute;
	top:28px;
	right:0;

	/*text-indent:-9999px;*/
	/* Instead of using the -9999px trick, use these 3 rules instead. */
		/*text-indent:100%;
		white-space:nowrap;
		overflow:hidden;*/
	/* Thanks to Scott Kellum - http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
	
	
	/* gradient */
	background: #A80532; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0MWYwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2UzMWIyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDA1MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #A80532 0%, #e31b23 50%, #740509 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A80532), color-stop(50%,#e31b23), color-stop(100%,#740509)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #A80532 0%,#e31b23 50%,#740509 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #A80532 0%,#e31b23 50%,#740509 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #A80532 0%,#e31b23 50%,#740509 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #A80532 0%,#e31b23 50%,#740509 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A80532', endColorstr='#740509',GradientType=0 ); /* IE6-8 */



	/* Inner top shadow */
    -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
	-o-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
	
	/* border radius */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	border:1px solid #575655;
	color:#FFF;
	text-decoration:none;
}

#slideshow-caption p a:hover {
	background-position:top;
	text-decoration:underline;
}

#thumbnailBar {
	width:100%;
	text-align:center;
	position:relative;
	padding:10px 0;
	top:-125px;
	z-index:501;
	background:none;
}

#thumbnailBox {
	width:auto;
	margin:auto;
}

#thumbnails {
	padding:0;
	margin:0;
}

#thumbnails li {
	list-style:none;
	display:inline-block;
	margin:0 5px;
	background:url(/media/dar/images/thumbnail_bg.png) top left transparent no-repeat;
	width:125px;
	height:103px;
}

#thumbnails .leftArrow,
#thumbnails .rightArrow {
	background:none;
	width:20px;
	height:27px;
}

#thumbnails .leftArrow a,
#thumbnails .rightArrow a {
	width:20px;
	height:27px;
	display:block;
	margin:-30px 0;
}

#thumbnails .leftArrow a {
	background:url(/media/dar/images/leftArrow.png) bottom left no-repeat;
}

#thumbnails .rightArrow a {
	background:url(/media/dar/images/rightArrow.png) bottom left no-repeat;
}

#thumbnails .leftArrow a:hover,
#thumbnails .rightArrow a:hover {
	background-position:right;
}

#thumbnails li img,
#thumbnails li img:visited {
	border:6px solid #FFF;
	margin:0;
}

#thumbnails li img:hover {
	border:6px solid #A80532;
	margin:0px;
}

#thumbnails li.show img,
#thumbnails li.show img:hover {
	border:6px solid #A80532;
	margin:0;
	cursor:default;
}

#thumbnails li img.showd,
#thumbnails li img.showd:hover {
	border:1px solid #00DD11;
	margin:0;
}

/* fonts */

#slideshow-caption p a {
	font: 18px/18px 'ZurichCondensed', Arial, sans-serif; 
	letter-spacing: 0;
}

h3.fontface {
	font: 16px/20px 'stratum1_blackregular', Arial, sans-serif; 
	letter-spacing: 0;
}

/*#slideshow-caption p {
	font: 14px/18px 'HelveticaNeueCondensedBold', Arial, sans-serif;
	letter-spacing: 0;
}*/

@font-face {
    font-family: 'stratum1_blackregular';
    src: url('../../fonts/stratum1-black-webfont.eot');
    src: url('../../fonts/stratum1-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/stratum1-black-webfont.woff') format('woff'),
         url('../../fonts/stratum1-black-webfont.ttf') format('truetype'),
         url('../../fonts/stratum1-black-webfont.svg#stratum1_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ZurichCondensed';
    src: url('../../fonts/zurich_extra_condensed-webfont.eot');
    src: url('../../fonts/zurich_extra_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/zurich_extra_condensed-webfont.woff') format('woff'),
         url('../../fonts/zurich_extra_condensed-webfont.ttf') format('truetype'),
         url('../../fonts/zurich_extra_condensed-webfont.svg#ZurichCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ZurichBT-ExtraCondensed';
    src: url('../../fonts/zurichextracondensed.eot');
    src: url('../../fonts/zurichextracondensed.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/zurichextracondensed.woff') format('woff'),
         url('../../fonts/zurichextracondensed.ttf') format('truetype'),
         url('../../fonts/zurichextracondensed.svg#zurichextracondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}