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

body
{
	padding:0;
	margin:0;
	background-color:beige;
	padding-top:10px;
}

p, li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	line-height:130%;
	padding:0;
	margin:0;
	padding-bottom:10px;
}


h1
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:medium;
	font-weight:normal;
	line-height:130%;
	padding:0;
	margin:0;
	padding-bottom:10px;
}

a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	line-height:125%;
}

a:link
{
	text-decoration:none;
}
a:active
{
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

#container
{
	margin:0;
	/*background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
	height:229px;*/
}

#content
{
	background-color:#FFFFFF;
	margin:0 auto;
	width:760px;
	padding:0;
	border:1px solid #999999;
}

* html #content 
{
	width: 770px;
}

#header
{
	background-image:url(images/header.png);
	height:122px;
}

#menu
{
	margin:0;
	background-image:url(images/menu.gif);
	background-repeat:repeat-x;
	height:36px;
	margin-bottom:10px;	
	padding-left:20px;
}

#menu li
{
	display:inline;
	list-style:none;
}

.box-left
{
	background-color:#F0F2EE;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px;
	margin-top:20px;
	padding-bottom:0px;
	width:420px; 
	float:left;
}

* html .box-left 
{
	width: 410px;
}

.box-right
{
	background-color:#F0F2EE;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px;
	margin-top:20px;
	padding-bottom:0px;
	width:255px; 
	float:right;
}

.box-small
{
	background-color:#F0F2EE;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px;
	margin-top:20px;
	padding-bottom:0px;
	width:335px; 
}

* html .box-small 
{
	width: 330px;
}

.box
{
	background-color:#F0F2EE;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px;
	margin-top:20px;
	padding-bottom:0px;
}

.right-img
{
	float:right;
	padding-left:50px;
}

.box-title img 
{
	position:relative;
	top:-30px;
	margin-bottom:-25px;
	border:0;
}

.client
{
	width:230px;
	height:270px;
	float:left;
	padding:0;
	background-color:#F0F2EE;
	border:1px solid #CCCCCC;
	margin:10px;
}

* html .client 
{
	width:230px;
	margin:9px;
}

.client p
{
	padding:10px;
}

.client img
{
	padding:0;
	margin:0;
	border:0;
}

#footer
{
	clear:both;
	width:760px;
	height:52px;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
}

* html #footer 
{
	width: 770px;
}

#footer p
{
	color:#FFFFFF;
	font-size:x-small;
	text-align:center;
	line-height:normal;
	padding-top:4px;
}

#footer strong
{
	font-size:120%;
}

.error
{
	color:#990000;
	font-weight:bold;
}
