#wrapper {
	width: 893px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 15px 15px 15px; 
	background-color: #ffffff;
	overflow: hidden;
}

#maincontentwrapper {
	float: left;
	width: 100%;
}


#features_bar {
	width: 893px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#logo_div {
	width: 260px;
	float: left;
	display: inline;
	margin-top: 5px;
}

#features_bar h1 {
	font-size: 2.0em;
	line-height: 1.2em;
	margin-left: 60px;
	margin-top: 22px;
}

#features_bar h2 {
	font-size: 1.3em;
	margin: 0;
	margin-left: 60px;
	margin-top: 0px;
	padding-bottom: 8px;
	letter-spacing: .02em;
}

ul.features_menu {
	list-style-type:none;
	float: right;
	width: 530px;
	margin: 48px 10px 0px 0px;
	padding-right: 7px;
	
}

ul.features_menu li {
	float: right;
	border-right: 2px solid #ddd;
	padding: 0;
	font-size: 1.4em;
	line-height: .7em;
	
}

ul.features_menu li.last {
	border-right: none;
}

ul.features_menu a {
	display: block;
	padding: 2px 8px 2px 8px;
}

ul.features_menu a.chosen {
	color: #333333;
}

ul.features_menu li.last a {
	display: block;
	padding: 2px 0px 2px 8px;
}


img.logo {
	width: 66px;
	float: left;
	margin-left: -8px;
	display: inline;
}

h2.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #ffffff;
	background-color: #6699ff;
	padding: 8px 0px 8px 5px;
	margin-bottom: 15px;
	clear: both; 
	width: 888px;
}	

#setup_bar {
	width: 878px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.0em;
	font-weight: bold;
	color: #ffffff;
	background-color: #6699ff;
	padding: 8px 10px 8px 5px;
	margin-bottom: 15px;
}

#setup_bar div {
	width: 500px;
	float: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
	color: #96c9ff;
	font-size: .8em;
}

#setup_bar div span {
	padding-left: 20px;
}

#setup_bar div span.white {
	color: #ffffff;
}

.alert {
	color: #dc0e0e;
}

.alt {
	background-color: #f2f6fa;
}

#tbl_hdr {
	width: 883px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
	padding: 5px 0px 5px 10px;
	margin-top: 15px;
	clear: both; 
}

#plan_sum {
	width: 410px;
	float: left;
	clear: left;
}


#tbl_ftr {
	width: 390px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff;
	background-color: #6699ff;
	padding: 8px 10px 8px 10px;
	margin: 5px 0px;
}

#price_div {
	padding-top: 10px;
}

#free_span {
	padding-left: 190px;
}

.period_span {
	font-size: .8em;
}

#which_one {
	float:left; 
	width: 50%;
	font-size: 1.4em;
	padding: 20px 0px 0px 15px;
}

#which_one #bbb {
	width: 40%;
	float: right;
	padding-top: 5px;
}



.bill_hdr { /*also copied into nlmaster-b*/
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
	padding: 5px 0px 5px 10px;
	margin: 15px 0 10px 0;
}

.name_span {
	padding-right: 185px;
}

.feature_span {
	padding-left: 40px;
}


#features_pitch p {
	font-size: 1.4em;
	margin-bottom: 5px;
	padding-left: 5px;
}

#overview #features_pitch p {
	font-size: 1.4em;
	margin-bottom: 15px;
	padding-left: 5px;
	width: 510px;
}


ul#features_comp {
	width: 400px;
	list-style: none;
	float: left;
	position: relative;
}

ul#features_comp li {
	width: 100%;
	float: left;
	position: relative;
	padding: 5px 0px 5px 10px;
	font-size: 1.3em;
}

ul#features_comp li#first {
	background-color:#ffffcc; 
}

ul#features_comp li a {
	width: 230px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
}

ul#features_comp li em {
	position:absolute; 
	left:263px;
	width: 20px;
	height: 13px;
	padding: 5px 0px;
}

