/* CSS Document */
body{
font-family:Arial, Sans-Serif;
text-align:center;
font-weight:normal;
font-size:14px;
color:white;
background-color:black;
}

.wrapper{
width:800px;
height:1100px;
margin:auto;
}


.wrapperstock{
width:800px;
min-height:1050px;
float:left;
}


.headerstock{
float:left;
width:800px;
height:250px;
background-image: url(images/headerstock.jpg);
background-position:0px 40px;
background-repeat: no-repeat;
}

.rightstock{
color:red;
font-size:12px;
float:right;
text-align:right;
margin-top:-10px;
}

.details3{
color:white;
font-size:12px;
float:right;
text-align:right;
margin-top:0px;
}


.header{
width:800px;
height:auto;
float:left;
background-image: url(images/header.jpg);
background-repeat: no-repeat;position:relative;
}

.left{
color:red;
font-size:12px;
float:left;
text-align:left;
padding-top:160px;
}

.right{
color:red;
font-size:12px;
float:right;
text-align:right;
padding-top:160px;
}

.details{
color:red;
font-size:12px;
text-align:center;
padding-top:160px;
}

.details2{
color:white;
font-size:12px;
text-align:center;
}

body .cars{
	width:760px;
	height:340px;
	float: left;
	position: relative;
	top:-25px;
	
}



#buttons{
	float: left;
	width: 385px;
	z-index:5;
	position: relative;
	left:230px;
	
}


  #buttons ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  #buttons li{
  display: inline;
  float: left;
  }
  
  
  #buttons li a{
  background-image: url(images/butback.gif);
  background-repeat: no-repeat;
  display: block;
  width: 162px;
  height: 41px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px 0px 30px;
  text-align: left;
  }


  #buttons li a:hover{
  text-decoration: none;
  color: red;
  }
  
#buttonsstock{
float: left;
width: 774px;
padding-top:170px;
}

#buttonsstock ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
#buttonsstock li{
  display: inline;
  float: left;
  }
  
  
#buttonsstock li a{
  background-image: url(images/butstock.gif);
  background-repeat: no-repeat;
  display: block;
  width: 129px;
  height: 29px;
  color: #fff;
  font-size:12px;
  text-decoration: none;
  text-align: left;
  padding: 5px 0px 0px 0px;
  }


  #buttonsstock li a:hover{
  text-decoration: none;
  color: red;
  }

.contentframe{
float:left;
width:800px;
min-height:600px;
text-align:left;
margin-top:20px;
}
