/**********
global
**********/
body {
	background-color: #fdfff3;
	background-image: url(../_imgs/fdfff3.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
	text-align: center;
	overflow: auto;
}
* {
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}

input, select, option {
	font-size: 10px;
}

#clear {
	clear: both;
}

#left_content h1 {
	margin-bottom: 4px;
}

#left_content div {
	margin-bottom: 8px;
}

a {
	color: #888888;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#main_content {
	padding: 10px;
	position: relative;
}

/**********
layout
**********/

#container {
	width: 830px;
	height: 100%;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#left_content {
	width: 150px;
	padding: 4px;
	padding-right: 2px;
}

#right_content {
	width: 650px;
	padding: 4px;
	padding-left: 2px;
}

#footer {
	height: 34px;
	padding: 4px;	
}

#gradient_left {
	background-image: url(../_imgs/gradient_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}

#gradient_right {
	background-image: url(../_imgs/gradient_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}

/**********
sections
**********/

#left_content ul {
	list-style-type: none;
}

#left_content li {
	display: block;
}

/* menu */

#menu h1.header_menu {
	background-image: url(../_imgs/header_main_menu.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#menu li {
	height: 25px;
	margin-top: 4px;
	width:161px;
	float:left;
	list-style:none;
	border:solid 1px #ddd;
	border-width:1px 0;
}

#menu li span {
	display: none;
	background-repeat: no-repeat;
}

#menu a {
	display: block;
	height: 25px;
	background-repeat: no-repeat;
}

#menu li.home {
	background-image: url(../_imgs/menu_home.gif);
	background-repeat: no-repeat;
}

#menu a.home:hover {
	background-image: url(../_imgs/menu_home_sp.gif);
}

#menu li.about_us {
	background-image: url(../_imgs/menu_about_us.gif);
	background-repeat: no-repeat;
}

#menu a.about_us:hover {
	background-image: url(../_imgs/menu_about_us_sp.gif);
}

#menu li.providers {
	background-image: url(../_imgs/menu_providers.gif);
	background-repeat: no-repeat;
}

#menu a.providers:hover {
	background-image: url(../_imgs/menu_providers_sp.gif);
}

#menu li.parents {
	background-image: url(../_imgs/menu_parents.gif);
	background-repeat: no-repeat;
}

#menu a.parents:hover {
	background-image: url(../_imgs/menu_parents_sp.gif);
}

#menu li.contact_us {
	background-image: url(../_imgs/menu_contact_us.gif);
	background-repeat: no-repeat;
}

#menu a.contact_us:hover {
	background-image: url(../_imgs/menu_contact_us_sp.gif);
}

/* log in */

#log_in {
	padding-top: 10px;
	padding-bottom: 10px;
}

#log_in h1.header_log_in {
	background-image: url(../_imgs/header_log_in.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-bottom: 14px;
}

#log_in .username {
	width: 150px;
	height: 20px;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 4px;
	border-top: solid 1px #888888;
	border-left: solid 1px #888888;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	background-image: url(../_imgs/icon_user_female.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#log_in .password {
	width: 150px;
	height: 20px;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 4px;
	border-top: solid 1px #888888;
	border-left: solid 1px #888888;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	background-image: url(../_imgs/icon_key.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#log_in .log_in {
	float: right;
	height: 22px;
	width: 42px;
}

#log_in a {
	display: block;
	height: 15px;
	background-repeat: no-repeat;
}

#log_in li.forgot {
	background-image:url(../_imgs/links/forgot_your_password_en.gif);
	background-repeat:no-repeat;
}

#log_in a.forgot:hover {
	background-image:url(../_imgs/links/forgot_your_password_sp.gif);
	background-repeat:no-repeat;
}

#log_in li.signup {
	background-image:url(../_imgs/links/sign_up_now_en.gif);
	background-repeat:no-repeat;
}

#log_in a.signup:hover {
	background-image:url(../_imgs/links/sign_up_now_sp.gif);
	background-repeat:no-repeat;
}


/* logged in */

#logged_in {
	padding-bottom: 10px;
}

#logged_in h1.header_log_in {
	background-image: url(../_imgs/header_salutation.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-bottom: 14px;
}


#logged_in .log_in {
	float: right;
	height: 22px;
	width: 42px;
}

