
body { margin: 0px; background: #000; font-family: Tahoma, helvetica, sans-serif; font-size: 12px; color: #321; }

p { padding: 3px 2px 2px 10px; margin: 0; }
li { margin-left: 20px; padding: 4px 0 2px 0; }
hr { border: 1px solid #c3a30a; }
img { border: 0; }

a { text-decoration: none; color: #321; }
a:hover, .popup:hover { text-decoration: underline; color: #000; }
.popup { font-weight: normal; color: #321; }
.menu, .submenu { padding: 0 10px 0 10px; color: #e2c77c; font-weight: bold; }
.menu:hover, .submenu:hover { text-decoration: none; color: #f6c63c; }

.flag { height: 13px; }
.icon { vertical-align: text-top; }

.thumb { height: 36px; width: 47px; border: none; }
.products { height: 188px; width: 251px; border: none; }
.ppbox, .ptbox { margin: 1px; padding: 1px; width: 251px; height: 188px; background-color: #321; text-align: center; }
.ptbox { float: left; position: relative; width: 47px; height: 36px; }
.logo { border: none; width: 100px; }
.title { padding-left: 2px; font-weight: bold; }
.small { padding: 1px 2px 1px 22px; font-size: 10px; }

.pleft { width: 335px; padding: 0 10px 0 0px; }
.pright { width: 255px; }
.popleft { width: 200px; }
.popright {width: 100px; }
.double { width: 50%; }
.tripla { width: 33%; }

#submenu, #language, #menu, .pleft, .pright, .popleft, .popright, .double, .tripla { float: left; position: relative; }
#video, #slogan { float: left; position: absolute; }

#world { margin-top: 8%; text-align: left; height: 443px; }
#content { height: 400px; vertical-align: top; border-top: 1px solid #222; background-image: url('../images/bg.jpg'); background-repeat: no-repeat; }
#menubar { height: 20px; border-top: 1px solid #222; background-image: url('../images/bg_menubar.jpg'); background-repeat: no-repeat; }
#submenu { margin: 22px 0 0 15px; padding: 5px 0 5px 0px; background-image: url('../images/bg_submenubar.jpg'); background-repeat: repeat-y; }
#language { padding: 3px 0 0 10px; }
#menu { padding: 2px 0 0 10px; }
#error { margin: 50px 0 0 400px; font-weight: bold; }
#slogan { margin: 305px 0 0 415px; font-size: 21px; font-weight: bold; color: #f6c63c; }
#video { margin: 20px 0 0 130px; }
#mainbox { margin: 20px 0 0 180px; padding: 10px 10px 5px 10px; width: 600px; height: 343px; border: 1px solid #c3a30a; background-color: #f6c63c; }
#footer { border-top: 1px solid #222; padding: 1px 0 0 330px; height: 20px; font-family: arial; font-size: 10px; font-weight: bold; color: #333; white-space: nowrap; }
#popup { padding: 10px; height: 400px; vertical-align: top;  background-image: url('../images/bg.jpg'); background-repeat: no-repeat; }
#popupbox { padding: 5px 10px 5px 10px; height: 365px; width: 338px; border: 1px solid #c3a30a; background-color: #f6c63c; }
#video {  }

/*opacity*/
#mainbox, #popupbox {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#video {
  filter:alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
}
