/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #fff;
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input {
	font: 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.wrapper .centered {
	width: 1000px;
	left: 50%;
	top:0;
	margin-left: -500px;
	position: relative;
	height: 672px;
}
*+html .right-corner {
	left: 999px;
}
.left-corner {
	width: 200px;
	position: absolute;
	left: -200px;
	top: 0;
}
.right-corner {
	width: 200px;
	left: 1000px;
	top: 0;
	position: absolute;
}
#home .left-corner {
	background: url(../images/left-corner1.jpg) no-repeat;
	height: 672px;
}
#home .right-corner {
	background: url(../images/right-corner1.jpg) no-repeat;
	height: 672px;
}
#login-page .left-corner {
	background: url(../images/left-corner2.jpg) no-repeat;
	height: 672px;
}
#login-page .right-corner {
	background: url(../images/right-corner2.gif) no-repeat;
	height: 672px;
}
#programs-page .left-corner,
#sites-page .left-corner {
	background: url(../images/left-corner3.jpg) no-repeat;
	height: 672px;
}
#programs-page .right-corner,
#sites-page .right-corner {
	background: url(../images/right-corner3.jpg) no-repeat;
	height: 672px;
}
#tools-page .left-corner {
	background: url(../images/left-corner4.jpg) no-repeat;
	height: 672px;
}
#tools-page .right-corner {
	background: url(../images/right-corner4.jpg) no-repeat;
	height: 672px;
}
#support-page .left-corner,
#resources-page .left-corner,
#signup-page .left-corner {
	background: url(../images/left-corner5.jpg) no-repeat;
	height: 672px;
}
#support-page .right-corner,
#resources-page .right-corner,
#signup-page .right-corner {
	background: url(../images/right-corner5.jpg) no-repeat;
	height: 672px;
}
#internal-page .left-corner {
	background: url(left-corner0.gif) no-repeat;
	height: 672px;
}
#internal-page .right-corner {
	background: url(right-corner0.gif) no-repeat;
	height: 672px;
}



