#title {
	display:none;
}
body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #563722;
	font-weight: normal;
	line-height: 17.33px;
	background-color:#A3B2BD;
}
/*** Navigation ***/

#nav {
	background: url(../images/layoutsplice/nav-back-reg.jpg) repeat-x;
	font-family:  Helvetica, Arial, sans-serif;
	height: 25px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#nav ul {
	color: #fff;
	font-size: 13px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
}
#nav li {
	border-right: 1px solid #999;
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #fff;
	display: block;
	line-height: 25px;
	padding: 0 19px;
	text-decoration: none;
}
#nav li a:hover {
	background: url(../images/layoutsplice/nav-back-hover.jpg) repeat-x;
	color: #D68F50;
	text-decoration: none;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	outline: none;
}
/*#nav li#first {
	border-left: 1px solid #A3B2BD;
}*/
#nav li#last {
	border-right: none;
}
/*#nav li#last a{
	padding-right: 22px;
}*/
/*** Secondary Navigation Dropdown Menus ***/

#nav li ul {
	background-color: #D2DBE8;
	display: none;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2000;
	border-bottom: 1px solid #40232C;
	border-left: 1px solid #40232C;
	border-right: 1px solid #40232C;
}
#nav li:hover ul {
	display: block;
}
#nav li li {
	border-top: 1px solid #A3B2BD;
	border-right: none;
	float: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}
#nav li li a:link, #nav li li a:visited, #nav li li a:active {
	color: #40232C;
	display: block;
	line-height: normal;
	padding: 4px 19px;
}
#nav li li a:hover {
	background-image: none;
	background-color: #A3B2BD;
	color: #FFF;
	text-decoration: none;
}
td.content-area {
	background-color: #FFF6E2;
}
h1 {
	font-size: 15px;
	font-weight: bolder;
	color: #60274D;
	margin-bottom: 15px;
}
h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #40232C;
	margin-bottom: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #60274D;
	margin-bottom: 0px;
}
address {
	color:#40232C;
	font-style: normal;
}
#print {
	font-size: 12px;
}
#inquiry .error {
	color: #E91A33;
}
#inquiry input.error {
	background-color: #FFD0D6;
}
.copyright {
	color:#40232C;
	text-align:  center;
	font-size: 11px;
	line-height: 14px;
}
.medlinks {
	font-size: 13px;
	font-weight: bolder;
	color: #548998;
	margin-bottom: 0px;
	margin-top: 0px;
}
.facts-table td {
	padding-bottom:10px;
}
.note {
	font-size: 11px;
}
.price {
	font-weight: bold;
	text-align: left;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
a:link {
	color: #4B5258;
	text-decoration: none;
}
a:visited {
	color: #4B5258;
	text-decoration: none;
}
a:active {
	color: #4B5258;
}
a:hover {
	color: #40232C;
	text-decoration: underline;
}
.features {
	list-style-image:url(../images/box.gif);
	list-style-position:outside;
}
