body{
	margin:0;
	color: #585b5f;
	min-width:750px;
	background: #ebebeb url(images/background.png) repeat;
	margin-top: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fffeff url(images/content-background.png) repeat-x;
}
a {
	color: #000;
}
a img{
	border:0;
}

ul li a
{
	text-decoration: none;
}

h1, h2 h3, h4{
	padding:0;
	margin:0;
	
}
h1, h2{
	color: #ff9933;
	text-shadow: #333 1px 1px 0;
}
h4{
	color: #0054a8;
	text-shadow: #fff 1px 1px 0;
}

#upperRightLogo
{
	height: 190px;
	width:	233px;
	position:absolute;
	top: 15px;
	right:15px;
	z-index:-1;
	background: url(images/header_right.png) no-repeat right top;
	text-align: right;
	float: right;
}

#topLinks
{
    margin: 0;
    padding: 0;
    float: right;
    padding-right: 15px;
    font-size: 12px;
}

#wrapper
{
	width: 750px;
	margin: auto;
	
}

#headerlogo
{
	width: 293px;
	float: left;
	display: inline;
	
}

#header
{
	height: 151px;
	border-bottom: 0;
	clear: both;
}

#headerlogo, #headerspacer, #headerbuttons
{
	display: inline;
}

#headerbuttons
{
	width: 240px;
	height: 151px;
	float:right;
	display: inline;
}

.loginLabel
{
	display:inline-block;
	width:50px;
	height:25px;
	font-size: 12px;
	padding-right: 5px;
	text-align:right;
}

.loginField
{
	width:150px;
	height:13px;
	background-color: #f0f0f0;
}

.lost-pwd
{
	font-size: 10px;	
}

#buttonspacer
{
	height: 45px;
}

#navigation
{
	display:block;
	position:relative;
	margin:0;
	padding:0;
	clear: both;
	top:-1px;
	height:25px;
}

#nav{
	margin:auto;
	position:relative;
	padding-top
}

#nav a{
	color: #585b5f;
	text-decoration:none;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#nav li{
	list-style:none;
	display:inline;
	margin-right:10px;
	margin-left:10px;
	height: 22px;
}

#container
{
	position: relative;
	top: -1px;
	border-top: 0;
}

#content
{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.current a {
	background:url("images/nav_left.png")
      no-repeat left top;
	color:black;
		padding-top:2px;
}

.current .no a
{
    background: transparent;
}

li.current {
	background:url("images/nav_right.png")
      no-repeat right top;
      color: blue;
	padding-bottom: 5px;
		padding-top:2px;
}

#footer{
	width: 750px;
	margin: auto;
	text-align:center;
	font-size:10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#overlay{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: url(images/transparent_black.png);
}

input.invalid{
	border: 1px #1A1A1A solid;
	background-color: #4d0000;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;;
}

span.invalid{
	color: #ff0202;
}

noscript #noscriptOverlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url(images/transparent_black.png);
	text-align:center;
	color:white;
	padding-top:30%;
	font-size:26px;
	font-weight:bold;
	z-index:5;
	
}

noscript #noscriptOverlay div{
	background:black;
	padding:10px;
	margin:5px;
	border:1px solid #CCC;
	z-index:6;
}

fieldset{
	border: 0;
}

.button, .buttonDisabled
{
	background: url(images/button.png) no-repeat;
	height:24px;
	font-size:11px;
	width:109px;
	margin:auto;
	margin-right: 5px;
	text-align: center;
	padding-top:3px;
	display:inline-block;
	text-decoration: none;
	color: #585b5f;
	border:0;
}

.buttonDisabled
{
	color: #9a9a9a;
}

.button:hover
{
	background: url(images/button_hover.png) no-repeat;
	cursor:pointer;
}

.button:active
{
	background: url(images/button_down.png) no-repeat;	
}

.borderImage{
	height:1px;
	padding:0;
	width:700px;
	background: url('images/border_top.png') repeat;
	
}

#details
{
	height: 100px;	
	margin: auto;
	text-align:center;
}

.segment
{
	
	width: 190px;
	display:inline-block;
	margin: auto;
	text-align: left;
	border-left: 1px solid #dadcdc;
	height:80px;
	padding:10px;
}
.segment:hover
{
	background: #e3e3e3;
}
.online
{
	color: green;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding-left: 10px;
}
#pricingTable
{
	width: 700px;
	text-align: center;
}
#pricingTable th
{
	background: #ff9933;
	color: white;
	font-weight: bold;
	text-shadow: #2b2b2b 1px 1px 0;
	width: 200px;
	height: 30px;
}
#pricingTable td.pricingFeatureColumn
{
	color: #4d4e4e;
	font-weight: bold;
	text-shadow: white 1px 1px 0;
	font-size: 14px;
}
#pricingTable th#pricingCorner
{
	background: #ff9933 url("images/pricingCorner.gif") no-repeat 0 0;
}
#pricingTable td
{
	color:black;
	text-shadow: #fdfcfe 1px 1px 0;
	height:40px
}

.pricingTableRowEven
{
	background: #e1e3e3;
}
#pricingTable .pricingRow td
{
	background-color: #c3c2c3;
	color: #000;
	text-shadow:none;
 }
.signUpButton
{
	background: url(images/sign_up_take4.png) no-repeat;
	font-size: 0;
	line-height: 0;
	width: 85px;
	height: 20px;
	text-indent: -9000px;
	margin: auto;
    border: none;
}
.signUpButton:hover
{
	cursor: pointer;
}
.signUpButton:active
{
	background: url(images/sign_up_take4.png) no-repeat 0 -22px;
}

.TryButton
{
    background: url(images/TryNowButton.png) no-repeat;
	font-size: 0;
	line-height: 0;
	width: 278px;
	height: 38px;
	text-indent: -9000px;
	margin: auto;
    margin-top: 10px;
    border: none;
}

.TryButton:hover
{
    cursor: pointer;
}

.TryButton:active
{
    background: url(images/TryNowButton.png) no-repeat 0 -40px;
}

.BigSignUpButton
{
    background: url(images/TryNowButton.png) no-repeat 0 -79px;
	font-size: 0;
	line-height: 0;
	width: 278px;
	height: 38px;
	text-indent: -9000px;
	margin: auto;
    border: 0;
}

.BigSignUpButton:hover
{
    cursor: pointer;
}

.BigSignUpButton:active
{
    background: url(images/TryNowButton.png) no-repeat 0 -119px;
}
