
/*
	STYLE INFO
*/



#header
{
	width: 100%;
	height: 360px;
	background-color: #333;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #999;
}


/* Login area */

#login
{
	position: absolute;
	top: 220px;
	width: 150px;
}

#login h1
{
	font-size: 0.7em;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}

#login input
{
	width: 150px;
	height: 20px;
/* 	text-transform: uppercase; */
	margin-bottom: 5px;
}

input#login-button
{
	float: right;
	width: 64px;
	background-color: #333;
}


/* Intro */

div#introduction
{
	position: absolute;
	top: 230px;
	left: 250px;
	width: 560px;
}

div#introduction h1
{
	color: #ccc;
	font-size: 1.3em;
	line-height: 1.3em;
}

span.h1-differentiated
{
	color: #fff;
}




/* Video */

div#video-promo
{
	position: absolute;
	top: 80px;
	left: 650px;
	width: 220px;
}




/* Columns */



#content-wrapper
{
	width: 960px;
	margin: 30px auto 0 auto;
	padding: 0 0 0 0;
	min-height: 300px;
}




div.homepage-promo
{
	width: 930px;
	padding: 30px 10px 30px 0;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #333;	
	position: relative;
}

div.homepage-promo h1
{
	width: 240px;
	float: left;
}

div.right-side-copy
{
	width: 540px;
	float: left;
}

div.right-side-copy p
{
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
}

p.phone-number
{
	font-size: 3em!important;
	color: #666;
}


/* Gallery */

ul#gallery
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 720px;
}

ul#gallery li
{
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}




/* Strippped Gallery */

ul#gallery-stripped
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 720px;
}

ul#gallery-stripped li
{
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}




/* Sliding JQuery Email form */


a:focus {
	outline: none;
}

#emailpanel {
	width: 100%;
	background: #333;
	height: 200px;
	padding: 0 0 40px 0;
	margin: 0 0 0 0;
	display: none;
}

#emailpanel-interior {
	width: 960px;
	background: #333;
	height: 150px;
	padding: 0 0 40px 0;
	margin: 0 auto 0 auto;
}

.slide {
	position: absolute;
	top: 180px;
	right: 10px;
	margin: 0;
	padding: 0;
	font-size: 0.5em;
}

a.btn-slide {

}

a.btn-slide:hover {
	text-decoration: none;
}


div#email-form
{
	width: 560px;
	padding: 0 0 0 0;
	margin: 0 0 0 240px;
}

div#email-form-left
{
	float: left;
	width: 240px;
}

div#email-form-right
{
	float: left;
	width: 320px;
}


div#email-form input
{
	width: 220px;
	height: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

div#email-form textarea
{
	border: none;
	width: 320px;
	height: 150px;
	background-color: #666;
	color: #ccc;
}


input#send-button
{
	float: right;
	width: 123px!important;
	background-color: #333;
}





/* iPhone App Promo - June '11 */


div#iphone-promo
{
	min-height: 350px;
}

/*
img#iphone
{
	position: absolute;
	top: -80px;
	right: 30px;
}
*/

img#newbadge
{
	position: absolute;
	top: -20px;
	right: 210px;
	z-index: 5000;
}


h1#iphone-intro
{

	position: absolute;
	width: 520px;
	font-size: 1.1em;
}



h1#iphone-intro span
{
	color: #08a4de;
	font-size: 1.3em;
}



/* Phone rollover */

a#iphone
{
	position: absolute;
	top: -80px;
	right: 30px;
  display: block;
  width: 344px;
  height: 474px;
  background: url("../images/iphone/iphone.png") no-repeat 0 0;
}

a#iphone:hover
{ 
  background-position: -344px 0;
}

a#iphone span
{
  position: absolute;
  top: -999em;
}




/* IE6 PNG FIXES */

img, #container { behavior: url(../iepngfix.htc); }

