body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	
	background-color: #eee;
}

a {
	color: #000000;
	text-decoration: none
}

a:hover {
	color: #FE8101;
	text-decoration: underline
}

marquee {
	background-color: #FE8101;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold
}

#container {
	width: 990px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px #aaa solid;
}

#header {
	margin-bottom: 15px;
}

#header img {
	height: 180px;
	width: 990px;
	border: none;
}

#container>table {
	width: 100%;
}

#menu {
	width: 280px;
	padding-left: 10px;
	border-right: 1px #FE8101 solid;
	vertical-align: top;
}

#menu ul {
	list-style-image: url('/images/design/menu-item.png');
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#menu ul li {
	padding-left: 0px;
	margin-left: 0px;
}

#menu div {
	border-top: 1px #FE8101 solid;
	padding-top: 15px;
	margin-right: 20px;
	font-weight: bold;
	font-style: italic;
}

#content {
	padding-left: 20px;
	padding-right: 30px;
	text-align: justify;
	vertical-align: top;
}

#content h2 {
	font-variant: small-caps;
	border-bottom: 1px #555 solid;
	font-size: 20px;
}

#content h3 {
	font-variant: small-caps;
	font-size: 16px;
	margin-top: 30px;
	border-bottom: 1px #555 solid;
}

/* PAGES STYLES */

#index td {
	text-align: justify;
}

#index td img {
	width: 220px;
}

#index td:first-child {
	padding-right: 10px;
}

#index .special>li {
	margin-bottom: 20px;
	list-style-type: square;
}

#index .special>li span {
	color: red;
	font-weight: bold;
}

#index .special>li ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

#index .price {
	color: red;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
}

/* ------------------ */

#its {
	padding-left: 20px;
	padding-right: 20px;
}

#its ul {
	margin: 20px;
}

#its ul li {
	margin-bottom: 5px;
}

#its .price table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#its .price table td {
	border: 1px black solid
}

#its .price table td {
	width: 50%;
	padding: 5px;
	text-align: center;
}

#its .price table td:first-child {
	text-align: left;
}
#its .price table ul {
	margin: 5px;
}

/* --------------- */

#programma {
	min-height: 1000px;
	padding-left: 20px;
	padding-right: 20px;
}

#programma .korobka {
	float: right;
	width: 240px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: white;
	text-align: center;
}

#programma .price {
	float: right;
	clear; both;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	border-collapse: collapse;
}

#programma .price td {
	border-collapse: collapse;
	border: 1px #777 solid;
}
