@charset "UTF-8";

/*
purple: #561373;
green: #561373;
grey: #424847;

*/

#mod-contactbox {
	background: url(media/mod_contactbox.jpg) left top no-repeat;
	height: 64px;
	width: 466px;	
	overflow:hidden;
	float:right;
	padding:17px 12px 0px 90px;
	margin-top:10px;
	margin-right:32px!important;
	margin-right:16px;
	margin-left:0px;
}

#mod-contactbox h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#561373;
	margin:0px 0px 3px 0px;
	padding:0px;
	font-weight:normal;
}

#mod-contactbox a#email {
	background: url(media/mod_contactbox_email.png) -100px top no-repeat;	
	display:block;
	float:right;
	height:27px;
	width:95px;
	overflow:hidden;
	text-size:0pz;
	text-indent:-1000px;
	margin-top:26px;
	margin-left:0px
}

#mod-contactbox a#email:hover {
	background: url(media/mod_contactbox_email.png) 0px top no-repeat;	
	
}

#mod-videos {
	height: 76px;
	width: 568px;	
	overflow:hidden;
	float:right;
	margin-top:10px;
	margin-right:32px!important;
	margin-right: 16px;
	
}

#mod-videos #inner{
	width:50000px;
}

#mod-videos #inner a  {
	margin-right:10px;
	width:135px;
	height:76px;
	display:block;
	float:left;
	text-align:right;
	overflow:hidden;
}



#mod-videos #inner a img {
	border:0px;
	position:absolute;
	
}

#mod-videos #inner a .play {
	background-image: url(media/play_small.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 30px;
	margin-left:95px;
	margin-top:35px;
}

#mod-videos #inner a:hover {
	filter:alpha(opacity=60);
  	moz-opacity:0.6;
  	opacity:0.6;
}




#mod-video-overlay {
	z-index:11000;
	width:491px;
	position:absolute;
	top:240px;
	padding:20px;
}

a#mod-video-close {
	background-image: url(media/close_mid.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 45px;
	position:absolute;
	font-size:0px;
	text-indent:-1000px;
	overflow:hidden;
	margin-left:438px;
	margin-top:3px;
}

a#mod-video-close:hover {
	filter:alpha(opacity=60);
  	moz-opacity:0.6;
  	opacity:0.6;
}


  div.mod-slider { width:568px; margin:0px 0px 0px 326px; height:1px;  border-bottom:1px solid #FFF; position:absolute; }
  div.mod-slider div.modhandle { width:40px; height:5px; margin-top:-2px; background-color:#561373; border:1px solid #561373; cursor:move; position: absolute;margin-left:0px }

  div#zoom_element { width:50px; height:50px; background:#2d86bd; position:relative; }

