@import url('reset.css');


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	background: url('/themed/googleconquest/img/bg.jpg') repeat-x #000;
}
p {margin:15px 0;line-height:1.1em;}
.center {margin:0 auto;}

/* center all the main elements */
div#header, div#content, div#footer {margin:0 auto;width:740px;}
div#header {background:url('/themed/googleconquest/img/heading.jpg') no-repeat;height:202px;}
div#content, #footer div {background:url('/themed/googleconquest/img/middle.jpg') repeat-y;padding:30px 40px;width:660px;}
div#footer {background:url('/themed/googleconquest/img/footer.jpg') no-repeat bottom center;padding-bottom:123px;}
#footer div {padding-bottom:5px;font-size:.8em;text-align:center;}

/* images */
#img_binder, #img_book, #img_box, #img_cd1, #img_cd2, #img_dvd, #img_pack {margin:50px auto;}
#img_binder {background:url('/themed/googleconquest/img/binder.png') no-repeat;width:160px;height:241px;}
#img_book {background:url('/themed/googleconquest/img/book.png') no-repeat;width:160px;height:284px;}
#img_box {background:url('/themed/googleconquest/img/box.png') no-repeat;width:220px;height:302px;}
#img_cd1 {background:url('/themed/googleconquest/img/cd-1.png') no-repeat;width:145px;height:148px;}
#img_cd2 {background:url('/themed/googleconquest/img/cd-2.png') no-repeat;width:180px;height:95px;}
#img_dvd {background:url('/themed/googleconquest/img/dvd.png') no-repeat;width:160px;height:228px;}
#img_pack {background:url('/themed/googleconquest/img/pack.png') no-repeat;width:400px;height:271px;}


#header h1 {display:none;}

#footer a, #footer div {font-size:0.8em;color:#aaa;}

#testimonial {width:513px;background:url('/themed/googleconquest/img/t2.jpg') repeat-y #000;width:513px;margin:40px auto;}
#testimonial div.top {background:url('/themed/googleconquest/img/t1.jpg') no-repeat;width:513px;height:29px;}
#testimonial div.bottom {background:url('/themed/googleconquest/img/t3.jpg') no-repeat;width:513px;height:41px;}
#testimonial div.middle {background:url('/themed/googleconquest/img/t2.jpg') repeat-y #000;width:513px;}

blockquote {padding:0 25px; line-height:1.3em;font-style:italic;}
blockquote > h2 {color:#F00E2C;line-height:1.2em;text-align:center;}
blockquote > h2:before, blockquote > h2:after {content:'"';}
blockquote > img {float:left;padding:0 15px 7px 0;}
blockquote > span {display:block;text-align:right;font-style:italic;font-weight:bold;padding-top:14px;}


#guarantee {
	background: url('/themed/googleconquest/img/guarantee60.jpg') no-repeat center left;
	line-height: 16pt;
	width: 260px;
	margin:50px auto;
	padding: 10px;
	padding-left:240px;
	border:5px dashed;
	border-color: #f00;
	font-family: Arial, Helvetica, sans-serif;
}
#guarantee h2 {line-height:1.2em;margin-left:-230px;text-align:center;}
#guarantee p {font-size:1.1em;line-height:1.2em;}

.img {margin:50px auto;}
.highlight {background-color:#efff3b;padding:0 3px;font-weight:bold;}

a#order {background:url('/themed/googleconquest/img/button.png');width:252px;height:72px;display:block;margin:50px auto;}
#order span {display:none;}

div#orderbox {width:500px; font-family: sans-serif; font-weight: normal; text-transform: none; text-align: center; padding: 4pt; border: 2pt; border-style: double; border-color: black; padding:10px; background-color:#FFFFCC; border:3px dashed maroon;margin:50px auto;}
#orderbox .buynow{
	border:0;
	width: 462px;
	height: 120px;
	background: url('/themed/googleconquest/img/order.gif');
	font-weight: bold;
	margin: 30px auto;
}

.code {width:100%;margin-bottom:40px;display:block;}

.ui-dialog-overlay-bg {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
   background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.ui-dialog-overlay-window {
   z-index: 102;
}