.tabContainer{
	/* The UL */
	float:right;
	padding-right:0px;
}

#contentHolder{
	height:160px;
	margin:0px;
	padding:0px;
	color: #333333;
	background-color: #333333;
}

#tabContent{
	border:none;
	width:100%;
}

.tabContainer li{
	/* This will arrange the LI-s next to each other */
	display:inline;
}

.tabContainer li a,.tabContainer li a:visited{
	float:left;
	font-size:16px;
	display:block;
	height:29px;
	position:relative;
	text-shadow:1px 1px 1px #CCCCCC;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 16px;


}

#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:899px;
}


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: */

ul a.green{	background:url(../images/green_mid.png) repeat-x top center;	color:#24570f;}
ul a.green span.left{ background:url(../images/green_left.png) no-repeat left top;}
ul a.green span.right{ background:url(../images/green_right.png) no-repeat right top;}


ul a.blue{	background:url(../images/blue_mid.png) repeat-x top center;	color:#006699;}
ul a.blue span.left{ background:url(../images/blue_left.png) no-repeat left top;}
ul a.blue span.right{ background:url(../images/blue_right.png) no-repeat right top;}


ul a.orange{	background:url(../images/orange_mid.png) repeat-x top center;	color:#333333;}
ul a.orange span.left{ background:url(../images/orange_left.png) no-repeat left top;}
ul a.orange span.right{ background:url(../images/orange_right.png) no-repeat right top;}


ul a.red{	background:url(../images/red_mid.png) repeat-x top center;	color:#6f0100;}
ul a.red span.left{ background:url(../images/red_left.png) no-repeat left top;}
ul a.red span.right{ background:url(../images/red_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;
	height:1px;
	overflow:hidden;
}

/* The styles below are only necessary for the styling of the demo page: */

h2 {
	font-size:0.9em;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
}

h1,h2,p.tutInfo{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}
