/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border:
0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
:focus,a,:active {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
html {height: 101%;}


/*-------------------------------------------------------------------
                                 GENERAL
--------------------------------------------------------------------*/


body {
  color: #000000;
  background: #111111;
  margin: 0;
  padding: 0;
  border: 0px none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
}

h2 {
  font-family: Helvetica, sans-serif;
  font-weight:bold;
}

a {
  color: #ffc907;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#content span {
  display: inline;
  margin-right: 5px;
}



/*-------------------------------------------------------------------
                             lang
--------------------------------------------------------------------*/

ul#lang {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 10px;
  right: 0;
  width: 200px;
  height: 30px;
  background: transparent;
}


ul#lang li {
  float:left;
  display:inline;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 0 0 5px;
  padding: 0;
}

ul#lang li a:link {
  float:left;
  display:inline;
  margin:0;
  padding: 0;
  text-decoration:none;
}


ul#lang li a:hover {
  float:left;
  margin:0;
  padding: 0;
  text-decoration:none;
}


ul#lang li a img {
  width: 18px;
  height: 12px;
  margin: 0 0 -2px 0;
  padding: 0 5px 0 0;
  border: 0 none;
}


ul#lang li a span {
  padding: 0;
  margin: -2px 0 0 0;
}


/*-------------------------------------------------------------------
                             MAIN MENU
--------------------------------------------------------------------*/

#p01 #n01 {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#444444  url(../images/gbck.gif) repeat;
  color:#ffffff;
}
#p02 #n02 {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#444444  url(../images/gbck.gif) repeat;
  color:#ffffff;
}
#p03 #n03 {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#444444  url(../images/gbck.gif) repeat;
  color:#ffffff;
}
#p04 #n04 {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#444444  url(../images/gbck.gif) repeat;
  color:#ffffff;
}
#p05 #n05 {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#444444  url(../images/gbck.gif) repeat;
  color:#ffffff;
}

#p06 #n06 {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#444444  url(../images/gbck.gif) repeat;
  color:#ffffff;
}



#nav {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 76px;
  right: 100px;
}


#nav li {
  display:inline;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}


#nav li a {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#ffc907 none repeat scroll 0 0;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#333333;
  display:block;
  float:left;
  line-height:1.3em;
  margin:0 0 0 2px;
  padding:3px 10px 5px 10px;
  position:relative;
  text-align:left;
  text-decoration:none;
  font-family:"Trebuchet MS","Lucida Grande",sans-serif;
  font-size:14px;
  font-weight:bold;
}


#nav li a:hover {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#FFFFFF none repeat scroll 0 0;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#333333;
}


/*-------------------------------------------------------------------
                                 LAYOUT
--------------------------------------------------------------------*/

#header {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0px none;
  position:relative;
  width: 100%;
  height: 100px;
  background:#000000 url(../images/head_bg.jpg) repeat-x;
}

.logo {
  margin: 0;
  padding: 0;
  float: left;
  width: 284px;
  height: 100px;
}

.logo img {
  width: 284px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: 0px none;
}


/*-------------------------------------------------------------------
                         CONTENT STRUCTURE
--------------------------------------------------------------------*/

#content {
  width: 100%;
  margin: 0 auto 0 auto;
  background: #444444  url(../images/gbck.gif) repeat;
  float:left;
}

.colmask {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;
  top: 10px;
  margin-bottom: 20px;
}

.colmid, .colleft {
  float:left;
  width:100%;
  position:relative;
}

.col1 {
  float:left;
  position:relative;
  padding:0 0 1em 0;
  overflow:hidden;
}

.col2 {
  float:right;
  position:relative;
  padding:0 1em 1em 0;
  overflow:hidden;
}

.leftmenu {
    background: transparent;
}

.leftmenu .colleft {
    right:78%;
}

.leftmenu .col1 {
  width:74%;
  left:102%;
}

.leftmenu .col2 {
  width:22%;
  left:2%;
}

/*-------------------------------------------------------------------
                            FOOTER
--------------------------------------------------------------------*/
#footer {
  margin: 0;
  padding: 0;
  clear:both;
  background: transparent;
  color: #cccccc;
  border-top: 1px solid #CCCCCC;
}