/* page holder ****************************************************************/
.container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
/* header *********************************************************************/
#header {
	overflow: hidden;
	height: 644px;
	background: url(../images/bg-header.jpg) no-repeat;
	width: 100%;
}
#header ul {
	padding-top: 205px;
	overflow: hidden;
	width: 100%;
}
#header ul li {
	float: left;
}
#header ul li a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	height: 65px;
}
#header ul li a.home {
	background: url(../images/home.jpg) no-repeat;
	width: 97px;
}
#header ul li a.programs {
	background: url(../images/programs.jpg) no-repeat;
	width: 156px;
}
#header ul li a.tools {
	background: url(../images/tools.jpg) no-repeat;
	width: 113px;
}
#header ul li a.site-list {
	background: url(../images/site-list.jpg) no-repeat;
	width: 127px;
}
#header ul li a.resources {
	background: url(../images/resources.jpg) no-repeat;
	width: 144px;
}
#header ul li a.support {
	background: url(../images/support.jpg) no-repeat;
	width: 131px;
}
#header ul li a.sign-up {
	background: url(../images/sign-up.jpg) no-repeat;
	width: 123px;
}
#header ul li a.login {
	background: url(../images/login.jpg) no-repeat;
	width: 109px;
}
#header ul li a:hover {
	background-position: 0 -65px;
}
#header ul li.active a {
	background-position: 0 -130px;
}
#header img {
	display: block;
}
/* main content area **********************************************************/
.options {
	overflow: hidden;
	width: 100%;
}
.options li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 129px;
}
.options li.option1 {
	background: url(../images/option1.jpg) no-repeat;
	width: 210px;
}
.options li.option2 {
	background: url(../images/option2.jpg) no-repeat;
	width: 185px;
}
.options li.option3 {
	background: url(../images/option3.jpg) no-repeat;
	width: 195px;
}
.options li.option4 {
	background: url(../images/option4.jpg) no-repeat;
	width: 229px;
}
.options li.option5 {
	background: url(../images/option5.jpg) no-repeat;
	width: 181px;
}
#content {
	background: url(../images/center-bg.jpg) no-repeat 50% 0;
	height: 560px;
	overflow: hidden;
}
#content h2 {
	line-height: 17px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#content h2 span {
	background: #981a14;
	padding: 0 3px;
}
.res-left {
	float: left;
	width: 302px;
}
.news h2 {
	margin-bottom: 3px;
}
.news {
	float: left;
	width: 288px;
	padding-left: 12px;
	padding-top: 35px;
	position: relative;
	height: 455px;
}
.news dt {
	font-size: 10px;
	background: url(../images/dt.gif) no-repeat 0 2px;
	padding-left: 1px;
}
.news dd span {
	color: #870000;
	display: block;
}
.news dd {
	background: url(../images/repeat-x.gif) repeat-x 0 100%;
	padding-bottom: 6px;
}
p.more-news {
	padding-top: 10px;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
}
p.more-news a {
	background: url(../images/bullet.gif) no-repeat 100% 50%;
	padding-right: 7px;
	line-height: 14px;
	text-transform: uppercase;
	color: #bbb;
	text-decoration: none;
}
p.more-news a:hover {
	text-decoration: underline;
}
.about {
	float: right;
	width: 680px;
	padding-top: 35px;
}
.about-us h2 {
	margin-bottom: -10px;
}
.about-us p {
	color: #7f7f7f;
	padding-top: 18px;
}
.about-us p span {
	color: #fff;
}
.choose {
	margin-top: 45px;
}
.choose ul {
	overflow: hidden;
	height: 100px;
	margin: 166px 0 0 -13px;
}
.choose ul li {
	float: left;
	width: 216px;
	padding-left: 15px;
	position: relative;
}
.choose ul li a {
	position: absolute;
	top: 78px;
	left: 145px;
	width: 83px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/bullet.gif) no-repeat 777px 777px;
}
.choose ul li p {
	text-indent: -9999px;
	height: 65px;
	width: 100%;
}
.choose ul li p.choose1 {
	background: url(../images/choose1.gif) no-repeat;
}
.choose ul li p.choose2 {
	background: url(../images/choose2.gif) no-repeat;
}
.choose ul li p.choose3 {
	background: url(../images/choose3.gif) no-repeat;
}
.offers {
	position: relative;
	z-index: 11;
	height: 37px;
	width: 1000px;
	margin: -36px auto 0;
}
.offers strong {
	float: left;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
}
strong.last-add {
	background: url(../images/last-add.gif) no-repeat;
	width: 257px;
	margin-left: 28px;
	display: inline;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
}
.offers strong.what-we {
	background: url(../images/what-we.gif) no-repeat;
	width: 330px;
	margin-left: 378px;
	display: inline;
}
.content-bottom {
	background: url(../images/bottom-boxes-bg.jpg) no-repeat;
	height: 360px;
	overflow: hidden;
	padding-left: 22px;
}
.added {
	float: left;
	width: 272px;
	margin-top: 24px;
}
.last-work {
	border: 1px solid #080808;
	border-top: none;
	display: block;
}
.last-work img {
	border: 3px solid #2e2e2e;
	display: block;
}
.added ul {
	padding: 0 0 5px 4px;
	background: url(../images/repeat-x.gif) repeat-x 0 100%;
}
.added ul li {
	color: #8a8a8a;
	font-size: 9px;
	line-height: 20px;
}
.added ul li span {
	color: #b7b7b7;
	font-size: 11px;
}
.added ul li.site-name a {
	color: #ff0c00;
	font-size: 12px;
	text-decoration: none;
}
.added ul li.niche a {
	color: #e8b28f;
	font-size: 11px;
	text-decoration: none;
}
.added ul li a:hover{
	text-decoration: underline;
}
.visit {
	background: url(../images/visit.gif) no-repeat;
	width: 83px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-top: 8px;
	margin-left: 4px;
}
.services {
	float: right;
	width: 667px;
	padding-right: 22px;
	margin-top: 14px;
}
.services li {
	background: url(../images/repeat-x.gif) repeat-x;
	padding-top: 9px;
	margin-bottom: 8px;
	width: 655px;
}
.services li:first-child {
	background: none;
}
.services li span {
	text-indent: -9999px;
	width: 100%;
	display: block;
}
.services li .adv1 {
	background: url(../images/adv1.gif) no-repeat;
	height: 35px;
}
.services li .adv2 {
	background: url(../images/adv2.gif) no-repeat;
	height: 48px;
}
.services li .adv3 {
	background: url(../images/adv3.gif) no-repeat;
	height: 52px;
}
.services li .adv4 {
	background: url(../images/adv4.gif) no-repeat;
	height: 49px;
}
.services li .adv5 {
	background: url(../images/adv5.gif) no-repeat;
	height: 49px;
}
.services li .adv21 {
	background: url(../images/adv21.gif) no-repeat;
	height: 48px;
}
.services li .adv22 {
	background: url(../images/adv22.gif) no-repeat;
	height: 48px;
}
.services li .adv23 {
	background: url(../images/adv23.gif) no-repeat;
	height: 48px;
}
.services li .adv24 {
	background: url(../images/adv24.gif) no-repeat;
	height: 48px;
}
.services li .adv25 {
	background: url(../images/adv25.gif) no-repeat;
	height: 48px;
}
.footer-navigation {
	overflow: hidden;
	width: 110%;
	padding-left: 20px;
	margin-top: 15px;
	position: relative;
	z-index: 20;
}
.footer-navigation li {
	float: left;
	background: url(../images/separator.gif) no-repeat 0 50%;
	line-height: 36px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 34px 0 35px;
}
.footer-navigation li:first-child {
	background: none;
	padding-left: 0;
}
.footer-navigation li a {
	float: left;
	text-decoration: none;
	color: #9d9d9d;
}
.footer-navigation li a:hover,
.footer-navigation li.active a {
	color: #fff;
}
.footer-navigation li a.sign-up {
	color: #f94747;
}
.systems {
	overflow: hidden;
	height: 75px;
	margin-top: 62px;
}
.systems li {
	float: left;
}
.systems li a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	height: 75px;
}
.systems li a.system1 {
	background: url(../images/sys1.gif) no-repeat 0 -75px;
	width: 116px;
}
.systems li a.system2 {
	background: url(../images/sys2.gif) no-repeat 0 -75px;
	width: 148px;
}
.systems li a.system3 {
	background: url(../images/sys3.gif) no-repeat 0 -75px;
	width: 159px;
}
.systems li a.system4 {
	background: url(../images/sys4.gif) no-repeat 0 -75px;
	width: 178px;
}
.systems li a.system5 {
	background: url(../images/sys5.gif) no-repeat 0 -75px;
	width: 106px;
}
.systems li a.system6 {
	background: url(../images/sys6.gif) no-repeat 0 -75px;
	width: 163px;
}
.systems li a.system7 {
	background: url(../images/sys7.gif) no-repeat 0 -75px;
	width: 130px;
}
.systems li a:hover {
	background-position: 0 0;
}

