/** This controls putting the footer on the bottom of the screen **/
/*** When using the footer stuff this id contains the top part, menu bars, content the lot **/
body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt; 
	color:black;
	text-align: left;
	margin:0;
	padding:0;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:black;
}

a:visited {
	font-weight:bold;
	color:black;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
}

a:focus {
	font-weight:bold;
	text-decoration:underline;
}

a.nav_link {
	font-weight:normal;
}
a.nav_link:visited {
	font-weight:normal;
}
a.nav_link:hover {
	font-weight:normal;
}
a.nav_link:focus {
	font-weight:normal;
}


.menu {
	margin:0;
	padding:0;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	list-style:none;

}

.submenu {
	margin:0;
	padding:0;
	font-weight:normal;
	margin-left:1em;
	text-align:left;
	list-style:none;
}

.product_image {
	float:left;
	margin:1em;
	border-width:0;
	border-style:none;
	border-color:white;
}

h2 {
	font-size:1.25em;
}

.product_list {
	text-align:left;
	margin:1em;
}

.menu_container {
	padding-left:1em;
}