/**********************************************************************************************

	CSS on Sails
	Title: TheGame
	Author: XHTMLized
	Date: May 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #000 url(https://p2.secure.hostingprod.com/@site.swingerstoybox.com/ssl/_ui/images/bg.jpg) repeat-x top left;
		font: 13px/1.5em Arial, Helvetica, sans-serif;
		text-align: center;
    color: #737373;
		}


	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

	a {
		color: #737373;
		font-weight:bold;
		text-decoration: none;
	}

	a:hover, 
	a:active {
		color: #b5b5b5;
		text-decoration: underline;
	}
  
  p {margin: 1.0em 0;}
	
/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	
  .clear {clear: both;}

	.hide {
		display: none;
	}
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	.container {
		width: 960px;
		position: relative;
		margin: 0 auto;
		text-align: left;
    overflow: hidden;
	}
	#header {width: 960px; height: 160px; display: block; overflow: hidden;}
	#content { width: 960px;  margin: 10px 0 50px 0; overflow: hidden;}
	.one-third {width: 840px; padding: 0 60px;}
	.half {width: 840px; padding: 0 60px;}
	#footer {clear:both; width: 800px; display:block; overflow: hidden; padding:0; margin: 0 auto; margin-left: 80px;}
		

/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	
 #nav {margin-top: 10px;padding-right: 30px}
  #nav ul {list-style:none; float:right;}
  #nav ul li {display:inline;}
  #nav ul li a {float:left; display:block; height:30px; overflow: hidden; text-transform: uppercase; 
                font-size: 16px; font-weight: normal; line-height: 30px; color: #73737; padding: 0 10px;}
  #nav ul li a.get {color: #B5b5b5; background: transparent url(../images/bg-top-nav-get.gif) no-repeat bottom center;}
  #nav ul li a:hover {color: #B5b5b5; background: transparent url(../images/bg-top-nav.png) no-repeat bottom center; text-decoration: none;} 
  /*
  #nav ul li a:hover {background-position: 0 -30px;}
  #nav ul li a img {margin-top: 30px;}
  #nav ul li a.nav-what {background-image: url(../images/nav_what.gif);}
  #nav ul li a.nav-who {background-image: url(../images/nav_who.gif);}
  #nav ul li a.nav-sample {background-image: url(../images/nav_sample.gif);}
  #nav ul li a.nav-content {background-image: url(../images/nav_content.gif);}
  #nav ul li a.nav-get {background-image: url(../images/nav_get.gif);}
  */
  
	#header h1, 
	#header h1 span,
	#header .logo a,
	#header .logo span {
		display: block;
		width: 100%;
		height: 120px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header h1,
	#header .logo {
		position: absolute;
		top: 80px;
		left: -20px;
	}
		
	#header h1 span,
	#header .logo span {	
		position: absolute; 
		top: 0px;
		left: 0px;
		z-index: 10;
		background: url(../images/logo.jpg) no-repeat;
	}
	
	#accessibility-links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
/*
#content ul {list-style: disc; margin-left: 20px;} */
#content ul {list-style: outside url(../images/bullet.png); margin-left: 20px;}

/*#content a:hover {font-weight: bold;}*/