#infooter {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}

#infooter ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  top: 10px;
  right: 10px;
}

#infooter ul li {
  display: inline;
  font-size: 90%;
}

#infooter ul li a {
  display: inline;
  padding: 7px;
  text-decoration: none;
  color: #ffc907;
}

#infooter ul li a:hover {
  display: inline;
  padding: 7px;
  text-decoration: none;
  color: #ffffff;
}

#infooter ul li a:active {
  display: inline;
  padding: 7px;
  text-decoration: none;
  color: #ffffff;
}

#infooter p {
  padding: 25px 0 0 0;
  font-size: 80%;
  text-align: center;
  line-height: 1.4em;
}

#infooter p a {
  display: inline;
  text-decoration: none;
  color: #ffc907;
}

#infooter p a:hover {
  display: inline;
  text-decoration: none;
  color: #ffffff;
}

#infooter p a:active {
  display: inline;
  text-decoration: none;
  color: #ffffff;
}

/*-------------------------------------------------------------------
                          productslist
--------------------------------------------------------------------*/


#p03 #dataProducts {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 20px;
}

#dataProducts {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border: 0px none;
}

#dataProducts p {
  font-size: 95%;
  font-weight: bold;
  margin: 0;
  padding: 5px 0px 0px 5px;
}

#dataProducts h2 {
  font-size: 90%;
  font-weight: bold;
  margin: 0;
  padding: 5px 0px 5px 10px;
  color: #FFFFFF;
}


#dataProducts h4 {
  color: #ffc907;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.eidos {
   color: #cdcdcd;
}

.catigoria {
   color: #ffc907;
}

.marka {
   color: #0493dc;
}


#dataProducts .entry h3 {
  font-weight: normal;
  margin: 4px 0px 0px 0;
  font-size: 90%;
}

#dataProducts  h2 {
  font-weight: normal;
  margin: 0;
  font-size: 120%;
}

#dataProducts .entry h4 {
  font-weight: normal;
  margin: 3px 0px 0px 0;
  color: #ffc907;
}

#dataProducts .entry  img {
  background: transparent;
  width: 160px;
  height: 140px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
  float: left;
}

#dataProducts .entry img.vanish {
  overflow: hidden;
  display: none;
}

#dataProducts .entry a {
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}

#dataProducts .entry a:visited {
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}

#dataProducts .entry a:hover {
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}

#dataProducts .entry a:active {
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}


/*-------------------------------------------------------------------
                          box model hack
--------------------------------------------------------------------*/


#dataProducts .entry {
  padding: 10px 8px 10px 8px;
  margin: 0 2px 2px 0;
  width: 176px;
  height: 230px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 160px;
  overflow: hidden;
  float: left;
  background:#333333;
  color: #FFFFFF;
}

html>body .content {
  width:160px;
}

#dataProducts .entry:hover {
  padding: 10px 8px 10px 8px;
  margin: 0 2px 2px 0;
  width: 176px;
  height: 230px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 160px;
  overflow: hidden;
  float: left;
  background:#666666;
  color: #FFFFFF;
}

/*-------------------------------------------------------------------
                          dataNews
--------------------------------------------------------------------*/

#dataNews  {
  margin: 20px 0 0 20px;
  line-height: 1.2;
}

#dataNews h2 {
  color: #ffc907;
  font-size: 200%;
  font-weight: normal;
  padding: 0 10px 10px 0;
}

#dataNews p.date {
  font-size: 100%;
  color: #ffc907;
}

#dataNews p {
  font-size: 120%;
  margin: 0 80px 0 0;
  text-align: justify;
  padding: 0 0 10px 0;
  color: #FFFFFF;
}

/*-------------------------------------------------------------------
                          dataContact
--------------------------------------------------------------------*/

#dataContact  {
  margin: 20px 0 0 20px;
  line-height: 1.2;
}

#dataContact h2 {
  color: #ffc907;
  font-size: 200%;
  font-weight: normal;
  padding: 0 10px 10px 0;
}

#dataContact h3 {
  font-size: 140%;
  font-weight: bold;
  color: #FFFFFF;
}

