/* CSS Document */


html,body,p {
	margin: 0;
	padding: 0;
	}

body {
	background: url(../image/home/homeBkg.gif) top right no-repeat #521315;
	color: #220A0A;
	}

#homeMenu {
	margin: 70px 0 0 10px;
	height: 270px;
	list-style: none; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 13px;
	}

#homeMenu li {
	margin:0;
	width: 155px;
	margin-bottom: 10px;
	background: url(../image/home/bgk_li.gif) 3px 50%  no-repeat;
	}

#homeMenu li a{
	display:block;
	color: #EEA656;
	text-decoration:none;
	padding: 0px 0em 0px 25px;
	}
	
#homeMenu a:hover,
#homeMenu a:active{
	color: #EEA656;
	background:url(../image/home/bgk_li_a.gif) 3px 50% no-repeat;
	}
/*
#homeMenu li a img {
	border: 0;
	}

*/


.dot {
	display:none;
	visibility:hidden;
	}

.visible {
	visibility:visible;
	display:inline;
	}

#langs {
	margin-left: 40px;
	height: 80px
	}
	
#pri {
	margin-left: 40px;
	height: 80px
	}

head:first-child+body #langs {
	margin-left:80px;
	} 

#langs a {
	display:block;
	}

#langs a img {
	border: 0;
	}
	
p.homeBar {
	margin-top: 3px;
	background: #461012;
	text-align:right;
	}

p.homeFirm {
	background: #220A0A;
	color: #C0C0C0;
	text-align:center;
	font-size: 80%;
	}