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

html {
		height: 100%;
		overflow: hidden;
	}
	
#flashcontent {
		height: 100%;
	}

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #1a1a1a;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
a {	
		color:#cccccc;
		text-decoration:none;
	}
a:hover {	
		color:#ffffff;
		text-decoration:none;
	}
img{
	border:none;
}
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#aaa;
font-weight:normal;
}
#head{
	background: #1a1a1a url(/tools/img/background5.jpg) repeat-x ;
	height:100px;
}
#logo{
	color:#999999; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:26px; 
	float:left; 
	margin:15px 0px 0px 35px;
	text-align:center;
	line-height:20px;
}
#souslogo{
	font-size:14px;
	color:#777777; 
}
dt, dl, dd, ul, li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#menu {
	position : absolute;
	top: 46px;
	right: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
}
#menu dl {
	float: left;
}
#menu li {
	display: inline;
}
#menu a {
	padding:5px 10px;;
	color:#777777;
	text-decoration:none;
	height:30px;
}
#menu a:hover {
	color:#dddddd;
	height:30px;
}
#smenu1 {
	position: absolute;
	left: 0;
	width: 400px;
}
#smenu1 .sousmenu {
	font-size: 11px;
	color:#777777;
	text-decoration:none;
	
}
#smenu1 .sousmenu:hover {
	color:#ffffff;
	background-color: transparent;
	border:none;
	}
.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}
.center{
	width:550px;
	margin: 0px auto; 
}
.rub{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	line-height:1.5em;
	padding-bottom:10px;
}
.rubHome{
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	margin-left:20px;
	margin-top:70px;
}
.imgHome{
	margin-bottom:10px;
	margin-left:100px;
	float:left;
}