/* information */
#information h1.header_information {
	background-image: url(../_imgs/header_information.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#information ul {
	margin-left: 10px;
}

#information li {
	line-height: 20px;
	background-image: url(../_imgs/icon_lightbulb.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#information span {
	display: none;
	background-repeat: no-repeat;
}

#information a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
}

#information a.job_listings {
	background-image:url(../_imgs/links/job_listings_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#information a.job_listings:hover {
	background-image:url(../_imgs/links/job_listings_sp.gif);
	background-repeat:no-repeat;
}

#information a.resources_for_parents {
	background-image:url(../_imgs/links/resources_parents_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#information a.resources_for_parents:hover {
	background-image:url(../_imgs/links/resources_parents_sp.gif);
	background-repeat:no-repeat;
}

#information a.resources_for_providers {
	background-image:url(../_imgs/links/resources_providers_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#information a.resources_for_providers:hover {
	background-image:url(.../_imgs/links/resources_providers_sp.gif);
	background-repeat:no-repeat;
}

#information a.faq {
	background-image:url(../_imgs/links/faq_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#information a.faq:hover {
	background-image:url(../_imgs/links/faq_sp.gif);
	background-repeat:no-repeat;
}

#information a.articles {
	background-image:url(../_imgs/links/articles_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#information a.articles:hover {
	background-image:url(../_imgs/links/articles_sp.gif);
	background-repeat:no-repeat;
}

/* amazon */
#amazon h1.header_amazon {
	background-image: url(../_imgs/header_amazon.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#amazon ul {
	margin-left: 10px;
}

#amazon li.books {
	line-height: 20px;
	background-image: url(../_imgs/icon_book.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}

#amazon li.toys {
	line-height: 20px;
	background-image: url(../_imgs/icon_basketball.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}

#amazon li.cds {
	line-height: 20px;
	background-image: url(../_imgs/icon_cd.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}

#amazon span {
	display: none;
	background-repeat: no-repeat;
}

#amazon a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
}

#amazon a.faq {
	background-image:url(../_imgs/links/faq_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#amazon a.faq:hover {
	background-image:url(../_imgs/links/faq_sp.gif);
	background-repeat:no-repeat;
}

#amazon a.book_store {
	background-image:url(../_imgs/links/book_store_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#amazon a.book_store:hover {
	background-image:url(../_imgs/links/book_store_sp.gif);
	background-repeat:no-repeat;
}

#amazon a.toy_store {
	background-image:url(../_imgs/links/toy_store_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#amazon a.toy_store:hover {
	background-image:url(../_imgs/links/toy_store_sp.gif);
	background-repeat:no-repeat;
}

#amazon a.cd_store {
	background-image:url(../_imgs/links/cd_store_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#amazon a.cd_store:hover {
	background-image:url(../_imgs/links/cd_store_sp.gif);
	background-repeat:no-repeat;

}

#legend h1.header_legend {
	background-image: url(../_imgs/header_legend.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#legend li {
	margin-top: 5px;
	margin-left: 10px;
}

#legend a {
	height: 20px;
	display: block;
	background-repeat: no-repeat;
}

#legend span {
	display: none;
}

#legend a.first_aid {
	background-image: url(../_imgs/legend_first_aid.gif);
}

#legend a.first_aid:hover {
	background-image: url(../_imgs/legend_first_aid_hover.gif);
}

#legend a.cpr {
	background-image: url(../_imgs/legend_cpr.gif);
}

#legend a.cpr:hover {
	background-image: url(../_imgs/legend_cpr_hover.gif);
}

/* how it works */
#how_it_works h1.header_how_it_works {
	background-image: url(../_imgs/header_how_it_works.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#how_it_works ul {
	margin-left: 10px;
}

#how_it_works li.hiw_parents {
	line-height: 20px;
	background-image: url(../_imgs/icon_parents.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 3px;
}


#how_it_works li.hiw_providers {
	line-height: 20px;
	background-image: url(../_imgs/icon_house.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 3px;
}

#how_it_works span {
	display: none;
	background-repeat: no-repeat;
}

#how_it_works a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
}

#how_it_works a.parents {
	background-image:url(../_imgs/links/parents_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#how_it_works a.parents:hover {
	background-image:url(../_imgs/links/parents_sp.gif);
	background-repeat:no-repeat;
}

