<!--
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

img {
	float: left;
	border: none;
}
#content img {
	margin-right: 10px;
}
p img.phone {
	display: inline;
	float: none;
}

#footer img {
	position: relative;
	display: inline;
	float: none;
	top: 5px;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: none;
	background-color: #FFFFFF;
	height: 100%;
}

h1 {
	font-size: medium;
	background-color: black;
	color: white;
	margin-bottom: 9px;
	padding-bottom: 1px;
	padding-left: 2px;
}

#content p {
	text-indent: 30px;
	padding-bottom: 10px;
}

#content p.noindent {
	text-indent: 0px;
}
#content p.noindent img {
	float: none;
	vertical-align:bottom;
}



table#production {

}table#production td {
	padding-bottom: 10px;

}

ul {
	padding-left: 20px;
}

ul.menu {
	padding-top: 8px;
	padding-left: 0px;
	position: relative;
	left: 10px;
	color: white;
	list-style:inside square;
}
ul.menu li {
	padding-bottom: 4px;
}
ul.menu a {
	color: white;
}

table.price, table.aroma {
	border-collapse: collapse;
	border: 1px inset black;
	width: 100%;
	margin-bottom: 10px;
}
table.price caption, table.aroma caption {
	text-align: right;
	padding-bottom: 5px;
	font-weight: bold;
}
table.price td, table.aroma td, table.price th {
	border: 1px solid black;
}
table.price th {
	text-align: center;
	background-color: #94b411;
	color: white;
}
table.price td {
	text-align: right;
	padding-right: 1px;
}
table.aroma td {
	text-align: center;
}

span.link {
	cursor: pointer;
	text-decoration: underline;
	color: #2539d6;
}



/*-------------------------------------------*/
/*Растяжка шаблона по высоте на 100% + подвал*/
/*-------------------------------------------*/
/*Внешний контейнер*/
#t_main {
	width: 600px;
	border-collapse: collapse;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#t_main td {
	vertical-align: top;
}
#header {
	height: 200px;
	max-height: 200px;
	display: table-cell;
}
#content {
	padding: 15px;
	text-align: justify;
}
#footer {
	max-height: 50px;
	height: 50px;
	background-color: black;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
}


/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
#ideas {
	height: 60px;
	background-color: #94b411;
}
#phone {
	height: 25px;
	background-image: url(../images/phone.gif);
}

#main_menu {
  background-color: black;
	height: 115px;
}

div#dcontacts {
	width: 100%;
}
form.contactform th {
	padding: 5px;
	background-color: #94b411;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	margin-bottom: 10px;
}
form.contactform {
	width: 100%;
	padding: 5px;
}
form.contactform input, form.contactform textarea {
	width: 100%;
}
form.contactform table.contacttable {
	width: 450;
	border-collapse: collapse;
	border: 1px solid black;
}
form.contactform table.contacttable td {
	padding: 2px;
	border: 1px solid black;
}
form.contactform table.contacttable td.c1 {
	width: 150px;
}
form.contactform table.contacttable td.c2 {
	width: 450px;
}

#about {
	font-size: 9px;
	text-align: justify;
	color: #999999;
	line-height: 10px;
}

div.exception {
	margin: 100px auto 100px auto;
	padding: 10px;
	background-color: #EEEEEE;
	width: 400px;
	text-align: justify;
}
div.exception img {
	float:none;
}

-->


