html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, button {font-family:inherit; font-size:1em;}
body{
	font:15px/20px Arial, Helvetica, sans-serif;
	color:#333;
	background:#e4f9ff url(../images/bg-body.gif) repeat-x;
	min-width:951px;
}
img{border-style:none;}
a{color:#09f;}
a:hover{text-decoration:none;}
input{
	vertical-align:middle;
	margin:0;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* wrapper */
#wrapper{
	width:951px;
	margin:0 auto;
	padding:55px 0 0;
	position:relative;
	z-index:5;
}
#wrapper:after{
	clear:both;
	content:'';
	display:block;
}
.sun{
	position:absolute;
	right:-61px;
	top:0;
	background:url(../images/bg-sun.png) no-repeat;
	width:196px;
	height:134px;
	z-index:1;
}
.header-top{
	width:100%;
	overflow:hidden;
	padding:0 0 2px;
	position:relative;
	z-index:20;
}
.header-top .tel{
	float:right;
	background:url(../images/txt-tel.gif) no-repeat;
	width: 216px;
	height: 28px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 41px 0 0;
	display:inline;
}
/* header */
#header{
	width:100%;
	position:relative;
	z-index:50;
}
#header:after {
	height: 0;
	clear: both;
	content:"";
	display: block;
}
.logo{
	float:left;
	width: 336px;
	height: 273px;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
	margin:-121px 0 0 -77px;
	display:inline;
}
.logo a{
	height:100%;
	display:block;
	background:url(../images/bg-logo.png) no-repeat;
}
/* main-wrapper */
.main-wrapper{width:951px;}
.main-wrapper .top{
	background:url(../images/bg-top.png) no-repeat;
	width: 951px;
	height: 24px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}
