@import url("reset.css");

body {
	background: #484848 url(../images/bg_body.gif) 0 0 repeat;
	margin: 0 auto;
	padding: 0;
	color: #000;
}
a:active, a:link, a:visited {
	color: #0078ea;
	text-decoration: underline;
	cursor: pointer;
	border: 0;
}
a:hover {
	color: #484848;
	text-decoration: underline;
	cursor: pointer;
}
strong {
	font-weight: bold;
}
ul, ol {
	margin: 0 0 15px;
}
ul li, ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
h1 {
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 10px;
}
h2 {
	font-weight: bold;
	font-size:1.8em;
	margin: 0 0 10px;
}
h3 {
	font-size:1.6em;
	color: #0078ea;
	font-weight: bold;
	margin: 0 0 10px;
}
h4 {
	font-weight: bold;
	font-size:1.4em;
	margin: 0 0 10px;
}
h5 {
	font-weight: bold;
	font-size:1.2em;
	margin: 0 0 10px;
}
h6 {
	font-weight: bold;
	font-size:1em;
	margin: 0;
}
p {
	font-size:1.1em;
}
ul, ol {
	margin: 0 0 1em 2em;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
table {
	margin: 0 0 10px;
}
table th, table td {
	padding: 5px 10px;
	border: 1px solid #000;
}
table caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
table th {
	text-align: left;
	font-weight: bold;
}
table td {
	text-align: left;
	vertical-align: top;
}

p, li, dd, dt, th, td {
	font-size: 1.2em;	
}
li li, li p, li dd, li dt, li th, li td,  
dd li, dd p, dd dd, dd dt, dd th, dd td,  
dt li, dt p, dt dd, dt dt, dt th, dt td,  
th li, th p, th dd, th dt, th th, th td,  
td li, td p, td dd, td dt, td th, td td {
	font-size: 1em;
}
p, dl {
	margin: 0 0 1em;	
}
dl dt {
	font-weight: bold;
	margin: 0;
}
dl dd {
	font-weight: normal;
}
blockquote {
	border-left:5px solid #ccc;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
p.viewall {
	width: 280px;
}

a.link_button, .link_button:visited {
	display: block;
	padding: 0 0 0 37px;
	margin: 0 9px 0 0;
	color: #424242;
	text-decoration: none;
	background: url(../images/bg_button.gif) 0 0 no-repeat;
}
.link_button:hover {
	color: #0354d6;
	text-decoration: none;
}

.link_button span {
	display: block;
	padding: 10px 12px;
	text-align: center;
	background: url(../images/bg_button.gif) 100% 0 no-repeat;
}
span.note {
	color: #ff0000;
}
#outer {
	background: url(../images/bg_shadow.png) 50% 100% no-repeat;
	margin: 0 auto;
}
#inner {
	width: 980px;
	margin: 0 auto;
}
#container {
	background: url(../images/bg_container.gif) 50% 100% no-repeat;
	padding-bottom: 30px;
	min-height: 500px;
}
#header {
	height: 110px;
	overflow: hidden;
	
}
#header #logo {
	line-height: 1em;
	margin: 0;
	float: left;
}
#header #logo a, #header #logo a:visited {
	display: block;
	background: url(../images/img_logo.gif) 0 0 no-repeat;
	width: 261px;
	height: 110px;
	text-indent: -9999px;
}
#header #header_nav {
	width: 480px;
	overflow: hidden;
	float: left;	
}
#header #header_nav #header_ads {
	height: 80px;
	overflow: hidden;
}
#header #header_nav #header_ads p {
	margin: 0;
}
#header #navigation {
	margin: 0;
	background: url(../images/bg_navigation.gif) 0 0 repeat-x;
}
#header #navigation ul {
	padding: 0;
	margin: 0;
	width: 480px;
	overflow: hidden;
}
#header #navigation ul li {
	list-style: none;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	height: 30px;
	overflow: hidden;
}
#header #navigation ul li.nav_home {
	width: 79px;
}
#header #navigation ul li.nav_site {
	width: 104px;
}
#header #navigation ul li.nav_addtools {
	width: 99px;
}
#header #navigation ul li.nav_programs {
	width: 106px;
}
#header #navigation ul li.nav_signup {
	width: 92px;
}

#header #navigation ul li a, #header #navigation ul li a:visited {
	border-right: 1px solid #a6a6a6;
	display: block;
	background: url(../images/bg_navigation.gif) 0 0 repeat-x;
	text-decoration: none;
	color: #575757;
	line-height: 30px;
	padding: 0 19px ;
	margin: 0;
	white-space: nowrap;
}
#header #navigation ul li.last a, #header #navigation ul li.last a:visited {
	border: 0;
}

