@charset "utf-8";
/* CSS Document */
/* ========================== */
	/* CSS 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,
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-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* =========================== */
	/* GENERAL STYLE */
/* =========================== */
body { background:#e1dbcd url(images/bg.png) repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-top:86px; }
#wrapper { margin:0 auto; width:660px; }
.left { float:left; display:inline; }
.right { float:right; display:inline; }
/* =========================== */
	/* HEAD STYLE */
/* =========================== */
#head {
	background:url(images/head.png) no-repeat;
	margin:0 auto;
	height:190px;
	width:660px;
}
h1 { left:85px; position:relative; top:75px; }
h1 a {
	background:url(images/ActivityChooser.png) no-repeat;
	display:block;
	height:70px;
	text-indent:-9999px;
	width:481px;
}
/* =========================== */
	/* CONTENT STYLE */
/* =========================== */
#content { background:url(images/content.png) repeat-y;	height:auto !important;	min-height:150px; }
form#search { left:90px; position:relative; top:20px; }
#SearchInput {
	background:url(images/input.png) no-repeat;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	height:60px;
	padding:0 10px;
	width:458px;
}
#send {
	background:url(images/add_btn.png);
	border:none;
	cursor:pointer;
	display:block;
	height:32px;
	left:360px;	
	position:relative;
	text-indent:-9999px;
	top:10px;
	width:117px;
}
#result {
	background:#181d23 url(images/result_bg.png) repeat-x;
	color:#fff;
	margin:0 auto;
	min-height:150px;
	position:relative;
	text-align:center;
	top:20px;	
	width:590px;
}
#result span { 
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:38px;		
	font-weight:bold;
	padding:10% 0;
	position:relative;
}
a.choose_again {
	background:url(images/choose_again.png) 0 0;
	display:inline;
	float:right;	
	height:20px;	
	position:relative;
	text-indent:-9999px;
	top:-20px;
	width:120px;
}
ul#output {	
	position:relative;
	margin:50px 0 0 36px;
	padding-bottom:0px;
	width:589px;
}
ul#output li { background:#eee; }
ul#output li.alt { background:#f7f7f7; }
ul#output li span {
	color:#4c5661;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	line-height:50px;
	padding:0 55px;
	text-decoration:none;
}
ul#output li.welcome { 
	background:url(images/welcome.png) no-repeat;
	height:187px;
	margin:0 auto;
	text-indent:-9999px;
	width:480px;
}
/* =========================== */
	/* BOTTOM STYLE */
/* =========================== */
#bottom {
	background:url(images/bottom.png) no-repeat;
	display:block;
	height:204px;
	margin:0 auto;
	padding-top:30px;
}
#content p a {
	color:#000;
	display:block;	
	font-size:14px;
/*	left:-80px;*/
	float: right;
	margin-top:30px;
	left: -240px;	
	position:relative;
}
#content p.success {
	color:#8dc63f;
	font-size:30px;
	font-weight:bold;
	left:220px;
	position:relative;
}
form#advert { left:80px; position:relative; padding-bottom:20px; top:20px; width:600px; }
form#advert div { color:#333; margin-bottom:5px; }
form#advert input { border:1px solid #aeaeae; color:#333; font-family:"HelveticaNeue LT 55 Roman", Arial, "Helvetica CE", sans-serif; font-size:12px; padding:5px; width:200px; }
form#advert select { border:1px solid #aeaeae; height:25px; margin-left:6px; width:100px; }
#AdsText { margin-left:3px; }
#advert span { margin-right:10px; }
#advert strong { 
	font-size:40px;
	font-weight:bold;
	text-align:center;
}
#PayNow { 
	background:transparent url(images/PayNow_btn.png) no-repeat;
	border:none !important;
	cursor:pointer;
	height:32px;
	left:-20px;
	position:relative;
	text-indent:-9999px;
	top:10px;
	width:94px;
}
a.ads_text {
	float: left;
	color:#333;
	display:block;
	font-size:12px;
	left:80px;
	position:relative;
	text-decoration:none;
	top:30px;
}
a.ads_text:hover { text-decoration:underline; }
#content a.choose {
	background:url(images/button.png);
	display:block;
	height:93px;
	left:110px;
	position:relative;
	text-indent:-9999px;
	margin-bottom: 30px;
	top:30px;
	width:442px;
}
#content a.choose:hover { background:url(images/button_hover.png); }
#content a.start {
	background:url(images/StartOver.png);
	display:block;
	height:93px;
	left:110px;
	position:relative;
	text-indent:-9999px;
	margin-bottom: 30px;
	top:30px;
	width:442px;
}
#content a.start:hover { background:url(images/StartOver_hover.png); }
p {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	left:160px;
	position:relative;
	top:0px;
}
p a { color:#4e5863; font-weight:bold; text-decoration:none; }
p a:hover { text-decoration:underline; }
.hide { display:none; }