/* 
------------------
stylesheet 
NanoH2O
------------------
*/
* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff url(../images/bg.jpg) repeat-x top;
	font: 76%/ 1.3 Arial, Verdana, Helvetica, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
}

/* --------All--------- */
a {
	color: #0066cc; /* a link color */ /*text-decoration: none;*/
}

a:hover {
	color: #63a2e2
}  /* a link over color */
img,fieldset {
	border: 0;
}

.clear {
	clear: both
}

.hide {
	display: none;
	visibility: hidden;
}

address {
	font-style: normal
}

h1,h2,h3,h4,h5,h6 {
	font-size: 110%
}

fieldset legend {
	display: none
}

.setleft {
	float: left
}

.setright {
	float: right
}

img.setleft {
	margin: 0 10px 0 0
}

img.setright {
	margin: 0 0 0 10px
}

p {
	margin-bottom: 15px
}

/*-------End--------*/
#frame {
	background: #fff url(../images/bg.jpg) repeat-x top;
	width: 820px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
	min-height: 560px;
	background-color: #fff;
}

#NanoH2O {
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 999;
}

#topright {
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
}

#topright .on {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#shadow-left,#shadow-right {
	position: absolute;
	top: 128px;
	width: 12px;
	height: 468px;
}

#shadow-left {
	background: url(../images/shadow_left-trans.png) no-repeat top;
	right: 100%;
}

#shadow-right {
	background: url(../images/shadow_right-trans.png) no-repeat top;
	left: 100%;
}

/*menu style */
#nav {
	list-style: none;
	overflow: hidden;
	float: right;
	margin-top: 90px;
	margin-bottom: 10px;
}

#nav li {
	background: url(../images/nav_bg.gif) repeat-x top;
	float: left;
	margin-left: 4px;
}

#nav li * {
	display: block;
	float: left; /*fix ie6.xx*/
}

#nav strong {
	background: url(../images/nav_left.gif) no-repeat top left;
	font-weight: normal;
}

#nav a {
	background: url(../images/nav_right.gif) no-repeat top right;
	padding: 0 10px;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 3px;
}

#nav a:hover {
	color: #63a2e2
}

#nav .on {
	background: url(../images/nav_bg_on.gif) repeat-x top;
}

#nav .on strong {
	background: url(../images/nav_left_on.gif) no-repeat top left;
}

#nav .on a {
	background: url(../images/nav_right_on.gif) no-repeat top right;
	color: #fff !important;
}

#head-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 121px;
}
#head-img .textmiddle {
	position: absolute;
	top: 0;
	left: 0;
}
#head-img .c1,#head-img .c2,#head-img .c3,#head-img .c4 {
	position: absolute;
	width: 10px;
	height: 10px
}

#head-img .c1 {
	background: url(../images/head_curve1.gif) no-repeat left top;
	top: 0;
	left: 0;
}

#head-img .c2 {
	background: url(../images/head_curve2.gif) no-repeat right top;
	top: 0;
	right: 0;
}

#head-img .c3 {
	background: url(../images/head_curve3.gif) no-repeat right bottom;
	bottom: 0;
	right: 0;
	_margin-bottom: -1px;
}

#head-img .c4 {
	background: url(../images/head_curve4.gif) no-repeat left bottom;
	bottom: 0;
	left: 0;
	_margin-bottom: -1px;
}

.home-img {
	/*background: url(../images/images_head/home.jpg) no-repeat center;*/
	height: 281px !important;
}

.home-img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-img h1 {
	padding-top: 40px;
	font-size: 270%;
	text-align: center;
	line-height: 35px;
	position: relative;
	z-index: 999;
	text-align: right;
	padding-left: 235px;
	padding-right: 100px;
}

.home-img h1 em {
	font-style: normal;
	font-weight: normal;
	display: block;
}

/*.home-img h1 span {
	margin-left: -100px;
}*/
.home-img strong {
	display: block;
	font-size: 120%;
	padding: 15px 100px 0 150px;
	position: relative;
	text-align: right;
	z-index: 3;
}

.shadow-img {
	background: url(../images/shadow_home.jpg) no-repeat center top;
	height: 20px;
	width: 100%;
}

#contents {
	width: 95%;
	margin: 0 auto;
	/*overflow: hidden;*/
	font-size: 110%;
	padding: 15px 0 15px;
	min-height: 310px;
}

.text-home {
	min-height: 150px !important;
}

#contents h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

.home-left {
	float: left;
	margin-left: 83px;
	width: 50%;
	display: inline;
}

.home-left h2 {
	position: relative;
	font-size: 150%;
	margin-bottom: 5px !important;
}

.home-left h2 img {
	position: absolute;
	right: 100%;
	margin-right: 20px;
}

