/* General structure */

* {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-weight: 100; 
	color: #d5c2b0; 
/*	outline: 1px solid #ffffff; */
}

html {
	color: #d5c2b0; 
	background-color: #000000;
    min-height: 100%;
}

body {
	color: #d5c2b0; 
	background-color: #000000;
	text-align: center;
	margin: 0px auto;
    min-height: 100%;
}

/* Main structure */

#container {
	width: 952px;
	min-height: 650px; 
	margin: 0px auto;
    background: url('images/middle.png') repeat-y;
    text-align: left;
}

.fullwidth {
    float: left;
    width: 952px;
}

#top {
   height: 20px;
   background: url('images/top.png') no-repeat;
}

#main {
    position: relative;
    min-height: 650px;
    height: 650px;
}

#bottom {
    height: 32px;
    background: url('images/bottom.png') no-repeat;
}

#bgimage {
    position: absolute;
    left: 220px;
    top: 0px;
    width: 732px;
    height: 700px;
    background: url('images/bg_bottles.png') no-repeat;
    overflow: hidden;
}

#footer {
	color: #ddb493;
    background-color: #000000;
	text-align: center;
	font-size: 77%;
	padding-top: 52px;
	padding-bottom: 15px;
}

#menu {
    position: absolute;
    left: 31px;
    top: 20px;
    width: 189px;
    height: 50%;
}

.button {
    float: left;
    width: 189px;
    height: 32px;
    margin: 0px;
}

#bn_aboutus {
    background: url('images/pabout0.png');
}

#bn_aboutus:hover {
    background: url('images/pabout1.png');
}

#bn_news {
    background: url('images/pnews0.png');
}

#bn_news:hover {
    background: url('images/pnews1.png');
}

#bn_services {
    background: url('images/pservices0.png');
}

#bn_services:hover {
    background: url('images/pservices1.png');
}

#bn_investments {
    background: url('images/pinvestments0.png');
}

#bn_investments:hover {
    background: url('images/pinvestments1.png');
}

#bn_basics {
    background: url('images/pbasics0.png');
}

#bn_basics:hover {
    background: url('images/pbasics1.png');
}

#bn_promotions {
    background: url('images/ppromotions0.png');
}

#bn_promotions:hover {
    background: url('images/ppromotions1.png');
}

#bn_media {
    background: url('images/pmedia0.png');
}

#bn_media:hover {
    background: url('images/pmedia1.png');
}

#bn_contact {
    background: url('images/pcontact0.png');
}

#bn_contact:hover {
    background: url('images/pcontact1.png');
}

/* Page */

#title {
    position: absolute;
    left: 266px;
    top: 20px;
    width: 640px;
}

#submenu {
    color: #e6bd6e;
    font-size: 12px;
    width: 100%;
    height: 42px;
}

#submenu a {
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-decoration: none;
    color: #e6bd6e;
    padding-left: 4px;
    padding-right: 4px;
}

#submenu a:hover, #submenu .selected {
    color: #ffffff;
}

#content {
    position: absolute;
    left: 350px;
    top: 116px;
    width: 502px;
}

#content h2 {
    margin-top: 46px;
    margin-bottom: 11px;
}

#content .text {
    text-align: justify;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 85%;
}

#content a {
    color: #e9bb62;
    text-decoration: none; /* bold */
    font-style: normal; /* italic */
}

#content .bold {
    font-weight: bold;
    color: #ccaf93;
}

#content .list {
    margin-top: 2px;
    margin-bottom: 2px;
}

#content .lhsimg {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

#content .rhsimg {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

#content ul li {
    list-style-type: disc;
    margin-left: 16px;
}

#content ol {
    counter-reset: section;
}

#content ol li {
    counter-increment: section;
    list-style-type: decimal;
    margin-left: 20px;
}

#content ol li:before {
    content: counters(section, ".") " ";
}

#content b, #content em {
    font-weight: bold;
}

#content i {
    font-style: italic;
}
