/*
######################################################################################################################### 
## Agileinfosystems Software directory CSS
##
## Division 1.Header 2.Content 3.Rightbar Area 4.Footer
#########################################################################################################################
*/


/*
################## Common #########################3
*/

body
{
   margin: 0;
   padding: 0;
   text-align:center;
   font-family:Tahoma, Arial, Helvetica, sans-serif;
   font-size:11px;
   background-color:#ffffff
}

a, a:hover
{
   text-decoration:none;
}



/*
################## 1. Header Css #########################3
*/

#header
{
   width: 100%;
   height: 60px;
   background: url(images/portfolio_topbar.gif);
}

#logo
{
   width:300px;
   text-align:left;
   padding:0 10px;
   float:left;
}

#home-sitemap
{
    padding:10px 40px 0 0;
	text-align:right;  
}

#home-sitemap a
{
    color: #000000;  
}

#home-sitemap a:hover
{
    color: #00ffff;  
}

#home-sitemap b
{
    padding:0 15px; !important /* set gap */ 
}





/*
################## 2. Rightbar #########################3
*/

#content
{
   
   float:left;
   width:797px;
   overflow:hidden;
   height:;
   border:solid 1px #b0b0b0;
   background:url(images/portfolio_gradient.gif) repeat-x;
   background-color:#FFFFFF;
   margin:5px;
   padding:60px 3px;
   
}

#dir_table_a
{
   width:90%;
   text-align:center;
   margin:0 0 0 40px;
}

#dir_table_a td
{
   text-align:left;
   font-weight: bold;
   padding:15px 22px;
   border:1px solid #eeeeee;
}

#dir_table_a a
{
   color: #4f4f4f
}

#dir_table_a a:hover
{
   color: #ee2e08
}

#heading1
{
   text-align:center; 
   color:#CC0000; 
   background-color:#f2f2f2;
   height:15px;
   padding:3px;
}

#dir_table_a b
{
   font-weight: normal;
   
}




/*
################## 2. Rightbar #########################3
*/

#rightbar
{
   text-align:left;
   width:180px;
   background: url(images/portfolio_rightbar.gif);
   overflow:hidden;
   height:450px;
   
}

#rightbar ul
{ 
   list-style-type:none;
   padding: 0;
   margin: 0;
}

#rightbar a
{ 
   font-family:Arial, Helvetica, sans-serif;
   color:#feffff;
   font-size:12px;
   vertical-align:top;
   line-height: 22px;
   padding: 0 0 0 13px;
   
}

#rightbar ul li a:hover
{ 
   color:#00FFFF;
   text-decoration:none;
   
}

#rightbar-menu
{ 
   padding:10px 0 0 0;
 }


