@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/

html {
	overflow-y: scroll;
	height:100%;
	}

body {
	background-color:#316300;
	background-image:url(images/kiwi-bg.jpg);
	background-repeat:no-repeat;
	background-position: 0 135px;
	font-family:Trebuchet MS, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FFF;
	height:100%;
	} 

/*..................global text class..................*/

.text1 {
	font-size:14px;
	color:#000;
	letter-spacing:1px;
	margin:10px 0 10px 0;
	display:block;}
	
.text2 {
	font-size:18px;
	color:#FFDD00;
	margin:10px 0 10px 0;
	display:block;
	letter-spacing:1px;}
	
.text3 {
	font-size:11px;
	color:#FFF;
	margin:8px 0 8px 0;
	display:block;
	}
	
.text4 {
	font-size:18px;
	color:#FFF;
	margin:0 0 10px 0;
	display:block;
	letter-spacing:1px;
	line-height:22px;}
	
.text-yellow {
	color:#FFDD00;}
	
a {
	color:#FFF;
	text-decoration:underline;}

/*..................HEADER..................*/

#hdr-top-holder {
	height:60px;}

#hdr-top-inner {
	width:1000px;
	margin: 0 auto;
	padding: 14px 0 0 0;}

#hdr-top-inner h1 {
	font-size:14px;
	color:#004200;
	letter-spacing:2px;
	text-align:right;}
	
#hdr-top-inner h3 {
	color:#000;
	text-align:right;
	letter-spacing:2px;
	}
	
#hdr-top-inner a {
	color:#000;
	}

#logo-link a {
	display:block;
	background-image:url(images/kiwi-logo.png);
	width:428px;
	height:149px;
	position:absolute;
	text-indent:-9999px;
	margin-top:2px;
	outline:none;}


/*...................NAVIGATION.....................*/

#nav-holder {
	background-image:url(images/nav-green-bar.png);
	height:51px;}

#nav {
	margin: 0 auto;
	width:500px;
	padding-left:460px;
	color:#004300;
	font-size:14px;
	font-weight:bold;
	}
	
#nav a {
	line-height:53px;
	color:#FFDD00;
	text-decoration:none;
	padding: 0 16px 0 16px;
	}

#nav a:hover {
	text-decoration:underline;}
	

/*....dropdown....*/

#nav .dropmenu{
	position:absolute;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	font:normal 12px Arial, Helvetica, sans-serif;
	background-color: #0C4B00;
	visibility: hidden;
	margin-top:15px;
	
}
#nav .dropmenu a{
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
	line-height:22px;
	padding: 0 10px 0 10px;
	
}
* html #nav .dropmenu a{ 
	width: 100%;
}
#nav .dropmenu a:hover{ 
	color:#FFDD00;
	text-decoration:underline;
}


/*....................CONTENT....................*/


#content-wrapper {
	width:1000px;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	}
	
#phone-email-holder {
	height:66px;
	width:959px;
	margin: 0 auto;}

.phone-img a {
	background-image:url(images/ph-num-img.png);
	width:262px;
	height:31px;
	display:block;
	float:right;
	text-indent:-9999px;
	margin-top:22px;}
	
.email-img a {
	background-image:url(images/email-img.png);
	width:158px;
	height:31px;
	display:block;
	float:right;
	text-indent:-9999px;
	margin-top:22px;}


#inner-content {
	width:960px;
	margin: 0 auto;	
}

#inner-content h2 {
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:50px;
	color:#FFDD00;
	letter-spacing:4px;
	margin-top:40px;}
	
#inner-content h4 {
	font-size:23px;
	margin-top:24px;
	line-height:30px;
	letter-spacing:2px;}

/*....boxes....*/

.float-box {
	float:left;
	display:block;
	width:198px;
	height:160px;
	border-right: solid 2px #295300;
	padding: 0 20px 0 20px;
	text-align:center;}
	
.float-box a {
	color:#FFF;
	text-decoration:underline;}
	
.float-box2 {
	float:left;
	display:block;
	width:198px;
	height:160px;
	padding: 0 20px 0 20px;
	text-align:center;}

.float-box p {
	margin:0;
	padding:0;}

.trans-box {
	background-image:url(images/trans-box.png);
	background-repeat:no-repeat;
	height:288px;
	width:264px;
	float:left;
	margin: 20px 23px 20px 0;
	padding:10px 20px 10px 20px;
	text-align:center;
	}
	
