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

#slideshowBorder {
	position:relative;
	top:0px;
	width:624px;
	height:410px;
	margin:0;
	padding:0;
}

/*** Home Page Ads - Main Content ***/
#home-ad-main-wrapper {
	position:relative;
	top:25px;
	width:650px;
	height:200px;
	margin:0px;
}

#home-ad-main-left, #home-ad-main-middle {
	width:200px;
	height:200px;
	margin-right:25px;
	float:left;
	background-color:#fff;
}

#home-ad-main-right {
	width:200px;
	height:200px;
	margin-right:0px;
	float:left;
	background-color:#fff;

}

/*** Tab CSS ***/
.tab-wrapper
{
	padding:0px;
	margin-top:-454px;
	border:1px solid #999;
	background-color:#FFF;
	clear:both;
	height:410px;
	width:626px;
}
.tab-menu
{
	margin-top:418px;
	padding:0px;
	list-style:none;
	overflow:auto;
	background-color:#fff;
	height:30px;
	width:626px;
}
.tab-menu li
{
	margin-left:-1px;
	padding:2px 10px;
	float:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	height:26px;
}
.tab-menu li a
{
	padding:0px;
	font-weight:bold;
	text-decoration:none;
	color:#300;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
	text-decoration:none;
	color:#630;
}

.tab-menu li.tab-selected
{
	background-color:#eee;
}

.tab-menu li.tab-selected a
{
	text-decoration:none;
	color:inherit;
	/* your effect here */
}

