/*
 *
 * CSS for the Roches site rewrite
 *
 */
 
 body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/*
 *
 * CSS for common parts of pages
 *
 */
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:100px;
}
#banner {
	width:600px;left:200px;top:100px;height:84px;position:absolute;
}
#menulist {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	line-height:40px;
}
.menuitem {
	background-image: linear-gradient(bottom, rgb(59,59,59) 11%, rgb(181,179,181) 56%, rgb(112,112,112) 78%);
	background-image: -o-linear-gradient(bottom, rgb(59,59,59) 11%, rgb(181,179,181) 56%, rgb(112,112,112) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(59,59,59) 11%, rgb(181,179,181) 56%, rgb(112,112,112) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(59,59,59) 11%, rgb(181,179,181) 56%, rgb(112,112,112) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(59,59,59) 11%, rgb(181,179,181) 56%, rgb(112,112,112) 78%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.11, rgb(59,59,59)),
		color-stop(0.56, rgb(181,179,181)),
		color-stop(0.78, rgb(112,112,112))
	);
	width:120px;
	top:20px;
	border:1px solid #999999;
	color:#FFFFFF;
}
.menuitem:hover {
	background-image: linear-gradient(bottom, rgb(254,128,26) 11%, rgb(254,193,17) 56%, rgb(254,152,26) 78%);
	background-image: -o-linear-gradient(bottom, rgb(254,128,26) 11%, rgb(254,193,17) 56%, rgb(254,152,26) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(254,128,26) 11%, rgb(254,193,17) 56%, rgb(254,152,26) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,128,26) 11%, rgb(254,193,17) 56%, rgb(254,152,26) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(254,128,26) 11%, rgb(254,193,17) 56%, rgb(254,152,26) 78%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.11, rgb(254,128,26)),
		color-stop(0.56, rgb(254,193,17)),
		color-stop(0.78, rgb(254,152,26))
	);
	width:120px;
	top:20px;
	border:1px solid #999999;
	color:#000000;
}
.menuitem a:link,a:visited,a:active,a:hover {
	text-decoration:none;
}
#t1 {
	position:absolute;
	left:73px;
}
#t2 {
	position:absolute;
	left:193px;
}
#t3 {
	position:absolute;
	left:313px;
}
#t4 {
	position:absolute;
	left:433px;
}
#t5 {
	position:absolute;
	left:553px;
}
#t6 {
	position:absolute;
	left:673px;
}
#t7 {
	position:absolute;
	left:793px;
}

