/* Button
-----------------------------------------------------------------------------*/

.button {
	cursor : pointer;
	font-family : "Trebuchet MS", sans;
	font-size : 14px;
	font-weight : normal;
	font-style : italic;
	text-align : center;
	text-indent : -10000px;
}

.button.visit {
	background : url(../images/lang_en/visit_this_section.png) no-repeat top left;
	line-height : 25px;
	height : 50px;
	width : 127px;
}

body.fr_CA .button.visit {
	background : url(../images/lang_fr/visit_this_section.png) no-repeat top left;
	width : 150px;
}

.button.visit a {
	display : block;
	height : 50px;
	width : 127px;
}

.button.learn {
	background : url(../images/lang_en/learn_more.png) no-repeat top left;
	line-height : 25px;
	height : 50px;
	width : 126px;
}

body.fr_CA .button.learn {
	background : url(../images/lang_fr/learn_more.png) no-repeat top left;
	width : 140px;
}

.button.learn a {
	display : block;
	height : 50px;
	width : 126px;
}

.button.visit a {
	display : block;
	height : 50px;
	width : 126px;
}

.button.subscribe {
	background : url(../images/lang_en/subscribe.png) no-repeat top left;
	line-height : 25px;
	height : 38px;
	width : 87px;
}

.button.expand {
	background : url(../images/lang_en/expand.png) no-repeat top left;
	line-height : 25px;
	height : 50px;
	width : 127px;
}

body.fr_CA .button.expand {
	background : url(../images/lang_fr/expand.png) no-repeat top left;
}

.button.expand a {
	display : block;
	height : 50px;
	width : 127px;
}

.button.expand-text {
	background : url(../images/lang_en/expand_text.png) no-repeat top left;
	line-height : 25px;
	height : 50px;
	width : 127px;
}

body.fr_CA .button.expand-text {
	background : url(../images/lang_fr/expand_text.png) no-repeat top left;
}

.button.expand-text a {
	display : block;
	height : 50px;
	width : 127px;
}