.home-left p
{
	display: block;
} 

.home-right {
	width: 31%;
	padding-left: 30px;
	border-left: 1px solid #cccccc;
	float: right;
	color: #666666;
}

.logo-home {
	clear: both;
	color: #666666;
	padding: 50px 0 15px;
	width: 100%;
	overflow: hidden;
}

.logo-home p {
	float: left;
}

.logo-home p img {
	float: left;
	margin: 3px 8px 0 0;
}

.logo-home .a {
	width: 35%;
	padding-left: 50px;
}

.logo-home .b {
	width: 23%;
	padding-left: 35px;
}

#footer {
	background: url(../images/shadow_bottom.jpg) no-repeat center top;
	width: 100%;
	padding: 20px 0 40px;
	text-align: center;
}

#footer span {
	line-height: 25px;
}

.shadow-head {
	background: url(../images/shadow_head.jpg) no-repeat center top;
	width: 100%;
	height: 13px;
	overflow: hidden;
}

.head-sub h1 {
	margin: 0;
	padding: 0;
	margin-left: 246px;
}

.navleft {
	float: left;
	width: 210px;
}

.navleft h3 {
	text-indent: 5px;
	color: #3274bd;
	font-size: 140%;
	margin-bottom: 3px;
}

.navleft ul {
	border-top: 1px solid #d8d8d8;
	list-style: none;
	width: 95%;
	overflow: hidden;
}

.navleft li {
	border-bottom: 1px solid #d8d8d8;
}

.navleft li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
	color: #666666;
	text-indent: 5px;
}

.navleft li a:hover {
	color: #63a2e2
}

.navleft li.on {
	background: url(../images/arrow_blcak.gif) no-repeat 5px 12px;
}

.navleft li.on a {
	font-weight: bold;
	color: #000 !important;
	text-indent: 15px;
}

.text {
	width: 71%;
	float: right;
}

.text p {
	margin-bottom: 20px;
}

.text h3 {
	font-size: 120%;
	margin-bottom: 10px;
}

.news {
	width: 570px;
	margin: 0 auto;
	position: relative;
	min-height: 310px;
}

.news h3 {
	font-size: 160%;
	font-weight: normal;
}

.news ul {
	list-style: none;
	padding-top: 20px;
}

.news ul li {
	background: url(../images/arrow_gray.gif) no-repeat 0 7px;
	padding: 0 0 10px 13px;
	width: 90%;
	overflow: hidden;
}

.news ul li a {
	display: block;
}

.news ul li span {
	display: block;
	width: 400px;
	float: left;
}

.news ul li strong {
	float: right;
}

.news .load {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #666666;
}

.back {
	color: #666666;
	font-size: 130%;
}

.back a {
	font-size: 80%;
}

#boxlogin {
	background: url(../images/login_bg.jpg) repeat-x top;
	width: 100%;
	height: 281px;
	overflow: hidden; /* fix firefox */
	position: relative;
	margin-bottom: 50px;
}

#boxlogin .c1,#boxlogin .c2 {
	position: absolute;
	top: 0;
	width: 45px;
	height: 281px;
}

#boxlogin .c1 {
	background: url(../images/login_bg1.jpg) no-repeat top;
	left: 0;
}

#boxlogin .c2 {
	background: url(../images/login_bg2.jpg) no-repeat top;
	right: 0;
}

h1.setlogin {
	font-size: 170%;
	text-align: right;
	padding: 95px 0 5px;
}

.login {
	width: 350px;
	margin: 0 auto;
	position: relative;
	top: 85px;
}

.login strong {
	display: block;
	width: 80px;
	float: left;
	clear: left;
	font-size: 120%;
	text-align: right;
	margin-right: 5px;
}

.login span {
	display: block;
	width: 258px;
	float: left;
	padding-bottom: 10px;
}

.login .button1 {
	margin: 2px 85px;
}

.login span input {
	background: url(../images/bg_input.gif) repeat-x top;
	width: 248px;
	border-top: 1px solid #adadad;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #d3d3d3;
	font-size: 120%;
	padding: 3px 3px;
}

.button1 {
	background: url(../images/button_orange.png) no-repeat center;
	border: 0;
	width: 70px;
	height: 28px;
	color: #fff;
	cursor: pointer;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

/* Bright Add*/
.textmiddle {
	/*border: 1px solid red;*/
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	height: 121px !important;
	width: 100%;
}

.textmiddle .a {
	display: table-cell;
	vertical-align: middle;
}

.textmiddle .b {
	
}

.textmiddle { *
	position: relative;
}

.textmiddle .a { *
	position: absolute; *
	top: 50%;
}

.textmiddle .b { *
	position: relative; *
	top: -50%;
}
/* End bright Add */