@charset "UTF-8";
/* CSS Document */

/** for debugging 
div
{
  border:1px solid red;
}
**/

      
#site-tagline
{
  background:url(../images/tagline.png) top left no-repeat;
}

#main-content
{
  background:url(../images/content-background.jpg) top left no-repeat #4D4D4D;
}

h2.page-title
{
  margin:0;
  padding:0;
  display:none;
}

#page-tagline
{
  display:none;

}

#content-body
{
}

#product-menu
{

  width:290px;
  height:310px;;
  margin-left:472px;
  margin-top:137px;
  background:url(../images/coachella2011/product-menu-background.png) top left no-repeat;
  z-index:1;
}

ul.products
{
  padding-left:14px;
  padding-top:14px;
}

ul.products li
{
  padding:0;
  margin:0;
  padding-bottom:12px;
}

a.product-link
{
  display: block;
  width: 160px;
  height: 130px;
  overflow:hidden;/*two word menu items wrap, so hide the overlap*/
}
#product-link-coachella-2011 
{
  background:url(../images/coachella2011/coachella-2011-chiclet.png) bottom left no-repeat;
}
a.coming-soon-product-link
{
  background:url(../images/coming_soon.png) bottom left no-repeat;
}

#screenshots
{
  margin-top:60px;
  margin-left:78px;
  height:180px;
}

img.screenshot
{
  float:left;
  margin-right:20px;
  height:150px;
  width:100px;
}

#additional-screenshots
{
 margin-bottom:40px;
}


.additional-screenshot
{
  margin-bottom:20px;
  margin-left:40px;
 clear:both;
 overflow:auto;
}

.additional-screenshot img
{
  height:240px;
  width:160px;
  margin-right:20px;
  float:left;
}


