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

body {
	background-color: #15191c;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 18px;
	background-image: url(images/bgkiwi.gif);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
}
.alb{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	font-style: italic;
}
.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	line-height: 18px;
}
.red a:link, .red a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	line-height: 18px;
	text-decoration:none;
}
.red a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	line-height: 18px;
	text-decoration:underline;
}
.grey {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9c9c9c;
	padding-left: 16px;
}
.grey2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9c9c9c;
	padding-left: 7px;
}
.grey3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9c9c9c;
}
.greylow {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fffefe;
	padding-left: 16px;
	background-color: #313439;
	height: 35px;
	vertical-align: middle;
	text-align: left;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;

}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #818181;
}
.border2 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #818181;
}
.img {
	border: 2px solid #313439;
}
.img2 {
	border: 2px solid #313439;
	margin-left:15px;
	margin-bottom:10px;
}
.img3 {
	border: 2px solid #313439;
	margin-right:15px;
	margin-bottom:10px;
}
.btn {
	color: #FFF;
	background-color: #AF0909;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.form {
	background-color: #313439;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FFF;
	border: 1px solid #000;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 28px;
}
.bg2 {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
/*image slider*/
#featured{
	width: 403px;
	height:364px;
	clear: both;
	position: relative;
	float:right;
}
/*alternate image slider*/
.featured_alternate{
	position: absolute;
	z-index: 1;
	left: 0px;
	float:left;
}

