/*************** TAB CSS STYLE ***************/

body {
	background-image:url(Images/tab_background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #666666;
}

#main-container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	min-height: 700px;
	background-color:#000000;
}

#page-content {
	width: 900px;
	min-height: 500px;
}

#main {
	margin-left: 0px;
	padding-top: 25px;
	min-height: 450px;
}


p {
	font-size:14px;
}

#main-side-bar {
    float: left;
    margin: 0 0 0 22px;
    padding: 2px 0 0 0;
    width: 175px;
    background-color: transparent;
    border-right: 2px solid white;
}
	
#main-side-bar .clear {
    clear: left;
}
		
#main-content {
	float: right;
	margin-right: 25px;
	width: 620px;
}

#services-header {
	text-decoration:underline;
	margin-top:45px;
	font-size:18px;
	padding-bottom:15px;
	font-weight:bold;
}

#services-left {
	float:left;
}

#services-right {
	float:right;
	margin-right:75px;
}

#contact-div {
	padding-bottom:10px;
}


.cssbutton {
	background-color:#D8D8D8;
	border:1px solid #BDBDBD;
	font-family:Arial,sans-serif;
	font-size:14px;
	height:26px;
}

/*************** header ***************/

#header{
	width:900px;
	height: 200px;
	background-image:url(Images/header_tab.jpg);
	background-repeat: no-repeat;
}


/************** menu *****************/

#menu{
	position:relative;
	width:898px;
	height:18px;
	background-color:#666666;
	border: 1px solid #000000;
}

#menu ul{
	position:absolute;
	top:2px;
	display:block;
	left:530px;
}

#menu ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #000000;	
}

.last{
	border-right: 0px none #6b7272 !important;
}

#menu ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
	color:black;
	font-weight:bold;
}

#menu ul li a:hover{
	text-decoration:underline;
	color:black;
	font-weight:bold;
}

.active {

}


/*************** footer ***************/

 #footer{
	width:850px;
}

#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
}
