body {
  margin:0;
  padding:0;
  font-family:Tahoma;
  font-size:11px;
  background:#000 url(../images/bg.jpg) 50% 0% no-repeat;
}

a {
  text-decoration:none;
  outline:none;
}

a:hover {
}

h1, h2, h3, p, form, fieldset, ul, img {
  margin:0;
  padding:0;
  border:0;
}

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

/***********************************************************/

#wrapper {
  background:url(../images/bg2.png) repeat-x;
}

#container {
  width:788px;
  margin:auto;
}

/***********************************************************/

#header {
  position:relative;
  height:85px;
  background:#000 url(../images/header.png) no-repeat;
}

#header h1 {
  position:absolute;
  left:0;
  top:0;
}

#header h1 a strong {
  position:absolute;
  top:-9999px;
}

#header h1 a img {
  display:block;
}

#header .topMenu {
  float:right;
  margin-top:20px;
  width:225px;
  list-style:none;
}

#header .topMenu li {
  float:left;
  width:90px;
  margin:0 10px 10px 0;
}

#header .topMenu li.newLine {
  float:none;
  clear:both;
  font-size:0;
  margin:0;
  width:0;
  height:0;
}

#header .topMenu li a {
  color:#FFF;
  font-size:14px;
  font-weight:bold;
}

#header .topMenu li a:hover, #header .topMenu li a.active {
  color:#f3bd04;
}

/***********************************************************/

#mainPage .mpProducts {
  position:relative;
  top:255px;
  left:0px;
  float:left;
  background:url(../images/mp_products_bg.png) repeat-x;
  width:545px;
  height:120px;
  
}

#mainPage .mpProducts table {

}

#mainPage .mpProducts table td {
  border:1px solid #8e8e8e;
}

#mainPage .mpProducts table td img {
  display:block;
}

#mainPage .mpProducts table td:hover {
  border-color:#f3bd04;
}

#mainPage .pitGirl {
  float:right;
  width:243px;
  display:block;
}

#mainPage .mpNews {
  background:#161d25;
  color:#FFF;
}

#mainPage .mpNews p.bar {
  background:#000;
  height:28px;
  font-size:12px;
  padding:15px 0 0 21px;
}

#mainPage .mpNews .mpNewsBox {
  padding:21px;
  float:left;
  width:220px;
}

#mainPage .mpNews .mpNewsBox .more {
  text-align:right;
}

#mainPage .mpNews .mpNewsBox .more a {
  color:#FFF;
}

#mainPage .mpNews .mpNewsBox .more a:hover {
  color:#f3bd04;
}

/***********************************************************/

#page {
  
}

#page .header {
  height:184px;
  background:url(../images/page_header_bg.gif) repeat-x;
}

#page .header h2 {
  float:left;
  width:210px;
  padding-left:20px;
  font-size:14px;
  font-weight:bold;
  color:#9e7d0a;
  position:relative;
  top:112px;
}

#page .header .gokart {
  background:url(../images/page_gokart.jpg) no-repeat;
  width:324px;
  height:184px;
  float:right;
}

#page .header ul {
  float:left;
  width:578px;
  height:23px;
  position:relative;
  top:63px;
  left:210px;
  list-style:none;
}

#page .header ul li {
  background:url(../images/menu_bg.png) repeat-x;
  float:left;
  height:23px;
}

#page .header ul li.first {
  width:9px;
  background:url(../images/menu_first.png) no-repeat;
}

#page .header ul li.middle {
  width:14px;
  background:url(../images/menu_middle.png) no-repeat;
}

#page .header ul li.last {
  width:8px;
  background:url(../images/menu_last.png) no-repeat;
}

#page .header ul li a {
  color:#FFF;
  font-size:12px;
  font-weight:bold;
  display:block;
  height:19px;
  padding:4px 8px 0 8px;
  text-align:center;
}

#page .header ul li a:hover, #page .header ul li a.active {
  color:#f3bd04;
}

#page .content {
  background:#f7f7f7;
  font-weight:bold;
  padding:0 0 20px 0;
  min-height:200px; height:auto !important;height:200px;
}

#page .static {
  padding:0 20px;
}

#page .about {
  background:#f7f7f7 url(../images/about_bg.jpg) right bottom no-repeat;
  min-height:400px; height:auto !important;height:400px;
  padding:0 130px;
}

#page .content .left {
  float:left;
  width:250px;
  padding:0 10px 20px 0;
}

#page .content .right {
  float:right;
  width:250px;
  padding:0 0 20px 10px;
}

#page .content .center {
  margin:auto;
  width:480px;
  text-align:center;
  padding-top:20px;
  border-top:1px solid #bbbbbb;
}

#page .content .newsBox {
  font-weight:normal;
  width:500px;
  padding:0 0 20px 20px;
}

#page .content .newsBox .title {
  font-weight:bold;
  font-size:13px;
}

#page .content .newsBox .date {
  font-weight:bold;
  font-size:11px;
}

#page .products {
  width:100%;
}

#page .products tr.even {
  background:#161d25;
  color:#FFF;
}

#page .products td {
  vertical-align:bottom;
  padding:20px 0;
}

#page .products .image {
  padding-left:20px;
}

#page .products .image a img {
  border:2px solid #8e8e8e;
}

#page .products .image a:hover img {
  border:2px solid #f3bd04;
}

#page .products .description {
  font-weight:normal;
  width:190px;
}

#page .products .description a {
  color:#000;
}

#page .products tr.even .description a {
  color:#FFF;
}

#page .products .description a:hover, #page .products tr.even .description a:hover {
  color:#f3bd04;
}

#page .navigation {
  height:30px;
  padding-top:10px;
  background:#f1f1f1;
  font-size:14px;
  color:#161d25;
  text-align:center;
}

#page .navigation a {
  display:inline;
  color:#161d25;
  padding:2px 4px;
}

#page .navigation a:hover {
  color:#f3bd04;
}

#page .navigation a.active {
  background:#161d25;
  color:#f3bd04;
}

#page .singleProductLeft {
  float:left;
  width:280px;
  padding-left:20px;
}

#page .singleProductLeft .back {
  color:#000;
}

#page .singleProductLeft .back:hover {
  color:#f3bd04;
}

#page .singleProductLeft .photo img {
  border:2px solid #8e8e8e;
  margin-top:10px;
}

#page .singleProductLeft .photo:hover img {
  border:2px solid #f3bd04;
}

#page .singleProductRight {
  float:left;
  width:445px;
  font-weight:normal;
  padding-top:20px;
}

/***********************************************************/

#partners {
  height:76px;
  background:#161d25 url(../images/partners.jpg) no-repeat;
}

#footer, #footer a {
  color:#000;
}
