.tabContainer{
	/* The UL */
	float:left;
	/* padding-right:0; */

}
ul.tabContainer{margin:0;height:31px;padding:0px;width:1000px;background:url('/includes/swtabs/img/tab_inactive.gif') repeat-x left top;}

#contentHolder{
	height:550px;
	margin:5px;
	color:#444444;
	padding:10px 0 0 0;
}

#tabContent{
	margin-top:0px;
	width:100%;
	height:550px;
}

#tabContent, .tabContainer li a,#contentHolder{

}

.tabContainer li{
	/* This will arrange the LI-s next to each other */
	display:inline;padding:0;float:left;margin-left:10px;
}

.tabContainer li a, .tabContainer li a:visited, .tabContainer li a:active, .tabContainer li a:hover {
	/* Styling the hyperlinks of the tabs as colorful buttons */
	float:left;
	font-size:12px;
	font-weight:bold;
	/* display:block allows for additinal CSS rules to take effect, such as paddings: */
	display:block;
	/* padding:4px 30px 0 30px; */
	padding:0 0 0 0;
	margin:0;
	height:25px;
	text-align: center;
	width:111px;
	/* 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{
	margin:0 auto;
	position:relative;
	width:670px;
}

ul .left{
	/* The left span in the hyperlink */

	height:31px;
	left:0;
	position:absolute;
	top:0;
	width:10px;
}

ul .right{
	/* The right span in the hyperlink */

	height:31px;
	right:0;
	position:absolute;
	top:0;
	width:10px;
}

ul.tabContainer li a.tab {
	background: url('/includes/swtabs/img/tab_inactive.gif') no-repeat top;
	padding:6px 0 0 0;
	text-transform:uppercase;
	font-weight:normal;
	/* font-family: 'Merriweather Sans', sans-serif; */
	font-family: Arial, sans-serif;
}
ul.tabContainer li a.active_tab {
	background: url('/includes/swtabs/img/tab_active_fill2.gif') no-repeat top center;
	/* color:#674491; */
	color: #ffffff;
	font-weight:normal;
	/* font-family: 'Merriweather Sans', sans-serif; */
	font-family: Arial, sans-serif;
}

/* Styling the colors individually: */
/*
ul a.green{	background:url(/includes/swtabs/img/blue_mid.png) repeat-x top center;	color:#724104;}
ul a.green span.left{ background:url(/includes/swtabs/img/blue_left.png) no-repeat left top;}
ul a.green span.right{ background:url(/includes/swtabs/img/blue_right.png) no-repeat right top;}

ul a.blue{	background:url(/includes/swtabs/img/blue_mid.png) repeat-x top center;	color:#724104;}
ul a.blue span.left{ background:url(/includes/swtabs/img/blue_left.png) no-repeat left top;}
ul a.blue span.right{ background:url(/includes/swtabs/img/blue_right.png) no-repeat right top;}

ul a.orange{	background:url(/includes/swtabs/img/blue_mid.png) repeat-x top center;	color:#724104;}
ul a.orange span.left{ background:url(/includes/swtabs/img/blue_left.png) no-repeat left top;}
ul a.orange span.right{ background:url(/includes/swtabs/img/blue_right.png) no-repeat right top;}

ul a.red{	background:url(/includes/swtabs/img/blue_mid.png) repeat-x top center;	color:#724104;}
ul a.red span.left{ background:url(/includes/swtabs/img/blue_left.png) no-repeat left top;}
ul a.red span.right{ background:url(/includes/swtabs/img/blue_right.png) no-repeat right top;}
*/
/* The hover states: */
/*
ul a:hover{	background-position:bottom center; text-decoration:none;}
ul a:hover span.left{ background-position:left bottom;}
ul a:hover span.right{ background-position:right bottom;}
*/

.preloader{
	display:block;
	margin:120px auto;
}

.clear{
	/* Old-school clear fix hack to clear the floats: */
	clear:both;
	[if lte IE 6] height:1px;
	overflow:hidden;
}
