/* HTML BODY */
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: arial;
font-size: 13px;
color: #000000;
text-align: center;
line-height: 20px;
/* background: url('../backs/html.png') repeat; */
}

body {
margin: 0;
padding: 0;
}

/* FONTS */
h1 {
font-family: myriad pro, 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: 980px;
border-top: 20px solid #ffffff;
}

#container {
position: relative;
float: left;
margin: 0 auto 0 auto;
padding: 0;
width: 496px;
height: 100%;     
text-align: left;
border-left: 10px solid #ffffff;
background: #ffffff;
}

#menu {
position: absolute;
top: 10px;
left: 20px;
width: 500px;
z-index: 100;
}

#content {
position: relative;
float: left;
margin: 300px 0 0 0;
padding: 0 0 50px 0;
width: 460px;
min-height: 250px;
font-family: myriad pro, arial;
font-size: 14px;
color: #2daae1;
text-align: right;
z-index: 80;
}

#home {
position: absolute;
top: -3px;
right: -496px;
width: 482px;
border-right: 10px solid #ffffff;
border-bottom: 10px solid #ffffff;
}

/* 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: 60px;
left: 120px;
}

img.stock {
position: absolute;
top: 0px;
right: -496px;
border-right: 10px solid #ffffff;
border-bottom: 10px solid #ffffff;
}

#home img {
border-top: 3px solid #ffffff;
}

img.button {
position: absolute;
top: 190px;
left: 50px;
}

img.button_home {
position: absolute;
top: 200px;
left: -20px;
}

img.stock_news {
}

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

img.mobile_header {
display: none;
}

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;
width: 365px;
}

textarea {
height: 100px;
}

.cfield {
display: none;
}

/* LINKS */
a {
color: #2daae1;
}

a:hover {
color: #000000;
}

/* LISTS */

/* LISTS MENU */
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

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

#menu ul li a {
text-decoration: none;
font-family: myriad pro, arial;
font-size: 14px;
font-weight: bold;
color: #878786;
text-transform: uppercase;
}

#menu ul li a:hover {
color: #009fe3;
}

/* REVIEWS */
.review {
    margin-bottom: 15px;
    padding: 15px 15px 0;
    border: solid 1px #009fe3;
    text-align: left;
}

