/* CSS Document */

#header
{
	display:block;
	position:relative;
}

.homeFlash
{
	clear : both;
	display : block;
	margin	: 0;
}


.navContainer .search
{
	float:left;
	padding:3px 18px;
/*	border:1px solid red;*/
}
.search input
{
	float	: left;
	border	: 1px solid #A9A9A9;
	background : none;
	color	: #A9A9A9;
	width	: 178px;
	padding	: 1px 0 0 5px;
	height	: 14px;
}

.search .butImg
{
	width:auto;
	height:auto;
	border:none;
	padding:0;
}
	
.navContainer .navigation
{
	float	: right;
	padding-right : 16px;
	position: relative;
	/*border:1px solid yellow;*/
}


/*ul#menu, 
ul#menu ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#menu li
{
	position:relative;
	float	: left;
	list-style:none;
	padding	: 0 1px;
	line-height : 23px;
	color	: white;
}

ul#menu li a
{
	color		: white;
	text-decoration : none;
	padding		: 2px 3px;
	font-size 	: 10px;
}

.navContainer .navigation a:hover
{
	background-color:#BA0A0C;
}
*/
#content
{
	padding: 18px 20px 10px 20px;
	background-color:#F6F6F6;
}

#content .lineblock
{
	/*min-height	: 200px;*/
	position : relative;
	display	 : block;
	/*border:1px solid;*/
}

#content .part1
{
	float	: left;
	width	: 325px;
	/*height	: 190px;*/
	margin-right : 20px;
	/*border	: 1px solid;*/
}
#content .part2
{
	float	: right;
	width	: 455px;
	/*height	: 190px;*/
	/*border	: 1px solid;*/
}
h2
{
	height:21px;
	margin-bottom:5px;
}
.homeH1
{
	background-image:url(images/homeH1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.homeH2
{
	background-image:url(images/homeH2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.homeH3
{
	background-image:url(images/homeH3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.text
{
	color:#656565;
	text-align:justify;
}

.text a
{
	color:#656565;
	text-decoration:none
}
.text a:hover
{
	color:#838383;
}

.spot
{
	width:218px;
	float:left;
	/*border:1px solid;*/
}
.spot table th
{
	vertical-align:top;
	height:77px;
}
.spot td
{
	vertical-align:top;
}
.spot td.spacer
{
	padding : 0 6px;
	width:1px;
}
.spot td.title
{
	text-align:right;
	color:black;
	font-weight:bold;
	font-size:10px;
	width:55px;
	line-height:normal;
}
.spot td.text
{
	width:150px;
	font-size:10px;
	text-align:left;
	line-height:100%;
	
}

#content .clientlogos
{
	position:relative;
	display:block;
	clear	: both;
	height	: 55px;
		/*margin-top:10px;*/
	/*border	: 1px solid;*/
}

#footer
{
	padding		: 7px;
}

