@charset "utf-8";
* {
	margin:0;
	padding:0;
	outline:none;
	color:#000000;
}
h2{
	text-indent:-9999px;
}
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
input {
	background-color:transparent;
	border:0;
}
#ra_languageSelect {
	position:absolute;
	top:38px;
	left:870px;
	width:114px;
	height:22px;
}
#ra_languageSelect a, #ra_languageSelect span {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#ra_languageSelect a:hover {
	text-decoration:underline;
}
.ra_takeHome{
	position:absolute;
	top:29px;
	left:0;
	width:286px;
	height: 114px;
	left:13px;
	z-index:5;
	text-indent:-9999px;
	
}
.ra_container{
	position:relative;
	margin:auto;
	height:auto;
	min-height:1023px;
}
.ra_wraper{
	position:relative;
	width:980px;
	height:1023px;
	margin:auto;
	background:transparent;
}
.ra_header{
	position:relative;
	width:980px;
	height:175px;
	display:block;
}
/*BUTTON RESIZEABLE*/
a.btn_arrow, a.btn_arrow:link, a.btn_arrow:visited {
	color: black;
	text-decoration: none;
}
.btn_mid {
	height:55px;
	display:block; 
	float:left;
	line-height: 51px;
	font-weight:bold;
	font-size:16px;
	background:url(../images/btn/btn_mid.gif) repeat-x;
}
a.btn_arrow:hover {
	color:#CC0000;
	cursor:pointer;
}
a.btn_arrow:hover .btn_mid {
	color:#CC0000;
}
span.btn_arrowleft {
	width:27px;
	height:55px;
	display:block;
	float:left;
	background:url(../images/btn/btn_left.png) no-repeat;
}
span.btn_arrowright {
	width:60px;
	height:55px;
	display:block;
	float:left;
	background: url(../images/btn/btn_right.png) no-repeat;
}
.ra_text_bold {
	color:#333;
	font-weight:bold;
	font-size:14px;
}
.ra_text_white_bold {
	margin:20px 0 20px 0;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
}
.ra_textCenterBold{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
.ra_textCenter{
	text-align:center;
	font-size:14px;
	margin:10px 0 0 0;
	line-height:18px;
}
.ra_yellow_text{
	color:#FFCC00;
	font-weight:bold;
}
.ra_blue_text{
	color:#3399ff;
	font-weight:bold;
}
.ra_yellow_text2{
	color:#FFCC00;
}
.ra_footer{
	position:relative;
	width:980px;
	height:55px;
	margin:auto;
	clear:both;
}
a.ra_mega_logo:link, a.ra_mega_logo:visited, a.ra_mega_logo:active {
	position:absolute;
	top:0px;
	right:3px;
	width:68px;
	height:43px;
	display:block;
	z-index:1000;
	background-image:url(../images/ra_mega_logo.png);
	text-indent:-9999px;
}
a.ra_fb_logo:link, a.ra_fb_logo:visited, a.ra_fb_logo:active{
	position:absolute;
	top:0;
	right:73px;
	width:35px;
	height:34px;
	display:block;
	text-indent:-9999px;
	background-image:url(../images/ra_fb_logo.png);
}
a.ra_tw_logo:link, a.ra_tw_logo:visited, a.ra_tw_logo:active{
	position:absolute;
	top:0;
	right:110px;
	width:35px;
	height:34px;	
	display:block;
	background-image:url(../images/ra_twiter_logo.png);
	text-indent:-9999px;
}
a.ra_cs:link, a.ra_cs:visited, a.ra_cs:active {
	position:absolute;
	top:19px;
	right:150px;
	width:auto;
	height:20px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}
a.ra_cs:hover {
	text-decoration:underline
}