@import url('privacy_files/reset.css');


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
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:800px;
}
div#header {
	height:279px;
	background-image: url(img/otb_header.gif);
	background-repeat: no-repeat;
}
div#content, #footer div {
	width:710px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-color: #FFF;
}
div#footer {
	padding-bottom:56px;
	width: 790px;
}
#footer div {padding-bottom:5px;font-size:.8em;text-align:center;}


#header h1 {display:none;}

#footer a, #footer div {font-size:0.8em;color:#aaa;}

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 {
	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;}
.highlight {background-color:#efff3b;padding:0 3px;font-weight:bold;}

a#order {background:url('/img/button.png');width:252px;height:72px;display:block;margin:50px auto;}
#order span {display:none;}

.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;
}

