@charset "UTF-8";

/** begin global */
/* Body */
body {
	/*
	background: url('../img/bg.jpg') repeat-x #1e1e1e;
	*/
	font-size: 77.5%;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	text-align: left;
	color: #fff;
	/*
	
	min-width: 1099px;
	*/
}

/* Headings */  
h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em} /* 14px */

h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
}
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
    color: #404040;
    padding: 0 0px;
    text-decoration: none;
}
a:hover, a:active {
    color: #d7d7d7;
    text-decoration: none;
}

address {
	text-align: center;
	padding: 2px 0px 4px 0px;
}
/* end global **/

html {
	background: #ffffff;
	height: 100%;
}
#topsplash {
	text-align: center;
	height: 100%;
}
#wrapper {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
	#shim { /* the shimmering needs to have a parent of height 100% in order to work */
		visibility: hidden;
		width: 603px;
		height: 50%;
		margin-top: -350px;
		float: left; /* stops from going behind the top margin */
	}
	#container {
		padding: 10px 0px 0px 0px;
		text-align: center;
	}

#noflash {
position:absolute;
width:603px;
height:330px;
left:50%;
top:50%;
margin-left:-301px;
margin-top:-165px;
}

#iphoneflash {
background-color:#ffffff;
}