body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-family: 'Lucida Grande','Trebuchet MS';
}

a {
    color: #1170b0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.fly_width {
    width: 976px;
    margin: 0 auto;
    text-align: left;
}
.stdwidth {
    width: 918px;
    margin: 0 auto;
    text-align: left;
}

.sky {
    background-image: url(/images/2008/sky.gif);
    height: 100px;
}
.sky .clouds {
    background-image: url(/images/2008/clouds.gif);
    height: 100px;
    width: 918px;
    margin: 0 auto;
}
.sky .clouds .logo {
    float: left;
	position: relative;
	left: -25px;
	top: 7px;
}
.sky .clouds div.buttons {
	margin: 0;
	list-style: none;
	float: right;
    text-align: center;
    padding: 42px 142px 0 0;
    margin-bottom: -30px;
    width: 200px;
}
.sky .clouds div.buttons div {
    float: left;
    padding: 0 4px;
    text-align: center;
    font-size: 11px;
    width: 92px;
    margin: 0;
}

.sky .clouds .buttons a {
	float: none;
}

#userOptions .registerLink, #userOptions .loginLink {
	overflow: hidden;
	padding: 0 0 0 92px;
	height: 21px;
	width: 0;
	display: block;
}
.loginLink {
	background: transparent url(/images/2008/login2.gif) no-repeat top left;
}
.registerLink {
	background: transparent url(/images/2008/register2.gif) no-repeat top left;
}
#userOptions a.registerLink:hover, #userOptions a.loginLink:hover {
	background-position: 0 -21px;
}
#userOptions a.registerLink:active, #userOptions a.loginLink:active {
	background-position: 0 0;
}
.forgotLink { display: block; font-size: 10px; margin: 0; line-height: 18px;}

.navbar {
    background-image: url(/images/2008/nav/bg.gif);
    height: 31px;
}
.navbar .links {
    width: 874px;
    margin: 0 auto;
    line-height: 28px;
}

.navbar .links a {
    display: block;
    float: left;
    padding: 0px 10px;
    color: #069;
}
.navbar .links a:hover {
    color: #39c;
}
.navbar .links a:active {
    color: #666;
}
.navbar .links a.selected {
    color: #666;
}
.navbar .links a.selected:hover {
    color: #666;
	text-decoration: none;
}

.bluesplash {
    background-image: url(/images/2008/blue.png);
    height: 361px;
	margin-top: -2px;
}
.bluesplash .store {
    width: 918px;
    margin: 0 auto;
    background-image: url(/2010/images/store.png);
    height: 361px;
}
.bluesplash .store .start {
    padding: 236px 0 0 26px;
    position: relative;
}

.footer {
    background-image: url(/images/2008/gray.gif);
	color: #444;
    padding: 24px 0;
}
.footer .links {
    padding: 0 12px 4px 12px;
    text-align: left;
	font-size: 14px;
}

.footer .links a {
	font-size: 12px;
}
.footer .copyright {
	padding: 0 12px;
	font-size: 11px;
}


.main {
	width: 854px;
	margin: 0 auto 38px auto;
}

.main .left_column {
    position: relative;
    top: -10px;
    float: left;
}
.main .right_column {
    width: 321px;
    float: right;
}
.main .three_steps {
    margin-top: 20px;
}

.main .faq {
    background-image: url(/images/2008/faq_bg.gif);
    width: 321px;
    height: 265px;
    margin-top: 24px;
}
.main .faq .table {
    padding: 28px 32px;
}
.main .faq .table .heading {
    padding: 3px 5px 4px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #222;
    margin-top: 12px;
}
.main .faq .table a.question {
    display: block;
    padding: 3px 5px 5px 5px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #666;
    border-top: none;
}

.main .faq .table a.more {
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 5px 0;
}


.main .what {
    width: 478px;
    height: 287px;
    background-image: url(/images/2008/what_arrows.png);
    margin: 12px 0 52px 0;
}
.main .what .pad {
    padding-top: 256px;
    text-align: center;
}
.main .what .pad a {
    padding: 0 6px;
}
.main .pcworld {
    padding: 10px 20px;
}

a.rollover {
}


.tour {
	margin-bottom: 38px;
}
.tour .image {
	float: left;
	width: 463px;
}
.tour .text {
	float: left;
	width: 455px;
	padding-top: 18px;
	color: #666;
	font-size: 13px;
}
.tour .text h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.tour .text p {
	margin: 2px 0 16px 0;
}
.tour .text .next {
	margin-top: 20px;
	color: #999;
}
.tour .text .next .arrow {
	font-size: 20px;
}
.tour .image img {
	position: relative;
	left: -4px;
}
.tour_nav {
	background-image: url(/images/2008/tour/subnav.gif);
	height: 57px;
	margin-bottom: 14px;
}
.tour_nav .pad {
	padding: 12px 18px;
}
.tour_nav a {
    display: block;
    float: left;
    padding: 6px 14px;
	border-left: 1px solid #fff;
	font-size: 14px;
	font-family: 'Lucida Grande','Trebuchet MS';
	color: #999;
}
.tour_nav a.first {
	border-left: none;
}
.tour_nav a.selected {
	color: #666;
}

div#statistics {
	text-align: left;
	margin-left: 5em;
}

div#admin {
	text-align: left;
	margin: 1em 5em;
}

#admin h1 {
	text-align: center;
}

#admin form {
	padding: 2em;
}

#admin table {
	border-collapse: collapse;
}

#admin th,
#admin td
{
	border: 1px solid #666;
	padding: 0.3em;
}

#admin th
{
	text-align: center;
}

#admin .button-to {
	margin: auto;
}

div.jfr_row {
  clear: both;
  width: 100%;
}

div.jfr_row span.jfr_label {
  float: left;
  width: 20%;
  text-align: right;
}

div.jfr_row span.jfr_field {
  float: right;
  width: 78%;
  text-align: left;
}

#main-body,
#content {
	height: 100%;
}

/* for divs that bound floats */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

/***
New Hover
excludes nav (search for .registerLink for that)
****/
a.startLink {
	
}
a.startLink, a.startSmLink {
	overflow: hidden;
	padding: 0 0 0 150px;
	height: 43px;
	width: 0;
	display: block;
}
a.startLink {
	background: transparent url(/images/2008/start2.gif) no-repeat top left;
}
a.startSmLink {
	background: transparent url(/images/2008/startsm2.gif) no-repeat top left;
	padding: 0 0 0 98px;
	height: 29px;
}
a.startLink:hover {
	background-position: 0 -43px;
}
a.startSmLink:hover {
	background-position: 0 -29px;
}
a.startSmLink:active, a.startLink:active {
	background-position: 0 0;
}