/* footer *********************************************************************/
#footer {
	overflow: hidden;
	width: 100%;
	padding-top: 18px;
}
.copy {
	overflow: hidden;
	width: 100%;
}
.copy p {
	text-align: right;
	color: #444;
	font-size: 10px;
	line-height: 12px;
}
.copy .by-silver {
	background: url(../images/design-by.gif) no-repeat;
	width: 159px;
	height: 30px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 7px;
}
.flogo {
	background: url(../images/f-logo.jpg) no-repeat;
	width: 800px;
	height: 171px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 7px auto 0;
	display: block;
}
/* login *********************************************************************/


.access-box {
	background: url(../images/access_bg.jpg) no-repeat;
	height: 300px;
	padding-top: 74px;
}
.l-login {
	float: left;
	width: 375px;
	padding: 0 0 0 54px;
}
.r-login {
	float: right;
	width: 375px;
	padding: 0 65px 0 0;
}
.access-box .wrap {
	margin-top: 38px;
}
.access-box .wrap label {
	float: left;
	color: #959595;
	font-size: 14px;
	width: 68px;
}
.access-box .wrap input {
	float: left;
	margin: 0 12px 0 16px;
	display: inline;
	width: 178px;
	padding: 0px 2px;
	border: 1px solid #8d8a8a;
	background: #b7b7b7;
}
.access-box a {
	color: #959595;
}