.main-holder{
	background:url(../images/bg-main-holder.png) repeat-y;
	float:left;
	width:951px;
}
.main-box{
	width:931px;
	padding:12px 10px 10px;
	background:url(../images/bg-bottom.gif) no-repeat 0 100%;
}
/* main navigation */
#nav{
	margin:0;
	padding:0 0 0 14px;
	float:right;
	overflow:hidden;
	background:url(../images/bg-nav.gif) no-repeat 0 3px;
	width: 647px;
	height: 72px;
	font-size:18px;
}
#nav li{float:left;}
#nav a{
	color:#666;
	text-decoration:none;
	float:left;
	width:78px;
	height:72px;
	line-height:57px;
	text-align:center;
}
#nav .current_page_item a,
#nav a:hover{
	background:url(../images/bg-nav-hover.gif) no-repeat;
	color:#fff;
}
/* visual */
.visual{
	margin:-42px -4px 0 -5px;
	background:url(../images/bg-visual.jpg) no-repeat;
	width:940px;
	height:246px;
	position:relative;
	z-index:20;
}
.visual:after {
	height: 0;
	clear: both;
	content:"";
	display: block;
}
.visual .txt{
	float:left;
	position:absolute;
	left:96px;
	width:405px;
	top:49px;
}
.visual .txt h1{
	color:#fff;
	font-size:30px;
	line-height:38px;
	margin:0 0 10px;
}
.visual .txt p{
	color:#fff;
	font-size:15px;
	line-height:18px;
}
.star{
	position:absolute;
	right:287px;
	bottom:-18px;
	background:url(../images/icon-star.png) no-repeat;
	width:58px;
	height:60px;
}
.octopus{
	position:absolute;
	right:0;
	bottom:-18px;
	background:url(../images/octopus.png) no-repeat;
	width: 116px;
	height: 118px;
}
/* main */
#main{
	width:100%;
	position:relative;
}
#main:after {
	height: 0;
	clear: both;
	content:'';
	display: block;
}
#content{
	float:left;
	margin:28px 0 0 17px;
	display:inline;
	width:490px;
}
.list{
	margin:0;
	padding:0 0 40px 70px;
	font-weight:bold;
	font-size:17px;
}
.list li{
	background:url(../images/bullet01.gif) no-repeat;
	padding:3px 0 1px 25px;
	color:#007ec8;
	margin:0 0 11px;
}
.list a{
	text-decoration:none;
	color:#007ec8;
}
.list a:hover{text-decoration:underline;}
/* benefits-list */
.benefits-list li{
	padding:0 0 27px 59px;
	background:url(../images/bullet-benefits-list.gif) no-repeat;
	font-size:15px;
	line-height:18px;
}
.benefits-list strong{
	font-size:18px;
	color:#007ec8;
}
/* seals */
.seals{
	overflow:hidden;
	margin:-24px 0 0 46px;
}
* html .seals{
	overflow:visible;
	height:1%;
}
.seals li{
	float:left;
	padding:15px 14px 6px 0;
}
.seals img{display:block;}
/* photos */
.photos{
	position:absolute;
	right:-31px;
	top:-5px;
}
* html .photos{right:-32px;}
.photos img{display:block;}
/* footer */
.footer-area{
	width:100%;
	background:url(../images/bg-footer-area.gif) repeat-x 0 100%;
}
#footer{
	width:884px;
	margin:0 auto;
	position:relative;
	font-size:15px;
	line-height:16px;
	height:164px;
	padding:4px 33px 0 34px;
}
#footer:after{
	clear:both;
	content:'';
	display:block;
}
#footer p{margin:0;}
#footer .copy{
	float:left;
	padding:0 48px 0 0;
	background:url(../images/ico-copy.gif) no-repeat 100% 0;
}
#footer .right{float:right;}
#footer .green-star{
	position:absolute;
	left:-91px;
	top:-4px;
	background:url(../images/bg-green-star.gif) no-repeat;
	width:84px;
	height:88px;
}
/* menu */
.menu{
	float:left;
	overflow:hidden;
}
.menu li{
	float:left;
	padding:0 5px 2px;
	background:url(../images/sep-menu.gif) no-repeat 0 60%;
	margin:0 0 0 -1px;
	display:inline;
}
.menu a{
	color:#333;
	text-decoration:none;
	text-transform: lowercase;
}
.menu a:hover{text-decoration:underline;}
/* social */
.social{
	float:left;
	padding:0 0 0 15px;
}
.social li{
	float:left;
	padding:0 0 0 7px;
}
.social img{display:block;}
/* about page styles*/
.main-heading{
	background:url(../images/bg-main-heading.jpg) no-repeat;
	width:777px;
	height:55px;
	margin:-30px -4px 0 -5px;
	position:relative;
	z-index:20;
	padding:4px 163px 0 0;
}
.main-heading h2{
	margin:0;
	color:#fff;
	font-size:30px;
	line-height:37px;
	float:right;
}
.main-heading .ico-fish{
	position:absolute;
	right:64px;
	top:-55px;
	background:url(../images/ico-fish.png) no-repeat;
	width:120px;
	height:128px;
}
.main-heading .ico-star{
	position:absolute;
	right:302px;
	top:41px;
	background:url(../images/icon-star.png) no-repeat;
	width:58px;
	height:60px;
}
/* content-holder */
.content-holder{background:url(../images/bg-content-holder.gif) repeat-y 639px 0;}
.content-holder .frame-top{
	background:url(../images/bg-content-holder-top.gif) no-repeat 639px 0;
	width:100%;
}
.content-holder .frame-bottom{
	background:url(../images/bg-content-holder-bottom.gif) no-repeat 639px 100%;
	overflow:hidden;
	padding:8px 17px 26px 3px;
}
* html .content-holder .frame-bottom{
	overflow:visible;
	height:1%;
}
/* content */
.content-holder #content{
	margin:0;
	width:582px;
	padding:0 0 0 47px;
}
.terms{
	margin:0;
	font-size:85%;
	width:800px;
	padding:0 0 0 47px;
}

