/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: lucida grande, lucida sans unicode, century gothic, arial;;
font-size: 13px;
color: #000000;
text-align: center;
line-height: 21px;
}

/* FONTS */
h1 {
font-family: lucida grande, lucida sans unicode, century gothic, arial;;
font-size: 14px;
font-weight: bold;
color: #000000;
margin-bottom: 10px;
}

h2 {
font-family: lucida grande, lucida sans unicode, century gothic, arial;;
font-size: 22px;
font-style: italic;
color: #fbb03c;
margin-bottom: 10px;
}

h3 {
font-family: lucida grande, lucida sans unicode, century gothic, arial;;
font-size: 13px;
font-weight: bold;
color: #ffffff;
margin-bottom: 0px;
}

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

#menu {
position: absolute;
top: 200px;
left: 0px;
width: 250px;
height: 250px;
background: #004230;
z-index: 100;
line-height: 19px;
}

#content {
position: relative;
float: left;
margin: 250px 0 20px 280px;
width: 410px;
min-height: 461px;
z-index: 50;
}

#news {
position: absolute;
top: 0px;
right: 0px;
width: 262px;
height: 450px;
background: #004230;
color: #ffffff;
padding-left: 20px;
}

#news_items {
position: relative;
float: left;
margin-top: 20px;
}

#footer {
position: relative;
clear: both;
margin: 0 auto 0 auto;
padding: 0;
width: 100%;
height: 70px;
background: #005fc3;
}

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

img.header {
position: absolute;
top: 0px;
left: 300px;
width: 500px;
height: 250px;
}

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

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

img.stock {
position: absolute;
top: 450px;
right: 0px;
}

/* TABLES */
td {
}

td.small {
width: 160px;
}

/* FORMS */
.submit {
font-family: lucida grande, lucida sans unicode, century gothic, arial;;
font-size: 11px;
}

/* LINKS */
a {
color: #000000;
}

a:hover {
color: #000000;
}

#news a {
color: #ffffff;
}

#news a:hover {
color: #fbb03c;
}

/* LISTS */

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

#menu ul li {
margin: -1px 0 0 0;
padding: 6px 0 6px 28px;
width: 147px;
text-align: left;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

#menu ul li:hover {
background: #fbb03c;
}

#menu ul li.active {
background: #0b204f;
}

#menu ul li.no_line {
border: 0;
}

#menu ul li a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

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