@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*
{
	padding:0;
	margin:0;
	outline:none;
}
body
{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
header
{
	display:block;
	height:175px;
	width:100%;
}
#header
{
	background:url(../img/bk-header.jpg) no-repeat;
	width:600px;
	margin:auto;
}
#header img {
    padding-top: 35px;
}
#menu
{
	background:url(../img/bk-menu.png) repeat-x;
	font-family: 'bebas_neueregular';
	height:77px;
	display:block;
	position:relative;
	width:100%;
}
#slide
{
	background-color:#868686;
	height:267px;
}
#slide img
{
	display:block;
	margin:auto;
}
#menu ul
{
	display:block;
	margin:auto;
	padding-top:20px;	
	width:700px;
}
#bk-submenu
{
	background:url(../img/bk-submenu.png) repeat-x;
	left:0;
	right:0;
	top:77px;
	position:absolute;
}
#menu ul li
{
	list-style:none;
	display:inline-block;
	float:left;
	height:57px;
	padding-left:5px;
	font-size:20px;
	color:#fff;
}
#menu ul li a
{
	color:#fff;
	line-height:45px;
	text-decoration:none;
}
#menu ul li:after {
    content: "|";
	padding-left:5px;
}
#menu ul li:last-child:after {
    content: "";
	padding-left:0px;
}

#menu ul li a:hover
{
	color:#fdf307;
}
.submenu
{
	display:none !important;
	height:35px;
	padding-top:0px !important;
	width:720px !important;
}
.moto:hover #bk-submenu .submenu
{
	display:block !important;
}
#content
{
	background:url(../img/moto-content_sm.png) no-repeat right bottom;
	margin:auto auto -50px;
	min-height:650px;
	padding-top:25px;
	position:relative;
	z-index:999;
	width:600px;
}
#content.about
{
	color:#fff;
}
h1
{
	color:#e71d23;
	font-family: 'bebas_neueregular';
	font-size:30px;
}
#content.about h2
{
	color:#e71d23;
	padding-top:20px;
	width:300px;
}
#content.about pre
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	padding-bottom:15px;
	padding-top:30px;
	width:330px;
	display:inline-block;
}
#thumbs a
{
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
}
hr {
    background-color: #FFFFFF;
    border: 0 none;
    height: 4px;
    margin: 25px 0;
}
.box
{
	display:none;
}
.box.current
{
	display:block;
}
.content-gallery {
    display: inline-block;
}
.box img {
    margin-right: 25px;
}
.content-gallery h2 {
    color: #c11d21;
	font-family: 'bebas_neueregular';
	font-size:27px;
}
.content-gallery a {
    color: #c11d21;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	text-decoration:none;
	text-transform:uppercase;
}
footer
{
	background:url(../img/bk-footer.png) repeat-x;
	display:block;
	height:194px;
	width:100%;
}
#footer
{
	height:194px;
	margin:auto;
	position:relative;
	width:720px;
}
#bk-footer
{
	background:url(../img/marca.jpg) 0 4px no-repeat;
	height:194px;
	width:720px;
	margin:auto;
	z-index:0;
	position:relative;
}
#footer ul
{
	bottom:20px;
	display:block;
	margin:auto;
	position:absolute;
	width:720px;
}
#footer ul li
{
	list-style:none;
	display:inline-block;
	float:left;
	padding-left:10px;
	font-size:12px;
	color:#fff;
}
#footer ul li a
{
	color:#fff;	
	text-decoration:none;
}
#footer ul li:after {
    content: "|";
	padding-left:5px;
}
#footer ul li:last-child:after {
    content: "";
	padding-left:0px;
}

#footer ul li a:hover
{
	color:#fdf307;
}
#phone {
    bottom: 55px;
	color: #FFFFFF;
	left:15%;
	line-height:18px;    
    margin: auto;
    position: absolute;
    text-align: center;
    width: 410px;
}
#foto
{
	float:right;
	margin-top:20px;
}
#box-r
{
	display:inline-block;
	width:300px;
}
.promo
{
	-moz-box-shadow: 0px -3px 28px 5px #4c4b4b;
	-webkit-box-shadow: 0px -3px 28px 5px #4c4b4b;
	box-shadow: 0px -3px 28px 5px #4c4b4b;
}
#home-title
{
	background:url(../img/bk-promo.jpg) 2px 0 no-repeat;
	height:75px;
	margin-top:162px;
	width:599px;
}
#home-title h1
{
	color:#fdf307;
	font-size:34px;
	padding-top:20px;
	text-align:center;
}
.homep {
    height: 40px;
    line-height: 40px;
    margin: auto;
    padding-top: 20px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 402px;
}
.homep a
{
	color:#fff;
	text-decoration:none;
}
.start
{
	background:url(../img/p-start.png) no-repeat;
	display: block;
    float: left;
    height: 41px;
    width: 11px;
}
.end
{
	background:url(../img/p-end.png) no-repeat;
	display: block;
    float: right;
    height: 41px;
    width: 11px;
}