/* CSS Document */

/*holding*/
body{
background-color:#E5E5E5;
}

.holding{
	top: 50%;
	left: 20px;
	position: absolute;
	width: 660px;
	z-index: 6;
	height: 134px;
	background-color: #FFFFFF;
}

/*page props*/
a:link {
text-decoration:underline;
color:#333333;
outline: none;
}

a:visited {
	color: #333333;
}
a:hover {
text-decoration: underline;
font-weight:normal;
color: #999999;
outline: none;
}

a:active {
	text-decoration: underline;
	color: #333333;
	outline: none;
}
:focus
{
  -moz-outline-style: none;
}


p{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}

li, ul{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}



.ptext{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}



/*main titles*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #333333;
}

/*h2 used for central text in read more*/
h2{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

/*used for gray text on main page*/
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 0px;
	color: #999999;
	line-height: normal;
	margin-top: 0px;
}

/*main body*/

.container{
	top: 20px;
	left: 50%;
	background-color:#FFFFFF;
	position: absolute;
	width: 800px;
	margin-left:-400px;
	z-index: 2;
	height: 550px;
	border: 1px solid #CCCCCC;
}


.banner{
	top: 5px;
	left: 16px;
	position: absolute;
	z-index: 8;
	background-color: #FFFFFF;
	visibility: visible;
	margin:0px;
}


.rightimageblock{
	top: 172px;
	right: 18px;
	width: 105px;
	position: absolute;
	z-index: 3;
	margin: 0px 0px 0px 0px;
}
.RBimg{
	margin:0px 0px 0px 0px;
	padding: 0px;
}

.leftsidegraphics{
	top: 165px;
	left: 18px;
	position: absolute;
	width: 68px;
	z-index: 4;
	visibility: visible;
}

.bottombar{
	bottom: 10px;
	left: 16px;
	position: absolute;
	z-index: 15;
	width: 768px;
	height: 6px;
	background-color: #9C9C9C;
	overflow:hidden;

}

/*content*/

.content{
	left: 127px;
	top: 172px;
	
	position: absolute;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	
	list-style-position: inside;
	list-style-type: disc;
}
.content2{
	left: 127px;
	top: 172px;
	position: absolute;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	overflow:auto;
	height: 333px;
	width: 535px;
	padding-right: 10px;
}

.scrollerarrows{
	left: 515px;
	top: 292px;
	width: 39px;
	height: 28px;
	position: absolute;
	z-index: 21;
	margin: 0px;
}




/*main page pic*/

