@charset "utf-8";
/* CSS Document */

.headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
	display:block;
	height:22px;
	width:300px;
	border: 1px double #CCCCCC;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	margin-top:10px;
	background-color:#ffffff;	
}
.countboxes{
	width:16px;
	height:16px;
	display:block;
	border:1px solid #333333;
	background-color:#dddddd;
	font:Verdana, Arial, Helvetica, sans-serif 7px;
	color:#333333;
	float:left;
	margin-left:20px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;
	margin-top:20px;
	
}
.countboxesactive{
	width:16px;
	height:16px;
	display:block;
	border:1px solid #333333;
	background-color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif 7px;
	color:#333333;
	float:left;
	margin-left:20px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;
	margin-top:20px;
	text-decoration:none;
	
}

.navigation div{
	float:left;
	margin-left:20px;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;	
}
.clients{
	background-color:#eeeeee;
	border-bottom:solid 3px #FF6600;
	margin-top:20px;

}

.clients tr td{
	padding:6px;
	background-color:#ffffff;
	text-align:left;
	max-height:20px;
}
.clients tr{
	max-height:20px;
}
.clients tr td img{
	max-height:100px;
	max-width:100px;
}

.clients tr td span{
	display:block;
	float:left;
	height:20px;
	width:32px;
	background:#FFFFCC;
	text-align:center;
	vertical-align:middle;
	margin-right:15px;
	font-weight:bolder;
}

.clients tr td input{
	width:100px;

}

.clients tr td textarea{
	width:500px;

}

.clientsfront{
	height:130px;
	width:80%;
	text-align:center;
	background:url(../images/clients_bg.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	
}
.clientsfront td{
	height:130px;
	padding:0px
	
}

.clientsfront img{
	border:0px;
	max-height:100px;
	max-width:100px;
	
}
.clientsfront div{
	width:100%;
	text-align:center;
}
.clientsfrontstart{
	background-image: url(../images/clients_bg_left_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.clientsfrontend{
	background-image: url(../images/clients_bg_right_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}