html, body
{
  height: 100%;
}

body
{
  margin: 0;
  padding: 0;

  color: #000000;
  background-color: #f1efd5;

  font-family: Tahoma;
  font-size: 11px;

  /*overflow-x: hidden;*/

/*  background-position: 50% 0;*/
}

h1
{
  font-size: 14px;
  color: #AE2A28;
/*  text-transform: uppercase;*/
  margin: 0;
  padding: 0;

  padding-top: 0;
/*  padding-bottom: 1em;*/
}

h2
{
  font-size: 13px;
  font-weight: bold;
}

h3
{
  font-size: 12px;
}

a, a:link
{
  color: #000000;
  text-decoration: none;
}

p
{
  margin: 0;
  padding: 0;

  padding-top: 1em;
  padding-bottom: 1em;
}

table
{
	border-collapse: collapse;
	border: 1px solid #000000;
}

tr, th, td
{
	border-collapse: collapse;
	border: 1px solid #00000;
}

a.selected
{
  color: #cc4235;
}

a:hover
{
  color: #cc4235;
  text-decoration: underline;
}

.clear
{
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.error
{
  color: #db2b27;
  font-weight: bold;
  text-align: center;
}

div.languages a:hover, div.languages a.selected, #menu a, #menu a.selected
{
  color: #ffffff;
	text-decoration: none;
}

div#loader
{
  position: relative;
  float: left;
  display: none;
  width: 300px;
  height: 50px;
  z-index: 100;
  text-align: center;
  font-weight: bold;
  top: 100px;
  /*background-color: #F1EFD5;
  border: 1px solid #000000;*/
  margin: 0 auto;
  margin-left: 106px;
  padding-top: 15px;
  line-height: 15px;
}

#menu a.selected
{
  font-weight: bold;
}

a img
{
  border: 0;
  text-decoration: none;
}

a:hover img
{
  border: 0;
  text-decoration: none;
}

p
{
  margin-top: 5px;
}

.rbutton
{
	background-image: url('/static/images/nav_bg.gif');
	background-repeat: no-repeat;
	border: 1px solid #000000;
}

#wrapper
{
  width: 1008px;
  margin: 0 auto 0 auto;

  background-image: url('/static/images/wrap_bg.gif');
  background-repeat: repeat-y;
  position: relative;

  min-height: 100%;
  height: auto;
}

#left
{
  float: left;
  width: 292px;
}

div.address
{
  color: #8e8d8d;
  background-color: #f1efd5;
  padding: 5px;
}

div.languages
{
  /*padding-left: 25px;*/
  /*border: 1px solid #000000;*/
  margin: 0;
  padding: 0;
  padding-top: 3px;
}

ul.nav_lang
{
  width: 100%;
  list-style-type: none;
  /*border: 1px solid #000000;*/
  padding: 0;
  margin: 0;
}

ul.nav_lang li
{
  float: left;
  line-height: 20px;

  width: 80px;
  text-align: center;
  /*border: 1px solid black;*/

  width: 33%;
}

#menu
{
  padding-top: 15px;
  min-height: 100px;
}

ul.menu
{
  list-style-type: none;
  display: block;

  padding: 0;
  margin: 0 0 0 15px;
}

ul.menu li
{
	background-image: url('/static/images/bullet.gif');
	background-position: 0px -3px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

ul.menu li ul li
{
  background: none;
  padding-left: 0px;
}

ul.submenu
{
   list-style: none;
   margin: 0;
   padding-left: 20px;
}

#right
{
  float: right;
  width: 716px;
}

#info_line
{
  background-color: #8B0504;
  height: 15px;

  position: relative;
  overflow: hidden;
}

.info_line
{
  text-align: center;
  height: 15px;
  line-height: 15px;

  color: #ffffff;
}

#nav
{
  background-image: url('/static/images/nav_bg.gif');
  background-repeat: repeat-x;

  height: 46px;
  width: 100%;

  padding-top: 7px;
  text-align: center;
}

ul.nav
{
  list-style: none;
  display: block;

  padding: 0;
  margin: 0;

  margin: 0 auto;
  width: 700px;
}

ul.nav li
{
  float: left;
  line-height: 20px;
  width: 140px;
  text-align: center;
}

ul.nav_bottom
{
  list-style: none;
  display: block;

  padding: 0;
  margin: 0;
}

ul.nav_bottom li
{
  display: inline;
  line-height: 15px;

  text-align: center;
  padding-left: 2em;
}

#content
{
  position: relative;
  float: left;
  width: 512px;
  /*overflow: hidden;*/

  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
}

#content a
{
	text-decoration: underline;
	color: #CC4235;
}

#content a:hover
{
	color: #8B0504;
	text-decoration: none;
}

#content a.atitle
{
  color: #FFFFFF;
  text-decoration: none;
}

#content a.atitle:hover
{
  color: #000000;
}

#content .w
{
	/*color: #FFFFFF;*/
}

#content .selected
{
  color: #FFF;
  text-decoration: none;
}

#content .selected:hover
{
  color: #FFF;
  text-decoration: none;
}

#adverts
{
  float: right;
  width: 190px;

  position: relative;
  text-align: center;
  margin-top: 10px;
  z-index: 0;
}

#adverts a
{
	text-decoration: underline;
	color: #CC4235;
}

#adverts a:hover
{
	color: #8B0504;
	text-decoration: none;
}


#adverts img
{
  margin-top: 7px;
}

#adverts img.needed
{
  border: 1px solid #000000;
  padding: 2px;
}

#fixed_nav
{
  background-image: url('/static/images/nav_btm_bg.gif');
  background-repeat: no-repeat;

	position: fixed;
  bottom: 0;

  padding-top: 3px;
  padding-bottom: 3px;
  height: 15px;
  /*background-color: #dddddd;*/

  width: 100%;
  z-index: 50;
}

.letter label
{
  margin-top: 9px;
  margin-left: 5px;
  padding-right: 20px;
  position: relative;
  float: left;
  display: block;
  width: 193px;
  text-align: right;
}

.letter input.letter
{
  margin-top: 5px;
  width: 212px;
}

.letter textarea.letter
{
  margin-top: 5px;
  width: 212px;
}

.signup label
{
  margin-top: 9px;
  padding-right: 5px;
  position: relative;
  float: left;
  display: block;
  width: 15em;
  text-align: right;
}

.signup input.signup
{
  margin-top: 5px;
  width: 175px;
}

.signup textarea.signup
{
  margin-top: 5px;
  width: 180px;
}

ul.product_list
{
  margin: 0 auto;
  padding: 0;
  margin-bottom: 10px;
  position: relative;

  list-style: none;
/*  width: 480px;*/
  width: 100%;
}

ul.product_list li
{
  display: block;
  width: 120px;

  float: left;

  text-align: center;
}

.products_table
{
  clear: both;
  float: left;
  margin-top: 10px;

  border: 1px solid #000;
  border-right: none;

  font-family: Tahoma;
  font-size: 11px;
}

.products_table td
{
  border-right: 1px solid #000;
}

.products_table tr.header td
{
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

.products_table tr.info td
{
  color: #fff;
  background-color: #db2b27;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
}

.products_table tr.info td a
{
  color: #fff;
  text-decoration: underline;
}

.products_table tr.info td a:hover
{
  text-decoration: none;
}

.products_table tr td.desc
{
  border-bottom: 1px solid #000000;
}

.products_table tr td.pages
{
  background-color: #db2b27;

  text-align: center;
}

.products_table tr td.pages a
{
  color: #fff;
  text-decoration: underline;
}

#content tr td.pages,
#content tr td.pages a
{
  font-size: 13px;
  font-weight: bold;
}

.products_table tr td.pages a:hover
{
  text-decoration: none;
}

.products_table tr td.pages a.selected
{
  color: #000;
  /*text-decoration: underline;*/
}

.products_table tr.divider td
{
  color: #fff;
  background-color: #db2b27;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #000000;
  border-left: none;
  border-top: none;
}

ul#price
{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ul#price li
{
  padding-top: 5px;
}

table.pr tr.header td
{
  font-weight: bold;
  background-color: #DB2B27;
  border: 1px solid #000000;
}

table.pr tr.content td
{
  border: 1px solid #000000;
  border-left: none;
  padding-top: 5px;
  border-top: none;
}

table.pr tr.image td
{
  border: 1px solid #000000;
  border-top: none;
  border-bottom: none;
  padding-top: 5px;
  text-align: center;
}

table.pr tr.info td
{
  border: 1px solid #000000;
  border-top: none;
  padding: 10px 5px 10px 5px;
  text-align: justified;
}

table.pr tr.content td.image
{
  border-right: none;
  border-left: 1px solid #000000;
  padding-right: 2px;
}

table.pr tr.divider td
{
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #AE2A28;
  text-transform: uppercase;
}

.repair_t
{
  width: 100%;
  border-collapse: collapse;
  font-family: Tahoma;
  font-size: 11px;
  border-color: #000000;
}

.repair_t tr {
  text-align: center;
}

.repair_t tr td {
  height: 50px;
  border-color: #000000;
}

.crossed
{
  text-decoration: line-through;
}

.newprice
{
  font-size: 12px;
  color: #ffffff;
}

.vacancy_ul
{
  list-style: none;
  margin-top: 5px;
  padding-left: 15px;
}

#float_nav
{
  width: 17px;
  float: left;
  position: relative;
  left: 373px;
  top: 5px;
}

#float_nav a
{
  margin-bottom: 10px;
  display: block;
}

#float_letters
{
  float: left;
  width: 123px;
  position: relative;
  left: 133px;
  top: 70px;
  text-align: center;
}

#float_letters a
{
  font-weight: bold;
  color: #FFFFFF;
}

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

#search_box
{
  height: 18px;
  width: 185px;
  position: relative;
  float: left;
  left: 325px;
  top: 35px;
}

#search_box .search_text
{
  background-color: #FFFFFF;
  border: none;
  width: 147px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  height: 16px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  font-family: Tahoma;
  font-size: 11px;
}

#search_box .search_button
{
  height: 18px;
  width: 21px;
  float: right;
  position: relative;
  background-image: url("/static/images/arrow.png");
  border-style: none;
  cursor: hand;
}

.bg_button
{
  background-image: url('/static/images/nav_btm_bg.gif');
  background-repeat: repeat-x;
  background-position: 50% 50%;

  border: 1px solid #8E8D8D;
  /*width: 100%;
  z-index: 50;*/
}