@charset "utf-8";
/* CSS Document */
html{
	padding: 0;
  	margin: 0;
  	height: 100%;
  	font-family:Tahoma;
	font-size:12px;
	color:#333;
	background-image:url(layoutimgs/bg.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:center;
	background-attachment:scroll;
}
body{
	margin:0px;
	padding:0px;
	}
a:link, a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#888888;
}

/* Centering Technique IE, FF, etc. */
.centerCode {
	margin: 0 auto 0 auto;
	}
	
a.ru10{
display:block;
width:395px;
height:150px;
background:url(layoutimgs/submit.jpg) no-repeat;
	}
a:hover.ru10{
background-position:-395px 0;
background:url(layoutimgs/submithov.jpg) no-repeat;
	}
	a.pro10{
display:block;
width:395px;
height:150px;
background:url(layoutimgs/info.jpg) no-repeat;
	}
a:hover.pro10{
background-position:-395px 0;
background:url(layoutimgs/infohov.jpg) no-repeat;
	}
	/*a.work10{
display:block;
width:227px;
height:75px;
background:url(layoutimgs/head_work.png) no-repeat;
	}
a:hover.work10{
background-position:-227px 0;
background:url(layoutimgs/head_workhov.png) no-repeat;
	}
	*/
	
	/* NAVIGATION GLOBAL*/
.nav ul{
	font-size:15px;
	height:100%;
	font-weight:bold;
  	padding-left:0;
  	margin:0;
  	float:left;
	list-style-type:none;
	list-style:none;
} 
.nav ul li{
  	display:inline;
	background-repeat:repeat-x;
}
.nav ul li a{
  	float:left;
	padding:10px;
	color:#444;
}
.nav ul li a:hover{
	color:#888;
		display:block;
		text-decoration:underline;
}	