body {
font-family: Arial, Helvetica, sans-serif; 
font-size:12px;
margin: 0px;
padding: 0px;
background-color: #fff;
}


H1 {
margin-bottom: -5px;
font-size:16px;

}

H2 {
font-size:15px;

}

UL {
 list-style-type: disc; /* маркеры */
}


LI {
padding-bottom: 5px;
padding-top: 5px;
margin-left: -20px;

}


HR {
 border: none; /* Убираем границу для браузера Firefox */
 color: #CCCCCC; /* Цвет линии для браузера Internet Explorer */
 background-color: #CCCCCC; /* Цвет линии для браузера Firefox и Opera */
 height: 2px; /* Толщина линии */
}

A IMG {
	
	border: none
}

IMG {

}


table {
border-collapse: collapse;

}

TD {

}


.fig {
 float: left; /* Обтекание картинки по левому краю */
 padding-top: 10px; /* Отступ снизу */
 padding-right: 30px; /* Отступ слева */
 padding-bottom: 10px; /* Отступ снизу */
}


A {
color: #000066;
} 

A:visited {
color: #000066;
} 
A:active { 
color: #000066;
 }
A:hover { 
background-color: #ffffff;
 }
 

 
.col1{
/*отступы*/
padding: 5px /*сверху*/
 50px /*справа*/
 15px /*снизу*/
 20px ; /*слева*/
font-size:11px;
text-align:left;
vertical-align:top;
text-decoration: none;
background-color: #f5fafd;
border-left: solid 2px white;
background-image:url(/images/sushi-perm/newfon.jpg);
background-repeat: repeat-x;
}

.col1 a {
text-decoration: none;

}

.col2 {
/*отступы*/
padding:

25px /*сверху*/
20px /*справа*/
15px /*снизу*/
60px; /*слева*/

font-size:12px;
text-align:left;
vertical-align:top;
border-left: solid 2px white;

background-color: #fafffd;

/*
background-image:url(/images/sushi-perm/mainfon1.png);
*/

background-image:url(/images/sushi-perm/fon111.png);
background-position: right top;
background-repeat: no-repeat;

}

.col3{
padding: 5px;
font-size:11px;
text-align:left;
vertical-align:top;
text-decoration: none;
background-color: #e1e1e1;
border-left: solid 0px black;
}

.top{
  background-color: #fff;
  color: #ffffff;
	background-image:url(/images/sushi-perm/sushi-head.jpg);
	background-position: center;
	text-align: left;
	background-repeat: no-repeat;
	height: 100px; /* Высота блока */
    width: 100%; /* Ширина блока */
}



.fig1 {

border: dashed 1px black;

}


/*
.border-right {
border-right: solid 1px black;
padding-left: 1px;
margin-left: 1px;
padding-right: 10px;
margin-right: 10px;
}
*/




.menu a {
font-size:12px;
padding: 5px ;
text-decoration: none;
border: solid 1px #ffc2c2;

}

.menu1 a {
font-size: 13px;
padding: 5px ;
vertical-align: 15px;
text-decoration: none;
border: solid 1px green;

}



.sushi-menu { 
 float: left; /* Состыковка с соседним слоем */
 padding: 10px;
 width: 170px;
 border: dotted 1px black;

}

.clear {
 clear: both;
}

.clear-none {
 clear: none;
}




