/*
Add a Mobile Landing Page to Your Site
By Sam Dunn
Build Internet 2011
http://buildinternet.com/2011/01/add-a-mobile-landing-page-to-your-site
*/
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	background-color:#000/*988873*/;
	}	
#banner{ 
	width:100%;
	/*padding:10px 0 0;*/
	background:#1A1102/*1a1a1a*/;
	}
#banner img{
	margin:0px auto;
	}

#content{
	padding:10px 10px 10px 10px;
	}	
#content .icon{ 
	height:80px;
	width:80px;
	}
#content p{ 
	color:#888; 
	font:300 17px Georgia, serif;
	margin:0 0 15px 0; 
	line-height:130%;
	}
#content a{ 
	color:#000/*444*/;
	border-bottom:1px dotted #000/*888*/; 
	text-decoration:none;
	}
#content a:hover{ 
	border-bottom:1px dotted #fff/*888*/; 
	text-shadow: #630 0.02em .01em .75em;
	text-decoration:none;
	}
#content a.full-site{
	height:28px; 
	font:500 9.5pt "helvetica neue", Helvetica, Arial, sans-serif; 
	text-transform:uppercase; 
	text-decoration:none; 
	letter-spacing:0.1em; 
	background:url('index-button-link.png') no-repeat right top; 
	border:none;
	color:#bbafa0/*2a87b2*/; 
	padding:7px 33px 6px 0;
	}
#content a.toTop{
	height:28px; 
	font:500 9.5pt "helvetica neue", Helvetica, Arial, sans-serif; 
	/*text-transform: uppercase;*/
	text-decoration:none; 
	letter-spacing:0.1em; 
	border:none;
	color:#bbafa0/*2a87b2*/; 
	padding:7px 33px 6px 0;
	}
.ftp-Links {
		zoom:1;
	background-color:#1A1102/*1A1102*/;
	max-width:400px;
		width:expression(document.body.clientWidth > 400? "400px": "auto" );
	margin:0 auto;
	text-align:center;
	line-height:130%;
	border-color:#000;
	border-style:double;
	border-width:thin;
	border-radius:14px;-moz-border-radius:14px;-webkit-border-radius:14px;-khtml-border-radius:14px;
	/*-moz-border-radius-bottomleft:14px;-webkit-border-bottom-left-radius:14px;*/
	}
.white {
	color:#bbafa0;
	}
.white a:link, .white a:visited {
	color:#bbafa0;
	border-bottom:1px dotted #fff/*888*/; 
	text-decoration:none;
	}

ul{
	margin:0 5px;
	/*margin:0 0 20px 0;*/
	}
ul li{
	color:#666;
	font:400 14px "helvetica neue", Helvetica, Arial, sans-serif; 
	text-transform: uppercase; 
	text-decoration:none; 
	letter-spacing:0.1em;
	list-style:none;
	/*margin:0 0 5px 0;*/
	margin:5px 0 5px 0;
	padding:10px;
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;
	}
ul li.odd{ 
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#1A1102));
	background-color:#bbafa0/*    ---   988873  ---  e4e4e4  ---  f5f5f5*/;
	border: 1px solid #988873;
	}
ul li.even{ 
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#1A1102));
	background-color:#988873/*   a25825*/;
	border: 1px solid #bbafa0;
	}
	
ul li.odd {
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#1A1102'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#1A1102)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F2F2F2, #1A1102); /* for firefox 3.6+ */ 
	background-color:#bbafa0; /* for non-css3 browsers */
	border: 1px solid #bbafa0;
	}
ul li.even{ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#1A1102'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#1A1102)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F2F2F2, #1A1102); /* for firefox 3.6+ */ 
	background-color:#988873; /* for non-css3 browsers */
	border: 1px solid #bbafa0;
	}

ul li.odd{
	zoom:1;
	background-color: #bbafa0; /* Fallback background color for non supported browsers */
	border: 1px solid #bbafa0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#1A1102));
	background-image: -webkit-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: -moz-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: -ms-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: -o-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: linear-gradient(top, #F2F2F2, #1A1102);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#1A1102'); /* IE6–IE9 */
	}
ul li.even{
	zoom:1;
	background-color: #988873; /* Fallback background color for non supported browsers */
	border: 1px solid #bbafa0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#1A1102));
	background-image: -webkit-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: -moz-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: -ms-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: -o-linear-gradient(top, #F2F2F2, #1A1102);
	background-image: linear-gradient(top, #F2F2F2, #1A1102);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#1A1102'); /* IE6–IE9 */
	}
a.email-link {
	text-transform:none; 
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h4 {
	margin:15px 0 10px;
	letter-spacing:.1em;
	/*border-bottom: #FFF thin dotted;*/
	}