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

/*  login form  */
/*  remove 'display:none;' to see the login overlay  */
#login {
	display:none;
}

/*  gallery overlay  */
/*  remove 'display:none;' to see the design gallery page overlay  */
#gallery {
	display:none;
}

/*  testimonials  */
/*  remove 'display:none;' to see the testimonials container on the About Us page  */
#testomonial_container {
	display:none;
}

/*  temp links to navigate signup forms  */
/*  remove before websites go live  */
.temp_steup_links a {
	background:#ccc;
	text-transform:uppercase;
	color:#333;
	border:1px solid #aaa;
	display:inline-block;
	margin-right:20px;
	padding:8px 20px;
}
.temp_steup_links a:hover {
	color:#fff;
}
