@charset "UTF-8";
/* CSS Spanish Document */

/* English Button */

a.english_rollover {
    display: block;
    width: 149px;
    height: 32px;
    background: url("../images/2_5sp.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.english_rollover {
    background-position: 0 -32px;
}


/* Navigation Styles */

a.homesp {
    display: block;
    width: 92px;
    height: 96px;
    background: url("../images/nav_sp_1.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.homesp_rollover {
    display: block;
    width: 92px;
    height: 96px;
    background: url("../images/nav_sp_1.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.homesp_rollover {
    background-position: 0 -96px;
}

a.aboutsp {
    display: block;
    width: 99px;
    height: 96px;
    background: url("../images/nav_sp_2.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.aboutsp_rollover {
    display: block;
    width: 99px;
    height: 96px;
    background: url("../images/nav_sp_2.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.aboutsp_rollover {
    background-position: 0 -96px;
}

a.learnsp {
    display: block;
    width: 94px;
    height: 96px;
    background: url("../images/nav_sp_3.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.learnsp_rollover {
    display: block;
    width: 94px;
    height: 96px;
    background: url("../images/nav_sp_3.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.learnsp_rollover {
    background-position: 0 -96px;
}

a.supportsp {
    display: block;
    width: 118px;
    height: 96px;
    background: url("../images/nav_sp_4.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.supportsp_rollover {
    display: block;
    width: 118px;
    height: 96px;
    background: url("../images/nav_sp_4.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.supportsp_rollover {
    background-position: 0 -96px;
}

a.contactsp {
    display: block;
    width: 149px;
    height: 96px;
    background: url("../images/nav_sp_5.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.contactsp_rollover {
    display: block;
    width: 149px;
    height: 96px;
    background: url("../images/nav_sp_5.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.contactsp_rollover {
    background-position: 0 -96px;
}

/* Rollover Styles */

#homesp_text {
	color:#ffffff;
	text-align:center;
	padding-bottom:3px;
	
}

#aboutsp_text {
	color:#ffffff;
	text-align:center;
	padding-bottom:3px;
}

#learnsp_text {
	color:#ffffff;
	text-align:center;
	padding-bottom:3px;
}

#contactsp_text {
	color:#ffffff;
	text-align:center;
	padding-bottom:3px;
}

#supportsp_text {
	color:#ffffff;
	text-align:center;
	padding-bottom:3px;
}