#header #navigation ul li a:hover, #header #navigation ul li a.active {
	background-position: 0 -30px;
	text-decoration: none;
	color: #fff;
}
#header #navigation ul li.last a, #header #navigation ul li.last a:visited {
	padding: 0 22px 0 21px;
}
#header #login_box {
	background: #E8E8E8 url(../images/bg_login_box.gif) 100% 0 no-repeat;
	width: 239px;
	float: left;
}
#header #login_box #form_login {
	padding: 10px 14px;

}
#header #login_box h5 {
	color: #0078ea;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 4px;
}
#header #login_box p {
	margin: 0 0 5px;
	line-height: 1em;
}
#header #login_box .input_text {
	border: 1px solid #9fb6c4;
	color: #767676;
	width: 96%;
	padding: 3px;
	display: block;
	margin: 0;
}
#header #login_box p.form_submit a.link_forgot_pass {
	float: left;
}
#header #login_box p.form_submit #button_login {
	float: right;
	display: block;
	background: url(../images/button_login.gif) 0 0 no-repeat;
	width: 51px;
	height: 15px;
	padding: 0;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
}
#content_container {
	background: #fff url(../images/img_sidebar_girl.jpg) 100% 100% no-repeat;
	padding: 7px 12px;
}
.sites_page #content_container {
	background-image:  url(../images/img_sidebar_girl_2.jpg) !important;
}
.ads_page #content_container {
	background-image:  url(../images/img_sidebar_girl_3.jpg) !important;
}
.programs_page #content_container {
	background-image:  url(../images/img_sidebar_girl_4.jpg) !important;
}
.signup_page #content_container {
	background-image:  url(../images/img_sidebar_girl_5.jpg) !important;
}
#content {
}

#main_content {
	width: 725px;
	float: left;	
}
#main_content .box_container {
	background: url(../images/bg_content_box.gif) 0 0 no-repeat;
	padding: 11px 0 0;
	margin: 0 0 8px;
}
#main_content .box_container .box {
	background: url(../images/bg_content_box.gif) 0 100% no-repeat;
	padding: 0 10px 11px;
}
#main_content .box_container .box .box_image {
	float: left;
	width: 255px;
}
#main_content .box_container .box .box_image img {
	border: 1px solid #d7d7d7;
}
#main_content .box_container .box .box_content {
	float: right;
	width: 420px;
}
#main_content .box_container .box .box_content h3 {
	border-bottom: 1px solid #333333;
	line-height: 1em;
	padding: 0 0 6px;
	margin: 0 0 8px;
	font-weight: normal;
}
#main_content .box_container .box .box_content h3 {
	border-bottom: 1px solid #333333;
	line-height: 1em;
	padding: 0 0 6px;
	margin: 0 0 8px;
	font-weight: normal;
}
#main_content .box_container .box .single_content {
	width: auto !important;
	float: none !important

}

.homepage #main_content .box_container .box .box_content h3 {
	font-weight: bold;
}
.programs, .page_2257 {
	background: #fff url(../images/img_sidebar_girl_programs.jpg) 100% 100% no-repeat !important;
}
.programs #main_content .box_container .box .box_image {
	width: 220px;
}
.programs #main_content .box_container .box .box_content {
	width: 465px;
}
.signup #main_content .box_container {
	padding: 20px 0 0;
}
.signup #main_content .box_container .box {
	padding: 0 35px 20px;
}
.contact #main_content .box_container .box .box_content p {
	text-align: center;
	margin: 0 0 15px;
}
.contact #main_content .box_container .box .single_content {
	height: 740px;
}
.page_2257 #main_content .box_container .box .single_content {
	height: 1000px;
}
.page_2257 #main_content .box_container .box .box_content h5 {
	margin: 0 0 30px;
}
.page_2257 #main_content .box_container .box .box_content h5, .page_2257 #main_content .box_container .box .box_content p {
	text-align: center;
	color: #484848;
}
#main_content .box_container .box .box_content p {
	margin: 0 0 12px;
	line-height: 1.5em;
	color: #757575;
}
#main_content .box_container .box .box_content ul.list {
	margin: 0 0 0 -15px;
}
#main_content .box_container .box .box_content ul.list li {
	background: url(../images/icon_list.jpg) 0 5px no-repeat;
	padding: 0 0 0 15px;
	list-style: none;
	margin: 0 0 10px;
	color: #6c6c6c;
}
#main_content .box_container .box .box_content ul.list li strong {
	color: #2d2c2c;
}
#main_content .box_container .box .box_content ul.action_list {
	margin: 0;
	padding: 0;
}
#main_content .box_container .box .box_content ul.action_list li {
	float: right;
	list-style: none;
}
#main_content .box_container .box .box_content ul.action_list li a, #main_content .box_container .box .box_content ul.action_list li a:visited {
	display: block;
	padding: 0 0 0 37px;
	margin: 0 0 0 9px;
	color: #424242;
	text-decoration: none;
	background: url(../images/bg_button.gif) 0 0 no-repeat;
}
#main_content .box_container .box .box_content ul.action_list li a:hover {
	color: #0354d6;
	text-decoration: none;
}

