.tabContainer{
	/* The UL */
	float:left;
	padding-right:13px;
}

#contentHolder{
	width:618px;
	float:left;
	min-height:1100px;
}

#tabContent{
	width:618px;
	float:left;
}



.tabContainer li{
	/* This will arrange the LI-s next to each other */
	display:inline;
}

.tabContainer li a,.tabContainer li a:visited{
	/* Styling the hyperlinks of the tabs as colorful buttons */
	
	float:left;
	font-size:93%;
	
	/* display:block allows for additinal CSS rules to take effect, such as paddings: */
	display:block;
	
	padding:5px 16px 5px;
	margin:0px 5px 0 0;
	
	/* Giving positioning */
	position:relative;
	
	/* CSS3 text-shadow */
	text-shadow:1px 1px 1px #CCCCCC;
}

#overLine{
	/* The line above the active button. */
	position:absolute;

	height:1px;
	background-color:white;
	width:90px;
	
	float:left;
	left:1px;
	top:-5px;
	overflow:hidden;
}

#main{
	width:618px;
	float:left;
}


#main ul .left{
	/* The left span in the hyperlink */
	
	height:37px;
	left:0;
	position:absolute;
	top:0;
	width:10px;
}

ul .right{
	/* The right span in the hyperlink */
	
	height:37px;
	right:0;
	position:absolute;
	top:0;
	width:10px;
}

/* Styling the colors individually: */
#main ul a.green{color:#000; background:url(../images/tpl/menu/red1.png) repeat-x;}
#main ul a.blue{color:#000; background:url(../images/tpl/menu/red1.png) repeat-x;}
#main ul a.orange{color:#000; background:url(../images/tpl/menu/red1.png) repeat-x;}
#main ul a.red{color:#000; background:url(../images/tpl/menu/red1.png) repeat-x;}

/* The hover states: */
#main ul a:hover{	background-position:bottom center; text-decoration:none;}
#main ul a:hover span.left{ background-position:left bottom;}
#main ul a:hover span.right{ background-position:right bottom;}

.preloader{
	width:618px;
	text-align:center;
	float:left;
	padding-top:100px;
}

.clear{
	/* Old-school clear fix hack to clear the floats: */
	clear:both;
	height:1px;
	overflow:hidden;
}
