@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background: #f2f2f2;
	font: 14px/28px Arial, Helvetica, sans-serif; 
	color:#63686c;
	padding:0;
	margin:0;
}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -169px; /* the bottom margin is the negative value of the footer's height */
}

/* Misc
***************************************************/
input, textarea {
	font-size: 14px;
}

a:active {
	outline:none;
	border:none;
	outline-style:none;
	outline-width:0;
}
	
a:focus {
	-moz-outline-style:none;
	outline:none;
	border:none;
	outline-style:none;
	outline-width:0;
}

a img {
	border: none;
}

.clear {
	width: auto;
	height: 0;
	overflow: hidden;
	line-height: 1px;
	float: none;
	clear: both;
}

.container {
	margin: 0 auto;
	width: 950px;
}

#text {
	color:#494E52;
	font-size:22px;
	line-height:30px;
	margin:0 auto;
	text-shadow:0 1px 0 #D9DDE2;
}

/* Structure 
***************************************************/
#header-bar {
	height: 65px;
	background: transparent url('/static/images/header-bg.gif') repeat-x scroll 0 0;
}

#header-cont {
	margin: 0 auto;
	width: 950px;
}

#header-nav {
	float: right;
	margin-top: -1px;
}

#header-nav.Button {
	float: left;
	display: inline;
}

#header-nav a {
	float: left;
	display: inline;
	color: white;
	font-size: 12px;
	text-decoration: none;
	height: 65px;
	margin-left: 10px;
	padding-right: 4px;
	text-shadow: #000000 0px 1px 3px;
}

#header-nav a:hover {
	background: transparent url('/static/images/header-nav-right.gif') no-repeat right top;
}

#header-nav a:hover span2 {
	background: transparent url('/static/images/header-nav-left.gif') no-repeat left top;
}

#header-nav a.selected {
	background: transparent url('/static/images/header-nav-right.gif') no-repeat right top;
}

#header-nav a.selected span2 {
	background: transparent url('/static/images/header-nav-left.gif') no-repeat left top;
}

#header-nav a span2 {
  font-weight: bold;
	display: block;
	line-height: 51px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 6px; /*We are always 4px less because of the padding-right we apply in #header-nav a*/
	padding-top: 6px;
}

#float-wrapper {
	width:100%;
	margin:30px auto;
	text-align:left;
	text-shadow: #d9dde2 00px 1px 0px;
	height:70px;
	font-size: 14px; 
}

#float-wrapper a.learn {
	background-position: 0 0;	
	background-image: url(/static/images/lp-buttons.png);
	width: 100px;
}

#float-wrapper a.register {
	background-image: url(/static/images/lp-buttons.png);
	background-position: -104px 0;
	width: 76px;
}

#float-wrapper a.register:hover, #float-wrapper a.register:focus { 
	background-position: -104px -32px;
}

#float-wrapper a.learn:hover, #float-wrapper a.learn:focus {
	background-position:0 -32px;
}

#float-wrapper a.learn, #float-wrapper a.register {
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	margin: 0px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-indent: -9999px;
}
	

#float-wrapper .column-left {
	width:150px;
	float:left;
	margin-right:20px;
}

#float-wrapper .column-right {
	width:350px;
	float:left;
}

form.register {
	background: url('/static/images/input-field.gif') no-repeat;
	height:30px;
	position:relative;
	width:350px;
	margin:0;
}

.reg-btn {
	background-image: url('/static/images/lp-buttons.png');
	background-position: -104px 0;
	width: 76px;
	height: 32px;
	margin:0;
	border:0 none;
	cursor:pointer;
	text-indent: -9999px;
}

.reg-btn:hover, .reg-btn:focus { 
	background-position: -104px -32px;
}

form input.text {
	width:234px;
	background:transparent;
	border:none;
	position:absolute;
	left:-2px;
	top:-2px;
	font-weight:bold;
	color:#666;
	margin-top:7px;
	margin-left:10px;
	font-size:14px;
	font-weight:normal;
}

form input:focus 
	{outline:none;}

form input.image
	{position:absolute;top:6px;right:6px;}

form label
	{text-shadow:none; margin-left:12px; color:#B1B1B1;}


#footer, .push {
	height: 169px; /* .push must be the same height as .footer */
}

#footer { 
	background: url('/static/images/footer-bg.gif') repeat-x top left; 
	text-align: center;
	font-size: 11px;
	color: #86909B;
}

#footer a, a:visited {
	text-decoration: none;
	color: #7692b7;
}
#footer a:hover {
	color: #fff;
}

.white {
	background-color: white;
}
.fl { float: left; }
.fr { float: right; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.mt100 { margin-top: 100px; }
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }


/* BUTTONS CSS
***************************************************/
.btn, .btn:visited {
	background: #222 url('/static/images/alert-overlay.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
.btn:hover								{ background-color: #111; color: #fff; }
.btn:active								{ top: 1px; }
.small.btn, .small.btn:visited 			{ font-size: 11px; }
.btn, .btn:visited,
.medium.btn, .medium.btn:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.btn, .large.btn:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.btn, .green.btn:visited			{ background-color: #91bd09; }
.green.btn:hover						{ background-color: #749a02; }
.blue.btn, .blue.btn:visited			{ background-color: #2daebf; }
.blue.btn:hover							{ background-color: #007d9a; }
.darkblue.btn, .darkblue.btn:visited	{ background-color: #0070d1; }
.darkblue.btn:hover						{ background-color: #036; }
.red.btn, .red.btn:visited				{ background-color: #e33100; }
.red.btn:hover							{ background-color: #872300; }
.magenta.btn, .magenta.btn:visited		{ background-color: #a9014b; }
.magenta.btn:hover						{ background-color: #630030; }
.orange.btn, .orange.btn:visited		{ background-color: #ff5c00; }
.orange.btn:hover						{ background-color: #d45500; }
.yellow.btn, .yellow.btn:visited		{ background-color: #ffb515; }
.yellow.btn:hover						{ background-color: #fc9200; }

/* My Comment */
