@import "reset.css";
@import "tips.css";
@import "nav.css";

/*Global Settings*/
body{
	background:#1f1f1f;
	margin:45px 0 0 0;
}

#wrap {
  /*background: url(/images/home/index_bg.png) repeat-y;*/
  position: relative;
  margin: 0px auto;
  text-align: left;
  zoom: 1;
  overflow:hidden;
  height:559px;
  padding-left:15px;
  color:#fff;
  font-family: "HelveticaNeue-Light", "HelveticaNeue", "Helvetica"; 
}

#wrap, #footer {
  width: 960px;
  margin: 0px auto;
  text-align: left; 
  clear: both;
}

div#masthead{
  width:965px;
  margin: 0px auto;
  text-align: left;
font-family: "HelveticaNeue-Light", "HelveticaNeue", "Helvetica"; 
}
div#masthead div{
	display:inline;
	float:left;
}
div#masthead div#nav{
	float:right;
	
}

div#masthead div#logo{
	padding-left:15px;
	padding-top:3px;
}
div#masthead div#nav div#menuwrapper{
	margin-left:35px;
}



/*Content
=========================*/
div#content{
	width:972px;
	height:554px;
	background:url('../images/home/content_bg.png') no-repeat;
}
div#sky{
	padding:20px 0 0 20px;
	/*
	background:#fff;
	width:929px;
	height:347px;*/
}
div#sky div{
	width:914px;
	padding:8px;
	background:#fff;
}

/*Bottom
===========================*/
div#bottom{
	padding-left:40px;
}

div#bottom h5{
	margin:10px 0;
	font-size:.85em;
	color:#000;
	font-weight:bold;
}

div#bottom div.inline{
	display:inline;
	float:left;
}


div#bottom div#promo div.caption{
	font-size:.9em;
	width:225px;
}
div#bottom div#promo div.caption a,div#bottom div#promo div.caption a:visited{
color:#fd7100;
text-decoration:none;
}

/*Scroller
=========================*/
div#scroller{width:680px; overflow:hidden;}
div#viewport{width:2400px;}
div#viewport div{display:inline; float:left;}



div#scroller div.case{width:220px; padding:0;}
div#scroller div.case#verizon-wireless{padding-left:20px;}
div#scroller div.case img{}
div#scroller div.case div{width:45%; display:inline;}
div#scroller div.case div.view{text-align:right; color:#ff9933; font-size:.7em;}
div#scroller div.case div.view a,div#scroller div.case div.view a:visited{ text-decoration: none; color:#ff9933;}
div#scroller div.case div.title{font-size:.8em; padding-left:10px;}
div#scroller div.case#jersey-mikes div.title{padding-left:0px;}
div#scroller div.case#carowinds div.title{padding-left:18px;}
h4 {font-weight:bold; color:#000;}



div#footer{padding-left:25px;color:#fff;font-size:75%;}


/*||||||||||||||||||||||||||||||
||||||| FLOAT CLEARING  ||||||||
||||||| ACCOUNTS FOR IE6/7 |||||
||||||||||||||||||||||||||||||||*/
/* float clearing for IE6 */
* html #bottom,#masthead,#content,#logo,#nav{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html #bottom,#masthead,#content,#logo,#nav{
  min-height: 1%;
}

/* float clearing for everyone else */
#bottom:after,#masthead:after,#content:after,#logo:after,#nav:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}



