/*defaults*/
body 	{background:#0e080a url() repeat-x 0 0; color:#ffffff; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#FFFFFF; text-decoration:underline; }
a:hover	{color:#FF0000; text-decoration:none;}

/*structural elements*/
#holder		{
	margin-left:auto;
	margin-right:auto;
	width:1020px; 
	height: 768px;
	background:url('../images/home.png') no-repeat;
}
#footer	{padding: 1em;}

#services {font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }

#holderclients		{
	margin-left:auto;
	margin-right:auto;
	width:1020px; 
	height: 768px;
	background:url('../images/clients.jpg') no-repeat;
}


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

#navlist
{
float:left;
color:#FFFFFF;
padding-left: 17px;
padding-top: 200px;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 1.75em;
}

#navlist li a { text-decoration: none; }

#homeclient
{
float:left;
color:#FFFFFF;
padding-left: 600px;
padding-top: 200px;
width: 200px;
}

#homeclient li
{
list-style: none;
margin: 0;
padding: 1.75em;
}

#homeclient li a { text-decoration: none; }



#rows 
ul {
  float: left;
  width: 50em; /* width is changed */
  margin: 10px;
  padding-left: 0px;
  padding-top: 250px;
  list-style: none;
}
 
li {
  float: left;
  width: 8em;
  margin: 5px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
} 

#table 
{
  position:absolute;
  width: 1000px; /* width is changed */
  padding-left: 100px;
  padding-top: 180px;
}

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 140px;
  width: 1000px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 180px;
  /* Max width here, for users without Javascript */
  width: 3000px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}