/* Universal Stylesheet - puzzle-quest.com */

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #1e8bc3;
	padding: 0;
	border: 0;
	margin: 0 0 60px 0;
	background: #FFF url(/core/img/bg_body.gif) repeat-x 0 0;
}


/* boxes */

.main {
	width: 900px;
	height: 650px;
	text-align: center;
	margin: 0px auto 20px auto;
}

.news .main, .order .main {
	height: 650px;
}

.nav {
	height: 86px;
}

.col-l {
	position: relative;
	float: left;
	width: 500px;
	height: 480px;
	background: url(/core/img/bg_col_left.jpg) no-repeat 0 0;
}

.news .col-l {
	width: 676px;
	height: 274px;
	background: url(/core/img/bg_news_col_left.jpg) no-repeat 0 0; 
}

.order .col-l {
	width: 901px;
	height: 274px;
	background: url(/core/img/bg_order_col_left.jpg) no-repeat 0 0; 
}

.facebook-burst {
	position: absolute;
	top: 204px;
	left: 19px;
 	height: 166px;
	width: 165px;
}

.news .facebook-burst, .order .facebook-burst {
	top: 19px;
	left: 8px;
 	height: 238px;
	width: 178px;
}

.newsticker {
	position: absolute;
	top: 387px;
	left: 50px;
	width: 350px;
	height: 40px;
	text-align: left;
	padding: 20px 0 0 15px;
}

.news .newsticker {
	top: 38px;
	left: 266px;
	width: 360px;
}

.retailers {
	position: absolute;
	top: 47px;
	right: 70px;
	width: 575px;
}

.retailers tr td {
	vertical-align: middle;
	text-align: center;
	padding: 0 0 10px 0; 
	margin: 0;
}

.col-r {
	position: relative;
	float: left;
	width: 400px;
	height: 480px;
	background: url(/core/img/bg_col_right.jpg) no-repeat 0 0; 
}

.news .col-r {
	width: 224px;
	height: 274px;
	background: url(/core/img/bg_news_col_right.jpg) no-repeat 0 0;
}

.qt {
	position: absolute;
	top: 37px;
	left: 30px;
	width: 320px;
	height: 196px;
	border: 1px solid #FFF;
}

.ss {
	position: absolute;
	top: 260px;
	left: 30px;
	width: 203px;
}

.ss .screens {
	width: 203px;
	height: 128px;
	margin: 0 0 4px 0;
}

.logos {
	width: 980px;
	margin: 0 auto 20px auto;
}

.footer {
	width: 700px;
	margin: 0 auto 0 auto;
}

/* text */

h1 {
	display: none;
	color: #1e8bc3;
}

p {
	font-size: 11px;
	color: #1e8bc3;
	line-height: 140%;
}

p.copy {
	font-size: 10px;
}

.qt p {
	font-size: 13px;
	color: #FFF;
	margin: 12px 0 0 0;
}


/* lists */

.newsticker ul li {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 135%;
	padding: 0;
	margin: 0;
}

.news .newsticker ul li {
	color: #105191;
	padding: 0 10px 8px 10px;
	border-bottom: 1px dotted #105191;
	margin-bottom: 8px;
}

.news .newsticker ul li.last {
	border-bottom: 0;
	margin-bottom: 0;
}


/* images */

img {
	padding: 0;
	border: 0;
}

.logos img {
	margin: 0 16px 0 16px;
}


/* links */

a {
	color: #1e8bc3;
	padding: 0;
	margin: 0;
}

.newsticker ul li a {
	color: #FFF;
}

.news .newsticker ul li a {
	color: #105191;
} 
 
.qt a {
	color: #FFF;
}


/* misc */

.hide {
	display: none;
}

.clear:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.clear { display: inline-block; }
/* no ie mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */