/* menu styling */
#toplogo {
	height: 182px;
	background: url(images/menu_top.gif);
	background-repeat: no-repeat;
}

div.emptymenu {
	height: 20px;
	background: url(images/menu_bkg.gif);
	background-repeat: repeat-y;
}

div.button {
	background: url(images/button.gif);
	height: 32px;
	width: 150px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: neo alt, helvetica, verdana, sans-serif;
	font-size: 14px;
	cursor: hand;
}

span.buttontext {
	color: white;
	position: relative;
	top: 3px;
	left: 21px;
	text-decoration: none;
}

#menu {
	position: fixed;
	float: left;
	margin-top: 0px;
	color: white;
	padding: 0px;
	width: 190px;
}

div a {
	text-decoration: none;
}

#menubottom {
	height: 36px;
	background: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
}

/* end of menu styling */

div.header {
	position: absolute;
	left: 190px; 
	top: 20px; 
}

div.content {
	position: absolute; 
	display: block; 
	left: 190px; 
	max-width: 600px; 
	width: 600px; 
	top: 80px; 
	}

div.content img {
	margin: 2px;
}

form table {
	font-size: 14px;
}

#order {
	border: solid lightgray; 
	background-color: #F1F1F1;
}

form {
	margin: 10px;
}
