html, body {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  background-color: #FFFFFF;
}

p {
  margin: 0;
}

a:link, a:visited, a:active{
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #FFFFFF;
}

div#container {
  text-align: left;
}

img {
  border: 0;
}

div#bg {
  width: 850px;
  height: 650px;
  background-image: url(images/background/bg.gif);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -325px 0 0 -421px;
}

div#container {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -400px;
}

div#content {
  float: right;
  width: 547px;
  height: 511px;
}

div#content p {
  text-align: left;
}

div#left {
  background: #000000;
}

div#left_top {
  background: #000000;
}

div#left_bottom {
  background: #000000;
}

div#footer {
  background: #333333;
  color: #FFFFFF;
}

div#footer p {
  margin: 0;
  padding: 5px 10px;
}

/* begin header top*/
div#header {
  background-image: url(menu/menu_top_all.jpg);
  height: 89px;
  width: 800px;
  padding-left: 0;
}

div#header_top_1 {
  height: 40px;
  width: 600px;
  display: block;
  margin-right: 0;
  margin-bottom: 0;
}

div#header_top_2 {
  height: 30px;
  display: block;
  margin-right: 6px;
}

div#header_top_3 {
  height: 70px;
  width: 101px;
  display: block;
  float: right;
  background-color: #000000;
}

div#header_bottom {
  height: 16px;
  color: #FFFFFF;
  padding-right: 11px;
  font: 11px Arial;
  margin-top: 3px;
}

div#logo_over a {
  height: 71px;
  width: 161px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(menu/logo_off.jpg) no-repeat;
}

/* begin head menu*/
div#menu_home a {
  height: 30px;
  width: 72px;
  float: right;
  display: block;
  background: url(menu/home.jpg) no-repeat;
  background-position: 0 -30px;
}

div#menu_home a:hover {
  background: url(menu/home.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_home_active {
  height: 30px;
  width: 72px;
  float: right;
  display: block;
  background: url(menu/home.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_news a {
  height: 30px;
  width: 72px;
  float: right;
  display: block;
  background: url(menu/news.jpg) no-repeat;
  background-position: 0 -30px;
}

div#menu_news a:hover {
  background: url(menu/news.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_news_active {
  height: 30px;
  width: 72px;
  float: right;
  display: block;
  background: url(menu/news.jpg) no-repeat;
  background-position: 0 0;
}

/*start blog menu*/
div#menu_blog a {
  height: 30px;
  width: 56px;
  float: right;
  display: block;
  background: url(menu/blog.jpg) no-repeat;
}

div#menu_blog a:hover {
  background: url(menu/blog.jpg) no-repeat;
}

div#menu_blog_active {
  height: 30px;
  width: 56px;
  float: right;
  display: block;
  background: url(menu/blog.jpg) no-repeat;
}

/*end blog menu*/
div#menu_team a {
  height: 30px;
  width: 68px;
  float: right;
  display: block;
  background: url(menu/team.jpg) no-repeat;
  background-position: 0 -30px;
}

div#menu_team a:hover {
  background: url(menu/team.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_team_active {
  height: 30px;
  width: 68px;
  float: right;
  display: block;
  background: url(menu/team.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_product a {
  height: 30px;
  width: 92px;
  float: right;
  display: block;
  background: url(menu/product.jpg) no-repeat;
  background-position: 0 -30px;
}

div#menu_product a:hover {
  background: url(menu/product.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_product_active {
  height: 30px;
  width: 92px;
  float: right;
  display: block;
  background: url(menu/product.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_media a {
  height: 30px;
  width: 71px;
  float: right;
  display: block;
  background: url(menu/media.jpg) no-repeat;
  background-position: 0 -30px;
}

div#menu_media a:hover {
  background: url(menu/media.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_media_active {
  height: 30px;
  width: 71px;
  float: right;
  display: block;
  background: url(menu/media.jpg) no-repeat;
  background-position: 0 0;
}

div#ext_top a {
  height: 58px;
  width: 86px;
  margin-top: 8px;
  margin-right: 6px;
  float: right;
  display: block;
  background: url(menu/ext.jpg) no-repeat;
}

div#menu_extra a {
  height: 30px;
  width: 66px;
  float: right;
  display: block;
  background: url(menu/extra.jpg) no-repeat;
  background-position: 0 -30px;
}

div#menu_extra a:hover {
  background: url(menu/extra.jpg) no-repeat;
  background-position: 0 0;
}

div#menu_extra_active {
  height: 30px;
  width: 66px;
  float: right;
  display: block;
  background: url(menu/extra.jpg) no-repeat;
  background-position: 0 0;
}

/* end head menu*/
/* end header top*/
div#picture {
  float: right;
  width: 760px;
  height: 450px;
  background-color: #000000;
}

div#content_dealer {
  float: right;
  width: 800px;
  height: 511px;
}

div#content_ext {
  float: right;
  width: 800px;
  height: 511px;
  background: url(ext_trailers/img/bg.gif) repeat;
}

