/*  Reset CSS
------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
table { border-collapse: collapse; width: 100%; }
ul {list-style-type:none;}

/*  Typography
------------------------------------------- */

/* EM FONT SIZE FIX */
html{ font-size: 100%; }

h1,h2,h3,h4,h5,h6 { 
    color: #131313; 
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    

margin-top: 0px; 
  }

h1 { 
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing:-0.02em;
}

h2 { font-size: 18px; 
  font-weight:bold;
    letter-spacing:-0.01em;
}
h3 { 
  color: #005e7d;
  font-size: 17px;
  line-height:19px;
   margin-bottom: 10px;
  
  font-weight:bold;
}
h4 { 
    color: #005e7d;
  font-size: 15px; 
    line-height:17px;
     margin-bottom: 10px;
  font-weight:bold;
}


a { color: #cd0013; outline: none;}
a:hover { }
a span {; }
a:hover span { }

/*  Clear Fix
------------------------------------------- */
.clearfix:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden; }
.clearfix {	display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {	display: block;}
/* End hide from IE-mac */
/* -------------------------------------------*/

/*  Layout Design
------------------------------------------- */

body {
   text-align: left; 
   margin: 0; padding: 0;

   background: #f3f3f3 url(../images/page_bg.png) repeat-x 0 -21px;
   font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
   
   font-size: 12px;
   color: #333333; 
}

body.secondary {
   background: #f3f3f3 url(../images/page_bg_two.png) repeat-x 0 -21px;
}  

/* Header */
#header {
  height:101px
}
#header .logo a {
  
  background:transparent url(../images/spreedinc_logo.png) no-repeat scroll 4px 20px;
display:block;
height:65px;
margin:0;
text-indent:-99999px;
width:279px;
}
.hleft {
  float:left;
  width:300px;
}
.hright {
  background: #f6f6f6;
  width: 577px;
  float:right;

  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  -moz-border-radius-bottomleft : 10px;
  -webkit-border-bottom-left-radius : 10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius :10px;
  
  
}
ul.navigation {
  margin-left: 18px;
}
ul.navigation li {

  display:inline;
  float:left;
  margin:27px 0 0px 8px;
  padding:0;
}

ul.navigation li a {
  border-bottom:1px solid #7dd2ea;
  color:#333;
  display:block;
  float:left;
  font-size:12px;
  font-weight:bold;
  margin:0 20px 13px 0;

  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}

ul.navigation  li a.selected {
  color:#006587!important;
}



#container {

}

#header , #container, #footer {
  margin: 0 auto;
  width: 960px;
}
#footer {

  color:#888888;
  font-size:11px;
  margin-bottom:30px;

  padding-bottom:30px;
  padding-left:22px;
  padding-top:3px;
  text-align:right;
  width:931px;
  
}




/* Content */

.content {
  border-top: 1px solid #BED2D9;
  border-bottom:1px solid #BED2D9;
  margin-top: 33px;
  margin-left: 30px;
  padding: 15px 0 15px 0;
}

.content_left {
  float:left;
  margin-left:30px;
  margin-top:30px;
  width:409px;
  
}
.content_left h1 {
  color:#161616;
  font-size:30px;
  margin-bottom:56px;
  margin-top:0;
  width:356px;
}
.content_left h1 span {
  color: #005b79;
}  

.content_left p.intro {
  float:left;
  width: 183px;
  line-height: 17px;
  font-size: 12px;
  
}

.content_left .cta .learnmore {
  background: transparent url(../images/learnmore.png) no-repeat 0px 0px;
  width:135px;
  margin:20px 0 0 9px;

  height: 41px;
  display:block;
  text-indent: -99999px;
}

.content_left .cta .learnmore:hover { 
    background: transparent url(../images/learnmore.png) no-repeat 0px -41px;
  }

.content_left .cta {
  border-left:1px solid #BED2D9;
  color:#005E7D;
  font-size:12px;
  font-weight:bold;
  height:118px;
  line-height:15px;
  margin-left:211px;
  padding:20px 0 0 23px;
  width:171px;

}
.content_right {
  margin-left: 466px;
  position:absolute;
  top:81px;
  
}

/* Bottom Content */
.content h3 {
  margin-bottom: 10px;

  
}
.content .quotes {
  background:#FFFFFF;
  float:left;
  padding:18px 26px;
  width:330px;
}
.content .quotes p {
  font-style: italic;
  margin-bottom: 9px;
  font-size: 11.5px;
  color: #8888l
}

.content .wrap_right {
  margin-left: 420px;

}

.wrap_right
.content .blog_entry h4 {
  margin-bottom:4px;
}

.bloglink {
  font-size: 12px;
  font-weight:normal;
  padding-left: 10px;
}

  
.content .wrap_right .blog_entry {  
  width: 224px;
  float:left;

  }
.content .wrap_right .blog_entry.first {  
  margin-right: 60px;
}
.content .wrap_right h4.blog_title a { 
  color: #000;
  text-decoration:none;
  }

.content .wrap_right p.blog_body { 

  }

/* Secondary Pages */

.content_sub {
  margin-left:30px;
  margin-top:34px;
  
  border-bottom: 1px solid #BED2D9;
}
.content_sub h1 { 
  margin-bottom: 47px;
  font-size: 49px;
  line-height: 47px;
  color: #005e7d;
  }

.content_sub p.regular { 
  margin-bottom: 12px;
  width: 790px;
  }


/* Blackberry */
.blackberry {

  height: 300px;
  }
  
/* iPhone */
.iphone {
  margin-top: 35px;
}
.iphone ul.about_iphone {
  float:right;
  font-size:11px;
  margin-right:15px;
  width:235px;
}
.iphone ul.about_iphone li { 
  border-bottom: 1px solid #BED2D9;
  margin-bottom:8px;
  padding-bottom:8px;
  
  }
