/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	width: 750px; 
	margin:0 auto;  
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	color: #ffdbc0;
	vertical-align: top;
}

#text-padding {
	padding: 30px;
}

.listpadding {
	padding-left: 10px;
	}
	

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:12px;
	color: #ffab54;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	color: #0d9648;
}

td.image_back {
	background-image: url(../images/images.jpg);
	background-repeat: repeat-y;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	color: #ffdbc0;
}
	
img.borders { 
	border: 5px solid #8d8156;
	margin: 10px 5px 10px 5px;
	}

#borders img {
	border: 5px solid #8d8156;
	margin:10px 20px 10px 20px;
	}
	
td.jemco {
	font-size:10px;
}
	
td.image_back2 {
	background-image: url(../images/noimage_back.jpg);
}

input {
	background-color:#8d8156;
	border: 1px solid #ffab54;
	margin: 5px;
}

textarea {
	background-color:#8d8156;
	border: 1px solid #ffab54;
	margin: 5px;
}


#submit.button {
	margin: 20px 10px 20px 10px;
	}
	
#reset.button {
	margin: 20px 10px 20px 20px;
	}

select {
	background-color:#8d8156;
	border: thin solid #ffab54;
	color: #ffab54;
	margin: 5px;
}

.products_text_header {
	margin: 20px 40px 5px 15px;
	}
	
.products_title_header {
	margin: 20px 30px 5px 15px;
	font-weight: bold;
	}

.products_list {
	margin: 20px 20px 5px 15px;
	}

#slideshow td {
	text-align:center;
	}
	 	
#vendors img, #slideshow img{
	margin:10px;
	border: 1px solid #ffab54;
	cursor: pointer;
	} 

.top images {
	border: 1px solid #ffab54;
	}

#vendors td {
	vertical-align:middle;
	text-align: center;
	}
	
#vendors p {
	padding:5px 20px 15px 30px;
	}
	
#vendors h1 {
	padding:30px 20px 5px 30px;
	}

/* This is where the drop down menu CSS begins */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	text-align: center;
	top: 186px;
	z-index:100;
	width: 100%; /* precision for Opera */
}
#menu dl {
	float: left;
}

/* Submenu styling */
#menu dd {
	display: none;
	position: relative;
	width: 118px;
	top: -1px;
}
#menu li {
	text-align: center;
	margin: 2px 0;
	
} /*  For IE6 place background image can not be placed in the li tag.  must be in li a tag. */
#menu li a{
	background: url(../images/drop_down.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 29px;
	color: #ffd4a1;
	padding: 8px 0;
	text-decoration: none;
	display: block;
	height: 100%;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: url(../images/drop_down1.jpg) no-repeat;
}
#site {
	position: absolute;
	top: 240px;
	z-index: 1;
	width: 100%;
}