/* CSS Document */
p
{
 margin:0px; padding:0px;	
margin-top:6px;
}
#about, #inquiries, #contacts, #EUprojects
{
	text-align:left;
	border-top:1px solid white;
	padding: 6px 12px 6px 12px;
}

#home, #products, #services
{
	border-top:1px solid white;
	padding: 14px 0px 6px 0px
}

#contacts a
{
	color:#afaf78;
	text-decoration:none
}
#contacts a:hover
{
	color:#afaf78;
	text-decoration:underline
}

#backbtn
{
		float:left;
		border:0px solid black;
		text-align:left;
		background-image:url(../img/atlasit_bg2.gif);
		vertical-align:middle;
		height:39px;
		width:370px
}

#backbtn a{
		line-height:40px;
}

#html_content
{
	float:left;
	width:500px;
	border:0px solid black;
	float:left;	
	text-align:left;
}
#images_right
{
	width:220px;
	float:right;
	border:0px solid black
}

#images_bottom
{
	padding-top:10px;
	clear:both;
	width:694px;
	border:0px solid black;
}

#servicescnt img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 2px 5px 2px 0px;
}

#images_right a{
	outline: none;	
}

#servicetbl {
	border-top:1px solid gray;
	border-left:1px solid gray;
	width:732px;
}

#servicetbl  td, th{
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	padding-left:4px;
	line-height:18px;
	height:30px
}

#servicetbl th{
	background-color:#CCCCCC;
	text-align:center;
}

#address_heading
{
	padding:0px;
	margin:0px;
	float:left;
	width:300px;
	/*height:38px;*/
	border:1px solid white;
	text-align:left;
}

#map_heading
{
	float:right;
	border:1px solid white;
	width:380px;
/*	height:40px*/
}

#contacts_html
{
	clear:both;
	float:left;
	width:300px;
	border:0px solid black;
	float:left;	
	text-align:left;

}

#map
{
	float:right;
	border:0px solid green;
	width:380px;
	height:300px
}

.prodname, .prodname:hover
{
	text-decoration:none;
	font-weight:bold;
	
}


