* {
padding: 0;
margin: 0;
color: white;
font-family: arial;
font-size: 12px;
}

body {
background: url('../img/main_bg_2.jpg') #0a1010 no-repeat top center;
}

img{
border: 0;
}

#wrapper {
width: 1004px;
margin: 0px auto 24px auto;
clear:both;
position: relative;
overflow: hidden;
}

#header_2 #logo {
margin-top:25px;
background-image:url("../img/acme.gif");
background-repeat:no-repeat;
width: 238px;
float: left;
}

#header_2 #logo h1{
display: none;
}

#header_2 #header_sub {
margin-top:25px;
float: right;
width: 216px;
height: 50px;
padding-top: 30px;
}

/* ------------------------------------*/
#header_2 {
  height: 200px;
  
}
#header_top{
  height: 150px;
}
#topMenu{
  height: 36px;
}
 
#topMenu{
  float:left;
}

#topMenu ul {
  font: bold 14px arial, verdana, sans-serif;
  text-transform: uppercase;
  list-style-type: none;
  font-weight:none;
  margin: 0;
}

#topMenu ul li {
  float: left;
  height: 36px;
  margin: 0px 0px 0px 0px;
  background: url("../img/menu_separator.gif") no-repeat;
}
#topMenu a:link, #topMenu a:visited, #topMenu a:active {
  line-height: 30px;
  float: left;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 25px 0px 40px;
  background: url('../img/arrow.gif') 20px 12px no-repeat;
  margin: 0px 1px;
}
#topMenu .active a:link, #topMenu .active a:active, #topMenu .active a:visited, #topMenu .active a:hover {
  background: url('../img/arrow_act.png') no-repeat;
  margin: 0px 1px;
  line-height: 30px;
  padding-bottom:6px;
}

#topMenu a:hover {
  background: url('../img/arrow_act.png') no-repeat;
  margin: 0px 1px;
  line-height: 30px;
  padding-bottom:6px;
  color: #C8A137;
}

#topMenu .last{
  float: left;
  height: 36px;
  margin: 0px 0px 0px 0px;
  background: url("../img/menu_separator.gif") no-repeat;
}
/* --------- */


#gohome {
float: right;
padding-right: 10px;
height: 17px;
padding-top: 2px;
}

#write {
float: right;
height: 17px;
width: 13px;
padding-right: 10px;
padding-top: 3px;
}

.split {
float: right;
padding-right: 10px;
}

#language {
float: left;
overflow: hidden;
background: url('../img/lang_sel.png') no-repeat top right;
line-height: 20px;
width: 93px;
padding-left: 5px;
vertical-align: top;
}

#selector {
float:left;
background: url('../img/sel.png') no-repeat top right;
line-height: 17px;
width: 19px;
text-align: center;
color: #c8a137;
}
#selector a{
text-decoration: none;
}

#top_menu {
clear: both;
height: 38px;
text-align: center;
}

#top_menu > ul {
padding: 0;
padding-left: 5px;
margin: 0;
list-style: none;
}

#top_menu > ul li {
margin-left: -3px;
padding: 13px 28px; 
display: inline;
font-weight: bold;
text-transform: uppercase;
background: url('../img/top_m_s.png') no-repeat top left;
line-height: 36px;
}

.last {
background: url('../img/top_m_s.png') no-repeat top;
}


#top_menu > ul li a {
text-decoration: none;
background: url('../img/top_m_p.png') no-repeat left;
line-height: 36px;
padding-left: 12px;
}

#container {
width: 678px;
float:right;
}
#container h1 {
padding: 25px 0px 15px 0px; 
font-size: 18px;
color: #C8A137;
}

#menu {
float: left;
width: 307px;
margin-top: 20px;
}

.active a{
color: #c8a137;
}

#menu > ul {
list-style: none;
text-transform: uppercase;
}

#menu > ul li{
padding-top: 5px;
}

#menu > ul li a{
text-decoration: none;
}
#menu > ul li a:hover{
color: #c8a137;
}

#products {
float: right;
width: 678px;
}

.product {
margin-top: 20px;
padding-left: 20px;
width: 638px;
background: black;
border-top: #2b2c30 1px solid;
border-bottom: #2b2c30 1px solid;
}

.product h2 {
padding-top: 12px;
padding-bottom: 12px;
color: #c8a137;
font-weight: bold;
font-size: 14px;
}

.product img {
float: left;
clear: both;
border: 1px solid #333;
width: 200px;
}


.product ul {
margin-left: 225px;
width: 400px;
list-style-image: url('../img/top_m_p.png');
}

.product ul li{
padding-bottom: 10px;
}

.product ul li b {
color: #949599;
}

.search {
padding-top: 10px;
clear:both;
height: 20px;
}

.inp {
float: left;
display:inline;
border: 1px solid #60688a;
background: transparent;
height: 17px;
width: 140px;
}

.query {
margin-left: 2px;
float: left;
border: 1px solid #60688a;
background: url('../img/submit_b.png');
height: 19px;
width: 60px;
display:inline;
}

.clear {
clear: both;
}

#footer {
margin-top: 20px;
background: url('../img/foot_bg.png') no-repeat;
height:36px;
width: 965px;
}

#footer span {
padding-top: 20px;
font-size: 10px;
color: #949599;
}

.show {
display:block;
}

.hide {
display: none;
}

#langs {
margin:0;
padding:0;
margin-top: 20px;
margin-left: 70px;
position:absolute;
top: 30px;
right: 45px;
width: 100px;
z-index: 99;
border: 1px solid #60688a;
}


#langs li {
list-style: none;
padding-top:2px;
padding-left: 0px;
background: #0a1010;
}

#langs li a {
padding: 1px 11px;
text-decoration: none;
text-align: left;
}

#langs li a:hover {
background: #333;
}

select, option {
color: black;
width: 45px;
}

.paging {
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
width: 658px;
clear: both;
}
.paging span {
color: #C8A137;
}

.paging a {
text-decoration: none;
}

.links {
padding-top: 5px;
}
div.product ul li a {
color: #C8A137;
}
