/* Foodtech Packtech 08 */
/*font styles*/
* {
margin:0px;
padding:0px;
}
td {
padding:3px;
}
p {
margin:8px 0 8px 0;
}

li {margin: 0}

ol, ul {
	padding: 0 0 0 1.5em;
	margin:  0 0 0 0;
	}
h1 {color:#1F3D69;
	font-size:1.5em;
	font-weight:normal;
	margin: 10px 0 20px 0;
 }
	
h2 {color:#1F3D69;
	font-size:1.2em;
	margin: 20px 0 -6px 0;
	font-weight:normal;
}

h3 {color:#1F3D69;
	font-size:1em;
	font-weight:normal;
	margin: 2px 0 -8px 0;
}

.smaller {font-size: .82em; }

a, a:visited {
color: #1F3D69;
}

a:hover {
color:#AC090A;
}
.blue {
color: #1F3D69;
text-decoration:none;
}

.footlink, .footlink:visited{
	color:#781515;
}

.footlink:hover, #right a:hover{
	color:#000;
}
#right li{
	list-style-image: url(images/gr_arrow.gif);
	line-height: 180%;
	margin-bottom: 4px;
	margin-left:12px;
	margin-right:0x;
	margin-top: 4px;
}
#right ul{	
	margin-bottom: 10px;
	margin-top: 10px;
}
.caption{
float:right;
border:5px solid #fff;
padding 6px;
width:200px;
background-color:#FFFFFF;
}

/*container divs*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-color:#254A7F;
	color:#333;
	line-height:140%;	
}
sup {
font-size:0.9em;
}
#headergirl {
	height:30px;
	background-color:#5273A4;
}
#headerboat {
	height:30px;
	background-color:#77AAE8;
}
#headerfish {
	height:30px;
	background-color:#1979A6;
}
#headerman {
	height:30px;
	background-color:#89C1E6;
	background-image:url(images/bg_rod.jpg);
	background-repeat:no-repeat;
	background-position:833px 100%;
}

#wrapper_girl{
width:100%;
background-image:url(images/bg_girl.jpg);
background-repeat:repeat-x;
background-position:1185px 0;
}
#wrapper_fish{
width:100%;
background-image:url(images/bg_fish.jpg);
background-repeat:repeat-x;
background-position:1185px 0;
}
#wrapper_boat{
width:100%;
background-image:url(images/bg_boat.jpg);
background-repeat:repeat-x;
background-position:1185px 0;
}
#wrapper_man{
width:100%;
background-image:url(images/bg_man.jpg);
background-repeat:repeat-x;
background-position:1185px 0;
}
#leftbg{
float:left;
width:35px;
}
#container_girl{
width:100%;
background-image:url(images/bgr_girl.jpg);
background-repeat:no-repeat;
background-position:915px 0;
}
#container_fish{
width:100%;
background-image:url(images/bgr_fish.jpg);
background-repeat:no-repeat;
background-position:915px 0;
}
#container_boat{
width:100%;
background-image:url(images/bgr_boat.jpg);
background-repeat:no-repeat;
background-position:915px 0;
}
#container_man{
width:100%;
background-image:url(images/bgr_man.jpg);
background-repeat:no-repeat;
background-position:915px 0;
}
#contentcontainer {
width:860px;
margin-left:35px;
background-color:#EDF3FC;
background-image:url(images/bg_graphic.gif);
background-repeat:no-repeat;
background-position:10px 100%;
border:10px solid #FFFFFF;
}
#contentshade {
width:100%;
background-image:url(images/bg_shade.jpg);
background-repeat:repeat-x;
border-top:10px solid #FFFFFF;
}
.column #left {
	width: 156px;
	float: left;
}
.column #right {
	width:670px; 
	margin:15px;
	padding:0px;
	float: right;
	background-image:url(images/gr_4fish.gif);
	background-repeat:no-repeat;
	background-position:98% 0;
}

#logo {
background-color:#254A7F;
height: 143px;
}


/*-- leftnav styles --*/

#left ul {
	width:100%;
	padding:0;
	margin: 14px 0 0 0;
}
#left ul li{
	margin: 0 0 0 8px;
	list-style:none;
	border-bottom:1px dashed #254A7F;
	overflow:hidden;
	padding:4px;
}
#left ul li a:link, #left ul li a:visited {
	color:#333;
	text-decoration:none;
	padding: 0 0 12px 10px;
	display:block;
	height:6px;
}

#left ul li a:hover, #left ul li a:visited.current {
	color:#AC090A;
}

/*-- footer styles --*/
#footer {
	clear:both;
	color:#C7DAF4;
	width:935px;
	height:10px;
	padding:6px;
	font-size:.8em;
}


/*-- extra styles --*/

.wrapright{
	float:right;
	border:0;
	padding-left:8px;
}
.wrapleft{
	float:left;
	border:0;
	padding-right:8px;
}
.clear {
		clear:both;
}
