/* Стили для главной страницы */

body {
	margin: 0px;
	background-color:#FFFFFF;
	background-image:url(../images/waiter.jpg);
	background-repeat:no-repeat;
}

.row1 { background-color: #F0F0F0; }
.row2 { background-color: #EBEBEB; }
.row3 { background-color: #F0F0F0; }

a, a:link, a:active, a:visited	{ font-family: Arial, Helvetica, sans-serif;  color:#006699; text-decoration:underline; }
a:hover { color:#20538A; }

a.menu, a.menu:link, a.menu:active, a.menu:visited	{ font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; line-height:16pt; text-decoration:underline; }
a.menu:hover { }

.textSmall { font-family:  Arial, Helvetica, sans-serif; font-size: 8pt; color:#666666; }
.textSmallBold { font-family:  Arial, Helvetica, sans-serif; font-size: 8pt; color:#000000;  font-weight:bold; }
.textSmallBright {font-family:  Arial, Helvetica, sans-serif; font-size: 9pt; color:#B34A22; font-weight:bold; }
.textMed { font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; color:#666666; }
.textMedBold { font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; color:#000000; font-weight:bold;}
.textMedBright {font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; color:#B34A22; font-weight:bold; }
.textLarge { font-family:  Arial, Helvetica, sans-serif; font-size: 11pt; color:#666666; }
.textLargeBold { font-family:  Arial, Helvetica, sans-serif; font-size: 11pt; color:#000000; font-weight:bold; }
.textLargestBold { font-family:  Arial, Helvetica, sans-serif; font-size: 14pt; color:#666666; font-weight:bold; } 


.textTitle { font-family:  Arial, Helvetica, sans-serif; font-size: 16pt; color:#B34A22; font-weight:bold; }

.textblock { line-height: 20pt; }


.copyrights {  font-family:Arial, Helvetica, sans-serif; font-size: 8pt; color:#999999; }

