html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	font-style:normal;
	color: inherit;
	outline: none;
	
}
#body.home-bicis{background:#000 url(../img/bg-bicis-home2.jpg) no-repeat center 0 fixed;}
#body.home-home{background: #000 url(../img/bg-home-home.jpg) no-repeat center 0 fixed;}


/*HEADER*/

#header{
	background: #0b0b0b;
	min-width: 900px;
	text-transform: uppercase;
}

#headernav{
	display: block;
	border-bottom: 1px solid #232427;
	height: 53px;
	margin: 0px auto;
	width: 900px;
	
}

#headernav .logo{
	display: inline;
	float: left;
	margin-top: 5px;
}

#headernav ul{
	display:inline;
	float: left;
	list-style: none;
	margin-left: 35px;
	margin-top: 17px;
	padding: 0px;
	
}





/*MAIN NAVIGATION*/
ul#nav {

  float: left;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
}

ul#nav li {
  float: left;
}

#nav li a {
  display: block;
  height: 53px;
  cursor: pointer;
}
#nav li a#nav_bikes {
  background: url(../img/nav_bikes.png) 0 0 no-repeat;
  width: 100px;

}

#nav li a#nav_about {
  background: url(../img/nav-about.png) 0 0 no-repeat;
  width: 100px;
}

#nav li a#nav_athletes {
  background: url(../img/nav_athletes.png) 0 0 no-repeat;
  width: 100px;
}

#nav li a#nav_rd {
  background: url(../img/nav-r&d.png) 0 0 no-repeat;
  width: 100px;
}

#nav li a#nav_shop {
  background: url(../img/nav-shop.png) 0 0 no-repeat;
  width: 100px;
}
#nav li a#nav_dealers{
	background: url(../img/nav-dealers.png) 0 0 no-repeat;
	width: 100px;
}

#nav li a#nav_contact {
  background: url(../img/nav-contact.png) 0 0 no-repeat;
  width: 100px;
}

#nav li a#nav_rd:hover{
	background-position: 0 -53px;
}

#nav li a#nav_shop:hover{
	background-position: 0 -53px;
}

#nav li a#nav_about:hover{
	background-position: 0 -53px;
}

#nav li a#nav_bikes:hover{
	background-position: 0 -53px;
}
#nav li a#nav_athletes:hover{
	background-position: 0 -53px;
}
#nav li a#nav_dealers:hover {
  background-position: 0 -53px;
}

#nav li a#nav_contact:hover {
  background-position: 0 -53px;
}

#nav li a#nav_bikes_active {
  background: url(../img/nav_bikes.png) 0 -106px no-repeat;
  width: 101px;
  margin-right: 0px;
}

#nav li a#nav_about_active {
  background: url(../img/nav-about.png) 0 -106px no-repeat;
  width: 101px;
}

#nav li a#nav_athletes_active {
  background: url(../img/nav_athletes.png) 0 -106px no-repeat;
  width: 101px;
}

#nav li a#nav_shop_active {
	background: url(../img/nav-shop.png) 0 -106px no-repeat;
	width: 101px;
}

#nav li a#nav_rd_active {
  background: url(../img/nav-r&d.png) 0 -106px no-repeat;
  width: 101px;
  margin-right: 0px;
}

#nav li a#nav_dealers_active {
	background: url(../img/nav-dealers.png) 0 -106px no-repeat;
	width: 101px;
}

#nav li a#nav_contact_active {
	background: url(../img/nav-contact.png) 0 -106px no-repeat;
	width: 101px;
}

/*IMAGE SLIDER*/
#slider {
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
}

/*MAIN CONTENT*/

#body {
	background:#000 url(../img/bg-bicis-home2.jpg) no-repeat center 0 fixed;
	margin: 0 auto;
	padding-left: -5px;
	padding: 0;
	padding-top: 0px;
	display: block;
}

#wrapper {
	height: 500px;
}

#wrapper[id] {
	height: auto;
	min-height: 500px;
}


.landingContent {
	margin: 0px auto;
	width: 900px;
	height: 500px;
	padding-bottom: 12px;
	overflow: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-image: none;
}


.landingContent div.landingImage {
	position: absolute;
	z-index: 0;
}

.landingContent div.heading {

	
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}



.landingContent div.headingbikes[class]{
	
}

.landingContent div.heading[class] {
	
}

#wrapper .landingContent h1 {

	text-transform: none;
	float: none;
	display: block;
	font-size: 1.6em;
	padding: 15px 20px;
	font-weight: normal;
}



.landingContent .menuContainer {
	padding: 10px;
	z-index: 1;
	position: relative;
	color: white;
}

.landingContent .menuContainer .breadcrumbs p{
	font-size: 10px;
	background: transparent url(../img/menutransparent.png);
	display: inline;
	padding: 3px;

	
	
}

.landingContent .menuContainer .menu {
	
	width: 276px;
	padding: 10px 0 5px;
}

.landingContent .menuContainer .menu[class] {
	background: transparent url(../img/menutransparent.png);
}

.landingContent .menuContainer .menu ul {
	padding: 0 10px;
	margin: 0;
}

.landingContent .menuContainer .menu ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	clear: left;
	width: 100%;
}



#wrapper #infoboxes {
	clear: both;
	width: 900px;
	height: 162px;
	margin: 0 auto;
	padding: 0;
}

#wrapper #infoboxes div {
	margin: 0;
	padding-bottom: 0px;
	display: inline;
	float: left;
	width: 292px;
	height: 150px;
	background: #232427;
}

#wrapper #infoboxes div div {
	display: none;
	margin: 0;
	float: none;
}

#wrapper #infoboxes div a {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	outline: none;
}

#wrapper #infoboxes div a img {
	margin: 0;
	padding: 0;
}

#wrapper #infoboxes div.last {
	margin: 0;
	padding: 0;
}
#wrapper #infoboxes div.teambox{
	background: url(../img/teambox.jpg);
	margin-left: 12px; 
	margin-right: 12px;
}
#wrapper #infoboxes div.social{
	background: url(../img/socialbg.jpg);
	list-style: none;
	color: white;
}
#wrapper #infoboxes div.social img{
	margin-top: 20px;
	margin-left: 12px;
	
	}
	


/*FOOTER*/
#footer{
	border-top: 1px solid black;
	color: white;
	background: black;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	width: 900px;
	
}

#footer p{
	margin: 0 auto;
	padding: 3px;
	display: inline
	padding-bottom: 6px;
	
}

#footer p.contact{
	float: right;
	margin-right: 12px;
	padding: 3px;
	
}
	


