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

body {
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(/tmpl/background.jpg) repeat-x top;
	color:#333333;
	font-size:12px;
}

div#container {
	margin:0 auto;
	width:910px;	
}


#header {
	margin:0px auto;
	padding-top:5px;
	height:137px;
	overflow:hidden;
}

#menu{
	clear:both;
	padding-bottom:5px;
	overflow:hidden;
	margin:0px auto;
	padding-top:1px;
}

#menu #start{
	float:left;
	background:url(/tmpl/menu_start.jpg);
	width:5px;
	height:43px;
	display:block;
	overflow:hidden;
}

#menu #buttons {
	background:url(/tmpl/menu_mid.jpg) repeat-x;
	height:43px;
}

#menu #end{
	float:right;
	background:url(/tmpl/menu_end.jpg) no-repeat;
	width:5px;
	height:43px;
	display:block;
	overflow:hidden;
}

#menu a{
	color:#FFFFFF;
	font-size:11px;
	margin-top:14px;
	padding-top:2px;
	height:18px;
	display:block;
	float:left;
	width:118px;
	padding-left:12px;
	margin-left:15px;
	font-weight: 100;
	letter-spacing:4px;
	background:url(/tmpl/menuBlok.jpg) no-repeat ;
	overflow:hidden;
}

#menu a:hover{ color:#99CC00;}

#content {
	clear:both;
	width:844px;
	margin:0px auto;
	padding:40px 20px 40px 40px;
	overflow:hidden;
	border:1px dotted #000;
	line-height:130%;
	background-color:#FFF;
	min-height:300px;
}

#footer{
	width:848x;
	margin:0px auto;
	padding-left:10px;
}

#footer p{
	font-size:10px;
	color:#666666;
}

#footer a{
	font-weight:normal;
}

#clientBoxes{
	margin:0px auto;
	width:780px;
}

#clientBoxes div{
	text-align:center;
	width:230px;
	height:230px;
	overflow:hidden;
	padding:5px;
	margin:10px 20px 10px 0px;
	float:left;
}


