/*
  Author: Kenny Saunders
  Website: http://www.fortyeightdesigns.com
  Date: 2006-09-19
  Description: 
  Reason: Because I like pizza Steve.
  Copyright (c) 2006 FortyEight Designs. All rights reserved.
*/

/* GLOBAL STYLES
===============================================================*/
body {
	font: 12px/18px "Trebushet MS", Arial, sans-serif;
	color:#3e3d3d;
	}
html, body, h1, h2, h3, h4, h5, h6, img, p, a, ul, ol, li, dl, dt, dd, form, input { 
	margin:0; padding:0; border:0;
	}
h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  }
ul, ol, li { 
	list-style-type:none; 
	line-height:0;
	}
.clear-left { clear:left; }


/* LAYOUT STYLES
===============================================================*/
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width:800px;
  padding-bottom: 100px;
}
#logos {
  height:  114px;
	background:#fff url('images/top-bg.jpg') repeat-x;
  padding-top: 15px;
}
.col {
  float: left;
}
#download .col {
  width: 240px;
  margin-right: 20px;
}
#download #top-content {
  padding: 20px 0 0 10px;
}
.first {
  width: 240px;
}
#mobile-header {
  border-top: 4px solid #511f61;
}

/* SECTION STYLES
===============================================================*/
#express-logo {
  float: left;
}
#alltel-logo {
  float: right;
}
#banner {
  background: #fff url('images/banner-bg.jpg') no-repeat;
  border-bottom: 1px solid #000;
  height: 124px;
}
#banner-install {
  margin-top: 40px;
  background: #511f61 url('images/banner-install.jpg') no-repeat;
  height: 39px;
}
#error-box {
 color:#ff0000;
 margin:29px 27px 0 27px;
}
#success-box {
  margin:29px
}
	
/* NAVIGATION STYLES
===============================================================*/

	

/* HEADING STYLES
===============================================================*/
h1 {
  margin-right: 20px;
  clear: left;
}
#success-box h1 {
  margin-bottom:20px;
  color: #0082c8;
}

h2 {
  font: 15px/26px "Trebushet MS", Arial, sans-serif;
  color: #0082c8;
}


/* PARAGRAPH STYLES / TEXT
===============================================================*/
p {
  padding-bottom: 11px;
}	
#error-box p {
  padding-bottom:0;
}	

/* LINK STYLES
===============================================================*/
a.mac {
  padding-left: 25px;
  line-height: 20px;
  display: block;
  background: url('images/mac.jpg') no-repeat 2px 0;
}
a.windows {
  padding-left: 25px;
  line-height: 20px;
  display: block;
  background: url('images/windows.jpg') no-repeat;
}
a {
  color:#0082c8;
}
	
/* IMAGE STYLES
===============================================================*/
#blackberry p { text-align: center;}


/* LIST STYLES
===============================================================*/
#top-content ul {
  float: left;
}
#top-content ul li, #blackberry li {
  font-size: 10px;
  line-height: 24px;
  background: url('images/arrow-bullet.jpg') no-repeat 0 4px;
  padding-left: 18px;
  width: 160px;
}
#blackberry li {
  background: url('images/bullet-arrow.gif') no-repeat 0 4px;
  
}
#top-content ul li em, #blackberry li em {
  color: #e01212;
  font-style: normal;
}
#bottom-content ol {
  width: 310px;
  padding-top: 28px;
}
ol li {
  font-size: 12px;
  line-height: 16px;
  padding:0 0 25px 28px;
}
ol li#one { background: url('images/li-one.jpg') no-repeat 0 3px; }
ol li#two { background: url('images/li-two.jpg') no-repeat 0 3px; }
ol li#three { background: url('images/li-three.jpg') no-repeat 0 3px; }

.first ul { margin:-10px 0 0 23px; width:190px; }
.first li { line-height:23px; border-bottom:1px #ccc solid;}
.first a { 
  padding-left:15px;
  background:url('images/bullet.gif') no-repeat;
  font-size:11px;
  color:#666;
}

/* FORM STYLES
===============================================================*/
#sms_area, #sms_pre, #sms_suff {
  width: 30px;
  font-size: 11px;
  border: 1px solid #ccc;
  padding: 2px;
  line-height: 15px;
}


/* FOOTER STYLES
===============================================================*/




