body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #003F5D;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

.container {
	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.header {
	background-color: #144F7D;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
	width: 790px;
}
.bttns {
	margin: 0px;
	padding: 0px;
	background-color: #FEF6EB;
}
.content {
	margin: 0px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 72px;
	background-image: url(images/bg_flowers.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.footer {
	margin: 0px;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 72px;
	font-size: 0.9em;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #121212;
	text-decoration: underline;
}
a:hover {
	color: #121212;
	text-decoration: none;
}
a:active {
	color: #121212;
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
	color: #990000;
}
h2 {
	font-size: 1.3em;
	color: #990000;
}
h3 {
	font-weight: bold;
	color: #990000;
}
li {
	list-style-image: url(images/list2.jpg);
}
.name {
	float: right;
	padding-top: 14px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.home_cell {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	background-color: #FEF6EA;
}
.samples {
	float: right;
	width: 450px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
	background-image: url(images/plate.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
}
.menu_vyber {
	float: left;
	width: 200px;
}
.red {
	font-weight: bold;
	color: #990000;
}
.blue {
	color: #003F5D;
	font-weight: bold;
}
.float_right {
	float: right;
}
.contactform {
	margin: 0px;
	float: right;
	width: 60%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.textfield {
	width: 200px;
}
.bigger {
	font-size: 1.1em;
	color: #003F5D;
	font-weight: bold;
}