ul#features_comp li span {
	position: absolute;
	left: 355px;
	width: 20px;
	height: 13px;
	padding: 5px 0px;
}

ul#features_comp ul {
	position:absolute; 
	left:410px;
	display:none; 
	z-index:100;
}

/*The First Feature that is open */
ul#features_comp ul#hint {
	position:absolute;
	display:block; 
	left:410px;
	top: 0px;
}


ul#features_comp ul li {
	width:468px; 
	background-color:#ffffcc; 
	padding: 5px 5px 5px 10px;
	font-size: 1.0em;
}

ul#features_comp li:hover  {
	background-color:#ffffcc; 
}

ul#features_comp li:hover ul {
	display:block; 
	top: 0px; !important; top:0px;
}

/* When over the main grid, hint is hidden */
ul#features_comp:hover ul#hint {
	display:none; 
}

/*Make sure hit is shown when moust is over it */
ul#features_comp ul#hint:hover {
	display:block; 
}

/*Make sure 1st item background is white when mouse is not on it*/
ul#features_comp:hover li#first {
	background-color:#ffffff; 
}

/*Make sure hint is shown when mouse is on main grid and on first item */
ul#features_comp li#first:hover ul{
	display: block;
}

/*Make sure 1st item background is yellow when mouse is on it*/
ul#features_comp li#first:hover  {
	background-color:#ffffcc; 
}

ul#features_comp ul.low li {
	min-height: 225px;
}

ul#features_comp ul.low_sm li {
	min-height: 140px;
}

ul#features_comp li:hover ul.low {
	display:block; 
	top: -225px; !important; top: -225px;
}

ul#features_comp li:hover ul.low_sm {
	display:block; 
	top: -125px; !important; top: -125px;
}

ul#features_comp li:hover ul.low_guar {
	display:block; 
	top: -162px; !important; top: -162px;
}

ul#features_comp ul li img {
	float: left;
	/*width: 279px; */
	margin: 0px 10px 0px 0px;
	padding: 5px 0;
}

ul#features_comp ul li p {
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	padding: 5px 0px 0px 0px;
}

.buttonsetup {
	width: 276px;
	height: 58px;
	float: right;
	margin-right: 110px;
	display: inline;
}

#overview .buttonsetup {
	width: 276px;
	height: 58px;
	float: right;
	margin-right: 70px;
	margin-left: 20px;
	display: inline;
}


#setupfaq .buttonsetup {
	width: 276px;
	height: 58px;
	float: right;
	margin-right: 80px;
	margin-left: 40px;
	display: inline;
}

#success .buttonsetup {
	width: 276px;
	height: 58px;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	display: inline;
}



.buttonsetup a {
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(/images/featurebuttonsetup.png) no-repeat top left;

}
.buttonsetup a:hover {
	display: block;
	background-position: 0 -58px;
}

.buttonupgrade a {
        width: 100%;
        height: 100%;
        display: block;
        background: transparent url(/images/featurebuttonupgrade.png) no-repeat top left;

}
.buttonupgrade a:hover {
        display: block;
        background-position: 0 -58px;
}

.button_choice {
	width: 104px;
	height: 40px;
	float: right;
	margin-left: 10px;
}

.button_choice a {
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(/images/featurebuttonfree.png) no-repeat top left;
}

.button_choice a.premium {
	background: transparent url(/images/featurebuttonpremium.png) no-repeat top left;

}

.button_choice a:hover {
	display: block;
	background-position: 0 -40px;
}


#create_site #submitsite { 
	border: none;
	width: 222px;
	height: 58px;
	background: transparent url(/images/setupfreebutton.png) no-repeat top left;
}

#create_site #submitsite:hover { 
	background-position: 0 -58px;
}

#billing_div {
	width: 400px;
	float: left;
	margin-right: 50px;
}

#payment_div {
	width: 400px;
	float: left;
}

.vert_form input.radio_btn {
	width: auto;
	float: none;
	clear: none;
	display: inline;
	margin-right: 2px;
	margin-top: 5px;
}