.entry a {
  font-size: 100%;
  text-decoration: none;
}

.entry  a:hover {
  font-size: 100%;
  text-decoration: none;
}

#dataContact p {
  font-size: 120%;
  padding: 0 0 10px 0;
  color: #FFFFFF;
}


/*-------------------------------------------------------------------
                          dataTerms
--------------------------------------------------------------------*/

#dataTerms  {
  margin: 20px 0 0 20px;
  line-height: 1.2;
}

#dataTerms h2 {
  color: #ffc907;
  font-size: 200%;
  font-weight: normal;
  padding: 0 10px 10px 0;
}

#dataTerms p {
  font-size: 120%;
  margin-right: 80px;
  text-align: justify;
  padding: 0 0 10px 0;
  color: #FFFFFF;
}


/*-------------------------------------------------------------------
                          dataFaq
--------------------------------------------------------------------*/

#dataFaq  {
  margin: 20px 0 0 20px;
  line-height: 1.2;
}

#dataFaq h2 {
  color: #ffc907;
  font-size: 200%;
  font-weight: normal;
  padding: 0 10px 10px 0;
}

#dataFaq p.question {
   font-size: 100%;
   color: #ffc907;
}

#dataFaq p {
  font-size: 120%;
  margin-right: 80px;
  text-align: justify;
  padding: 0 0 10px 0;
  color: #FFFFFF;
}

/*-------------------------------------------------------------------
                          dataLinks
--------------------------------------------------------------------*/

#dataLinks  {
  margin: 20px 0 0 20px;
  line-height: 1.2;
}

#dataLinks h2 {
  color: #ffc907;
  font-size: 200%;
  font-weight: normal;
  padding: 0 10px 10px 0;
}

.entry a {
  font-size: 100%;
  text-decoration: none;
}

.entry  a:hover {
  font-size: 100%;
  text-decoration: none;
}

#dataLinks p {
  font-size: 120%;
  color: #FFFFFF;
}

/*-------------------------------------------------------------------
                          dataProfile
--------------------------------------------------------------------*/

#dataProfile  {
  margin: 20px 0 0 20px;
  line-height: 1.2;
}

#dataProfile h2 {
  color: #ffc907;
  font-size: 200%;
  font-weight: normal;
  padding: 0 10px 10px 0;
}

#dataProfile p {
  font-size: 120%;
  margin-right: 80px;
  text-align: justify;
  padding: 0 0 10px 0;
  color: #FFFFFF;
}


/*-------------------------------------------------------------------
                          dataGallery
--------------------------------------------------------------------*/

#dataGallery  {
  margin: 20px 0 0 20px;
  line-height: 1.2;
}


#dataGallery .entry {
  width: 200px;
  height: 150px;
  voice-family: "\"}\"";
  voice-family:inherit;
  height: 170px;
  overflow: hidden;
  float: left;
  padding: 10px;
  margin: 5px 5px 5px 0;
  background: #555555;
}




#dataGallery .entry img {
  width: 200px;
  height: 150px;
  margin: 0;
  padding: 0;
}



#dataGallery h2 {
  color: #ffc907;
  font-size: 200%;
  font-weight: normal;
}



#dataGallery p.date {
  color: #ffc907;
  font-size: 80%;
}



#dataGallery p {
  font-size: 90%;
  color: #FFFFFF;
}



/*-------------------------------------------------------------------
                          col products border
--------------------------------------------------------------------*/

.leftproductview {
  border: 1px solid #c2c2c2;
  margin: 2px;
}

/*-------------------------------------------------------------------
                           bread
--------------------------------------------------------------------*/


#bread {
  background: transparent;
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 5px;
}


#bread h2 {
  background: transparent;
  padding: 0;
  clear: left;
  float: left;
  font-weight: normal;
  font-size: 100%;
  color: #FFFFFF;
}


/*-------------------------------------------------------------------
                           pageselector
--------------------------------------------------------------------*/


#pageselector {
  color: #FFFFFF;
  background: #555555;
  height: 20px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}