.iphone ul.about_iphone li h4 {   
  margin-bottom: 0px;
}

.iphone_opportunity {
  background:#FFFFFF;
  float:left;
  padding:25px 5px 25px 25px;
  width:608px;
  margin-bottom: 18px;
}
  
.iphone_opportunity ul li {
  border:3px solid #bdeef9;
  float:left;
  height:100px;
  line-height:16px;
  margin-bottom:16px;
  margin-right:19px;
  padding:16px;
  width:144px;
  background: #BDEEF9;
  color: #0d0d0d;
}
.iphone_opportunity h3 {
  margin:0px;
}
.iphone_opportunity p.subcopy {
  margin:0px 0 20px;
  font-weight:bold;
}

.iphone .contact_list {
  border-bottom: 0px!important;
  margin-top: 50px;
}


.link_contactus {
  background: transparent url(../images/link_contactus.png) no-repeat 0px 0px;
  width:135px;
  margin:10px 0 0 4px;

  height: 41px;
  display:block;
  text-indent: -99999px;
}

.link_contactus:hover { 
    background: transparent url(../images/link_contactus.png) no-repeat 0px -41px;
  }
/* About Page */

.about_main { 
  float:left;
  width: 490px;
  font-size:13px;
  line-height: 18.5px;
  color: #333;
  border-bottom: 0px;
  padding-right: 60px;
  margin-top:10px;
}

.about_main p {
  margin-bottom: 12px;
}

.content_sub p.intro { 
  font-size:30px;
  line-height:33px;
  color:#1b1b1b;
  width: 890px;
  margin-bottom: 16px;
  }
  
.spreednews_img  {
  float:left;

}
.spreednews_copy {
  margin-top: -2px;
  margin-left: 230px;
}
.content_theteam {
  border-left:1px solid #BED2D9;
  margin-bottom:35px;
    margin-top:10px;
  float:left;
  font-size:11px;

  padding-left:37px;
  width:260px;
}
.content_theteam h3 {
  margin-bottom: 10px;
  font-size: 17px;
  
}
.content_theteam h4 {
  color:#333;
  margin-bottom: 3px;
}

.content_theteam p {
  margin-bottom: 15px;
}
.content_theteam ul  {
  list-style-type: disc;
  padding-left: 15px;
}

.content_theteam p.no_marg {
  margin-bottom:10px;
}

.content_theteam p.top_marg { 
  margin-top: 10px;
  }

/* Products */
.content_sub .products_img {
  margin-left: -10px;
  margin-top: 10px;

}
.content_sub .products_img.products {

  margin-bottom: 30px;

}
.content_threecolumn  {
  margin-bottom:10px;
}
.content_threecolumn .column {
  float:left;
  margin-right:62px;
  width:278px;
  
}
.content_threecolumn .column.first { 
  color:#000000;
  font-weight:bold;
  margin-right:64px;
  width:237px;
  margin-left: 2px;
  }
  
.content_threecolumn .column.first h3 {  
  margin-top: 5px;
  }
.content_threecolumn .column.chart {
  padding-top: 11px;
}
.content_threecolumn .column.chart p {
  border-top:1px solid #BED2D9;
  
  margin-bottom:11px;
  padding-top:11px;
}

.content_threecolumn .column.last { 
  margin-right: 0px;
}

.content_threecolumn .column.last p {  
  margin-bottom:12px;
  }
  
.product_links {
  border-top: 1px solid red;
}
.product_links .link_iphone {
  margin: 15px 0;
  float:left;
  background: transparent url(../images/link_iphone.png) no-repeat 40px 0px;
  width: 49%;
  border-right:1px solid #BED2D9;
  height:120px;
  text-indent: -999999px;
  display:block;
}

.product_links .link_blackberry {
  margin: 15px 0;
  margin-left: 50%;
  background: transparent url(../images/link_blackberry.png) no-repeat 50px 0px;
  width: 50%;

  height:120px;
  text-indent: -999999px;
  display:block;
}

/* Partners */

.partner_intro {
  background: #fff;
  float:left;
  padding: 20px 11px 20px 10px;
  width:253px;
  border:1px solid #BDEEF9;
  margin-top: 15px;
  font-size: 11px;
  
}
.partner_intro p { 
  width: 224px;
  margin-left: 10px;
  }
.globeandmail {
  border-top:1px solid #BED2D9;
  margin: 15px 0 0 0;
  padding: 15px 0;
}

.gm_one { 
  float:right;
  margin: 0 -10px 10px 0;
  }
.gm_two {
  margin: 0 0 0 -15px;
}

/* Contact Us Page */

.contact_page {
  padding-bottom: 20px;
}

.contact_page .email {
  margin-bottom: 20px;
  padding-top:10px;
}
.contact_page .email,.contact_page .snail {
  margin-left: 550px;
}


/* IE er
.rightAlign
{    text-align:right;
}



rors */
.ie .content_right {
margin-left:0px;
position:absolute;
top:81px;
}
.ie ul.navigation { 
  height:60px;
  }

/* IE6 Errors */
.ie6 .content_right img, 
.ie6 .content_left .cta a,
.ie6 .content_sub .products_img.products,
.ie6 .product_links a,
.ie6 .content_sub .products_img ,
.ie6 .gm_one ,
.ie6 .gm_two,
.ie6 .link_contactus {  
  behavior: url(style/iepngfix.htc)!important;
}
.ie6 ul.navigation li a {
  margin-right: 10px;
}

.ie6 .product_links .link_blackberry {
  margin: 15px 0 20px  0px;


}
/* Additions */
.naa { float:left;}

.alignTop
{
    vertical-align:top;
}

.rightAlign
{
    text-align:right;
}
.error
{
color:Red;
}

