@charset "utf-8";
/* FEVA CSS by Evan Watkins */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#efefef;
	background-image: url("../images/bg6.png");
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:13px;
}

strong 
{
    font-size: normal;
    font-style: normal;
    font-weight: normal;
}

h1 {
	font-size: 16px;
}


#contact {
	float: right;
	color: #cccccc;
	font-family:"Times New Roman", Times, serif;
	padding-top: 10px;
}

#contact a{
	text-decoration: none;
	color: #000;
	padding-right: 10px;
	padding-top: 10px;
}

#contactForm {
border:1px solid #CCCCCC;
height:375px;
width:465px;
}

 #container { 
	width: 760px;
	min-width:760px;
	margin: 0 auto;
	text-align: left;
} 

#content {
	width: 760px;
	color: #666;
	background-image: url("../images/contPlate6.png");
	background-repeat:repeat-y;
	float: left;
						  
}

.contentText {
background:#E6E6E6 none repeat scroll 0 0;
float:left;
margin-left:5px;
padding-left:10px;
padding-right:10px;
width:730px;
padding-top:10px;
padding-bottom:10px;
	}

 #footerBar { 
background-image:url(../images/lowNav2.png);
background-repeat:no-repeat;
color:#FFFFFF;
float:left;
font-size:11px;
height:22px;
margin-left:0px;
text-align:center;
width:760px;
}

#footer2{
background-image:url(../images/contPlate_low.png);
background-repeat:repeat-y;
color:#444444;
float:left;
font-size:11px;
height:111px;
margin-bottom:30px;
margin-left:-1px;
text-align:center;
width:760px;
}

#footer2 a{
	color: #444444;
}
.footerbarLinks 
{
    padding-top:4px;
}

#footerBar 
{
    color:#444;
}
#footerBar a 
{
    color: #444;
    padding-top:5px;
    padding-left: 2px;
    padding-right: 2px;
}
#header{
	float:left;
	width:100%;
	text-align:left;
	height:245px;
	background-image:url(../images/header2.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	}
#header1{
	float:left;
	width:100%;
	text-align:left;
	height:35px;
	background: none;
	margin: 0 auto;
}

.inventoryImage 
{
    padding: 5px;
    border: 1px solid #ccc;
}

#navigation {
background-image:url(../images/navBar2.png);
background-repeat:no-repeat;
float:left;
height:26px;
margin-left:-1px;
width:760px;
}

#slides {
background:#E6E6E6 none repeat scroll 0 0;
float:left;
height:167px;
margin-left:5px;
padding-top:15px;
width:750px;
z-index:-1;
}

.slider {
	float: left;
	height: 100px;
	width: 100px;
	padding: 5px;
	border: 1px solid #ccc;
}

#sliderContainer {
	float: left;
	height: 115px; 
	width: 740px;
	border: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
}

.firstLetter {
	text-transform:uppercase;
	font-size:17px;
		font-family:"Times New Roman";
}

/*#nav{
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	font-family:"Times New Roman";
	text-transform:uppercase;
	padding-left: 10px;
	}

#nav ul .item{
	display:none;
left:-83px;
position:relative;
top:2.2em;
width:0;}
#nav ul:hover .item{display:inline;}
#nav ul{margin:0;padding:0;list-style-type:none;width:auto;}
#nav ul li{display:block;float:left;margin:0;}
#nav ul li a{
	background:transparent url(images/bgDIVIDER1.gif) no-repeat scroll right top;
color:#666666;
display:block;
float:left;
height:23px;
padding:4px 17px 0;
text-decoration:none;
	}
#nav ul li a:hover,#nav ul li a.current{
	color:#B30000;
	}
	
#nav li ul {
    display: none;
}
#nav li:hover > ul {
    display: block;
}
*/

.menu{
display:block;
font-family:"Times New Roman";
font-size:11px;
font-weight:bold;
height:39px;
padding-left:10px;
padding-top:2px;
position:relative;
text-transform:uppercase;
	}
.menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
	.menu li{
		float:left;
		padding:0px;
height: 30px;
		}
	.menu li a{
		color:#666666;
		display:block;
		font-weight:bold;
		line-height:20px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover {
			color:#FFFF66;
			text-decoration:none;
			}
	.menu li ul{
		display:none;
		height:auto;
		padding:0px;
		margin-top:2px;
		border:0px;
		position:absolute;
		width:140px;
		z-index:1;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:140px;
height:35px;
		}
	
	.menu li:hover li a{
		background-image: url("../images/ddbg.png");
		
		}
		.menu li:hover li.bot a{
		background-image: url("../images/ddbot.png");
		height: 25px;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 0px 0px 21px;
		text-align:left;
		color: #444444;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			border:0px;
			color:#ffffff;
			text-decoration:none;
			
			}
	.menu p{
		clear:left;
		}	

		

#keywords 
{
    height: 0px;
    visibility:hidden;
}

#footerText {
	padding-top:15px;
}