﻿body 
	{
	background:#252629 url('images/header-bg.gif') repeat-x;
	margin:0px;
	padding:0px;
	}
	
.NineFifty
	{
	width:950px; 
	text-align:left;
	}
	
.Clear
	{
	clear:both;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}
	
.clear
    {
    clear:both;
    overflow:hidden;
    }
	
#LightBG
	{
	background:#fdfaf3; 
	padding:26px 0 0 0;
	}
	
#BCCLogo
	{
	background:url('images/bcc-logo.gif') no-repeat;
	height:114px;
	width:375px;
	}
	
	
	
/* ------------------------------------------------------------------------------------------- Main Content */	
#VLinesBG
	{
	background:url('images/v-lines-bg.gif') repeat-y; 
	height:400px;
	width:950px;
	}
	
#Brinkster
	{
	float:left; 
	width:316px; 
	margin:0 39px 0 0;
	}

#BrinksterSSLogo {
    background: url('images/brinkster-ss-logo.gif') no-repeat;
    height: 292px;
    width: 316px;
}

#TrappSSLogo {
    background: url('images/brinkster-ss-logo.gif') no-repeat;
    height: 292px;
    width: 316px;
}
	
#Hostable
	{
	float:left; 
	width:317px;
	margin:0 40px 0 0;
	}
	
#HostableSSLogo
	{
	background:url('images/hostable-ss-logo.jpg') no-repeat; 
	height:317px; 
	width:317px;
	}
	
#ComingSoon
	{
	background:url('images/coming-soon.gif') no-repeat; 
	height:220px; 
	width:238px;
	}
	
	
	
/* ------------------------------------------------------------------------------------------- Frames */	
#FrameBrinkster
	{
	background:url('images/frame-brinkster.gif') no-repeat; 
	height:375px; 
	width:568px;
	cursor:pointer; 
	}

#FrameHostable
	{
	background:url('images/frame-hostable.jpg') no-repeat; 
	height:375px; 
	width:568px;
	display:none; 
	cursor:pointer; 
	}

#FrameOP
	{
	background:url('images/frame-op.jpg') no-repeat; 
	height:375px; 
	width:568px;
	display:none; 
	cursor:pointer; 
	}

.DotOuter
	{
	background:#ff0000 url('images/dot-off.gif') no-repeat;
	float:left;
	height:30px;
	width:30px;
	cursor:pointer;
	}
	
.DotSpacer
	{
	float:left;
	width:6px;
	height:1px;
	}
	
	
#BrinksterDot2
	{
	background:url('images/dot-active.gif') no-repeat; display:block; height:30px; width:30px;
	}
#HostableDot2
	{
	background:url('images/dot-active.gif') no-repeat; display:none; height:30px; width:30px;
	}

/* ------------------------------------------------------------------------------------------- Footer */
b.FooterHeader
    {
    font-size:14px;
    }
    
#FooterBG
	{
	font-family:Arial;
	background:url('images/footer-bg.gif') repeat-x;
	height:335px;
	}
	
#FooterBCCLogo
	{
	float:right; 
	background:url('images/footer-bcc-logo.jpg') no-repeat; 
	height:237px; 
	width:346px;
	}
	
#FooterPartners
	{
	float:left; 
	background:url('images/footer-partners.gif') no-repeat; 
	height:98px; 
	width:593px;
	}
	
#FooterDescription
	{
	height:114px; 
	width:560px; 
	color:#9e9d9d; 
	font-size:11px; 
	line-height:15px; 
	padding:24px 0 0 0;
	}
	
#FooterLegal
	{
	float:right; 
	color:#535559; 
	font-size:11px;
	padding:35px 0 0 0;
	text-align:right;
	overflow:hidden;
    white-space:nowrap;
	}
	
#PhoneNumber
	{
	background:url('images/phone-number.gif') no-repeat; 
	height:29px;  
	width:282px;
	}
	
b.Title
	{
	color:#fff; 
	font-size:12px; 
	}
	
	
	
	
/* ------------------------------------------------------------------------------------------- Scroller */	
#hold	
	{ 
	width:950px; 
	height:465px;
	margin:0px auto; 
	/* background: url(../i/bg.png); */
	position:relative; 
	overflow:hidden;
 	z-index:100
	}
	
#wn	
	{ 
	position:absolute; 
	left:20px; 
	top:0px;
	width:950px;
	height:416px;
	/*clip:rect(0px, 924px, 94px, 0px);*/
	overflow:hidden;
	z-index:3;
	}
	
#lyr1	
	{ 
	position:absolute; 
	visibility:hidden;
	left:0px; 
	top:0px;
	z-index:3;
	}
	
#scrollbar 
	{ 
	position:absolute; 
	left:45px;  
	top:415px;
	width:859px; 
	height:14px;
	z-index:4;
  	}
  
#track 
	{ 
	position:absolute; 
	left:14px; 
	top:0px;
	width:829px; 
	height:32px;
	z-index:1;
	background: url('http://www.brinkster.com/wds/images/scrollbarbg.gif') no-repeat;
	}
	
#dragBar 
	{
	position:absolute; 
	left:0px; top:0px; 
	width:15px; 
	height:49px; 
	z-index:1;
	background: url('http://www.brinkster.com/wds/images/scroller.gif') no-repeat;
	}    
	
#left 
	{ 
	position:absolute; 
	left:0; 
	top:12px; 
	z-index:2;
	} 
	 
#right 
	{ 
	position:absolute; 
	right:0; 
	top:12px; 
	z-index:3;
	}
	
	
	
	
/* ------------------------------------------------------------------------------------------- Links */	
a.Blue:link, a.Blue:active, a.Blue:visited
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#18adfa;
	text-decoration:none;
	}
a.Blue:hover
	{
	text-decoration:underline;
	}
