@charset "utf-8";


*{ outline:0px; margin:0px; padding:0px;}

body{
	background-image: url(images/kiwismalldots.gif);
	background-repeat: repeat;
	background-position:center;
     margin:0px;

}

h1{
	color:#FF3399;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
}
h2{
	color:#9FAE5B;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	line-height: 2em;
}
h3{}

/* Lists */
	ul, ol {
		margin: 10px 20px;
		padding: 0 20px;	
	}
	ul {

	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
	
	dl { padding: 10px; margin: 0; }
	
	dt {
	  font-weight: bold;
	  color: #79A62E;
	}
	dd {
	  padding-left: 25px; 
	}
	
#warp {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#warp img
{
	text-decoration:none;
	margin-right: auto;
	margin-left: auto;
		
}
#header{
	background-image:url(images/top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 44px;
	width: 920px;
	padding: 0px;
	}
	#footer{
	background-image:url(images/bottom.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 44px;
	width: 920px;
	padding: 0px;
	}
		#footeri{
	background-image:url(images/foot_img.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 178px;
	width: 920px;
	padding: 0px;
	}
#main{
	background:#FFFFFF;
	width: 920px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	

}	
#banner{
	height:275px;
	width: 920px;
	background-color: #FFFFFF;
	background-image: url(images/img_bann.jpg);
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	

}

#content{
	background:#FFFFFF;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1.4em;
	color: #333;
	font-weight: bold;
	text-align: justify;

}
#content p {
	
}
#side-menu{
	float:left;
	width:300px;
	padding:5px;

}
 .new  {
	border-bottom-width: 1px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: justify;
	}
#content  #testimonial {
	background-image: url(images/img_tb.gif);
	width: 400px;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-left: 75px;
	clear: both;
	padding-top: 95px;
	line-height: 1.5em;
	height: 200px;
	padding-right: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content  #testimonial a {
	width: auto;
	color:#660000;
	text-decoration:none;
	font-weight: bold;
	float: right;
 
 }
 
 #content  ul{
	list-style-position: outside;
	list-style-image: url(images/flower-1.jpg);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#content  ul li {
	padding: 10px;
	
	}
#footer-text{
	padding:5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #660000;
	
}	
	
#footer-text a{
	text-decoration:none;
	}	
#footer-text a:active{
	text-decoration:none;
		color:#333333;
	
}
#footer-text a:link{
	text-decoration:none;
		color:#333333;
	
}

#men {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
			}
#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	margin-top: 0px;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			#menu_wrapper ul {margin-left: 12px;}
			#menu_wrapper {
	background: url(images/grey.png) no-repeat right;
	margin: 0px;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 0;
}
			#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
			
			/* Black Menu */
			#menu_wrapper.black ul {
				border-top: 2px solid #333;
				border-bottom: 2px solid #000;
				background: #333;}
			#menu_wrapper.black a {color: #CCC;}
			#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: #555; border-bottom: 2px solid #444;}
			#menu_wrapper.black {background: url(images/black.png) no-repeat right;}
			#menu_wrapper.black div {background: url(images/black.png) no-repeat left;}
			
			
			
						#menu_wrapper.red ul {
				border-top: 2px solid #660000;
				border-bottom: 2px solid #450000;
				background: #660000;}
			#menu_wrapper.red a {color: #fff;}
			#menu_wrapper.red li a:hover, #menu_wrapper.red li.active a {color: #F27F84; background: #990000; border-bottom: 2px solid #660000;}
			#menu_wrapper.red {background: url(images/red.png) no-repeat right;}
			#menu_wrapper.red div {background: url(images/red.png) no-repeat left;}
			
.imga {
	text-align: center;
}
#test {
	height: 1200px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	background-image: url(images/tes.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: justify;
}

#test p{
	padding-right:10px;
	padding-left: 5px;
	width: 750px;
	font-size: 0.9em;
	line-height: 1.5em;
 }

#test h3 {
	background-image: url(images/img_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9999;
	font-size: x-large;
	line-height: 1.5em;
}

#test p a{
			text-decoration:none;
			color:#FF0000;}
			
.yyy {
	background-image: url(images/booot.jpg);
	height: 175px;
	background-repeat: no-repeat;
}

.style1 {
	color: #660000;
	font-style: italic;
}
.style3 {color: #FF6699}
.style4 {color: #FF0000}
.style6 {color: #669966}
.style7 {
	font-size: 24px
}
.style8 {
	font-size: 28px;
}
.justfy {
text-align:justify;
}
.centre {
	text-align:center;
	color: #FC5FA2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pink{
	color:#FC5FA2;
	font-weight: bold;
	font-style: oblique;
}

