body
{
	min-width: 912px;
	background-color:#113c64;
	color:#999;
	font-family:verdana;
	font-size: 0.7em
}

div
{
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

ul, li
{
	margin: 0pt; 
	padding: 0pt; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;
}

a
{
	color:#ffffff;
	text-decoration:none;
	
}

a:hover
{
	text-decoration:underline
}

p, h3
{
	margin: 0px;
	padding: 6px;
	text-align: justify;
}

p span
{
	text-decoration:underline;
}


h3, h4
{
	font-size: 0.8em;
	color:#ffffff	
}

/*основные блоки макета*/

#head, #menu, #main, #footer
{
	width: 910px
}

#head
{
/*	height: 100px;*/
/*	background:url('../img/sign.gif') left top no-repeat*/
}

#menu
{
	height: 22px;
}

#main
{
	height:  auto;
	background: #ffffff
}

#footer
{
	height:50px;
	padding-top:12px;
	background:#4c6389 url('../img/foot_bg.gif') left bottom no-repeat;
	min-width: 400px
}

/*информационные блоки*/

#left
{
	margin:0px;
	padding-left:10px;
	width:620px;
}

#right
{
	width:270px;
	position:absolute; 
	top:125px; 
	margin-left:625px;
	padding-left: 14px;
}

#greet
{
	margin:0px;
	width:620px;
	height:auto;
	background:#113c64 url('../img/greet_bott.gif') right bottom no-repeat
}

#greet h3
{
	padding:8px 20px;
	height:44px;
	background:#113c64 url('../img/sign_bg1.png') left top no-repeat
}

#greet p
{
	margin:0px;
	padding:0px 5px 3px 20px;
	color:#ffffff
}

#greet a
{
	font-color:#ffffff;
	font-weight:bold
}

#white
{
	color:#ffffff
}

#white h2
{
	color:#ffffff;
	font-size: 1.8em
}

#white h3
{
	color:#ffffff;
	font-size: 1.5em
}

#left ul li
{
	line-height: 20px
}

#left #greet p span
{
	padding-left:0px
}

#left p span
{
	border-left:2px solid #113c64;
	padding-left:9px;
}

p.line
{
	width:350px;
	height:2px;
	border-top:1px dotted #113c64;
	border-left:0px 	
}

#right h4
{
	color:#4c6389;
	font-size:1em
}

#right a
{
	color:#4c6389
}

#right a.valid
{
	padding-left:10px;
	color:#4c6389	
}

#left a.valid
{
	color:#4c6389	
}

.round 
{
margin-left:15px; 
list-style-type: square;
}

/*Главное меню*/

#menu
{
height:22px;
padding:0px
}

#menu li, #right li.valid
{
float:left
}

#menu a
{
float:left;
display:block;
width:130px;
/*width:152px;*/
height:18px;
padding:1px 0px;
font-size:1em;
font-family:arial;
color:#fff;
text-align:center;
text-decoration:none
}

#menu a:hover
{
text-decoration: underline;

}

#menu li.tabA a:hover, #menu li.tabB a:hover
{
text-decoration: underline;
color: #4c6389  
}

#menu li.tabA a
{
background: url('../img/menu/tabA.gif') no-repeat left top scroll;
}

#menu li.tabB a
{
background: url('../img/menu/tabB.gif') no-repeat left top scroll;
}
 
/*li[class=tabB] a:hover 
{ 
background: transparent url('../img/menu/hover.gif') no-repeat scroll left top ! important; -moz-background-clip: initial ! important; -moz-background-origin: initial ! important; -moz-background-inline-policy: initial ! important; 
}
*/
#menu li.tabB a:hover 
{ 
background: transparent url('../img/menu/hover.gif') no-repeat scroll right top;
}

/*Иконка Валидатора*/
 div.w3cbutton1 {
  position: relative;
  margin: 1em 0;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
  margin-left: 10px
}
div.w3cbutton1 a {
  display: block;
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
}
div.w3cbutton1 a.w3c1 {
  width: 3em;
  border-left: 1px solid #cecece;
  text-align: center;
}
div.w3cbutton1 a.spec1 {
  position: absolute;
  left: 3em;
  top: 0;
  width: 6em;
  border-right: 2px solid #4a4a4a;
  padding-left: 0.5em;
}
div.w3cbutton1 a.w3c1:link,
div.w3cbutton1 a.w3c1:visited,
div.w3cbutton1 a.w3c1:hover {
  background-color: #fff;
  color: #0c479d;
  text-decoration: none;
}
div.w3cbutton1 a.spec1:link,
div.w3cbutton1 a.spec1:visited,
div.w3cbutton1 a.spec1:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}