@charset "utf-8";
/* CSS Document */

BODY, HTML {
	position:relative;
	background-image:url(../images/side_white_grade.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Helvetica;
	font-size:14px;
	font-weight:100;
	color:#444444;
	height:100%;
	width:auto;
	background-color:#000000;
}

.filler {
	background-image:url(../images/homepage_whitespot.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
	height:800px;
	position:absolute;
	z-index:0;
}

a, #button, #popupContactClose, #popupSupportClose{
	cursor: pointer;
	color:#f40026;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.red {
	color:#f40026;
}

H5 {
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#f40026;
	margin:15px 0px 0px 0px;
}

IMG {
	border:none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px auto; /* the bottom margin is the negative value of the footer's height */
	width:100%;
}

.logo {
	position:absolute;
	background-image:url(../images/RW_Logo.gif);
	height:84px !important;
	width:332px;
	top:20px;
	left:50%;
	margin-left:-450px;
	z-index:3;
	padding-top:84px;
	overflow:hidden;
	display: block;
	height: 0px !important;
}

.topNav {
	position:absolute;
	left:50%;
	margin-left:10px;
	top:25px;
	z-index:3;
	width:480px;
}

.topNav LI {
	position:relative;
	text-decoration:none;
	color:#444444;
	padding-top:15px;
	float:right;
	margin: 5px 20px 0px 0px;
	height:0px !important;
	overflow:hidden;
	font-size:1px;
	cursor: pointer;
}

.topNav IMG {
	position:relative;
	top:5px;
}

.topNav LI:hover {
	cursor:pointer;
	height: 15px;
}

#searchBar {
	background-image:url(../images/search_disabled.gif);
	background-repeat:no-repeat;
	cursor:no-drop;
	width:125px;
	padding-top:22px;
	margin-top: 0px;
}
#gohomeButton {
	width:35px;
	background: url(../images/NAV-sprites.gif) no-repeat 0px -15px;
}
#wheretobuyButton {
	width:80px;
	background: url(../images/NAV-sprites.gif) no-repeat -35px -15px;
}

#supportButton {
	width:47px;
	background: url(../images/NAV-sprites.gif) no-repeat -115px -15px;
}

#contactButton {
	width:66px;
	background: url(../images/NAV-sprites.gif) no-repeat -162px -15px;
}

#gohomeButton:hover, #wheretobuyButton:hover, #contactButton:hover, #supportButton:hover {
	background-position-y: 0px
}

.topSpot {
	position:relative;
	height:580px;
	width:100%;
	border-bottom:5px solid #f40026;
}

.centerSpot {
	height:580px;
/* 	*height:100px; */
	width:100%;
	z-index:2;
}

.bottomSpot {
	position:relative;
	background-image:url(../images/bottom_black_spot.jpg);
	background-position:center -1px;
	background-repeat:no-repeat;
	height:220px;
	width:100%;
	background-color:#000000;
	padding-top:15px;
}

.bottomHolder {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.doorIcon {
	float:left;
	color:#e4e4e4;
	padding-top:20px;
	margin-right:15px;
	font-size:11px;
	height:45px;
	vertical-align:top;
	text-align:left;
	text-decoration:none;
	border-right:1px solid #545352;
	width:auto;
	padding-right:18px;
}
.last { /*used to clear border on window icon*/
	border: none;
}

.doorIcon A {
	color:#e4e4e4;
}

.doorIcon A:hover {
	color:#f40026;
	text-decoration:none;
}

.doorIcon:hover {
	color:#f40026 !important;
	cursor: pointer;
}

.doorIcon IMG {
	margin-top:-20px;
	float:left; 
	margin-right:8px;	
	border:none;
}


.stickyFooter {
	position:relative;
	height:75px;
	width:944px;
	background-image:url(../images/footer_background.gif);
	left:50%;
	margin-left:-472px;
}

.stickyFooter LI {
	font-size:12px;
	display:inline;
	padding-right:20px;
	color:#e4e4e4;
	text-decoration:none;
}

.spacer IMG {
border:1px solid red;
}

.stickyFooter A {
	color:#e4e4e4;
}

.stickyFooter LI:hover {
	text-decoration:underline;
	cursor:pointer;
}

.bottomLogo {
	position:relative;
	height:34px;
	width:147px;
	background-image:url(../images/RW_footer_logo.gif);
	top:29px;
	left:-350px;
	z-index:2;
}

.language {
	position:relative;
	height:22px;
	width:137px;
	background-image:url(../images/language_disabled.gif);
	margin-top:-40px;
	left:350px;
	top:20px;
	z-index:1;
}

#DADIcon a {
 margin:0px;	/*resets*/
 float: right;
 display: inline; border:none; 
 width:103px; height: 99px;
 background: url(../images/DAD_icon-sprites.png) no-repeat left top;
 text-indent: -9999px;
}

#DADIcon a:hover { 
background-position-y: -99px;
}