@charset "UTF-8";

/* main nav styles - start */

#nav-main {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 1000px;
	background-color: #484A47;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#home {
	margin: 0px;
	float: left;
	height: 25px;
	width: 75px;
}
#chiropractic_care {
	margin: 0px;
	float: left;
	height: 25px;
	width: 150px;
}
#progressive_rehab {
	margin: 0px;
	float: left;
	height: 25px;
	width: 160px;
}
#spinal_decompression {
	margin: 0px;
	float: left;
	height: 25px;
	width: 175px;
}
#weight_loss {
	margin: 0px;
	float: left;
	height: 25px;
	width: 100px;
}
#nutrition {
	margin: 0px;
	float: left;
	height: 25px;
	width: 85px;
}
#about_us {
	margin: 0px;
	float: left;
	height: 25px;
	width: 85px;
}
#faqs {
	margin: 0px;
	float: left;
	height: 25px;
	width: 65px;
}
#contact_us {
	margin: 0px;
	float: left;
	height: 25px;
	width: 100px;
}
a.main-btn:link, a.main-btn:visited
{
	background-color: #484A47;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	display: block;
	line-height: 25px;
	height: 25px;
}
a.main-btn:hover
{
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
}
a.main-btn:active, a.main-btn:focus {
	background-color: #ECEBF0;
	color: #FFFFFF;
}
a.main-foc:link, a.main-foc:visited
{
	background-color: #EA7F1E;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	display: block;
	line-height: 25px;
	height: 25px;
}
a.main-foc:hover
{
	background-color: #EA7F1E;
	color: #FFFFFF;
	text-decoration: none;
}
a.main-foc:active, a.main-foc:focus {
	background-color: #EA7F1E;
	color: #FFFFFF;
}

