* {margin: 0px; padding: 0px;}
body {
	height: 100%;
	background:#FCFAED;
	color:#6B6B6B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px; 
	padding: 0px;
}


a {
	color:#CE0000;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

span {
	display: none;
}

img {
	border: none;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	padding:0;
	width: 1000px;
background:#FCFAED;
}
/* Page Header */

#page_header {
	width: 1000px;
	height: 150px;
	color: #fff;
	margin:0 0 6px 0;
	background:url(images/header_bg.png) repeat-x;
	padding:0;
}
#page_heading {
	height: 150px;
	background:url('images/company_logo.png') no-repeat;
}
/* Left Sidebar */

#left_sidebar {
	width: 200px;
	float: left;
	text-align: left;
	color: #8989b6;
	border:1px #999999 solid;
	padding:0px;
	margin:0;
	background:#FFFFFF;
}

#left_sidebar a {
	color: #8989b6;
	background:url(images/a_link.png) no-repeat;
	padding:0 0 0 12px;
}

#left_sidebar a:hover {
	color: #75759c;
}
#categories {
	margin:0;
	padding:0;
	}
#categories h2 {
	margin:5px ;
	font-size: 15px;
}

#categories ul {
	margin: 0px;
	padding:0;
	list-style-type: none;
}

#categories li{
margin: 0px;
padding:2px;
height: 21px;
list-style-type: none;
border-bottom:#DFDFDF 1px solid;
}

#categories li.last {
	border: none;
}

#categories li a {
	margin:2px 0 0 2px;
	color: #7575a9;
	text-decoration: none;
	
	
}
#categories li a:hover {
	color: #56567c;
}
/************************************************/
#right_sidebar {
	width: 150px;
	float: left;
	color: #8989b6;
	padding:0px;
	margin:0;
}

#right_sidebar  a {
	color: #8989b6;
	background:url(images/a_link.png) no-repeat;
	padding:0 0 0 12px;
}

#right_sidebar a:hover {
	color: #75759c;
}
#categories {
	margin:0;
	padding:0;
	}
#categories h2 {
	margin:5px ;
	font-size: 15px;
}

#categories ul {
	margin: 0px;
	padding:0;
	list-style-type: none;
}

#categories li{
margin: 0px;
padding:2px;
height: 21px;
list-style-type: none;
border-bottom:#DFDFDF 1px solid;
}

#categories li.last {
	border: none;
}

#categories li a {
	margin:2px 0 0 2px;
	color: #7575a9;
	text-decoration: none;
	
	
}
#categories li a:hover {
	color: #56567c;
}
/* Main Content Area */

#main_content {
	margin:0 5px;
	padding:0 15px;
	width: 600px;
	float:left;
	border:1px #999999 dotted;
	background:#FFFFFF;
}
#main_content h1{font-size:21px; 
                 font-weight:normal; 
				 color:#333333; 
				 padding:3px 0; 
				  margin: 0
				 }

#main_content h2{font-size:18px; 
                 font-weight:normal; 
				 color:#333333; 
				 padding:3px; 
				 margin:5px 0
				 }

#main_content p{margin:10px 0;}

#main_content li{list-style:square;
                 margin:5px 12px;}
#page_footer {
	width:100%;
	background:#FFFFFF url(images/footer_bg.jpg) repeat-x;
}

#powered_by {
	padding-top: 17px;
	height: 30px;
	color:#666666;
	text-align: center;
}

#powered_by a {
	color:#FE7405;
}
#tabs { margin:124px 0 0 0;
   	    padding:0;
		float:left;
		height:22px;
		width:1000px;
       }

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#tabs li { float:left;
	margin:0 1px;
	padding:4px;
	border:#333333 solid 1px;
	background:#000000;
	}
	
#tabs li:hover{background:#D04502;}
#tabs a {
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	}

#tabs a:hover {
	text-decoration:none;
	color:#999999;
	}
.active{ background:#F89501 !important; 
          padding:7px;
		  border:#000000 solid 1px
	}
.active a{color:#FFFFFF !important}


