body, p {
	background-color: none;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #333366;
}

a.thumbnails {text-decoration: none; color: #FFFFFF;}
/*a.thumbnails a:link { color: #FFFFFF;}
a.thumbnails a:active { color: #FFFFFF;}
a.thumbnails a:visited { color: #FFFFFF;}*/

a.email {text-decoration: none;}

div.menu {
	width: 200px;
	height: 100%;
	margin: 0px auto; padding: 0;
	position: absolute;
	left:0px;
	top:450px;
}

table.menu a { width:190px; height:50px; border:none; display: block; }

table.prices {
	border-width: 3px;
	border-style: ridge;
	border-color: #003333;
}

div.menu a {
	color: #D8D8D8;
	background: none;
	text-decoration:none;
	border:none;
	text-indent: 40px;
	font-size: 25px;
	font-family: verdana, tahoma, sans-serif;
	padding: 2px 5px; /* top and bottom pad of 2, left and right pad of 5 */
}

div.menu a:link {
	/* trying to diminish presence of hyperlink border in firefox, cant set to #FFFFFF though
	as it screws up in IE - text goes white too as dynatext does not work*/
	color: #006666;
	background: url(cssimages/tabbg.gif);
}

div.menu a:active {
	color: #006666;
	background: url(cssimages/tabbg.gif);
}

div.menu a:visited {
	color: #006666;
	background: url(cssimages/tabbg-visited.gif);
}

div.menu a:hover {
	color: #660033;
	background: url(cssimages/tabbg-hover.gif);
}

h1 {color: #333333;	font-size: 25px; font-weight: normal;
	font-family: verdana, tahoma, sans-serif;
}
h3 {color: #333333;	font-size: 18px; font-weight: normal;
	font-family: verdana, tahoma, sans-serif;
}
legend {color: #333333;	font-size: 16px; font-weight: normal;
	font-family: verdana, tahoma, sans-serif;
}

/* note the <br /> in hmini_inc.php */
img.bottomright {
	position: absolute;
	right: 0px;
	z-index:-1;
}

img.floatleft {	float: left; }

p.home_page {
	width: 600px;
	font-size: 14px;
	color: #333366;
}

p.indent {
	text-indent: 1cm;
}

#bgtopleft {
	display: block;
	width: 1000px;
	height: 454px;
	background: url(cssimages/bgtopleft.jpg) no-repeat;
	margin: 0px auto; padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#container {
	display: block;
	width: 1024px;
	height: 100%;
	background-color: transparent;
	background-image: url(cssimages/bgcraq.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 300px;
	left: 250px;
	z-index:1;
}

#automatonbg {
	display: block;
	width: 800px;
	height: 100%;
	background-image: url(cssimages/automatonbg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#weisernbg {
	display: block;
	width: 800px;
	height: 100%;
	background-image: url(cssimages/weisernbg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#blog_section {
	width: 600px;
}

#blog_date {
	text-align: left;
	color: #009900;
}

#seb_blog {
	color: #333366;
}

#tute_thumb_container
{
	width: 320px;
	height: 200px;
	border: 1px solid black;
	padding: 5px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
}

#shop_item_container {
	width: 600px;
	border: 1px solid black;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#container_300wide {
	width: 300px;
}

