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

body {
	margin: 0px;
	font-family:Tahoma;
	font-size: 11px;
	background-color: #fff;
	font-weight:445;
}


.size {
	margin: 0 auto;
	width: 944px;
}


#screen {

}

#lang {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-align: right;
}

#header {
	height: 89px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#menu {
	height: 48px;
	background-image:url(../images/menu_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

	#menu td {
		color:#FFFFFF;
		font-weight:900;
	}
	
	#menu td:hover {
		color:#FFFFFF;
		font-weight:900;
		background-image:url(../images/item_hover2.jpg);
		background-position:center;
		background-repeat:no-repeat;
	}

	#menu a {
		color:#FFF;
		text-decoration:none;
	}
	
	#menu a:hover {
		text-decoration:underline;
	}

#content {
	background-image:url(../images/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

	#vitrin {
		height: 248px;
		text-align:center;
	}
	
	#cont {
		padding: 10px;
	}

#footer-up {
	background-color: #e2e2e2;
	margin-top: 10px;
	height: 24px;
	text-align: center;
}

#footer {
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 47px;
	text-align:center;
	color:#FFFFFF;
	
}

	#footer a {
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}

#copyright {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
}


.main_title {
	margin-bottom: 5px;
	font-size: 15px;
	color:#FF6600;
	font-weight:bold;
}


.link_ref {
	color:#3399FF;
	padding-left: 10px;
}

.link_ref:hover {
		color: #fff;
		background-image:url(../images/referance/hover_bg.jpg);
		cursor:pointer;
}

.link_ref_act {
		color: #fff;
		background-image:url(../images/referance/hover_bg.jpg);
		cursor:pointer;
}