.vert_form img.cc_card {
	display: inline-block;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
}

/*can be removed once nlmaster is updated */
.vert_form label.in_lbl {
	font-weight: bold;
	display: inline;
	font-size: 1.2em;
	margin-top: 0px;
	padding-right: 5px;
	clear: none;
}

.vert_form select.in_line {
	width: auto;
	display: inline;
	font-size: 1.2em;
	clear: none;
	margin-right: 10px;
}

span#security {
	width: 100%;
	float: left;
}

#security  input{
	width: 40px;
	display: inline;
	margin-right: 70px;
	clear: none;
}


#security img {
	width: 70px;
	vertical-align: top;
	margin-top: -15px;
	margin-left: 3em;
}

.subtext {
	width: 883px;
	margin-bottom: 10px;
	clear: both; 
}

.subtext p {
	font-size: 1.4em;
	padding-left: 10px;
	margin-top: 5px;
}

.subtext p.overview {
	font-size: 1.4em;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}


.subtext h3 {
	width: 100%;
	float: left;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #F2F6FA;
	padding: 5px 0px 5px 5px;
	margin: 10px 0px 5px 5px;
}

.columnimage {
	float: left;
	width: 246px;
	margin-right: 12px;
}

.columnimage img {
	float: left;
	padding-top: 5px;
	margin: 0px 0px 10px 10px;
	display: inline;
}

#success table {
	margin-bottom: 0px;

}

#success th {
	padding: 5px 0px 5px 0px;
	font-size: 1.3em;
	font-weight: bold:
}

#success td {
	padding: 0px 20px 5px 10px;
	font-size: 1.3em;
	background: url(/images/bullet.gif) no-repeat 1px 7px;
}

/*UPGRADE FEATURES Page */
#upgrade .subtext img {
	float:left; 
	padding-right: 30px;
	padding-left: 10px;
}

#upgrade .subtext {
	margin-bottom: 15px;
	overflow: hidden;
}

#upgrade .subtext h3 {
	margin: 0px 0px 10px 5px;
}

.subtext p.headline {
	font-size: 1.6em;
}

/*FAQ Page */
ul.faq_list {
	float: left;
	width: 883px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.faq_list li {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(/images/bullet.gif) no-repeat 1px 7px;
}

.question li {
	font-weight: normal;
}


.faq_list li div {
	padding-top: 2px;
	font-weight: normal;
	font-size: 1.0em;
}

h3.faq_header {
	float: left;
	width: 883px;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 8px;
}

h3.faq_cat {
	width: 883px;
	float: left;
	padding: 7px 0px 7px 5px;
	margin: 0px 0px 12px 5px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
}

/*Pick a Site */

ul.pick_site {
	width: 400px;
	float: left;
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
}


.pick_site li {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom:	5px;
	padding-left: 10px;
}

/*Bottom Nav Bar */
#nlnav {
	float: left;
	width: 883px;
	border: none;
	margin: 20px 0 5px 0;
	padding: 10px 0 8px 10px;
	background-color: #ceecec;
	clear: none;
}

#nlnav ul {
	list-style-type:none;
	float: left;
	width: 730px;
	margin: 0px;
	padding: 0px;
}

#nlnav li {
	float: left;
	border-right: 1px solid #ffffff;
	padding: 0px 10px;	
}

#nlnav li.last {
	border-right: none;
}

#nlnav li a {
	display: block;
	font-size: 1.2em;
	line-height: .7em;
	padding: 2px 0;
}

#copyright {
	width: 893px; 
	font-size: .9em;
	margin: 0px;
	margin-top: 5px;
	clear: both;
}

.shoe_size {
        display: none;
}

/*New Advertiser signup page */

h3.partner {
	margin-left: 5px;
}

ul.partner {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

ul.partner li {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0;
	background: url(../images/squarerg.gif) no-repeat 0px 6px;
	padding-left: 10px;
	margin: 0 0 10px 10px;
}