#pageselector p {
  background: #0493dc;
  margin: 0px 3px 0px 0px;
  padding: 4px 2px 2px 2px;
  display: inline;
  float: left;
  clear: left;
  font-weight: normal;
}


#pageselector a:link {
  background: #ffc907;
  color: #333333;
  margin: 0px 3px 0px 0px;
  padding: 6px 7px 3px 7px;
  font-size: 72%;
  float: left;
}

#pageselector a:visited {
  background: #ffc907;
  color: #333333;
  margin: 0px 3px 0px 0px;
  padding: 6px 7px 3px 7px;
  font-size: 72%;
  float: left;
}

#pageselector a:hover {
  background: #999999;
  color: #333333;
  margin: 0px 3px 0px 0px;
  padding: 6px 7px 3px 7px;
  font-size: 72%;
  float: left;
}

#pageselector a:active {
  background: #999999;
  color: #333333;
  margin: 0px 3px 0px 0px;
  padding: 6px 7px 3px 7px;
  font-size: 72%;
  float: left;
}


#pageselector a#selected {
   background: #ffffff;
}




/*-------------------------------------------------------------------
                           brands
--------------------------------------------------------------------*/

.brands {
  clear: both;
  float: left;
}

.brands h2 {
  background: transparent;
  padding: 5px;
  margin: 0;
  clear: both;
  float: left;
  color: #FFFFFF;
}

.brands ul{
  display: block;
  float: left;
  left: 13px;
  position: relative;
}


.brands ul li{
  display: block;
  float: left;
  margin: 0 2px 0 0;
}

.brands ul li a:link {
  display: block;
  float: left;
  background: #333333;
  color: #ffc907;
  padding: 5px;
  margin: 0 2px 0 0;
}

.brands ul li a:visited {
  display: block;
  float: left;
  background: #333333;
  color: #ffc907;
  padding: 5px;
  margin: 0 2px 0 0;
}


.brands ul li a:hover{
  display: block;
  float: left;
  background: #555555;
  color: #ffffff;
  padding: 5px;
  margin: 0 2px 0 0;
}

.brands ul li a:active{
  display: block;
  float: left;
  background: #555555;
  color: #ffffff;
  padding: 5px;
  margin: 0 2px 0 0;
}


.brands  #brandselect {
  background: #b20404;
  color: #ffffff;
  padding: 5px;
  margin: 0 2px 0 0;
  display: block;
}

/*-------------------------------------------------------------------
                          co2 product categories
--------------------------------------------------------------------*/

.prod_cat {
  background: transparent;
  margin-top: 20px;
}

.prod_cat h2 {
  background: #f7b100;
  color: #333333;
  padding: 3px;
  margin-bottom: 2px;
  width: 100%;
  display: block;
}

.prod_cat h3 {
  background: #f7b100;
  color: #333333;
  padding: 3px;
  margin-bottom: 2px;
  width: 100%;
  display: block;
  padding: 3px 3px 3px 20px;
}

.prod_cat p a:link {
  background: #333333;
  color: #ffc907;
  padding: 3px 3px 3px 20px;
  margin-bottom: 2px;
  line-height: 1.3;
  width: 100%;
  display: block;
}

.prod_cat p a:visited {
  background: #333333;
  color: #ffc907;
  padding: 3px 3px 3px 20px;
  margin-bottom: 2px;
  line-height: 1.3;
  width: 100%;
  display: block;
}

.prod_cat p a:hover {
  background: #555555 url(../images/arrow_hover.gif) no-repeat left center;
  color: #FFFFFF;
  padding: 3px 3px 3px 20px;
  margin-bottom: 2px;
  line-height: 1.3;
  width: 100%;
  display: block;
}

.prod_cat p a:active {
  background: #555555;
  color: #FFFFFF;
  padding: 3px 3px 3px 20px;
  margin-bottom: 2px;
  line-height: 1.3;
  width: 100%;
  display: block;
}

.prod_cat #catselect {
  background: #b20404 url(../images/arrow_visited.gif) no-repeat left center;
  color: #ffffff;
  padding: 3px 3px 3px 20px;
  margin-bottom: 2px;
  line-height: 1.3;
  width: 100%;
  display: block;
}
