/*Page Layout */
@import url(css/layout.css);
/* Text Formatting */
@import url(css/text.css);
/* Navigation Formatting */
@import url(css/navigate.css);

#fixtures{position:absolute; width:500px; height:400px; text-align:right;top:184px;
}

#smalltabs{  margin-left:520px;
	height:250px;
	padding:170px 20px 0px 0px;
 }

#slideshow{
	position:relative;
	top:0px;
	text-align:right;
	width: 470px;
	height: 316px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;	
}



#caption{
	width: 790px;
	height: 30px;
	background-color: #FFFFFF;
	margin: -28px 0px 0px 0px;
	background-image: url(../images/bg_caption_home.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.tabbed-pane * {margin: 0;padding: 0;}
.tabbed-pane {
	width: 280px;
	
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
}
.tabbed-pane .tabs .active {background: #F3ECCF;border-bottom: 1px solid #F3ECCF;}
.tabbed-pane .tabs li {float: left;margin: 0 3px 0 0;}
.tabbed-pane .tabs li a {color: #336699;display: block;padding: 5px;background: #f0f0f0;border-color: #333;border-style: solid;border-width: 1px;}
.tabbed-pane .pane {border-: 1px solid #373B59;padding: 5px;clear: both;height: 100%;}
.tabbed-container {position: relative;clear: both;min-height: 10em; width: 245px; height:160px;}
.tabbed-container .overlay {position: absolute;clear: both;border: 1px solid #333;padding: 5px;width: 245px; height:160px;top: 0;left: 0;background: white url(../images/throbber.gif) center center no-repeat;text-align: center;z-index: 100;height: 100%;}
#MyPane{
	background-color: #F3ECCF;
}





