@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #01004d;
}

.clear {
	clear:both;
	font-size: 0.1pt;
	height: 0px;
	line-height: 0.1pt;
}

div var {
	clear: both;
	display: block;
}

a {
	color: #01004d;
}

#document-container {
	margin: 0 auto;
	width: 774px;
}

#header {
	background-image: url(../top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 216px 0 0;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

ul.menu li a img {
	border: none;
	display:block;
}

#header .menu li {
	display: block;
	float: left;
}

#content-container {
	padding-left: 238px;
	position:absolute;
}

#content-header {
	background-image: url(../top_main.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top:41px;
	text-align:right;
	height: auto;
	width: 547px;
}

#content-header a {
	margin: 0 5px;
}

#catalog {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 238px;
}

#catalog .menu li {
	display: block;
	float: left;
}

#catalog .menu a img {
	display: block;
}

#content {
	padding: 10px 10px 0 0;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}

form label {
	padding-top: 5px;
}

form .full label {
	display: block;
}

form .full input, form .full textarea {
	width: 100%;
}

form .half {
	float: left;
	width: 49%;
}

form .half-div {
	height: 20px;
	float: left;
	width: 2%;
}

form .question {
	padding: 15px 0 0;
}

form .question h4,
form .info h4 {
	border-bottom: 1px solid #006699;
	font-size: medium;
	font-weight: normal;
	margin: 0 0 10px;
}

form .question ul {
	list-style: none;
	margin: 0;
	padding-left: 15px;
}

form .question ul label {
	font-size:small;
}

form .form-submit {
}

form .form-submit input {
	background-color: #EC7639;
	color: #fff;
	font-size: medium;
	margin-top:10px;
	padding: 2px;
}

form .form-submit input.hover,
form .form-submit input.focus {
	background-color: #FBEDE0;
	color: #d70000;
}

form input, form textarea {
	border: 1px solid #FFBF7C;
	-moz-box-sizing: border-box;
	padding: 2px;
}

form input.hover, form textarea.hover,
form input.focus, form textarea.focus {
	background-color: #FBEDE0;
	border: 1px solid #EC7639;
}

div.info {
	margin: 1em 0;
	padding: 5px;
}

form .errors {
	background-color: #ffeeee;
	border: 1px dotted #ff4444;
	font-size:small;
	margin: 1em 0;
	padding: 5px;
}

form .errors ul {
	margin:0;
	padding:0 0 0 15px;
}

form .errors ul li {
}

form .errors label {
	color: #c00;
	font-size:small;
}

form table.flavours {
	border:1px solid #EC7639;
	border-spacing: 1px;
	width: 100%;
}

form table.flavours thead tr {
	background-color:#EC7639;
	color:#FFFFFF;
}

form table.flavours tbody td {
	padding: 0px 2px;
}

form table.flavours th {
	border-bottom:1px solid #EC7639;
}

form table.flavours td.x {
	text-align:center;
}

form table.flavours tr.odd td {
	background-color:#FBEDE0;
}

form table.flavours td input {
	width: 6em;
}

form table.flavours caption {
	font-size: larger;
	font-weight: bold;
	margin: 0 auto;
	padding:20px 0 0;
}
