/* CSS Document */

body{
	background-color:#ffcf00;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;	
	padding: 0;
	margin:0 ;
}

img {
	border-style:none;
}

div.viewport {
	background-color:#ffcf00;
	width:860px;
	margin: 0 auto;
	text-align:center;
}

/* set background images for corners 


.rbtop { background: url(../images/splash_top_t.gif) repeat-x; }
.rbtop div  { background: url(../images/splash_top_tl.gif) no-repeat top left; }
.rbtop div div  { background: url(../images/splash_top_tr.gif) no-repeat top right; }


.rbbot { background: url(../images/splash_top_b.gif) repeat-x; }
.rbbot div  { background: url(../images/splash_top_bl.gif) no-repeat top left; }
.rbbot div div { background: url(../images/splash_top_br.gif) no-repeat top right; }

.rbcontentwrap { background: url(../images/splash_top_l.gif) repeat-y; }
.rbcontent     { background: url(../images/splash_top_r.gif) repeat-y right; }

*/
.rbbox { background: url(../images/tdb_title_bak_teston.gif) no-repeat }


 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 55px;
	font-size: 1px;
}

.rbcontent  { 	position:relative; padding: 1px 2em; margin: 0;}
.rbcontent img {margin: 5px;}

.rbroundbox { 
	position:relative;
	width: 688px; 
	margin: auto; 
	top: 10px;
}


/*Buttons*/

.buttons{
	position:relative;
	width: 860px; 
	height: 216px;  
	margin: auto; 
	top: 35px;
}


/*Rollover states*/

.rollover { display: block;} /* Allow setting widths and heights */
.rollover img { /*width: 100%; height: 100%;*/ border-style:none; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

/*Rollover Nav button*/


#splashbtnl{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/tmbover.gif);	
	float:left;
	width: 412px;
	height: 229px;  
}

#splashbtnr{
	position:relative;
	top: 0px;
	left: 5px;
	background-image: url(../images/tcbover.gif);	
	float:right;
	width: 421px;
	height:229px;
}

.tandcslinks {	
	position:relative;
	width: 396px;
	height: 19px; 
	margin: auto; 
	top: 50px;
	vertical-align:top;
}

#rocontact{
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/contactover.gif);    /* rollover state */
	width: 85px;                    /* image width */
	height: 19px;                   /* image height */
}
#roterms{
	display: block;
	position:absolute;
	top: 0px;
	left: 85px;
	background-image: url(../images/termsover.gif);    /* rollover state */
	width: 59px;                    /* image width */
	height: 19px;                   /* image height */
}
#rosecurity{
	display: block;
	position:absolute;
	top: 0px;
	left: 144px;
	background-image: url(../images/securityover.gif);    /* rollover state */
	width: 144px;                    /* image width */
	height: 19px;                   /* image height */
}
#ropolicy{
	display: block;
	position:absolute;
	top: 0px;
	left: 288px;
	background-image: url(../images/policyover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 19px;                   /* image height */
}


/*Terms*/
.tandcs { background-color:#fff;}

.tandcstop { background: url(../images/content_t.gif) repeat-x; }
.tandcstop div  {background: url(../images/content_tl.gif) no-repeat top left; }
.tandcstop div div  {background: url(../images/content_tr.gif) no-repeat top right;}


.tandcsbot { background: url(../images/content_b.gif) repeat-x #fff ; }
.tandcsbot div  {  background: url(../images/content_bl.gif) no-repeat top left; }
.tandcsbot div div { background: url(../images/content_br.gif) no-repeat top right ;  }

.tandcscontentwrap { background: url(../images/content_l.gif) repeat-y; }
.tandcscontent     { background: url(../images/content_r.gif) repeat-y right; }

 /* height and width details */
.tandcstop div, .tandcstop{
	width: 100%;
	height: 24px;
	font-size: 1px;
}

.tandcsbot div, .tandcsbot {
	width: 100%;
	height: 24px;
	font-size: 1px;
}

.tandcscontent  {position:relative; padding: 1px 2em; margin: 0;min-height:100%;}
.tandcscontent img {margin: 0px;}

.tandcs { 
	width: 100%;
	height:100%; 
	margin: 0 auto; 
	font-size:80%;
}


.tandcsclose {
	color:#000;
	float:right;
}

.tandcsclose a{
	color:#000;
	text-decoration:none;
}

.tandcsclose a:hover{
	color:#000;
	text-decoration:underline;
}

div.clearer{
	clear:both;
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position:relative;
	width: 323px; 
	margin: auto; 
	top: 70px;
	vertical-align:top;
	text-align:center;
}
.credit a:link {
	color: #333333;
	text-decoration: none;	
}
.credit a:visited {
	color: #333333;
	text-decoration: none;	
}
.credit a:active {
	color: #333333;
	text-decoration: none;	
}
.credit a:hover {
	color: #333333;
	text-decoration: underline;
}