.login-box {
	background: url(../images/login-form.jpg) no-repeat;
	height: 300px;
	padding-top: 74px;
}
.l-login {
	float: left;
	width: 375px;
	padding: 0 0 0 54px;
}
.r-login {
	float: right;
	width: 375px;
	padding: 0 65px 0 0;
}
.login-box .wrap {
	margin-top: 38px;
}
.login-box .wrap label {
	float: left;
	color: #959595;
	font-size: 14px;
	width: 68px;
}
.login-box .wrap input {
	float: left;
	margin: 0 12px 0 16px;
	display: inline;
	width: 178px;
	padding: 0px 2px;
	border: 1px solid #8d8a8a;
	background: #b7b7b7;
}
.login-box a {
	color: #959595;
}
.input-button {
	margin: 25px 0 0 197px;
}
.about-fd {
	margin-top: -27px;
	position: relative;
	z-index: 10;
	padding-left: 9px;
	overflow: hidden;
	height: 1%;
}
.about-fd strong {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	background: #981a14;
	padding: 0 3px;
}
.about-fd .txt {
	float: left;
	width: 682px;
}
.about-fd p {
	color: #7f7f7f;
	margin-top: 7px;
}
.about-fd .sign-banner {
	float: right;
	margin: 29px 13px 0 0;
	display: inline;
}
#login-page .offers {
	margin-top: 28px;
}
#login-page .what-we,
#programs-page .what-we,
#tools-page .what-we {
	margin-left: 46px;
}
#login-page .content-bottom,
#programs-page .content-bottom,
#tools-page .content-bottom {
	background: url(../images/offer-box.jpg) no-repeat;
	height: 359px;
}
#programs-page #header {
	height: 527px;
}
#programs-page .offers,
#tools-page .offers {
	margin-top: -80px;
}
#programs-page .about-fd,
#tools-page .about-fd {
	margin-top: 33px;
}
.programs-holder {
	background: url(../images/bg-programs.jpg) no-repeat 50% 0;
	min-height: 822px;
}
* html .programs-holder {
	height: 822px;
}
.program-list {
	overflow: hidden;
	width: 100%;
}
.program-list li {
	float: left;
	width: 490px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline;
}
.program-list li.pbox1 {
	background: url(../images/pbox1.jpg) no-repeat;
	height: 276px;
	margin-right: 19px;
}
.program-list li.pbox2 {
	background: url(../images/pbox2.jpg) no-repeat;
	height: 276px;
}
.program-list li.pbox3 {
	background: url(../images/pbox3.jpg) no-repeat;
	height: 239px;
	margin-right: 19px;
}
.program-list li.pbox4 {
	background: url(../images/pbox4.jpg) no-repeat;
	height: 239px;
}
.our-programs {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	background: url(../images/our-programms.gif) no-repeat;
	width: 251px;
	height: 37px;
}
#tools-page #header {
	height: 527px;
}
.program-list li.tbox1 {
	background: url(../images/tbox1.jpg) no-repeat;
	height: 276px;
	margin-right: 19px;
}
.program-list li.tbox2 {
	background: url(../images/tbox2.jpg) no-repeat;
	height: 276px;
}
.program-list li.tbox3 {
	background: url(../images/tbox3.jpg) no-repeat;
	height: 239px;
	margin-right: 19px;
}
.program-list li.tbox4 {
	background: url(../images/tbox4.jpg) no-repeat;
	height: 239px;
}
.our-tools {
	background: url(../images/our-tools.gif) no-repeat !important;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	width: 251px;
	height: 37px;
}
#support-page #header {
	height: auto;
}
#support-page .support-box {
	min-height: 478px;
	background: url(../images/support-box.jpg) no-repeat;
}
* html #support-page .support-box {
	height: 478px;
}
#support-page .last-add,
#resources-page .last-add {
	display: block;
	margin: 0 0 20px 7px;
}
.support-side {
	float: left;
	width: 434px;
	padding: 18px 0 0 48px;
}
.support-side strong {
	font-size: 12px;
	line-height: 24px;
	color: #6d6d6d;
	font-weight: normal;
}
.support-side ul {
	margin-top: -26px;
}
.support-side ul li {
	padding: 44px 0 0;
}
.support-side li span {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	background: #981a14;
	padding: 0 3px;
}
.support-side li p {
	margin: 20px 0 8px;
	font-size: 12px;
	line-height: 12px;
}
.support-side li a {
	color: #e76859;
	text-decoration: none;
}
.support-side li a:hover {
	text-decoration: underline;
}
#support-page .footer-navigation {
	margin-top: -56px;
}
#resources-page #header {
	height: 270px;
}
#resources-page #content {
	background: url(../images/res-bg.jpg) no-repeat;
	height: 892px;
}
#resources-page .news {
	padding-top: 20px;
}
.webmaster-res {
	float: left;
	width: 667px;
	overflow: hidden;
	padding-left: 24px;
}
.rbox-bottom {
	background: url(../images/rbox-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	width: 100%;
	padding: 18px 0 16px;
}
.rbox-top {
	background: url(../images/rbox-top.jpg) no-repeat;
	overflow: hidden;
	width: 100%;
}
.rbox-center {
	background: url(../images/rbox-center.gif) repeat-y;
	overflow: hidden;
	width: 100%;
}
.rbox-center h2 {
	margin-left: 16px;
}
.rbox-bottom ul {
	overflow: hidden;
	margin: 12px 0 0 8px;
}
.rbox-bottom ul li {
	padding: 12px 0 0 8px;
	float: left;
}
.rbox-bottom ul li img {
	float: left;
	width: 120px;
	height: 60px;
}
#resources-page .added {
	margin-left: 22px;
	display: inline;
}
#resources-page .news {
	overflow: hidden;
}
#sites-page #header {
	height: 527px;
}
.our-sites {
	background: url(../images/our-sites.gif) no-repeat;
	display: block;
	height: 37px;
	text-indent: -9999px;
}
#sites-page .programs-holder {
	background: url(../images/site-bg.jpg) no-repeat 50% 0;
	min-height: 828px;
}
* html #sites-page .programs-holder {
	height: 828px;
}
.sites-list {
	overflow: hidden;
	width: 100%;
	margin-left: -6px;
}
.sites-list li {
	float: left;
	padding-left: 14px;
	width: 481px;
	background: url(../images/site-box.jpg) no-repeat;
	height: 299px;
	overflow: hidden;
	padding-top: 8px;
	margin-top: 13px;
}
.sites-l2 li {
	float: left;
	padding-left: 14px;
	width: 481px;
	background: url(../images/site-box2.jpg) no-repeat;
	height: 299px;
	overflow: hidden;
	padding-top: 8px;
	margin-top: 13px;
}
.left-link {
	float: left;
	width: 270px;
}
.left-link img {
	display: block;
	border: 3px solid #2e2e2e;
}
.site-about {
	float: left;
	padding-left: 11px;
	width: 177px;
}
.site-about p {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	margin-top: 4px;
	overflow: hidden;
	width: 100%;
}
.site-about p span {
	color: #8a8a8a;
	font-size: 9px;
}
.site-about p .sname {
	color: #ff0c00;
	font-size: 12px;
}
.site-about p a:hover {
	text-decoration: underline;
}
.site-about span.added-date {
	color: #b7b7b7;
	font-size: 11px;
}
.site-about a {
	color: #e8b28f;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
}
.site-url {
	background: url(../images/name-left.jpg) no-repeat;
	text-transform: uppercase !important;
	float: left;
	color: #fff !important;
	font-size: 10px !important;
	padding-left: 2px;
}
.site-url span {
	background: url(../images/name-right.jpg) 100% 0 no-repeat;
	float: left;
	color: #fff !important;
	padding: 0 3px 0 1px;
	cursor: pointer;
}
.visit-the-site {
	padding: 35px 0 0 280px;
}
.visit-the-site a {
	color: #fff;
	font-size: 21px;
	background: #981a13;
	line-height: 27px;
	text-transform: uppercase;
	display: block;
	width: 140px;
	text-align: center;
	text-decoration: none;
}
#sites-page .about-fd {
	margin-top: 23px;
}
#sites-page .offers {
	margin-top: 20px;
}
#sites-page .offers .what-we {
	margin-left: 10px;
}
#sites-page .services {
	background: url(../images/adv-box.gif) no-repeat;
	width: 1100px;
	height: 262px;
	overflow: hidden;
	float: none;
	margin-top: 4px;
}
#sites-page .services li {
	float: left;
	margin-top: 20px;
	background: none;
	float: left;
	width: auto;
	margin-bottom: 0;
	padding: 0 31px 0 15px;
}
.services li .adv31 {
	background: url(../images/adv31.gif) no-repeat;
	height: 68px;
	width: 448px;
}
.services li .adv32 {
	background: url(../images/adv32.gif) no-repeat;
	height: 68px;
	width: 470px;
}
.services li .adv33 {
	background: url(../images/adv33.gif) no-repeat;
	height: 49px;
	width: 450px;
}
.services li .adv34 {
	background: url(../images/adv34.gif) no-repeat;
	height: 49px;
	width: 454px
}
.services li .adv35 {
	background: url(../images/adv35.gif) no-repeat;
	height: 64px;
	width: 438px;
}
#signup-page #header {
	height: 270px;
}
.registration {
	background: url(../images/sign-bg.gif) no-repeat 50% 100%;
}
.regbox-top {
	background: url(../images/regbox-top.jpg) no-repeat;
	width: 1000px;
	overflow: hidden;
}
.regbox-bottom {
	background: url(../images/regbox-bottom.jpg) 0 100% no-repeat;
	width: 1000px;
	overflow: hidden;
	padding-bottom: 207px;
}
.regbox-center {
	background: url(../images/regbox-center.jpg) repeat-y;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.regbox-center h2 {
	position: relative;
	width: 100%;
	margin: 0 0 22px 27px;
	padding-top: 25px;
}
.regbox-center h2 img {
	display: block;
}
.regbox-center h2 a {
	position: absolute;
	left: 476px;
	top: 50px;
	width: 69px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hor-line.gif) no-repeat 777px 777px;
}
.regbox-center strong {
	background: #1c1d1d;
	line-height: 14px;
	font-size: 11px;
	color: #959595;
	padding: 0 3px;
}
.l-reg {
	float: left;
	width: 468px;
	background: url(../images/hor-line.gif) repeat-y 100% 0;
	padding-left: 36px;
}
.regbox-center label {
	float: left;
	width: 130px;
	text-align: right;
	padding: 0 19px 0 48px;
	font-size: 14px;
	color: #b8b8b8;
}
.regbox-center input {
	float: left;
	width: 196px;
	padding: 1px 2px 0 4px;
	background: #b4b4b4;
	border: 1px solid #8a8a8a;
}
.regbox-center .r-reg input {
	width: 186px;
}
.regbox-center input.long {
	width: 238px;
}
.regbox-center .wrap .wrap {
	margin-top: 10px;
	padding-bottom: 10px;
}
.sblock {
	background: url(../images/stripe.gif) no-repeat;
	padding: 17px 0 11px;
}
.r-reg {
	float: left;
	width: 454px;
	overflow: hidden;
	padding-left: 22px;
}
.r-reg span {
	float: left;
	color: #606060;
	font-size: 10px;
	line-height: 20px;
	padding-left: 5px;
}
.sblock .next-step {
	background: transparent;
	border: none;
	height: auto;
	width: auto !important;
	padding: 0;
	margin-left: 175px;
	display: inline;
}
.sblock .nats-button {
	float: left;
	margin: 6px 0 0 14px;
	display: inline;
}
.sign-nav {
	margin-top: -110px;
}
.header {
	overflow: hidden;
	height: 219px;
	position: relative;
}
.header img {
	float: left;
}
.header ul {
	position: absolute;
	width: 978px;
	overflow: hidden;
	padding: 0 11px;
	left: 0;
	top: 192px;
}
.header ul li {
	font-size: 16px;
	line-height: 18px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.header ul li a {
	color: #9d9d9d;
	text-decoration: none;
	text-align: center;
	float: left;
}
.header ul li.home a {
	width: 100px;
}
.header ul li.stats a {
	width: 100px;
}
.header ul li.linkm a {
	width: 140px;
}
.header ul li.termsm a {
	width: 100px;
}
.header ul li.paym a {
	width: 140px;
}
.header ul li.tools a {
	width: 100px;
}
.header ul li.acc a {
	width: 140px;
}
.header ul li.supp a {
	width: 140px;
}
.header ul li a:hover {
	text-decoration: underline;
}
.internal-content {
	width: 978px;
	margin: 0 auto;
}
#internal-page .container {
	background: url(../images/inner-box.jpg) no-repeat 50% 219px;
}
.selectbox, .selectbox ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}



