html, body {
	height:100%;
  margin:0px;
  padding:0px;
}
body {
	min-height:768px;
	overflow:auto;
	color: #333399;
	font-family: arial, sans-serif;
	font-size:14px;
	background-color: #d9dfff;
	position:relative;

}
.highlight {
	color:#666699;
	font-weight:600;
}
.center {text-align:center;}
.smaller {font-size:12px;}
.copyright {font-size:12px;margin-top:20px;}
img {border: none;}

a:link, a:active, a:visited {
	color: #666699;
	text-decoration: underline;
}

a:hover {
	color: #8989cc;
	}
#mainlayout {
	display:block;
	width:100%;
	min-height:768px;
	min-width:1064px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-image: url(layout/vivi-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#maincontent {
	width:463px;
	height:553px;
	overflow:auto;
	position:absolute;
	bottom:0;
	left:334px;
	background-color:rgba(255,255,255,0.6);
	border-right:1px solid #293184;
	border-left:1px solid #293184;
	z-index:2;
	padding:0 74px;
}
#mainimg {
	width:407px;
	height:678px;
	margin-top:90px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
}
#maintitle {
	width:714px;
	height:125px;
	margin-top:95px;
	position:absolute;
	top:0;
	left:300px;
	z-index:4;
}
#mainnav {
	width:363px;
	height:72px;
	margin-top:37px;
	position:absolute;
	top:0;
	left:465px;
	z-index:5;
}
.nav-item {
	float:left;
	width:72px;
	height:72px;
	margin-left:25px;
	position: relative;
}
.nav-item:first-child {
	margin-left:0;
}
.nav-item img {
	position:absolute;
	top:0;
	left:0;
}
.nav-item .inactive {
	display:block;
	z-index:6;
}
.nav-item .active {
	display:none;
	z-index:7;
}
/*
.nav-item:hover .active {
	display:block;
}
.nav-item:hover .inactive {
	display:none;
}*/

.heading {
font-weight:bold;
font-size:18px;
}

input, textarea, option, select {


	background-color: #d9dfff;


	font-family: arial, sans-serif;


	color: #003366;


	letter-spacing: 1px;


	border: 1px solid #003366;


	padding: 2px;


}