@charset "UTF-8";


.Blinkers {font-size: 100px;
	font-style: normal;
	color: #F63;
}
.Interiors {
	font-size: 73px;
	color: #333;
}
.all {	font-size: 62px;
}
.blinkers {	font-size: 75px;
	color: #F63;
}
.bottemtext {	font-size: 24px;
}
.signiture {	font-weight: bold;
}
.blinkers1 {
	font-size: 73px;
	color: #F63;
}
.black {
	color: #000;
}
.hometext {
	font-family: Calibri;
}


#navMenu {
Margin:0;
padding:0;
}

#navMenu ul {
Margin:0;
padding:0;
line-height:35px;

}

#navMenu li {
margin:0;
padding:0;
list-style:none;
float:left;
position:relative;
background:#C5B5A5;

}

#navMenu ul li a {
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
height:35px;
width:184px;
display:block;
color:#333333;
border:1px solid #cccccc;
}

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;
	
	   opacity:0; 
     transition:opacity 0.5s linear; 
     -webkit-transition:opacity 0.5s linear; 
     -moz-transition:opacity 0.5s linear; 
     -o-transition:opacity 0.5s linear; 
	
}

#navMenu ul li:hover ul {
	visibility:visible;
    opacity:1;
}

/************************************/

#navMenu li:hover {
	background:#999999;
}

#navMenu ul li:hover ul li a:hover {
background:#999999;
color:000;

}

#navMenu a:hover {
color:#333333;

}
.clearFloat {
clear:both;
margin:0;
padding:0;
}

