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

/*------------------------------------------------main--------------------*/

/*------------------------------------------------topheader--------------------*/
.top_strip {
	margin: 0px;
	float: left;
	height: 15px;
	width: 725px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.signuphere {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #090909;
	text-decoration: none;
	background-image: url(../images/topmenu_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 25px;
	width: 122px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.signuphere:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/topmenu_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 25px;
	width: 122px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}