#how_it_works a.providers {
	background-image:url(../_imgs/links/providers_en.gif);
	background-repeat:no-repeat;
	height: 25px;
}

#how_it_works a.providers:hover {
	background-image:url(../_imgs/links/providers_sp.gif);
	background-repeat:no-repeat;
}

/* google search */

#google_search .text_input {
	width: 150px;
	margin-bottom: 4px;
	border-top: solid 1px #888888;
	border-left: solid 1px #888888;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 2px;
	height: 20px;
}

#google_search .search {
	float: right;
	height: 22px;
	width: 50px;
}

#google_search td {
	padding-top:5px;
}

#google_search .search_btn {
	height: 22px;
	width: 48px;
}

/* footer */

#footer {
	color: #bababa;
	border-top: solid 1px #dbdbdb;
}

#footer span.copyright {
	float: left;
}

#footer span.footer_menu {
	float: right;
}

#footer span.footer_menu a {
	color: #bababa;
	font-size: 11px;
	font-weight: normal;
}

/* quick search */
#quick_search {
	background-image: url(../_imgs/header_bg_green.gif);
	height: 25px;
	display: block;
	background-repeat: repeat-x;
}

#quick_search .text_input {
	margin-bottom: 8px;
	border-top: solid 1px #888888;
	border-left: solid 1px #888888;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 1px;
	height: 18px;
}

#quick_search .select {
	margin-bottom: 8px;
	padding: 1px;
	height: 19px;
	
}

#quick_search .option {
	padding: 2px;
	
}

#quick_search .qs_corner {
	background-image: url(../_imgs/header_bg_green_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	float: right;
	height: 25px;
	width: 11px;
}

/* utilities */
#utilities {
	width: 185px;
	position: absolute;
	right: 0px;
}

#utilities ul {
	height: 20px;
}

#utilities li {
	display: inline;
}

#utilities a {
	font-weight: normal;
	padding-left: 20px;
	margin-right: 5px;
	background-position: left center;
	background-repeat: no-repeat;
}

#utilities .bookmark {
	background-image: url(../_imgs/icon_folder.gif);
}

#utilities .email2friend {
	background-image: url(../_imgs/icon_email.gif);
}

#utilities .disclaimer {
	background-image: url(../_imgs/icon_lock.gif);
}

#utilities .upload {
	background-image: url(../_imgs/icon_picture_upload.gif);
}



/* advanced search */

#advanced_search {
	padding-left: 10px;
}

#advanced_search .text_input {
	border-top: solid 1px #888888;
	border-left: solid 1px #888888;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 1px;
	height: 18px;
}

#advanced_search .select {
	border-top: solid 1px #888888;
	border-left: solid 1px #888888;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	
}

#advanced_search .option {
	
}

/* pagination */

#pagination {
	float: left;
}

#pagination a {
	font-weight: normal;
	text-decoration: underline;
}

#pagination a:hover {
	text-decoration: none;
}

/* results_count */

#results_count {
	float: right;
	font-size: 18px;
}

#results_count .specification, #results_count .count {
	color: #f74776;
	font-weight: bold;
}

/* results */

#results table {
	width: 100%;
	font-size: 12px;
}

#results h2 {
	font-size: 18px;
}

#results a {
	color: #5b9ccc;
	text-decoration: underline;
}

#results a:hover {
	text-decoration: none;
}

#results td {
	padding-top: 14px;
	padding-bottom: 14px;
}

#results .alternating_bg_01 {
	width: 130px;
	text-align: center;
	background-image: url(../_imgs/alternating_bg_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#results .alternating_bg_02 {
	width: 130px;
	text-align: center;
	background-image: url(../_imgs/alternating_bg_02.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#results .alternating_bg_03 {
	width: 130px;
	text-align: center;
	/*
	background-image: url(../_imgs/alternating_bg_02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	*/
}

#results .business_name {
}

#results #left_info {
	float: left;
	width: 260px;
}

#results #right_info {
	float: right;
	width: 250px;;
}

#results .brief_description {
	
}

#results .alternating_color_01 {
	background-color: #f7f7f7;
}

#results .alternating_color_02 {
	background-color: #ffffff;
}

#results .alternating_color_03 {
	background-color: #ffec6b;
}

#results .address_and_legend {
	
}

/* profile */

#profile table {
	width: 100%;
}

#profile .profile_business_name {
	font-size: 24px;
}

