/* Import the style sheet that resets all browsers. */
@import url("reset.css");

html {
	height:100%;
	overflow:hidden;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;
	background: #0e0e0f url(../images/nonflash/bg.jpg) repeat-x;
	color: #e0e0e0;
	font-size: 11px;
}

a:link, a:visited {
	color: #ed7b00;
	background: transparent;
}

a:hover, a:active {
	background: transparent;
	text-decoration: underline;
}

div#flash {
	height:100%;
	text-align: center;
}

div#nonflash {
	width: 500px;
	margin: 60px auto;
	text-align: center;
}

div#nonflash h1{
	width: 217px;
	height: 181px;
	background: url(../images/nonflash/logo.gif) no-repeat;
	margin: 0px auto;
	
	text-indent: -999px;
	overflow: hidden;
}

div#nonflash a:link.dlFlash, div#nonflash a:visited.dlFlash{
	display: block;
	width: 373px;
	height: 58px;
	padding-top: 14px;
	margin: 30px auto;
	
	color: #e0e0e0;
	line-height: 20px;
	font-size: 12px;
}

div#nonflash a:hover.dlFlash {
	color: #e0e0e0;
	background: url(../images/nonflash/dlFlash.gif) no-repeat;
	text-decoration: none;
}

div#nonflash a.dlFlash span {
	color: #ed7b00;
}

div#nonflash ul {
	width: 235px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	
	list-style: none;
}

div#nonflash ul li {
	margin: 5px 0px;
	padding: 0px 0px 0px 25px;
}

div#nonflash ul li.email {
	background: url(../images/nonflash/mail_back.gif) no-repeat 0px 4px;
}

div#nonflash ul li.phone {
	background: url(../images/nonflash/mobile.gif) no-repeat 0px 4px;
}

div#nonflash ul li.address {
	background: url(../images/nonflash/mail.gif) no-repeat 0px 4px;
}