/* HTML BODY */
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: arial;
font-size: 13px;
color: #000000;
text-align: center;
line-height: 17px;
}

body {
margin: 0;
padding: 0;
}

/* FONTS */
h1 {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #000000;
margin: 0 0 10px 0;
}

p.leader {
font-weight: bold;
}

p.backlink {
}

/* DIVS */
#wrapper {
position: absolute;
top: 0px;
left: 50%;
margin-left: -500px;
width: 1000px;
}

#container {
position: relative;
float: left;
margin: 0 auto 0 auto;
padding: 0;
width: 1000px;
height: 100%;
text-align: left;
}

#menu {
}

#content {
position: relative;
float: left;
}

/* PARAGRAPHS */
p {
margin: 0 0 20px 0;
}

/* NEWS */
.news_item {
}

.news_item_comment {
position: relative;
clear: both;
margin: 20px 0 0 0;
padding: 10px 10px 0 10px;
width: 100%;
min-height: 50px;
border: 1px solid #000000;
}

.news_item_comment_footer {
margin: 10px 0 0 0;
padding: 3px 0 5px 0;
border: 1px solid #000000;
font-size: 11px;
}

/* CALENDAR */

/* GUESTBOOK */
.guestbook_item {
position: relative;
clear: both;
width: 100%;
min-height: 50px;
border: 1px solid #000000;
margin: 20px 0 0 0;
padding: 10px;
}

/* PHOTO */
.gallery_thumb {
position: relative;
float: left;
margin: 0 20px 0 0;
width: 150px;
text-align: center;
}

/* PRODUCTS */
.products_box {
position: relative;
float: left;
border: 1px solid #000000;
width: 100%;
margin: 0 50px 20px 0;
padding: 10px;
min-height: 150px;
}

.products_box img {
position: relative;
float: left;
margin: 0 10px 10px 0;
width: 100px;
height: 100px;
}

.product_box, #product_thumbs {
position: relative;
clear: both;
width: 100%;
margin: 0 0 20px 0;
padding: 10px;
border: 1px solid #000000;
}

#product_thumbs img {
height: 100px;
}

/* LOGIN */
.login_box {
padding: 10px;
border: 1px solid #000000;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
top: 0px;
left: 0px;
}

img.stock {
}

img.stock_news {
}

img.thumb {
display: block;
margin: 0 auto 0 auto;
height: 100px;
}

img.trendo {
position: fixed;
bottom: 5px;
right: 5px;
}

/* TABLES */
td {
vertical-align: top;
}

td.descr {
font-weight: bold;
padding: 0 20px 0 0;
}

/* FORMS */
input, textarea {
font-family: arial;
font-size: 13px;
color: #000000;
border: 1px solid #000000;
}

.cfield {
display: none;
}

/* LINKS */
a {
text-decoration: none;
color: #000000;
}

a:hover {
color: #000000;
}

/* LISTS */

/* LISTS MENU */
#menu ul {
position: absolute;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
list-style: none;
}

#menu ul li {
position: relative;
float: left;
margin: 0 20px 0 0;
}

#menu ul li a {
text-decoration: none;
font-size: 13px;
font-weight: bold;
color: #000000;
}

#menu ul li a:hover {
color: #000000;
}