/* breadcrumbs */
.breadcrumbs{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#999;
	margin:0 -7px 21px 7px;
}
.breadcrumbs li{
	float:left;
	padding:0 7px;
	margin:0 0 0 -3px;
	display:inline;
	background:url(../images/sep-breadcrumbs.gif) no-repeat 0 60%;
}
.breadcrumbs a{
	color:#09f;
	text-decoration:none;
}
.breadcrumbs a:hover{text-decoration:underline;}
/* main-title */
.main-title{
	width:581px;
	margin:0 0 0 -47px;
	background:url(../images/bullet-benefits-list.gif) no-repeat;
	padding:14px 0 12px 37px;
}
.main-title h2{
	margin:0;
	font-size:30px;
	line-height:37px;
	color:#007ec8;
	border-bottom:1px solid #d6d6d6;
	padding:0 0 11px 16px;
}
.text-block{width:100%;}
.text-block .align-right{
	float:right;
	margin:-57px 0 0;
}
.text-block p{margin:0 0 12px;}
#content a{text-decoration:none;}
#content a:hover{text-decoration:underline;}
.text-block .sign{
	line-height:16px;
	padding:2px 0 0;
	margin:0;
}
/* sidebar */
#sidebar{
	float:right;
	width:245px;
	padding:59px 0 0;
}
#sidebar h3{
	margin:0 0 5px;
	font:18px/24px Arial, Helvetica, sans-serif;
}
/* navbar */
.navbar{
	width:100%;
	overflow:hidden;
	background:url(../images/sep-navbar.gif) repeat-x;
	padding:0 0 20px;
}
.navbar li{
	background:url(../images/sep-navbar.gif) repeat-x 0 100%;
	font-size:16px;
	line-height:24px;
	padding:4px 0 6px 4px;
	overflow:hidden;
	vertical-align:middle;
}
* html .navbar li{
	overflow:visible;
	height:1%;
}
.navbar a{
	color:#06c;
	text-decoration:none;
	float:left;
	background:url(../images/bullet-navbar.gif) no-repeat 0 8px;
	padding:0 0 0 12px;
}
.navbar a:hover{text-decoration:underline;}
.navbar ul{
	overflow:hidden;
	padding:10px 0 12px 17px;
	clear:both;
}
* html .navbar ul{
	overflow:visible;
	height:1%;
}
.navbar ul li{
	background:none;
	padding:0 0 8px;
	font-size:13px;
}
.navbar ul a{
	color:#333;
}
.navbar ul a:hover{color:#c3c;}
/* news-box */
.news-box{
	background:url(../images/bg-news-box-top.gif) no-repeat;
	padding:15px 0;
}
* html .news-box{height:1%;}
.news-box .box-holder{
	overflow:hidden;
	padding:2px 18px 21px;
	border:solid #e9e6e1;
	border-width:0 1px 1px;
}
#sidebar h4{
	font:17px/24px Arial, Helvetica, sans-serif;
	margin:0 0 4px;
}
.news-box ul{
	width:100%;
	overflow:hidden;
}
.news-box ul li{
	padding:0;
	font-size:14px;
	line-height:24px;
	width:100%;
	overflow:hidden;
	vertical-align:middle;
}
.news-box li a{
	color:#333;
	text-decoration:none;
}
.news-box li a:hover{text-decoration:underline;}
.news-box h5{
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#06c;
}
.news-box h5 a{color:#06c;}
/* search-form */
.search-form{
	border:1px solid #e2e2e2;
	background:#f7f7f7;
	padding:20px 16px 9px 15px;
}
.search-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
}
.search-form .txt{
	float:left;
	border:1px solid #dddddd;
	background:#efefef;
	font:14px Arial, Helvetica, sans-serif;
	color:#505354;
	width:189px;
	padding:4px 10px;
}
.search-form .btn-search{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	cursor:pointer;
	border:0;
	background:url(../images/btn-search.gif) no-repeat;
	width:49px;
	height:21px;
}
#main .ico-octopus{
	position:absolute;
	bottom:-7px;
	right:40px;
	background:url(../images/octopus.png) no-repeat;
	width:116px;
	height:118px;
}
* html #main .ico-octopus{
	bottom:-8px;
	right:39px;
}


#hor-zebra
{
	
	
	margin: 0px;
	width: 840px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	
	
	padding: 10px 6px;
	width:120px;
	color: #039;
	text-align: left;
}

#hor-zebra td
{
	padding: 10px;
	color: #669;
	vertical-align:middle;
}

#hor-zebra td col2
{
	padding: 10px;
	align:left;
	width:120px;
}

#hor-zebra .odd
{
	background: #e8edff; 
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0 display: block;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:4em 1em 1em 0 }
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.field{
display:inline-block;
float:right;
padding-right:6px;
width:350px;
text-align:left;
font-weight:bold;
}
.subbut{
background:url(../images/bluebutton.gif);
padding:0px 6px;
border:1px solid #3b6e22;
height:24px; 
line-height:24px;
color:#FFFFFF;
font-size:12px;
margin-right:10px;
display:inline-block;
text-decoration:none;
}