#main_content .box_container .box .box_content ul.action_list li a span{
	display: block;
	padding: 10px 12px;
	background: url(../images/bg_button.gif) 100% 0 no-repeat;
}
#sidebar {
	width: 220px;
	float: right;	
	overflow: hidden;
}
#footer_container {
	background: url(../images/bg_footer.gif) 0 0 no-repeat;
}
#footer_container #footer {
	padding: 14px;
}
#footer_container #footer p.copyright {
	float: left;
	width: 230px;
	margin: 0;
	color: #888888;
}
#footer_container #footer ul.footer_links {
	float: right;
	width: 450px;
	margin: 0;
	text-align: right;
}
#footer_container #footer ul.footer_links li {
	background: url(../images/border_footer_links.gif) 0 2px no-repeat;
	color: #888;
	list-style: none;
	display: inline;
	padding: 0 2px 0 4px;
}
#footer_container #footer ul.footer_links li.first {
	background: none;

}
#footer_container #footer ul.footer_links li a, #footer_container #footer ul.footer_links li a:visited {
	color: #888;
	text-decoration: none;
}
#footer_container #footer ul.footer_links li a:hover, #footer_container #footer ul.footer_links li a.active {
	color: #0078ea;
	text-decoration: underline;

}
#info_promo {
	background:url(../images/bg_info_promo.jpg) 0 0 no-repeat;
}
#info_promo .box_container {
	padding: 7px 5px 0px;
}
#info_promo .promo_box {
}
#info_promo h3 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 10px 6px;
	margin: 0 0 7px;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
}

#info_promo h6 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #484848;
	text-align: center;
	padding: 0 10px;
	margin: 0 0 5px;
}
#info_promo p.promo_image {
	margin: 0;
	text-align: center;
}
#info_promo p.promo_image img {
	border: 1px solid #e7e7e7;
}
#info_promo #info_promo_nav {
	background: #008cf9 url(../images/bg_info_promo_nav.gif) 0 100% no-repeat;
	padding: 8px 9px;
}
#info_promo #info_promo_nav ul {
	margin: 0;
	padding: 0;
}
#info_promo #info_promo_nav ul li {
	list-style: none;
	padding: 0;
	border: 1px solid #323232;
	float: left;
	margin: 0 9px 0 0;
}
#info_promo #info_promo_nav ul li.last {
	margin: 0;
}
#info_promo #info_promo_nav ul li a, #info_promo #info_promo_nav ul li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 2px solid #d8d8d8;
}
#info_promo #info_promo_nav ul li a:hover {
	border: 2px solid #0078ea;
}
#info_promo #info_promo_nav ul li a span {
	background-attachment: 0 0;
	background-repeat: no-repeat;
	display: block;
	background: #fff;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
}
#info_promo #info_promo_nav ul li a.button_sites span {
	background-image: url(../images/icon_promo_sites.gif);
}
#info_promo #info_promo_nav ul li a.button_adtools span {
	background-image: url(../images/icon_promo_adtools.gif);
}
#info_promo #info_promo_nav ul li a.button_programs span {
	background-image: url(../images/icon_promo_programs.gif);
}
#info_promo #info_promo_nav ul li a.button_nats span {
	background-image: url(../images/icon_promo_nats.gif);
}
#info_promo #info_promo_nav ul li a.button_payments span {
	background-image: url(../images/icon_promo_payments.gif);
}
#main_content #programs_list .box_content p {
	margin: 0 0 10px;
}
#main_content #ads_list .box_content h6 {
	font-size: 1.2em;
	font-weight: normal;
	color: #757575;
	line-height: 1.5em;
	margin: 0 0 25px;	
}
#signup_form {
	width: 440px;
	margin: 0 auto;
}
#signup_form h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #737373;
}
#signup_form fieldset {
	margin: 0 0 35px;
}
#signup_form fieldset p {
	margin: 0 0 3px !important;
}

#signup_form span.form_name {
	background: #f3f3f3;
	border: 1px solid #000;
	text-align: right;
	color: #737373;
	font-weight: bold;
	line-height: 30px;
	display: block;
	float: left;
	width: 145px;
}
#signup_form span.form_name label {
	margin: 0 5px 0 0;
}

#signup_form span.form_value {
	background: #c9c9c9;
	border: 1px solid #000;
	line-height: 30px;
	display: block;
	float: right;
	width: 288px;
}
#signup_form span.form_value .input_text {
	width: 180px;
	margin: 0 0 0 5px;
}
#signup_form span.form_value .input_select {
	width: 210px;
	margin: 0 0 0 5px;
}
#signup_form .fieldset_login span.form_value .input_text {
	width: 150px;
}
#signup_form #button_next_step {
	background: url(../images/button_next_step.gif) 0 0 no-repeat;
	width: 95px;
	height: 18px;
	padding: 0;
	border: 0;
	margin: 0 0 0 180px;
	text-indent: -9999px;
	cursor: pointer;
}
