html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: normal 13px Verdana;
	color: white;
	text-align: center;
	background: #7d7256 url(../img/pattern.jpg);
}

a {
	color: white;
}

#header a {
	text-decoration: none;
}

a:hover {
	color: red;
}

h1 {
	color: #c8b6a0;
	font: bold 180% Arial;
}

h2 {
	color: #c8b6a0;
	font: bold 140% Arial;
	margin-bottom: 0;
	padding-bottom: 0;
}

p {
	padding-top: 0;
	margin-top: 0;
}

img {
	border: none;
}

.description {
	border-bottom: 1px dotted white;
}

#header .selected {
	border-bottom-color: #d91529;
}

.selected a,
a.selected {
	color: #d91529;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.map h2,
.contact h2 {
	color: #d91529;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	font: normal 110% Arial;
	margin: 0 0 15px 0;
	padding: 0;
}

#container {
	text-align: left;
	width: 723px;
	margin: 0 auto;
	background: #121212;
	padding: 0 49px;
	min-height: 100%;
}

#header {
	padding-top: 19px;
	margin: 0 0 34px 0;
}

#header .links {
	padding: 0 0 3px 0;
	border-bottom:	1px solid white;
	text-align: right;
}

#header .logo {
	background: url(../img/logo.gif) no-repeat left center;
	height: 90px;
	cursor: pointer;
}

#header .logo h1 {
	display: none;
}

#header li {
	float: left;
	border-bottom: 1px solid white;
	width: 84px;
	margin: 0 42px 0 0;
	font-size: 110%;
}

.shop {
	color: #c4b3a3;
	text-transform: uppercase;
}
#header li:last-child {
	margin: 0;
	float: right;
}

#header ul:after,
.section:after {
	display: block;
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0px;
}

#footer {
	height: 40px;
}

.section {
	border-bottom: 1px solid white;
	padding: 0 0 4px 0;
}

.map,
.contact,
.images,
.details {
	width: 325px;
	margin: 15px 0 15px 0;
}

.map,
.images {
	float: left;
}

.contact,
.details {
	float: right;
}

.imageLinks {
	margin: 12px 0 0 0;
}

.shopMenu {
	background: url(../img/cart.jpg) no-repeat 99% 80%;
}

.submenu,
.subSubmenu {
	margin-left: -5px;
	padding: 25px 10px 5px 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.subSubmenu {
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: none;
}

.shopMenu .cart {
	display: block;
	width: 55px;
	float: right;
	color: red;
}

.product {
	float: left;
	width: 128px;
	margin: 0 13px 30px 0;
}

.product h2,
.product p {
	margin: 10px 0 0 0;
}

.product h2 {
	font-size: 110%;
}

.product a {
	text-decoration: none;
	color: #c8b6a0;
}

form {
	margin: 5px 0;
}

label {
	color: #d91529;
}

input[type=text] {
	vertical-align: middle;
	border: none;
}

input[type=submit] {
	color: #d91529;
	border: none;
	background: transparent;
	cursor: pointer;
}

div.ostoskori {
	width: 540px;
}

div.ostoskori table {
	width: 100%;
}

