/* CSS Document */

body {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 80%;
	background-color: #eeeeee;
	text-align: center;
	background-image: url(bg1px.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #444444;
}

h1
{
	font-size: 1.6em;
}
h2
{
	font-size: 1.6em;
	color: #AD1111;
}
h3
{
	font-size: 1.3em;
	color:	#000000;
}

.footer
{

	width:100%;
	border-top:2px solid #aaaaaa;
	padding:10px;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#455369;
	margin-top:30px;
	text-align:center;

}

.footer a:link
{
	color:#455369;
}
.footer a:hover
{
	color:#7A90B3;
}
.footer a:visited
{
	color:#455369;
}


.gallery
{
	width:100px;
	height:60px;
	overflow:hidden;
	border:2px solid #666666;
	float:right;
	margin:10px;
}
.clients
{
	width:150px;
	height:200px;
	border: none;
	float:right;
	margin:10px;
}

.catbox
{
	background:url(btn.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #333333;
	width:144px;
	height:24px;
	overflow:hidden;
	text-align:center;
	font:12px arial;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	margin:5px;
}
.catbox a
{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.catbox a:hover
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