.trans-box-link {
	background-image:url(images/trans-box.png);
	background-repeat:no-repeat;
	height:308px;
	width:304px;
	float:left;
	margin: 20px 23px 20px 0;
	padding:0;
	text-align:center;
	}
	
.trans-box-link a {
	height:308px;
	width:304px;
	display:block;
	text-decoration:none;
	padding-top:10px;
}

.trans-box-link a:hover {
background-image:url(images/trans-box2.png);
background-repeat:no-repeat;} 
	
.trans-box2 {
	background-image:url(images/trans-box.png);
	background-repeat:no-repeat;
	height:288px;
	width:264px;
	float:left;
	margin: 20px 0 20px 0;
	padding:10px 20px 10px 20px;
	text-align:center;}

.trans-box-link2 {
	background-image:url(images/trans-box.png);
	background-repeat:no-repeat;
	height:308px;
	width:304px;
	float:left;
	margin: 20px 0 20px 0;
	padding:0;
	text-align:center;
	}
	
.trans-box-link2 a {
	height:308px;
	width:304px;
	display:block;
	text-decoration:none;
	padding-top:10px;
}

.trans-box-link2 a:hover {
background-image:url(images/trans-box2.png);
background-repeat:no-repeat;} 


.detail-box-lrg {
	background-image:url(images/bnr-bg-lrg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:920px;
	height:389px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;}
	
.detail-img-hldr {
	display:block;
	width:460px;
	float:left;
	text-align:center;
	margin-right:20px;}
	
.detail-info-hldr {
	display:block;
	width:440px;
	float:right;
	padding-top:10px;
	font-size:14px;
}

.detail-info-hldr ul {
	list-style:square;
	line-height:24px;
	margin: 0 0 0 15px;}
	
.detail-info-hldr li {
	}

.light-box-holder {
	width:960px;
	}
	
.light-box-holder li {
	float:left;
	display:block;
	width:215px;
	height:195px;
	margin: 0 32px 20px 0;
	padding: 10px 0 10px 0;
	background-image:url(images/lb-bg.png);
	text-align:center;}
	
.light-box-holder li a {
	outline:none;}
	
.lb-last {
	float:left;
	display:block;
	width:215px;
	height:195px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	background-image:url(images/lb-bg.png);
	text-align:center;}
	
.lb-last a {
	outline:none;}
	
.lb-nothing {
	float:left;
	display:block;
	width:215px;
	height:195px;
	margin: 0 32px 20px 0;
	padding: 10px 0 10px 0;
	text-align:center;
}

.lb-nothing-last {
	float:left;
	display:block;
	width:215px;
	height:195px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	text-align:center;}
	

/*....Contact boxes....*/


.contact-hldr {
	display:block;
	width:428px;
	float:left;
	margin:20px 20px 0 20px;
	}	
	
.text-input {
	width:280px;
	height:26px;
	border:solid 2px #231F20;
	text-indent:4px;
	font-size:16px;
	margin: 0 0 10px 10px;
	padding:4px 0  0 0;
	float:left;}
	
.text-area {
	width:280px;
	height:100px;
	border:solid 2px #231F20;
	text-indent:4px;
	font-size:16px;
	margin: 0 0 10px 10px;
	float:left;
	font-family:Arial, Verdana, sans-serif;}
	
.txt-label {
	line-height:30px;
	display:block;
	text-align:right;
	float:left;
	width:90px;
	margin: 0 0 10px 0;
	font-size:16px;
	}

.submit-btn {
	float:right;
	margin: 0 50px 0 0;}
		
	

/*....................FOOTER....................*/


#footer, .push {
	height: 80px; /* .push must be the same height as .footer */

}

.footer-inner {
	margin: 0 auto;
	width:960px;
	color:#000;
	letter-spacing:1px;
	padding-bottom:20px;}
	
.footer-inner a{
	color:#000;
	text-decoration:underline;}
	
.footer-icon {
	float:right;}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*....................SLIDER....................*/


#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	}	
#slider, #slider li{ 
	height:429px;
	width:959px;
	overflow:hidden;
	}	
#slider{ 
	margin-left:20px;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	top:360px;
	}	

#prevBtn {
	margin-left:0px;}

#nextBtn{
	margin-left:964px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:36px;
	height:36px;
	background:url(images/btn_prev.png) no-repeat 0 0;
	text-indent:-9999px;
	outline:none;
	}	

#nextBtn a{ 
	background:url(images/btn_next.png) no-repeat 0 0;	
	outline:none;
	}								
	
	/* // slider */													