div#content_ext_player {
  width: 640px;
  height: 486px;
  padding: 15px 10px 0 15px;
  float: left;
  display: block;
}

div#content_ext_clay {
  width: 640px;
  height: 486px;
  padding: 15px 10px 0 80px;
  float: left;
  display: block;
}

div#content_ext_trail {
  width: 130px;
  height: 496px;
  padding-top: 15px;
  float: left;
  display: block;
}

#content_ext_trail p {
  margin-bottom: 15px;
}

.ext_white {
  font: 14px 'Courier New', Courier, monospace;
  color: #FFFFFF;
}

.ext_black {
  font: 13px 'Courier New', Courier, monospace;
  font-weight: bold;
  color: #000000;
}


div#content_contact {
  float: right;
  width: 800px;
  height: 511px;
  background-color: #000000;
}

div#content_media_wallpapers {
  float: right;
  width: 588px;
  height: 511px;
}

div#left_media_wallpapers {
  float: left;
  height: 511px;
  width: 212px;
}

div#content_media_photos {
  float: right;
  width: 800px;
  height: 511px;
}

div#left {
  float: left;
  width: 253px;
}

div#left_top {
  float: left;
  width: 253px;
}

div#left_top_home {
  float: left;
  position: absolute;
  left: 0;
  top: 89px;
  height: 258px;
  width: 253px;
  z-index: 10;
}

div#left_bottom {
  float: none;
  clear: both;
  width: 253px;
}

div#left_bottom_home {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 253px;
  width: 253px;
}

div#left_bottom_home img {
  position: absolute;
  padding: 14px 14px 0px ;
}

div#left_extra_mailing {
  float: left;
  height: 511px;
  width: 253px;
}
div#left_extra_mailing td {
  vertical-align: bottom;
  font: bold 11px Arial, sans serif;
  color: #FFF;
  text-decoration: none;
}


div#footer {
  clear: both;
  width: 100%;
}

div#content_scroll {
  float: right;
  width: 800px;
  height: 511px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-face-color: #FF0000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #000000;
}

div#content_scroll_win {
  float: right;
  width: 547px;
  height: 511px;
}

/* begin news page style*/
div#left_news {
  float: left;
  width: 253px;
}

div#content_news {
  float: right;
  width: 522px;
}

.news_image_left {
  float: left;
  padding: 10px;
}

.news_image_right {
  float: right;
  padding: 10px;
}

.news_image_none {
  float: left;
}

/* end news page style*/
div#mailing_submit a {
  height: 27px;
  width: 177px;
  position: relative;
  display: block;
  background: url(images/extra/mailing/win_submit_on.jpg) no-repeat;
}

div#mailing_submit a:hover {
  height: 27px;
  width: 177px;
  margin: 0;
  background: url(images/extra/mailing/win_submit_over.jpg) no-repeat;
}

.newstable {
  padding-top: 17px;
  padding-right: 17px;
  padding-bottom: 17px;
}

a.team_profile_link:link, a.team_profile_link:visited, a.team_profile_link:active {
  text-decoration: none;
  color: #FFFFFF;
}

a.team_profile_link:hover {
  text-decoration: none;
  color: #ff0000;
}

a.home_news_h1:link, a.home_news_h1:link, a.home_news_h1:visited, a.home_news_h1:active {
  font: bold 11px Arial, sans serif;
  color: #FF0000;
  text-decoration: none;
  text-transform: uppercase;
}

a.home_news_h1:hover {
  color: #FFFFFF;
}

