body {
	background-color:#E6EFF4;
	margin:0;
}

div, body {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:lighter;
	line-height: 20px;
}

b {
	font-weight: bold;
}

.topBar {
	margin-top:10px;
}

fieldset {
	border:1px dotted #003366;
}

fieldset legend {
	font-weight:bold;
	font-style:italic;
	color:#006699;
}

fieldset .text {
	font-size:13px;
}

fieldset .label {
	width: 125px;
	padding: 5px 0px 5px 0px;
}

legend {
	background-color:#FFFFFF;
}

fieldset .submit {
	text-align:center;
}

.topBar {
	height: 285px;
	background-image:url(media/topBar.jpg);
}

.logo {
	margin: 0;
	position:absolute;
	margin-left:10%;
	top:0px;
}

.topLinks {
	height: 17px;
	margin: 0 0 0 50%;	
	/*padding: 35px 0 0 95px;*/
	/*padding: 35px 0 0 75px;*/
	padding-top:35px;
	background-image: url(../images/topLinks.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	width:380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	/* z-index: 100; */
}

.topLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topLinks li {
	float: left;
	margin: 0;
	padding: 0;
}

.topLinks a {
	color:#666666;
	/*padding: 5px 15px 0 5px;
	padding: 0 10px;*/
	margin:5px 5px;	
}

.centerBar {
	z-index: 99
	height:242px;
	width: 972px;
	margin: 0 auto;
	padding-top:42px;
}

.bottomBar {
	background-image:url(media/bottomShadow.jpg);
	background-repeat:repeat-x;
}

.contentContainer {
	margin:0 auto;
	width:845px;
}

.content {
	background-repeat:no-repeat;
	padding:20px 10px 10px 10px;
}

.contentBottomBar {
	clear: both;
	height:19px;
	background-repeat:no-repeat;
}

h1 {
	padding:0;
	margin:5px 5px 5px 0px;
}
h2 {
	padding:0;
	margin:5px 5px 5px 0px;
}
.pageTitle h1{
	color:#FFFFFF;
	font-size:38px;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
}
.footer {
	text-align:center;
	font-size:10px;
}

.login_box {
	float: left;
	width: 400px;
}

.account_box {
	float: left;
	width: 400px;
}

.account_box fieldset {
	border: 0;
}

.sign_up_box {
	float: right;
	width: 400px;
}

.checkout_box {
	float: left;
	width: 400px;
}

.error {
	color: #cc0000;
}


.hide { 
	display: none; 
}

.clear {
	clear: both;
}

#popup_bg {
    background: url(/media/transparent_bg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
}

#popup_content_wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 404px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
}

#popup_content_buy {
	width:500px;
	height:257px;
}

#popup_content_download {
	width:500px;
	height:257px;
}

.contact_box {
	float: left;
	width: 400px;
}

#contact_form_box {
	clear: both;
}

.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

.bottomLinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
	/*margin-bottom:10px;*/
}

.bottomLinks li {
	display:inline;
}

.bottomLinks a {
	color:#333333;
	margin:0 5px;
}

.page ul {
	
}

strong {
	font-weight:bold;
}

.forgot {
	float:right;
	font-size:10px;
	margin-top:-15px;
}

.secure {
	text-align:center;
}

.secure .text {
	margin-bottom: 5px;
}