/* MAIN */
html {
	height:100%;
}
body { 
	background-image:url(../img/body_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	font-family:Trebuchet MS;
	color:#333333;
	font-size:12px;
}
td {
	font-family:Trebuchet MS;
	color:#333333;
	font-size:12px;
}
.td_line {
	border-bottom: dashed 1px #CCCCCC;
	padding: 20px;
}
.shadow_tl {
	background:url(../img/body_tl.png) no-repeat;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_tl.png", sizingmethod="scale");
}
.shadow_t {
	background:url(../img/body_t.png) repeat-x top;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_t.png", sizingmethod="scale");
}
.shadow_tr {
	background:url(../img/body_tr.png) no-repeat;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_tr.png", sizingmethod="scale");
}
.shadow_r {
	background:url(../img/body_r.png) repeat-y;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_r.png", sizingmethod="scale");
}
.shadow_br {
	background:url(../img/body_br.png) no-repeat;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_br.png", sizingmethod="scale");
}
.shadow_b {
	background:url(../img/body_b.png) repeat-x;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_b.png", sizingmethod="scale");
}
.shadow_bl {
	background:url(../img/body_bl.png) no-repeat;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_bl.png", sizingmethod="scale");
}
.shadow_l {
	background:url(../img/body_l.png) repeat-y;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/body_l.png", sizingmethod="scale");
}
img {
	border: none;
}

/* TEXT */
.h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight:bold;
	color: #fb770b;
}
.h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #fb770b;
}
.grey {
	color: #666666;
}

/* LINKS */
a:link,a:active,a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.white:link,a.white:hover,a.white:active,a.white:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.dark:link,a.dark:active,a.dark:visited {
	color: #666666;
	text-decoration:none;
}
a.dark:hover{
	color: #666666;
	text-decoration: underline;
}
a.grey_dotted:link,a.grey_dotted:hover,a.grey_dotted:active,a.grey_dotted:visited {
	color: #999999;
	text-decoration:none;
	border-bottom:dotted 1px;
}
a.grey:link,a.grey:active,a.grey:visited {
	color: #666666;
	text-decoration:none;
}
a.grey:hover{
	color: #666666;
	text-decoration: underline;
}

/* STYLES */
.ul_tick {
	list-style-image: url('../img/tick.png');
	margin-left:30px;
}
.li_tick {
	padding-left:10px;
}

/* SLIDER */
.slider-wrap								{ width: 697px; position: relative; top: 0px; left: 0px; margin-bottom: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 697px; height: 200px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 697px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-right: 5px; }
#movers-row-wrapper							{ margin-top: 15px; }
#movers-row									{ margin: -71px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(../img/slider/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../img/slider/arrow.png) top center no-repeat; }