/* color palette

#919191 - gray 
47504d - dark green
*/


body {
	margin:0px;
	font-family: Georgia;
	font-size:12px;
	color:#000000;
}
a {
	text-decoration:none;
	color: #241a44;
}
a:hover {
	text-decoration: underline;
}

#Logo {
	position:absolute;
	top:140px;
	left:534px;
	visibility: visible;
}
#Menu {
	position:absolute;
	top:226px;
	left:546px;
	font-size:18px;
	visibility: visible;
}
#Main {
	position:absolute;
	width:422px;
	top:150px;
	left:50px;
	font-size:12px;
}
.Titl {
	font-family:Georgia;
	font-size:18px;
	color:#402406;
}

/* home page */

#homeSignup{
	position:absolute;
	width:600px;
	top:730px;
	left:400px;
	font-size:12px;
	color: #fff;
}


.buttonAlignment input {
	vertical-align: middle;
}

.whiteText a {
	color: #fff;
	text-decoration: underline;
}
/* wares */

.ThumbnailStyle {
	padding: 2px;
	border: 1px solid #727276;
	margin-top: 5px;
}



/* acquire formatting */


form {
	padding: 0;
	margin: 0;
}

.orderNote {
	padding: 0;
	margin: -3px 0 0 0;
}

#photoThumbnails td {
	padding: 0 20px 20px 0;
}

#photoThumbnails img {
	padding: 2px;
	border: 1px solid #687571;
}

#itemOrder {
	position:absolute; 
	top: 35px; /*22 70 or 270 */
	left:312px; 
	width: 104px;
	font-family: sans-serif; font-size: 11px;
	color: #919191;
	z-index: 10;
	text-align: center;
}

#itemOrder input, #itemOrder select {
	background-color: #6f7e79; /* lighter dark green */
	color: #fff;
	text-align: center;
	border: 0;
	margin: 2px 0 7px 0;
	font-family: sans-serif; font-size: 12px;
	width: 90px;
	padding: 2px;
}

#itemOrder .noCSSStyling {
	padding: 0;
	margin:	0;
	width: auto;
}
