@import url('reset.css');

* {
	color: #ffffff;
}

body {
	background: #102101 url('../images/bg.jpg') repeat-x;
}

h1, h2 {
	padding-bottom: 12px;
	border-bottom: 1px solid #739545;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Myriad, Arial;
}

p {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.2em;
}

p .highlight {
	font-weight: bold;
}

#wrap {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}

#header {
	background: url('../images/header.jpg') no-repeat;
	width: 1200px;
	height: 265px;
}
.headerHome {
	margin: 0 auto;
	float: left;
	width: 930px;
	height: 250px;
	display: block;
}



#contentWrap {
	background: url('../images/small_body.jpg') no-repeat;
	width: 1200px;
	height: 504px;
}

#content {
	width: 890px;
	margin: 0 auto;
}

#footer {
	background: url('../images/footer.jpg') no-repeat;
	width: 1200px;
	height: 183px;
	text-align: center;
	padding-top: 12px;
}

#footer a, #terms_footer a{
	text-decoration: none;
	padding: 0 15px;
	font-family: Arial;
	font-size: 11px;
}

#footer a:hover, #terms_footer a:hover{
	text-decoration: underline;
}

/* index page*/

#left, #right {
	width: 440px;
	height: 480px;
	float: left;
}
#right {
	margin-left: 10px;
}

#buyChipsBtn {
	display: block;
	background: url('../images/buyBigBtn.png') no-repeat;
	width: 438px;
	height: 183px;
	margin-top: 20px;
	cursor: pointer;
}
#buyChipsBtn:hover {
	background: url('../images/buyBigBtn-over.png') no-repeat;
}

#liveHelpBtn {
	display: block;
	background: url('../images/liveHelpBtn.png') no-repeat;
	width: 425px;
	height: 107px;
	margin-top: 30px;
	cursor: pointer;
}

#liveHelpBtn :hover {
	background: url('../images/liveHelpBtn-over.png') no-repeat;
}

#checkPricesBtn {
	display: block;
	background: url('../images/checkPricesBtn.png') no-repeat;
	width: 425px;
	height: 89px;
	cursor: pointer;
}
#checkPricesBtn:hover {
	background: url('../images/checkPricesBtn-over.png') no-repeat;
}

/* buy chips page */
#buyBtns {
	margin-top: 30px;
	cursor: pointer;
}

.priceBtn {
	display: block;
	background: url('../images/priceBtn.png') no-repeat;
	width: 292px;
	height: 46px;
	float: left;

	text-decoration: none;
	font-size: 19px;
	font-family: Arial;
	
	padding-top: 15px;
	padding-left: 15px;

}

.buyBtn {
	display: block;
	background: url('../images/buyBtn.png') no-repeat;
	width: 125px;
	height: 46px;
	float: left;
	margin-left: 3px;
	margin-right: 10px;
	color: #fdf45e;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	padding-top: 10px;
}

div.buyOffer {
	width: 540px;
	margin: 0 auto;
}

div.buyOffer a.buyBtn {
	margin-top: 17px;
	margin-left: -20px;
}

.bestOfferBtn {
	display: block;
	background: url('../images/bestOfferBtn.png') no-repeat;
	width: 317px;
	height: 62px;
	float: left;

	text-decoration: none;
	font-size: 19px;
	font-family: Arial;
	
	padding-top: 30px;
	padding-left: 105px;	
}

.bestOfferBtn:hover{
	background: url('../images/bestOfferBtn-over.png') no-repeat;
}
.priceBtn:hover {
	background: url('../images/priceBtn-over.png') no-repeat;
}

/* Terms of use */

#terms_wrap { /* all this _terms prefixint/suffixing
				is due to slight different gradients on various pages..
				so i need to use different backgrounds */
	width: 100%;
	height: 100%;
	background: url('../images/bg_repeat_terms.jpg') repeat-x;
}

#terms_content {
	background: url('../images/bg_terms.jpg');
	width: 1200px;
	margin: 0 auto;
	min-height: 2436px;
	height: auto !important;
	height: 2436px;
}


#terms_text {
	width: 890px;
	margin: 0 auto;
	padding-top: 275px;
}

#terms_text p {
	margin-bottom: 17px;
}

#terms_footer {
	text-align: center;
	margin: 0 auto;
	margin-top: -80px;
	width: 1200px;
	height: 50px;
}

/* Generic stuff */
.highlight {
	color: #a9e716;
}

.borderRght {
	border-right: 1px solid #ffffff;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
}
#warning {
	color: #FF0;
}