#profile .profile_pics {
	width: 180px;
}

#profile #pic {
	padding: 15px;
	text-align: center;
	background-image: url(../_imgs/profile_pic_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#profile .profile_info {
	padding-top: 15px;
	font-size: 12px;
	line-height: 16px;
}

#profile .place {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#profile .place_title {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}

#profile .map {
	border: 2px solid #c3c3c3;
}

/* user cp */
.input_form_style {
	color:#666666;
	border: 1px solid #CCCCCC;
}
.label_form_style {
	font-weight:bold;
	color:#666666;
}
.input_form_big_style {
	font-weight:bold;
	font-size:24px;
	color:#666666;
	width: 100%;
	border: 1px solid #CCCCCC;
}

#main_content table textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

/* gallery control */
#gc_header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../_imgs/header_bg_green.gif);
	background-repeat: repeat-x;
	height: 25px;
	display: block;
	width: 100%;
}

#gc_header .gc_corner {
	background-image: url(../_imgs/header_bg_green_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	float: right;
	height: 25px;
	width: 11px;
}

/* upload form */
#upload_form {
	width: 300px;
}

#update_form {
	text-align: center;
}

#update_form table {
	width: 300px;
	font-size: 12px;
}

/* contact us */
#contact_us input.text_input{
	width: 100%;
}

#contact_us textarea.textarea {
	width: 100%;
	height: 125px;
	overflow: auto;
}

#contact_us .submit_btn {
	height: 22px;
	width: 48px;
}

/* home_page */
#home_page {
	width: 377px;
}

#home_page .title_how_it_works {
	padding:0 0 8px 0; margin:0 0 0 0;
}

#home_page .header_parents {
	display: block;
	padding-left: 5px;
	background-image: url(../_imgs/header_bg_aqua_green.gif);
}

#home_page #hiwp_copy_container {
	display: block;
	height: 130px;
	background-image: url(../_imgs/home_parent.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
}

#home_page #hiwp_copy_container2 {
	display: block;
	height: 100px;
	background-image: url(../_imgs/home_parent2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom:40px;
}
#hiwp_copy_container2 p {padding:0 0 5px;}

#home_page #hiwp_copy_container #hiwp_copy {
	float: right;
	width: 285px;
	margin-top: 10px;
}

#home_page #hiwp_copy_container2 #hiwp_copy2 {
	float: left;
	width: 245px;
}

/* daycare_providers */
#daycare_providers #hiwdc_copy_container {
	display: block;
	height: 130px;
	background-image: url(../_imgs/home_teddy.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 50px;
}
#hiwdc_copy_container2 {
	display: block;
	height: 100px;
	background-image: url(../_imgs/home_teddy.jpg);
	background-repeat: no-repeat;
	background-position: right -5px;
	padding-bottom: 38px;
}
#hiwdc_copy_container2 p {padding:0 0 5px;}

#daycare_providers #hiwdc_copy_container #hiwdc_copy {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#hiwdc_copy_container2 #hiwdc_copy2 {
	float: left;
	width:210px;
}


/* why were special */
#special {
	background-image: url(../_imgs/home_special.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 400px;
	width: 235px;
	text-align: left;
	padding-bottom: 60px;
}

#special .title_why_were_special {
	padding:0 0 8px 0; margin:0 0 0 0;
}

#special #copy_container {
	padding: 10px;
}

#special #copy_container #copy {
}

#special p {
	margin-bottom: 10px;
}


/* try it now */
#try_it_now {
	background:url(../_imgs/home_magnifying_glass.jpg) no-repeat right bottom;
	margin-top: 10px;
	padding-top: 60px;
}


#parents .title_parents {
	padding:0 0 8px 0; margin:0 0 0 0;
}
/* parents our servicea */
#our_services {
	width: 377px;
	font-size: 12px;
}

#our_services .title_parents {
	padding:0 0 8px 0; margin:0 0 0 0;
}

#our_services #copy_container {
	display: block;
	background-image: url(../_imgs/parents_kids.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#our_services #copy_container #copy {
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
}

/* the 411 */
#the_411 {
	width: 377px;
	font-size: 12px;
}

#the_411 #copy_container {
	display: block;
	background-image: url(../_imgs/parents_sun_flower_girl.jpg);
	background-repeat: no-repeat;
	background-position: right 15px;
}

