/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  color: #000;
  font: 95% "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: #f1f1ef;
}

#airlock {
    margin: 0px auto;
	padding:0;
    width:800px;
}

#top {
    width: 800px;
    height: 400px;
    background: url('images/top.jpg') no-repeat top left;
    margin:0;
    padding:0;
    float:left;
}

#top h1 {
	color:#ccc;
	font-size:11px;
	text-align:right;
	font-weight:normal;
	margin: 0 70px 0 0;
}

#submenu {
	width: 215px;
	height:285px;
	float:right;
	margin: 10px 72px 0 0;
}

#submenu .item {
	width: 215px;
	height:95px;
	float:right;
	cursor: pointer;
    cursor: hand;
}

#submenu .item a {
	width: 215px;
	height:95px;
	float:right;
	cursor: pointer;
    cursor: hand;
	display:block;
}

#home {
	width: 270px;
	height: 65px;
	float:left;
    cursor: pointer;
    cursor: hand;
	margin: 10px 0 0 33px;
}

#home a {
	display:block;
	width: 270px;
	height: 65px;
	float:left;
    cursor: pointer;
    cursor: hand;
}

#menu {
	width: 450px;
	height: 65px;
	float:left;
	margin: 10px 0 0 0;
	display:inline;
}

#menu ul {
	width: 450px;
	height: 65px;
    margin:0;
    padding:0;
}

#menu ul li {
	list-style-type: none;
	display:inline;
}

#menu ul li a {
	display:block;
	width: 142px;
	height: 40px;
	padding: 25px 0 0 0;
	background: url('images/bta.jpg') no-repeat top left;
	float:left;
	text-align:center;
	color:#8e3557;
}

#menu ul li a.active, #menu ul li a:hover {
	background: url('images/btb.jpg') no-repeat top left;
	color:#366c2a;
	text-decoration:none;
}

#offer {
	width: 635px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 10px;
	float:left;
	margin: 5px 73px 0 72px;
}

#offertitle {
	color:#fff;
	background:#6b384c;
	padding: 3px;
	font-weight:bold;
	width:420px;
	float:left;
}

#newstitle {
	color:#fff;
	background:#6b384c;
	padding: 3px;
	font-weight:bold;
	width:202px;
	float:left;
}

#offerbody {
	color:#333;
	background:#f2f2f1;
	padding: 3px;
	font-size: 0.85em;
	width:420px;
	height: 140px;
	float:left;
	border-right: 1px dashed #ccc;
}

#offerbody ul li {
	list-style-image: url(images/arrow.gif);
}

#offernews {
	color:#333;
	background:#f2f2f1;
	padding: 8px;
	height: 130px;
	font-size: 0.75em;
	width:192px;
	float:left;
	text-align:justify;
}

.clear {
	clear:both;
}

#link {
	width: 635px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 10px;
	float:left;
	margin: 5px 73px 0 72px;
}

#link h2 {
	display:inline;
}

#products {
	width: 637px;
	height: 149px;
	background: #fff url('images/product.jpg') no-repeat top left;
	padding: 10px;
	float:left;
	margin: 10px 73px 0 72px;
}

#products .product {
	width: 143px;
	height: 145px;
	float:left;
}

#shop {
	width: 200px;
	height: 150px;
	float:left;
	margin: 0 0 0 5px;
	cursor: pointer;
    cursor: hand;
}

#shop a {
	display:block;
	width: 200px;
	height: 150px;
	float:left;
	margin: 0 0 0 10px;
}

#products .product .price{
	width: 50px;
	height: 20px;
	float:left;
	margin: 22px 0 0 5px;
	font-size: 11px;
}

#products .product .foto{
	float:left;
	margin: 5px 0 0 0;
	border: 1px solid #fff;
	padding:2px;

}

#products .product .link a {
	display:block;
	width: 80px;
	height: 25px;
	float:right;
	margin: 18px 0 0 5px;
	font-size: 11px;
	cursor: pointer;
    cursor: hand;
}

#main {
	width: 635px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 10px;
	float:left;
	margin: 10px 73px 0 72px;
	font-size: 0.85em;
}

#main p {
	text-align:justify;
}

#maintitle, #maintitle h3 {
	background:#366c2a;
	color:#fff;
	padding: 3px;
	font-weight:bold;
	font-size: 14px;
	margin: 3px -1px;
}

#footer {
    width: 580px;
    height: 55px;
    background: url('images/footer.jpg') no-repeat top left;
    margin:0;
    padding:30px 0 0 200px;
    float:left;
	font-size:0.7em;
	color:#aaa;
}

#footer a {
	color:#aaa;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #8e3557;
}
a:visited {
  color: #8e3557;
}
a:hover {
  color: #366c2a;
}
a.active {
  color: #eee;
  text-decoration: underline;
}

h2 {
  font-size: 24px;
  color: #6b384c;
}
h3 {
  font-size: 18px;
  color: #6b384c;
}


.mornel {
	font-weight: normal;
}

#main .foto {
	border: 1px solid #336600;
	padding: 5px;
	margin: 5px;
	width: 135px;
	height:135px;
}


hr  {
	color: #f00;
	background-color: #f00;
	height: 5px;
}