@charset "utf-8";
/* CSS Document */

P, H1, H2, H3, IMG, BODY { margin: 0; padding: 0; border: none; }

body {
	background: url('images/bg.jpg') top left repeat-x #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	margin: 0;
	padding: 0; }
	
#mainWrap { 
	width: 950px; 
	margin: 0 auto; }
	
#iPhoneImage {
	width: 950px; 
	height: 400px;
	background: url('images/mainImage_1.jpg') top left no-repeat; }		

.logoArea { width: 550px; text-align: left; padding: 30px 0 18px 0; }
.logoArea a.txtLink { 
	color: #fff; 
	background: url('images/arrow_orange.gif') 0px 7px no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 0 18px;
	text-decoration: none; }

#mainMsg { padding: 50px 0 0 40px; }
#mainMsg H1 { background: url('images/text_its_here.png') top left no-repeat; width: 134px; height: 34px; text-indent: -5000px; margin-bottom: 14px; }
#mainMsg p.strapLine { color: #f60; font-size: 120%; }
#mainMsg p.strapLine strong { font-weight: normal; }
#mainMsg p { width: 270px; padding: 0 0 10px 0; font-size: 90%; }

#copyArea { width: 870px; margin: 0 0 0 40px; }

.copyLFT, .copyRGT { width: 425px; background: url('images/bg_small_1.jpg') top left repeat-x; }
.copyLFT { float: left; }
.copyRGT { float: right; }

.adj { padding: 17px 17px 27px 17px; }

#copyArea h2 { margin: 0 0 7px 0; font-size: 120%; font-weight: normal; }
#copyArea h2 a {  color: #fff; text-decoration: none; background: url('images/arrow.gif') left 3px no-repeat; padding: 0 0 1px 18px; }
#copyArea h2 a span { color: #f60; }

#copyArea h2 a:hover { color: #f60; }
#copyArea h2 a:hover span { color: #fff; }

#copyArea p { font-size: 85%; }

.fagArea { clear: both; background: url(../images/thin_line.gif) top left repeat-x; padding: 20px 0 40px 0; font-size: 110%; }
.fagArea p a { background: url('images/arrow.gif') left 1px no-repeat; color: #fff; text-decoration: none; padding: 0 0 1px 18px; font-weight: bold;  }
.fagArea p a:hover { color: #f60; }

.btmNav { font-size: 85%; background: url('images/bg_footer_1.jpg') top left no-repeat; padding: 20px 0 40px 0; clear: left; }
.btmNav ul { margin: 0; padding: 0; list-style: none; float: right; }
.btmNav ul li { padding: 1px 6px; border-right: 1px solid #333; display: inline; }
.btmNav ul li.lastLI { padding-right: 0; border-right: none; }
.btmNav ul li A { color: #ccc; text-decoration: none; }
.btmNav ul li A:HOVER { color: #fff; }