#the_411 #copy_container #copy {
	margin-top: 10px;
	margin-left: 10px;
}

#the_411 ul {
	margin-left: 20px;
}

#providers {
}

/* providers our service */
#providers .title_providers {
	padding:0 0 8px 0; margin:0 0 0 0;
}

#our_services_2 {
	width: 377px;
	font-size: 12px;
}

#our_services_2 #copy_container {
	display: block;
	background-image: url(../_imgs/parent_kids_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#our_services_2 #copy_container #copy {
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
}

#our_services_2 #copy_container #copy_2 {
	margin-top: 10px;
	margin-left: 10px;
}

/* becoming_a_provider */
#becoming_a_provider {
	width: 377px;
	font-size: 12px;
}

#becoming_a_provider #copy_container {
	display: block;
	background-image: url(../_imgs/parent_laptop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 243px;
}

#becoming_a_provider #copy_container #copy {
	width: 236px;
	margin-top: 10px;
	margin-left: 10px;
}

/* three_months_free */
#three_months_free {
	width: 248px;
	text-align: left;
	font-size: 12px;
}

#three_months_free #copy_container {
	display: block;
	background-image: url(../_imgs/parent_kids_3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 223px;
}

#three_months_free #copy_container #copy {
	width: 174px;
	margin-top: 10px;
	margin-left: 10px;
}

/* free_web_page */
#free_web_page {
	width: 248px;
	text-align: left;
	font-size: 12px;
}

#free_web_page #copy_container {
	display: block;
	background-image: url(../_imgs/parent_kids_3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 223px;
}

#free_web_page #copy_container #copy {
	width: 166px;
	margin-top: 10px;
	margin-left: 10px;
}

/* what_to_ask */
#what_to_ask {
	width: 248px;
	text-align: left;
	font-size: 12px;
}

#what_to_ask ul {
	margin-left: 20px;
}

#what_to_ask #copy_container {
	display: block;
	background-image: url(../_imgs/kids_carpet.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
}

#what_to_ask #copy_container #copy {
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
}
/*take the tour*/
.take_the_tour_parent {
	padding-left:0px;
	padding-top: 5px;
}
.take_the_tour_parent span {
	display: none;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.take_the_tour_parent a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image:url(../_imgs/links/take_the_tour_en.gif);
}

.take_the_tour_parent a:hover {
	background-image:url(../_imgs/links/take_the_tour_sp.gif);
	background-repeat:no-repeat;
}


.take_the_tour_parent2 {
	padding-left:130px;
	padding-top: 0px;
}
.take_the_tour_parent2 span {
	display: none;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.take_the_tour_parent2 a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image:url(../_imgs/links/take_the_tour_en2.gif);
}

.take_the_tour_parent2 a:hover {
	background-image:url(../_imgs/links/take_the_tour_sp2.gif);
	background-repeat:no-repeat;
}

.take_the_tour_provider {
	padding-left:30px;
	padding-top:15px;
}
.take_the_tour_provider span {
	display: none;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.take_the_tour_provider a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image:url(../_imgs/links/take_the_tour_en.gif);
}

.take_the_tour_provider a:hover {
	background-image:url(../_imgs/links/take_the_tour_sp.gif);
	background-repeat:no-repeat;
}

.take_the_tour_provider2 {
	padding:10px 0 0 0px;
}
.take_the_tour_provider2 span {
	display: none;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.take_the_tour_provider2 a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image:url(../_imgs/links/take_the_tour_en2.gif);
}

.take_the_tour_provider2 a:hover {
	background-image:url(../_imgs/links/take_the_tour_sp2.gif);
	background-repeat:no-repeat;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 28px;
	color: #FF9933;
	padding:0px 0px 0px 0px;
	margin:-10px 0px 0px 0px;
}
h2 {
	font-size:16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:22px;
	color: #0099FF;
	padding:8px 0px 4px 0px;
	margin:8px 0px 4px 0px;
}
h3 {
	font-size:14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #454545;
	line-height: 18px;
	padding:5px 0px 4px 0px;
	margin:5px 0px 4px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #454545;
	padding:0px 0px 6px 0px;
	margin:-6px 0px 0px 0px;
}

.ol {margin:0; padding:0 0 0 40px;}

h1.marketing {font-size:24px; padding:12px 0;}
ul.floatleft li{float:left;}
