@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.txt2:hover {
	color: #000;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.txt4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e66701;
	text-decoration: none;
}
.txt5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.txt6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.txt7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.dark {
	color: #999;
}


.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #c9c9c9;
	margin: 0px;
	padding: 0px;
}
.zeropad {
	margin: 0px;
	padding: 0px;
}
.radius {
	border: 2px solid #666;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	padding: 8px;
	width: 250px;
	margin: 10px;
}

.pad10 {
	padding: 10px;
}
#pages {
	width: 250px;
	margin: 0 auto;
	position: absolute;
	left:50%;
	margin-left:-210px;
	top:450px;
	z-index: 14;
}
.slide {
	margin: 0px;
	padding: 0px;
	height: 330px;
	width: 779px;
}
.bullet {
	background: url(http://misshybrid.com/images/page-off.png) center center no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 5px;
	float: left;				
}
.nav {
	border: 2px solid #666;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	padding: 10px;
	margin: 10px;
}
