@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/edirectweb_background2.png);
	background-repeat: repeat-x;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #999999;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;

}

a:hover, a:active { 
	font-weight: none; 
	text-decoration: none; 
	color: #999;
}

a:focus {/* to eliminate dotted focus box when link is clicked */
	outline: none;
	text-decoration: none;
} 

.edirectweb #container {
	width: 744px;
	margin: 0 auto;
	text-align: left;
	height: auto;
} 



.edirectweb #header {


} 
#bodycontainer {
	height: 326px;
	width: auto;
	padding: 0 15px 0 15px;
}


.edirectweb #services {
	float: left; /* since this element is floated, a width must be given */
	width: 179px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 1px 1px 8px;
	height: 263px;
	background-repeat: no-repeat;
	background-image: url(../images/edirect_web_services.png);
	font-size: 75%;
}
.edirectweb #clients {
	float: left; /* since this element is floated, a width must be given */
	width: 179px; /* padding keeps the content of the div away from the edges */
	padding: 40px 0 0 8px;
	background-repeat: no-repeat;
	font-size: 75%;
	height: 263px;
	text-align: left;
	background-image: url(../images/edirect_web_clients.png);
	margin: 0 0 0 15px;
}
#clients_margin_bot
 {
	height: auto;
	width: 171px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}


.edirectweb #portfolio {
	float: right; /* since this element is floated, a width must be given */
	width: auto;
	height: auto;
}
.edirectweb #footer {
	text-align: center;
	font-size: 85%;
} 
.edirectweb #copyright  {
	font-size: 70%;
	text-align: center;
	margin-top: 5px;
	color: #999999;
	margin-bottom: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#photoalbum {
	height: 50px;
	width: 70px;
	margin-top: 30px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