#main {margin: 100px 0 50px 0; overflow: hidden;}
#main-quickiest {margin: 50px 0; overflow: hidden;}
#what {margin: 50px 0 75px 0; overflow: hidden;}
#card {margin: 50px 0 75px 0; overflow: hidden;}
#taste {margin: 50px 0 75px 0; overflow: hidden;}
#who {margin: 50px 0 75px 0; overflow: hidden;}
#faq {margin: 50px 0 75px 0; overflow: hidden;}
.faq-detail {margin: 50px 0; overflow: hidden;}
h2 {font-size: 20px; font-weight: normal; letter-spacing:-1px; line-height: 1.1em}
.quote {margin: 250px 0 0 0; overflow: hidden;}
blockquote {background: url(../images/quote.gif) no-repeat 0 5px; font-size: 14px; font-weight: bold;
   color: #b5b5b5; padding:0 20px 0 60px; margin: 0 0 50px 0; text-align: left;}
.reviewquote {margin: 30px 0 0 0; overflow: hidden;}


#show {margin: 50px 0; overflow: hidden;}
.testimonial {margin: 50px 0; overflow: hidden; clear:both;}

#thegame-is {width:880px; margin:0 auto; padding:0 0 50px 60px; overflow: hidden;}
#thegame-is .thegame-is-box {width: 220px; float:left;}
#thegame-is .thegame-is-box ul {list-style: none;margin:0; padding:20px 0 0 20px; font-size: 13px;}

#bottom-banner {background: url(../images/bottom-banner-bg.gif) no-repeat top center; padding-top: 75px; overflow: hidden;}
#legend {width: 800px; margin:0 auto; padding: 75px 0 10px 0;}
#legend dl {width: 800px; display: block; overflow: hidden; padding-bottom: 20px;}
#legend dt {width: 120px; float:left; text-align: right; font-weight: bold; color: #b5b5b5b;}
#legend dd {width: 670px; float:right; color: #737373; font-size: 12px; }

.midSize {font-size: 12px;}
.smallSize {font-size: 11px;}
.verysmallSize {font-size: 10px;}
.smallnote {font-size: 11px; }
.smallnote img {vertical-align: middle;}

a.button {background: url(../images/bg-button.png) no-repeat 0 0; width:125px; height: 29px; line-height: 30px;
              display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 13px; 
              text-transform: uppercase; float:right; color: #eee;}
a.button:hover {background-position: 0 -30px; color: #fff;}
a.button2 {background: url(../images/bg-button.png) no-repeat 0 0; width:125px; height: 29px; line-height: 30px;
              display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 13px; 
              text-transform: uppercase; float:left; color: #eee;}
a.button2:hover {background-position: 0 -30px; color: #fff;}
a.buy-the-game {background: url(../images/bg-button.png) no-repeat 0 0; width: 130px; height: 30px; display: inline-block; overflow: hidden; float:right;}
a.buy-the-game:hover {background-position: 0 -30px;}
a.buy-the-game span { }
a.learn-more {background: url(../images/btn_learn_more.gif) no-repeat 0 0;  width: 117px; height: 30px; display: inline-block; overflow: hidden; float:right;}
a.learn-more:hover {background-position: 0 -30px;}
a.submit-a-card {background: url(../images/bg-submit-a-card.png) no-repeat 0 0;  width: 120px; height: 30px; line-height: 25px;
    display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 12px;  text-transform: uppercase; color: #eee;
    float:right;
    }
a.submit-a-card:hover {background-position: 0 -30px; color: #fff;}

.sep, .sep5{clear:both; background: url(../images/sep.jpg) repeat-y center; display: block; height: 1px; overflow: hidden; width: 100%; border: 0;}
.sep20{clear:both; background: url(../images/sep.jpg) repeat-x center; display: block; height: 1px; overflow: hidden; width: 100%; border: 0;}
.sep5 {height: 5px;}
.sep20 {height: 20px;}
img.alignleft {float:left; margin: 3px 10px 0 0;}

.one-third .ot-left {width: 280px; float: left; text-align: right !important; clear:both;}
.one-third .ot-right {width: 535px; float: right;}

.h-left {width: 410px; float: left; text-align: right; padding: 0; clear:both;}
.h-right {width: 390px; float: right;}

.h-right ul li {margin: 20px 0;}


form div {padding: 5px 0; font: 12px Arial, Verdana, sans-serif;}
label {color: #b5b5b5; width: 90px; display:block; text-align: right; float:left; padding-right: 7px; padding-top: 3px;}
input {border: /*1px solid #ccc; background: #6767678*/ !important; color: #000; padding:0; /*width: 250px;*/ padding: 1px 3px;
 font: 12px Arial, Verdana, sans-serif; /*height: 18px;*/}
input.radio {width: 15px; background: #000 !important; border:0; width: 12px; height: 12px;}
/*
input.btn {font-weight: bold; padding: 0; width: 150px; height: 26px; color: #fff; margin:0;}
*/
a.submit-button {background: url(../images/bg-submit-button.png) no-repeat 0 0; width:150px; height: 29px; line-height: 30px;
              display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 13px; 
              float:left; color: #eee;}
a.submit-button:hover {background-position: 0 -30px; color: #fff;}

textarea {border: 1px solid #ccc; background: #676767; color: #000; padding:0; width: 400px; height: 150px; font: 12px Arial, Verdana, sans-serif; padding: 3px 5px;}
.notify {float:right; font-size: 11px; padding: 15px 10px 0 0}



/* 2.3	Footer
-----------------------------------------------------------------------------------------------*/	
#footer {text-align: center; border-top: 1px solid #7f7f7f; margin-top: 50px; margin-bottom:50px;}
#footer .bottom-nav {padding: 5px 0; margin:0; font-size: 12px;}
#footer .disclaimer {font-size: 11px; padding: 5px 0; margin:0;}
#footer .copyright {font-size: 10px; color: #333; padding: 5px 0; margin:0;}

div#promo { 
  position:absolute;
  right:0;
  top:0;
}
div#promo a  {
	display:block;
	height:106px;
	width:106px;
	z-index:100;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/promo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#promo a span{
    display: none;
}