.home_news_text {
  vertical-align: top;
  font: normal 11px Arial, sans serif;
  color: #FFFFFF;
  text-decoration: none;
}

.normal_text {
  font: normal 11px Arial, sans serif;
  color: #FFFFFF;
}

.normal_text_h1 {
  font: bold 12px Arial, sans serif;
  color: #FF0000;
}

/*begin submenu*/
a.menu_link, a.menu_link: link, a.menu_link: visited, a.menu_link: active {
  font: bold 11px/16px Arial, sans serif;
  color: #FFFFFF;
  text-decoration: none;
}

a.menu_link:hover {
  color: #000000;
}

/*eind submenu*/
.team_profile_h1 {
  vertical-align: baseline;
  font: bold 11px Arial, sans serif;
  color: #FF0000;
}

.team_profile_h2 {
  font: bold 11px Arial, sans serif;
  color: #FFFFFF;
}
.team_profile_h2 a{
  font: bold 11px Arial, sans serif;
  color: #FFFFFF;
}

.team_profile_h2 a:hover{
  font: bold 11px Arial, sans serif;
  color: #FFFFFF;
}

.news_h1 {
  vertical-align: top;
  font: bold 11px/14px Arial, sans serif;
  color: #FF0000;
  text-decoration: none;
}

.news_text {
  vertical-align: top;
  font: normal 11px/12px Arial, sans serif;
  color: #FFFFFF;
  text-decoration: none;
}

.product_specs {
  text-align: center;
}

.product_title {
  font: bold 11px Arial, sans serif;
  text-transform: uppercase;
  color: #FF0000;
  text-decoration: none;
  text-align: center;
}

.product_spec_1 {
  font: bold 11px/12px Arial, sans serif;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

/* end product page style*/
/* begin links page style*/
.links_title {
  font: bold 12px Arial, sans serif;
  color: #FF0000;
  text-decoration: none;
}

a.links_link, a.links_link: link, a.links_link: visited, a.links_link: active {
  font: bold 12px/20px Arial, sans serif;
  color: #FFFFFF;
  text-decoration: none;
}

a.links_link:hover {
  color: #FF0000;
}

/* end links page style*/
.extra_mailing {
  vertical-align: bottom;
  font: bold 11px/18px Arial, sans serif;
  color: #FF0000;
  text-decoration: none;
}

.extra_mailing_h2 {
  vertical-align: bottom;
  font: normal 10px/18px Arial, sans serif;
  color: #FF0000;
  text-decoration: none;
}

.extra_mailing_white {
  vertical-align: bottom;
  font: bold 11px/18px Arial, sans serif;
  color: #FFFFFF;
  text-decoration: none;
}

.content_contact_1 {
  font: bold 11px/14px Arial, sans serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

.content_contact_2 {
  font: bold 10px/12px Arial, sans serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

/*begin table products decks*/
#products {
  width: 775px;
  border-collapse: collapse;
  background-color: #000000;
}

#products th {
  width: 20%;
}

#products tfoot {
  margin: 0;
}

#products tbody {
  text-align: center;
  font: bold 11px Arial, sans serif;
  text-transform: uppercase;
}

#products img {
  margin: 20px 0 10px 0;
}

#products tr.title {
  color: #FF0000;
  text-decoration: none;
  line-height: 12px;
}

#products tr.specs {
  color: #FFFFFF;
  vertical-align: top;
  line-height: 12px;
}

#products tr.product_header {
  padding: 20px 0 10px 0;
  text-align: left;
}

/*end table products decks*/



/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		color:#000000;
		}

	#slider, #slider li{ 
		width:130px;
		height:468px;
		overflow:hidden; 
		}
	span#prevBtn{font-family:'Courier New',Courier,monospace; font-size:13px; float:left ; }
	span#nextBtn{font-family:'Courier New',Courier,monospace;
		font-size:13px; width:30px; float:right; padding-right:5px;}					
	span#prevBtn a {color:#F00;}
	span#nextBtn a{color:#F00;}
	
	#slider a{  
	font: 13px 'Courier New', Courier, monospace;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
		}
		
	#slider a:hover{  	
	font: 13px 'Courier New', Courier, monospace;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
/* // Easy Slider */


#header_bottom a:link, a:visited, a:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#header_bottom a:hover {
  color: #000000;
}

