/*Carter Group Showroom Stylesheet*/

.showroomContainer {
   /*background-color: #FFFFFF;
   border: 1px solid #AAACC0;*/
   margin: 10px auto 10px auto;
   padding: 0;
   width: 500px;
}

.showroomTitle {
  	border: 1px #000000 solid;
   color: #FFFFFF;
   font-size: 18px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #696969;/*#FFA800;*/
   padding: 4px 4px 4px 20px;
	text-transform: uppercase;
}

.showroomContent {
   width: 500px;
}

.showroomVehicle {
   float: left;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: center;
   width: 125px; /*image width: 125px or 250px*/
   height: 125px;
}

.showroomVehicleHover {
   float: left;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: center;
   width: 125px; /*image width: 125px or 250px*/
   height: 125px;
}

.showroomVehicleHover a {
   color: #FD0D0D;
}

#showroomLinks {
   width: 162px;/*168px*/
   padding: 5px 3px 5px 3px;
}

#showroomLinks .heading {
	background-image: url(images/sidebar/click-any-blank.gif);
   background-repeat: no-repeat; 
   background-position: center bottom; 
   height: 120px; 
   text-align: center;
}

#showroomLinks .heading h3 {
	color: #1A4381;
   margin: 0 0 3px 0;
}

#showroomLinks p {
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
   text-align: center;
   font-weight: bold;
}

#showroomLinks ul {
   margin-left: 7px; 
   padding-left: 7px; 
   list-style: none;
   margin-bottom: 10px;
}

#showroomLinks li {
   margin: 5px 0 5px 0;
   line-height: 13px;
	font-size: 8pt;
}

#showroomLinks a {
   display: block;
   /*word-spacing: -3px;*/
	font-size: 8pt;
   margin-left: -10px;
}


