/*
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: white;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

h1{
	font-size: 1.3em;
	color: #14205F;
}
h2{
	font-size: 1.2em;
	color: #14205F;
}
h3{
	font-size: 1.1em;
	color: #14205F;
	margin-bottom: 5px;
}
h4{
	font-size: 1.0em;
	color: #14205F;
	margin-bottom: 0px;
}
a{
	color: #206BB1;
	text-decoration: none;
	font-weight: bolder;
}
a.header{
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

img{
	border: 0px;
}

img.column2left{
	width: 500px;
	margin-bottom: 10px;
	border: 1px solid #206BB1;
}

img.column2right{
	width: 230px;
	margin-bottom: 10px;
	border: 1px solid #206BB1;
}

img.column3left{
	width: 160px;
	border: 1px solid #206BB1;
}

img.column3middle{
	width: 400px;
	border: 1px solid #206BB1;
}

img.column3right{
	width: 160px;
	border: 1px solid #206BB1;
}

area{
	cursor: crosshair;
}

hr{
	border-top: 2px solid #206BB1;
}

hr.content{
	margin-top: 13px;
	clear: both;
	border-top: 1px dotted #206BB1;
}

#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 970px;
	text-align: left;
	background-color: #EEEEFF;
}

#left{
	float: left;
	width: 200px;
}

#right{
	float: left;
	width: 770px;
}

#header{
	height: 270px;
	width:100%;
	background: url("images/fishhr.png") repeat;
}

#headerleft{
	float: left;
	width: 200px;
}

#headermiddle{
	float: left;
	width: 550px;
	height: 232px;
	text-align: center;
}
#headerright, #headerrightmo, a.headerright, a.headerrightmo{
	float: right;
	width: 193px;
	font-size: 0.9em;
	text-align: center;
	color: #AAAABB;
}

#headerrightmo, a.headerrightmo{
	color: black;
}

.headermessage{
	color: red;
	font-size: 0.75em;
}

#pagetitle{
	clear: both;
	padding-top: 5px;
	padding-left: 205px;
	color: #14205F;
	font-weight: bold;
	font-size: 1.4em;
}

.webtitle{
	font-size: 2.1em;
	font-weight: bold;
	color: #206BB1;
}

#content{
	width: 760px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	font-size: 0.85em;
	min-height: 400px;
	text-align: justify;
}

#content2left{
	padding-left: 5px;
	width: 500px;
	float: left;
	text-align: justify;
}

#content2right{
	width: 230px;
	padding-left: 10px;
	float: right;
	text-align: left;
}

#content3left{
	width: 160px;
	padding-right: 5px;
	float: left;
}

#content3middle{
	padding-left: 10px;
	width: 400px;
	float: left;
	text-align: justify;
}

#content3right{
	width: 160px;
	padding-left: 10px;
	float: right;
	text-align: left;
}

div.menucomment, div.menucommentb{
	float: left;
	width: 400px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}
div.menuunit, div.menuunitb{
	float: left;
	width: 150px;
	text-align: right;
	margin-bottom: 5px;
}
div.menuprice, div.menupriceb{
	float: left;
	width: 100px;
	text-align: right;
	margin-bottom: 5px;
}
div.menucommentb, div.menuunitb, div.menupriceb
{
	border-bottom: 1px dotted #AAAABB;
}

#menue{
	margin-bottom: 5px;
}

#menue ul{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	list-style-type: none;
}

#menue ul li{
	background: url("images/list.png") no-repeat;
}

#menue ul li.recipe{
	background: url("images/listrecipe.png") no-repeat;
}

#menue ul li a{
	color: #206BB1;
	font-weight: bolder;
	display: block;
	padding-left: 20px;
}

#menue ul li a.sel{
	color: #f7931d;
}

#menue ul li span{
	font-weight: bolder;
	display: block;
	padding-left: 20px;
}

#menue ul li a:hover{
	color: white;
	background: url("images/menuebg.png") repeat;
}

#menue ul li ul{
	font-size: 0.9em;
	font-weight: bolder;
	margin-left: 15px;
}

#menue ul li ul li a, #menue ul li ul li span{
	font-size: 0.9em;
}

#menue ul li ul li a.sel{
	color: #f7931d;
}

#menue ul li ul li a:hover{
	color: white;
	background: url("images/menuebg.png") repeat;
}

a.fishanker{
	background: url("images/fishanker.png") no-repeat;
	font-weight: bolder;
	padding-left: 20px;
	font-size: 0.9em;
}

ul.ingredients{
	margin: 0px;
	padding-left: 1.2em;
}

ul.ingredients li{
	list-style-position: outside;
}

span.ingredientsubtitle{
	line-height: 150%;
	font-weight: bolder;
	font-size: 0.9em;
}

#footer{
	clear: both;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #206BB1;
	font-size: 0.7em;
}


