@charset "utf-8";
@import url("menu.css");
html, body {
	height: 100%;
}

img, img:focus, a,a:focus  {
	outline: none;
	box-shadow: none;
}
a {
	text-decoration: none;
	color: #0093d6;
}
a:hover {
	text-decoration: none;
	color: #28B9FF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009EE6;
	font-weight: bold;
}
h2 {
	color: #009EE6;
	font-size: 16px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 3px;
	line-height: 1.3em;
	padding-top: 2px;
}
li {line-height: 1.3em;}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	position: relative;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
#header {
	height: 75px;
	position: relative;
}
#nav {
	height: 40px;
	width: 960px;
	margin: auto;
	border: 1px solid #222;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	border-radius: 6px;
	box-shadow: 0 1px 1px #777;
	position: relative;
	z-index: 100;
}
#logo {
	vertical-align: middle;
	float: left;
	margin-top: 7px;
	display: table-cell; 
}
.logotext{
	display: block;
	margin: 0 auto;
	}
#headerRight {
	float: right;
	height: auto;
	width: 500px;
	margin-top: 10px;
}
#headerContact {
	height: 25px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888;
	text-align: right;
	padding-top: 5px;
}
#headerRegion {
	text-align: right;
	height: 25px;
	padding-top: 2px;
	padding-right: 3px;
	float: right;
	position: relative;
	color: #888888;
}
#headerContact img {
	padding-right: 3px;
}
#headerContact a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #888888;
}
#headerContact a:hover {
	text-decoration: none;
	color: #009EE6;
}

#imageRollingBar {
	background-color: #D0EBFB;
	height: 300px;
	width: 100%;
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}


#jumpMenu {
	color: #333;
	margin: 2px;
	margin-left: 0px;
	float: right;
	position: relative;
	outline: none;
	box-shadow: none;
}
#footer {
	background-color: #0083cd;
	clear: both;
	height: 30px;
	width: 100%;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	bottom: 0px;
}
.productContainer {
	width: 221px;
	height: 230px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009ee6;
	margin-right: 25px;
	float: left;
	margin-top: 20px;
}
.productContainer:last-child {
	margin-right: 0px;
}
.productContainer:hover {
	background-color: #D0EBFB;
}
.categoryContainer {
	width: 300px;
	height: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009ee6;
	margin-right: 30px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.categoryContainer:last-child {
	margin-right: 0px;
}
.mainProductContainer {
	width: 350px;
	height: 300px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009ee6;
	margin-right: 15px;
	float: left;
	margin-top: 20px;
}
.mainProductContainer:last-child {
	margin-right: 0px;
}
.mainProductContainer:hover {
	background-color: #D0EBFB;
}
.contents {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}
.contentsLineTop {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009EE6;
	margin-bottom: 10px;
	clear: both;
	height: auto;
	padding-top: 10px;
	margin-top: 10px;
}
.rollContainer {
	height: auto;
	width: auto;
	clear: both;
	position: relative;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-top: 20px;
}
.mainContainer {
	height: auto;
	width: auto;
	min-height: 600px;
	clear: both;
	border-left-width: 1px;
	position:relative;
}
.cooperativePartyLogo {
	margin-top: 10px;
}
.cooperativePartyLogo img {
	margin-right: 20px;
	margin-top: 15px;
}
#nav2 {
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#nav2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#verticalMenu {
	width: 200px;
	float: left;
	margin-top: 10px;
	min-height: 500px;
	padding-left: 10px;
	position: relative;
}
#contentsContainer {
	min-height: 100%;
	position: relative;
}
#rightContainer {
	width: 715px;
	float: right;
	min-height: 600px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009EE6;
	padding-left: 20px;
	position: relative;
}


#pageContainer {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	clear: both;
	height: 2em;
	color: #999;
	padding-top: 5px;
	position: relative;
}
#pageContainer a:hover {
	color: #FFF;
	background-color: #0CF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#pageContainer a {
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
#pageContainer p {
	font-size: 14px;
	color: #999;
	display: inline;
	padding-left: 10px;
}
.activeText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #0083CD;
	padding: 3px 4px 3px 4px;
}
h3 {
	background-color: #eee;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 5px;
}
h3 a {
	color: #666;
}
.mainProductContainer p {
	padding-left: 8px;
	padding-right: 8px;
}
.mainProductContainer h2 {
	padding-left: 8px;
	padding-right: 8px;
}
.productContainer p {
	padding-left: 8px;
	padding-right: 8px;
}
.productContainer h2 {
	padding-left: 8px;
	padding-right: 8px;
}
.leftContainer {
	float: left;
	height: auto;
	width: auto;
}
.leftContainer h1 {
	padding-top: 13px;
	font-size: 24px;
}
.rightContainer {
	float: right;
	height: auto;
	width: auto;
	position: relative;
}
.middleContainer {
	width: 100%;
	float: left;
	position: absolute;
	text-align: center;
	clear: both;
	bottom: 5px;
	margin-top: 10px;

}
ul.point {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.5em;
	line-height: 1em;
}
ul.point li {
	color: #009ee6;
	padding-top: 0.8em;
}
.point li span {
	color: #666666;
}

ul.point2 {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 2em;
	line-height: 1em;
}
ul.point2 li {
	color: #86d9ff;
	padding-top: 0.8em;
}
.point2 li span {
	color: #666666;
}
.greyInformationBox {
	background-color: #ececec;
	clear: both;
	height: 130px;
	display: table;
	vertical-align: middle;
	float: left;
	width: 695px;
	margin-bottom: 20px;
	padding-right: 20px;
}
.greyInformationBox img {
	padding-right: 20px;
}
.blankContainer {
	float: left;
	height: auto;
	width: auto;
}
.blankContainer h2 {
	font-size: 12px;
}
.verticalCenter {
	display: table-cell;
	vertical-align: middle;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009EE6;
	font-weight: bold;
	padding-bottom: 4px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009EE6;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	/* Gradient color1 - color2 - color1 */
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #eee, #ccc, #eee);
	background-image: -moz-linear-gradient(left, #eee, #ccc, #eee);
	background-image: -ms-linear-gradient(left, #eee, #ccc, #eee);
	background-image: -o-linear-gradient(left, #eee, #ccc, #eee);
	margin-top: 20px;
	margin-bottom: 20px;

}
h6 {
	font-weight: bold;
}
.rollImage{
	margin-right: 25px;
	float: left;
	text-align: center;
}

.rollImage:last-child {
	margin-right: 0px;
}
#productTable {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 2px solid #09F;
	border-collapse: collapse;
	vertical-align: middle;
	width:100%;
}

#productTable td, #productTable th 
{
font-size:1em;
border:1px solid #009ee6;
padding:6px;
vertical-align: middle;
}



#productTable td:first-child
{
background-color:#cdefff;
}
#productTable tr:first-child
{
background-color:#cdefff;
}
#productTable tr:first-child td:first-child
{
background-color:#fff;
}



/*
#productTable tr:nth-child(2)
{
background:#cdefff;
}*/

.widhthalf{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009ee6;
	width: 48%;
	float: left;
	margin-right: 20px;
	}
	
	.widhthalf:last-child{

	margin-right: 0px;
	}
.boldtext {
font-weight:bold;
}
	