/* CSS Document */
.infocontainer {
	background:#FAFAF8;
	border:1px solid #cccccc;
	width:773px;
	overflow:hidden;
}
.infocontainer .header {
	background:transparent url(images/toptile.jpg) repeat-x;
	height:159px;
}
.infocontainer .logo {
	padding:20px 0 0 15px;
}
.infocontainer .linkcontainer ul li {
	list-style-type:none
}
.infocontainer .linkcontainer a {
	font-weight:bold;
	color:#333333;
	font-family:Tahoma, "Trebuchet MS", Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	text-decoration:none;
}
.infocontainer .linkcontainer a:hover {
	text-decoration:underline;
}
.left {
	border-right:1px solid #CCCCCC;
	float:left;
	overflow:hidden;
	padding:0 10px 50px 40px;
	width:500px;
}
.left h4 {
	font-weight:bold;
	font-family:"Trebuchet MS";
	color:#333333;
	margin:0px;
}
.left p {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	margin:10px 20px 5px 0px;
}
.left .btn {
	padding:5px 0 0 0px;
}
.left .btn a {
	background:transparent url(images/btnuye.gif) no-repeat;
	display:block;
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#fff;
	font-weight:bold;
	width:177px;
	height:30px;
	text-align:center;
	padding:11px 0 0 10px;
	text-decoration:none	
}
.left .btn a:hover {
	text-decoration:underline
}
.right {
	width:200px;
	padding-left:20px;
	float:left;
	overflow:hidden;
}
.right .container {
	background:transparent url(images/vk.gif) no-repeat;
	height:149px;
}
.right .container p {
	padding:90px 0 0 7px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#132530;
	margin-bottom:5px;
}

.right .container .btn {
	padding-left:10px;
}
.right .container .btn a {
	background:transparent url(images/mail.gif) no-repeat;
	display:block;
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#fff;
	font-weight:bold;
	width:141px;
	height:21px;
	text-align:center;
	padding:6px 0 0 10px;
	text-decoration:none
}
.right .container .btn a:hover {
	color:#85D41B;
	text-decoration:underline
}