.pic1{
float:right;
top:0px;
margin-left: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pic1 img{
margin: 0px 0px 2px 0px;
}

.pic2{
float:right;
top:0px;
margin-left: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pic2 img{
margin: 0px 0px 2px 0px;
}


/* contact */

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	left:0px;
	top:0px;
	position: relative;
	width: 768px;
	height: 16px;
	background-color: #9C9C9C;
	margin: 0px;
	}
	
.contact a:link {text-decoration: none;color: #ffffff;} 
.contact a:hover {color: #333333;
text-decoration: underline;
font-weight:normal;
}

.contactholder{
position:relative;
left:112px;
width:600px;
top:1px;
}

/*nav*/

.navbar{
	bottom: 16px;
	left: 16px;
	position: absolute;
	z-index: 10;
	width: 768px;
	height: 26px;
	background-color: #CDAB2F;
	visibility: visible;
	text-decoration: none;
}

.navholder{
	position:relative;
	left:44px;
}

.nav{
	top: 0px;
	left: 143px;
	height: 28px;
	position: absolute;
	z-index: 6;
}

.nav2{
	top: 0px;
	left: 318px;
	height: 26px;
	position: absolute;
	z-index: 11;
	text-decoration: none;
}
.nav3{
	top: 0px;
	left: 365px;
	height: 26px;
	position: absolute;
	z-index: 12;
	text-decoration: none;
}
.nav4{
	top: 0px;
	left: 442px;
	height: 26px;
	position: absolute;
	z-index: 13;
	text-decoration: none;
}
.nav5{
	top: 0px;
	left: 513px;
	height: 26px;
	position: absolute;
	z-index: 14;
	text-decoration: none;
}
.nav6{
	top: 0px;
	left: 616px;
	height: 26px;
	position: absolute;
	z-index: 15;
	visibility: visible;
	text-decoration: none;
}
.nav7{
	top: 0px;
	left: 65px;
	height: 26px;
	position: absolute;
	z-index: 19;
	visibility: visible;
	text-decoration: none;
}
.nav8{
	top: 0px;
	left: 208px;
	height: 26px;
	position: absolute;
	z-index: 20;
	visibility: visible;
	text-decoration: none;
}

.subnav1{
	bottom: 0px;
	left: 143px;
	width: 65px;
	position: absolute;
	z-index: 16;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.subnav3{
	bottom: 0px;
	left: 365px;
	width: 74px;
	position: absolute;
	z-index: 17;
	visibility: hidden;
}

.subnav3SUB1{
	bottom: 0px;
	left: 208px;
	width: 213px;
	position: absolute;
	z-index: 28;
	visibility: hidden;
	border:0;
padding:0;
margin:0;
}

.subnav3SUB1 img{
border:0;
padding:0;
margin:0;
}

.subnavhaug{
	bottom: 0px;
	left: 442px;
	width: 51px;
	position: absolute;
	z-index: 24;
	visibility: hidden;
}




/* read more section */

.containermeir{
	top: 20px;
	left: 50%;
	height:auto;
	background-color:#FFFFFF;
	position: absolute;
	width: 847px;
	margin-left:-423.5px;
	margin-bottom: 20px;
	padding-bottom: 200px;
	z-index: 2;
	border: 1px solid #CCCCCC;
}

.mierwrapper{
position:relative;
width:auto;
height:auto;
}

.meirtext {
	width: 800px;
	z-index: 24;
	top:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: disc;
	position: relative;
	left: 26px;
	height:auto;
	margin:0px;
}


.meirpic {
	height:auto;
	width: 380px;
	right: 26px;
	top: 190px;
	position: absolute;
	z-index: 28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.meirclose {
	height:10px;
	right: 5px;
	bottom:5px;
	position: absolute;
	z-index: 29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:50px;
	padding: 0px 0px 5px 0px;
	display:block;
	text-align:center;
	border: 1px solid #CCCCCC;
	background-color:#E9E9E9;
	
}
.meirclose a:link {
	text-decoration: none;
	color: #333333;
} 
.meirclose a:hover{text-decoration:underline;}


.floatright{
float:right;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
}

.floatleft{
float:left;
margin-top: 0px;
margin-right: 20px;
margin-bottom:0px;

}

.floatcenter{
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.bannermeir{
top: 11px;
left: 16px;
position: absolute;
z-index: 8;
background-color: #FFFFFF;

}

.mierline{
position:relative;
width:auto;
height:262px;
margin-top: 20px;
margin-bottom: 10px;
}

.mierline img{
border:none;}

.mierlinecaption{
position:relative;
width:auto;
height:282px;
margin-top: 20px;
margin-bottom: 10px;
}
.meirtop{
position:relative;
top: 0px;
margin: 0px;
width: 100%;
vertical-align:top;
}
.meirbottom{
position: absolute;
bottom: 0px;
margin: 0px;
width: 100%;
}
.meirsmallwrapperright{
position:relative;
float:right;
width:185px;
height: 262px;
}
.meirlargewrapperleft{
position:relative;
float:left;
width:390px;
height: 262px;
}
.meirlargewrapperright{
position:relative;
float:right;
width:390px;
height: 262px;
}

/*site map*/
.sitemap{
position:absolute;
top: 555px;
right: 16px;
text-align:right;
width: 100px;
height: auto;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}


/*kandesign logo*/
.kandesignlogo{
position:absolute;
top: 555px;
left: 16px;
width: 200px;
height: auto;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}


/* Admin section */
.admincontainer{
	top: 100px;
	left: 50%;
	background-color:#FFFFFF;
	position: absolute;
	width: 750px;
	margin-left:-325px;
	z-index: 2;
	height: 542px;
	border: 1px solid #CCCCCC;
}

.navbaradmin{
	top: -70px;
	position: absolute;
	z-index: 10;
	width: 622px;
	height: 20px;
	
	visibility: visible;
	text-decoration: none;
	left: 50%;
	margin-left: -250px;
}

.navadmin1
{
	top: 0px;
	left: 0px;
	height: 26px;
	position: absolute;
	z-index: 34;
	text-decoration: none;
	visibility:visible;
}
.navadmin2{
	top: 0px;
	left: 71px;
	height: 26px;
	position: absolute;
	z-index: 33;
	text-decoration: none;
	visibility:visible;
}
.navadmin3{
	top: 0px;
	left: 200px;
	height: 26px;
	position: absolute;
	z-index: 32;
	text-decoration: none;
	visibility:visible;
}

.navadmin4{
	top: 0px;
	left: 286px;
	height: 26px;
	position: absolute;
	z-index: 31;
	text-decoration: none;
	visibility:visible;
}
.navadmin5 {
	top: 0px;
	left: 350px;
	height: 26px;
	position: absolute;
	z-index: 30;
	text-decoration: none;
	visibility:visible;
}

.style3 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
/*pop up big pic*/

.containerpop{
	top: 20px;
	left: 50%;
	height:auto;
	background-color:#FFFFFF;
	position: absolute;
	width: 600px;
	margin-left:-300px;
	padding: 0px 0px 40px 0px;
	z-index: 2;
	border: 1px solid #CCCCCC;
	overflow:hidden;
	
}

.containerpop2{
	top: 20px;
	height:auto;
	background-color:#FFFFFF;
	position: absolute;
	width: auto;
	padding: 50px;
	z-index: 2;
	border: 1px solid #CCCCCC;
	
}


.bigpic1{
position:relative;
width:500px;
text-align:center;
margin: 0px auto;
padding: 0px 0px 0px 0px;
margin-bottom: 40px;
background-color: #FFFFFF;
}

.bannerpop{
top: 11px;
left: 20px;
width: 600px;
position: relative;
z-index: 8;
width:auto;
padding: 0px 0px 40px 0px;
}

.imageLeft{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imageRight{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