.selectbox a {
	font: 10px Arial;
	text-decoration: none;
	color:#000;
	display: block;
	border: 1px #d1d1d1 solid;
	padding: 3px 10px 3px 5px;
	background:#fff;
	background:#fff url(../nats_images/arrow.png);
	background-repeat: no-repeat;
	background-position:97% center;

}

.selectbox a:hover {
	background:#f4f4f4 url(../nats_images/arrow.png);
	background-repeat: no-repeat;
	border: 1px #9b9ea1 solid;
	background-position: 97% center;
}

.selectbox>ul>li { 
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */

}

.selectbox li ul { 
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

.selectbox li:hover ul, .selectbox li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.selectbox {
padding:0;
margin:0;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	display: block;
}
.selectbox_label {
	float:left; 
	padding:4px;
	width:50px;
}

.selectbox_breakdown {
 margin-left: 120px;
}
* html .selectbox_breakdown {
 margin-left: 70px;
}

.selectdropdown {
 border: 1px #BABEC2 solid;
 font-family: Arial;
 font-size: 10px;
 padding: 2px;
 color: #666;
 width: 170px;
 margin: 4px 0 0 6px;
}

.selectdropdown_stats_form1 {
 width: 108px;
 margin-left: 8px;
}
* html .selectdropdown_stats_form1 {
 width: 100px;
}
.tos1 {
 margin-left: 120px;
}
.tos2 {
 margin-left: 100px;
}