@charset "utf-8";
/* CSS Document */
body
{
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(pics/back_gr.jpg);
	background-repeat:repeat-x;
	margin-top:-5px;
}
.pag
{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:800px;
}
.top1
{
	background:url(pics/top1.jpg);
	background-repeat:no-repeat;
	width:402px;
	height:326px;
	float:left;
}
.top2
{
	background:url(pics/top2.jpg);
	background-repeat:no-repeat;
	width:397px;
	height:326px;
	margin-top:1px;
	float:left;
}
.about
{
	background:url(pics/about.jpg);
	background-repeat:no-repeat;
	width:402px;
	height:232px;
	padding-top:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	float:left;
}
.expertise
{
	background:url(pics/expertise.jpg);
	background-repeat:no-repeat;
	width:397px;
	height:232px;
	padding-top:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	color:#FFFFFF;
	margin-top:-1px;
	float:left;
}
.showcase
{
	background:url(pics/showcase.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:233px;
	margin-top:-94px;
	color:#FFFFFF;
	float:left;
}
.contact
{
	background-image:url(pics/contact.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:78px;
	color:#2e4f99;
	padding-top:40px;
	padding-right:20px;
	float:left;
}
a
{
	color:#FFFFFF;
}
#fundal_item
{
	background-image:url(pics/fundal_pic.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:140px;
	margin-top:40px;
	margin-left:20px;
	padding-top:5px;
	/*padding-left:5px;*/
}

