/* -------------------------------------------------------------------------------------------------------------- 
IGT MegaJackpots.com
Document: global.css
Date: January 8, 2010
Author(s): Scott Patterson

International Game Technology
Copyright(c) 2010, All rights reserved.
---------------------------------------------------------------------------------------------------------------- */

body {
  font: normal 12px/16px Tahoma, Verdana, Arial, serif;
  background-color: #222;
}

/* -------------------- Header -------------------- */

#header_wrapper {
  background: url(../images/new_images/bkgfx_headermain.png) no-repeat top center;
  height: 71px;
}

#header_contianer {
  width: 984px;
  margin: 0 auto;
  height: 71px;
}

#header_contianer h1 {
  width: 236px;
  height: 40px;
  float: left;
  position: relative;
  top: 16px;
}

#header_contianer h1 a {
  width: 236px;
  height: 40px;
  display: block;
  background: url(../images/new_images/bkgfx_headertext.png) no-repeat 0 0;
  text-indent: -9000px;
}

#header_contianer .link_igt {
  width: 98px;
  height: 28px;
  float: right;
  position: relative;
  top: 21px;
}

#header_contianer .link_igt a {
  width: 98px;
  height: 28px;
  display: block;
  background: url(../images/new_images/btn_igthome.png) no-repeat 0 0;
  text-indent: -9000px;
}

/* -------------------- CONTENT - LP -------------------- */

#content_wrapper {
  background: url(../images/new_images/bkgfx_homemaincontent.jpg) repeat-x 0 0;
  height: 290px;
}

#content_container {
  height: 290px;
  margin: 0 auto;
  background: url(../images/new_images/bkgfx_mainbackground.jpg) no-repeat top center;
}

#content_main {
  width: 984px;
  margin: 0 auto;
}

#content_main h2 { display: none; }
#content_main p { display: none; }
#content_main ul li small { display: none; }

#content_main ul {
  float: left;
  clear: both;
  width: 705px;
  margin: 172px 0 0 107px;
}

#content_main ul li.lp_left {
  width: 347px;
  height: 80px;
  margin: 0 40px 0 0;
  float: left;
}

#content_main ul li.lp_right {
  width: 318px;
  height: 80px;
  margin: 0;
  float: left;
}

#content_main ul li.lp_left a {
  width: 347px;
  height: 80px;  
  display: block;
  cursor: pointer;
  text-indent: -9000px;
}

#content_main ul li.lp_right a {
  width: 318px;
  height: 80px;
  display: block;
  cursor: pointer;
  text-indent: -9000px;
}
/* -------------------- CONTENT - HP -------------------- */

/* -------------------- MAIN CONTENT -------------------- */

/* -------------------- FOOTER -------------------- */

#footer_wrapper {
  background: url(../images/new_images/bkgfx_footermain.png) repeat-x 0 0;
  height: 200px;
}

#footer_container {
  width: 984px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  font-size: 10px;
  color: #fff;
}

#footer_container a {
  color: #fff;
  text-decoration: underline;
}

#footer_container a:hover {
  color: #fff;
  text-decoration: none;
}


#footer_container ul li {
  display: inline;
}

ul li.footer_space {
  display: inline;
  margin: 0 5px 0 3px;
  border-right: 1px solid #fff;
}

.footer_set_1 {
  width: 41px;
  height: 126px;
  float: left;
  margin: 0 10px 0 0;
  background: url(../images/new_images/bkgfx_footer_logo.png) no-repeat center center;
}

.footer_set_1 h3 a {
  width: 41px;
  height: 33px;
  text-indent: -900px;
  display: block;
  margin: 47px 0 0 0;
  background: none;
}

.footer_set_2 {
  width: 2px;
  height: 126px;
  float: left;
  font-size: 1px;
  margin: 0 10px 0 0;
  background: #2b2b2b;
}

.footer_set_3 {
  padding: 3px 0 0 0;
  float: left;
}

/* -------------------- MULTI USE -------------------- */

.float_set {
  width: 100%;
  float: left;
  clear: both;
}

.float_left {
  width: 48%;
  float: left;
}

.float_right {
  width: 48%;
  float: right;
  text-align: right;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}