/**************************************************
 * Home                                           *
 **************************************************/
.home                                             { background:#09c url('../img/backgrounds/bg-Blue.jpg') no-repeat; background-position:50% 0; color:#fff; }

.home #container                                  { background:none; }

	.home #header .logo                               { background:url('../img/brand/zoostorm-logo.png') no-repeat; background-position:center 0; }
	.home #header .secondary ol li a                  { border-right:1px solid #fff; color:#fff; }
	
	.home #content h1                                 { color:#e6ff66; font-size:30px; font-weight:normal; line-height:48px; }
	.home #content h1 span                            { background:#14659e; padding:5px 10px; }
	
		#content #promotions                              { clear:both; margin:120px 0; overflow:hidden; position:relative; width:960px;z-Index: 5; }
		#content #promotions ul                           { }
		#content #promotions ul.navigation                { float:right; list-style:none; margin:0; padding:0; }
		#content #promotions ul.navigation li             { float:left; height:12px; overflow:hidden; margin:0 0 0 8px; width:12px; }
		#content #promotions ul.navigation li a           { background:url('../img/icons/icon-circle-off.png') no-repeat; background-position:0 0; cursor:pointer; display:block; height:12px; width:12px; }
		#content #promotions ul.navigation li a span      { height:12px; }
		    #content #promotions .promotion a                  {text-decoration: none;}
			#content #promotions .promotion                   { width:960px; }
				#content #promotions .promotion .details          { float:left; line-height:1.7; padding:0 0 37px; width:560px; }
					#content #promotions .promotion .details .view    { bottom:0; position:absolute; right:400px; }
				#content #promotions .promotion .image            { float:right; width:380px; }
				#content #promotions .promotion .image img        { display:block; }
	
.zooStormLogoContainer  
{
    margin: 0 auto;
    width: 548px;
    display: block;
    text-align: right;
}
.zooStormLogo 
{
    margin: 20px auto 0;
    display: block;
    width: 548px;
    height: 120px;
}
.rangeName { color:#e6ff66; font-size:30px; font-weight:normal; line-height:48px; }
.rangeName span { background:#14659e; padding:5px 10px; }
