@import url('reset.css');
@import url('typography.css');

body {
	background-color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#606060;
	line-height:15px;
}

.clear {
	clear:both;
	width:100%;
}

hr {
	color: #adadad;
	background-color:#adadad;
	border:0px none; height:1px;
	clear:both;
}

/********************************************************/

.headerBg {
	position: fixed;
	height: 45px;
	width: 100%;
	background-color:#e3e3e3;
	top:0;
	left:0;
	z-index: 10;
}
.mmCase{
	margin: 0 auto;
	width: 917px;
}
.mmPlaceholder{
	position: relative;
	height: 45px;
	width: 100%;
	clear: both;
}
.pageCase {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.pageCase2 {
	width: 917px;
	margin: 0 auto;
	background-color:#e3e3e3;
	position: relative;
	z-index: 2;
}

.mmTable {
	float: right;
	height: 45px;
overflow:hidden;
}

.mmTable tr td {
	height: 45px;
text-align:center;
padding-left: 8px;
padding-right: 8px;
}

.mmTable tr td div {
	
}

.mmTable tr td div a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #181818;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 8px;
	display: block;
}

.mmTable tr td div a:HOVER, .mmTable tr td div a.active {
	color: #dc0000;
}

/*****************************************************************/

.whiteCase {
	background-color:#ffffff;
}

.leftSideCase {
	float: left;
	width: 612px;
}

.headerDiv{
	width: 612px;
	height: 200px;
}

.logoDiv {
	width: 300px;
	float: left;
}

.donationCase {
	float: right;
	margin-top: 40px;
	cursor: pointer;
}

.slider {
	width: 612px;
	height: 343px;
	overflow: hidden;
}

.bgCase {
	width: 612px;
	height: 170px;
	overflow: hidden;	
display:none;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.signCase {
	background-color: #434343;
	/*background-image:url(../img/butterfly.jpg);
	background-repeat:no-repeat;
	background-position:right top;*/
	margin-top: 20px;
	padding-bottom: 15px;
}

.formDiv {
	margin-left: 20px;
	float: left;
}
.formDiv p{color:#ffffff;}
.field {
	background-color:#dbdbdb;
	border:none;
	width: 230px;
	padding: 5px;
	margin-bottom: 5px;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#606060;
	line-height:15px;
}

.button {
	background-color:#ec0017;
	border:none;
	padding: 5px;
	margin-bottom: 5px;	
	color: #fff;
	cursor: pointer;
}
.button:hover{
background-color: #000000;
}
.galleryContent {
	margin-left: -15px;
}

.galleryThumbCase {
	float: left;
	margin: 0px 0px 10px 10px;
	width: 170px;
	height: 140px;
	position: relative;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
}

.galleryThumbCase2 {
	float: left;
	margin: 0px 0px 10px 10px;
	width: 133px;
	height: 100px;
	position: relative;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	border: 1px #000 solid;
}

.galleryThumbCase2:HOVER {
	border: 1px #ff0000 solid;
}

.galleryThumbCase a, .galleryThumbCase2 a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	position: relative;
}

.galleryThumbCase a p {
	background-image:url(../img/opacity.png);
	background-repeat:repeat;
	color: #fff;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.rightSideCase {
	float:  right;
	width: 309px;
	/*background-image:url(../img/sy.png);
	background-repeat:no-repeat;
	background-position:bottom;*/
	min-height: 800px;
	margin-right: -27px;
}

/*****************************************************************/

.footerDiv{
	height: 90px;
}

.footerBg {
	position: absolute;
	height: 90px;
	width: 100%;
	background-color:#e3e3e3;
	z-index:1px;
	bottom:0;
	left:0;
}

	.footerDiv p, .footerDiv p a, .footerDiv a{
		margin-top:7px;
		color:#606060;
	}

	.leftFooterDiv{
		float:left;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.rightFooterDiv{
		float:right;
		background-image:url(../img/xi-logo.png);
		background-repeat:no-repeat;
		background-position:center right;
		padding-right:55px;
		height:30px;
		margin-top: 30px;
	}

.mp3Case {
	background-color:#E3E3E3;
	width: 340px;
}
	
.mp3player {
	height:30px;
	width: 340px;
}

.audioUl {
	list-style: none;
}

.audioUl li {
	padding:2px 4px;
}

.audioUl li a {
	display: block;
	background-color:#E9E9E9;
	padding:2px;
	text-decoration: none;
}

.audioUl li a:hover, .audioUl li a.active {
	background-color:#434343;
	color:#fff;
}


ul.submenuUl
		{
			position:absolute;
			background-repeat:repeat-x;
			background-color:#e3e3e3;
			z-index:10;
display:none;
margin-top: -5px;
margin-left: -10px;
		}
		
		ul.submenuUl li 
		{
			display:block;
			border-bottom:1px dotted #999999;
			padding:8px;
text-align:left;
		}
		
		ul.submenuUl li a.submenu
		{
			color: #181818;;
			text-transform:uppercase;
margin:0px;
padding:0px;
		}
		
		ul.submenuUl li a.submenu:hover
		{
			color:#dc0000;
		}

#xi-fader
{
  z-index:998;
  position:fixed;
  height:100%;
  width:100%;
  top:0px;
  left:0px;
  display:none;
  background-image:url(../js/images/fader.png);
}
#xi-lightbox
{
  z-index:999;
  position:absolute;
  width:100%;
  top:0px;
  left:0px;
  display:none;
  overflow:hidden;
}
#xi-lightbox-window
{
  margin-top:40px;
}

/********************************************************/
#countdown_container{
margin-left: 30px;
}

#timer hr
{
	display:none;
}
/* timer numbers */
.timer_numbers {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
}

#timer_days, #timer_hours, #timer_mins, #timer_seconds  {
	background-image:url(../img/countdown2.png);
	background-position:left;
	background-repeat:repeat-x;
	float:left;
	height:33px;
	line-height: 33px;
	text-align:center;
	letter-spacing:5px;
	padding: 0px 5px 0px 9px;
	overflow:hidden;
	font-weight:bold;
	border-right: 10px solid #fff;
}

/* timer labels */
.timer_labels {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;	
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:40px;
	left:7px;	
}

#timer_hours_label {
	position:absolute;
	top:40px;
	left:60px;
	
}

#timer_mins_label {
	position:absolute;
	top:40px;
	left:122px;	
}

#timer_seconds_label {
	position:absolute;
	top:40px;
	left:175px;
}