/* CSS Document */
li.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	list-style-image: url(../images/bul.gif);
	list-style-position: inside;
	}
	
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	list-style-image: url(../images/bul.gif);
	list-style-position: outside;
	}

body {
	background-color: #0095DA;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.padl
{
	padding-left:10px;
}
.btxt {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	line-height: 20px;
	color: #E52508;
	
}

a {
	color: #3366CC;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
	line-height: 30px;
  	color: #ffffff;
}

.header_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E52508;
	padding-top: 10px;
}

.company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E52508;
}


a.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E52508;
	text-decoration: underline;
}
a.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E52508;
	text-decoration: none;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

.bottom_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.bottom_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
/*
a.home {
	display: block;
	width: 61px;
	height: 21px;
	background: transparent url(../images/index_02.gif) no-repeat;
}

a.home:hover {
	background-position: -61px 0;
	background: transparent url(../images/index_o_02.gif) no-repeat;
}

a.profile {
	display: block;
	width: 68px;
	height: 21px;
	background: transparent url(../images/index_04.gif) no-repeat;
}
a.profile:hover {
	background-position: -68px 0;
	background: transparent url(../images/index_o_04.gif) no-repeat;
}

a.services {
	display: block;
	width: 72px;
	height: 21px;
	background: transparent url(../images/index_06.gif) no-repeat;
}
a.services:hover {
	background-position: -72px 0;
	background: transparent url(../images/index_o_06.gif) no-repeat;
}

a.clients {
	display: block;
	width: 63px;
	height: 21px;
	background: transparent url(../images/index_10.gif) no-repeat;
}
a.clients:hover {
	background-position: -63px 0;
	background: transparent url(../images/index_o_10.gif) no-repeat;
}
a.contact {
	display: block;
	width: 75px;
	height: 21px;
	background: transparent url(../images/index_14.gif) no-repeat;
}
a.contact:hover {
	background-position: -75px 0;
	background: transparent url(../images/index_o_14.gif) no-repeat;
}

*/
#clientlogo_l
{
	background-color:#ffffff;
	width:220px;
	height:107px;
}

#clientlogo_l img
{
	border:1px solid #CBCBCB;
	
}

/*
===========================================================================
								MENU

===========================================================================
*/


#navigation {

 /*height: 21px;*/
}

ul#nav { /* top level ul */
  padding: 0 0 0 0;
  margin: 0;
  list-style:none;
 
  
} 

#nav a {
	display: block;
	padding: 0 20px;
	margin: 0;
	line-height: 1.6em;
	font-family:"arial";
  /*width: 6em;*/
  	color: white;
	font-size: 10px;
	font-weight:bold;
  	background-color: #E52307;
  	text-decoration: none;
}

#nav a:hover {
  color: #ffcc00;
  marging: 0;
  background-color: #E52307;
  text-decoration: none;

}

#nav a.active {
  text-decoration: none;
  background-color: #F72B03;
}

#nav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  /*height: 1.6em;*/
  /*width: 10em;/* fixed width works better, but looks ugly */
}

/* second-level lists */

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

#nav li ul {
  position: absolute;
  width: 13.8em; 
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}

#nav li li {
  /*height: auto;*/
  float: left;
  width: 13.8em;
}

#nav li ul a {
  /*display: block;*/
  padding: 0.1em 0 0.2em 0.8em;
  width: 13em;
  /*height: auto;*/
  /*text-align: left;*/
  line-height: normal;
  color: #333333;
  background-color: #eee;
  border-bottom: 1px solid #555;
}

#nav li ul a:hover {
  color: white;
  background-color: #E52307;
}

#nav li ul ul {
  margin: -1.3em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}


