/*-----------------OTHER GLOBAL STYLES-----------------*/
a img {
	border: none;
}

a {
	color: #900;
}

a:link {
	color: #900;
	text-decoration: none;
}



a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #876549;
	text-decoration: none;
}

#btn_order_tt,
#btn_order_tf {
	margin-top: 10px;
	display: inline-block;
	width: 119px;
	height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #F1E8CD;
	background-color: #900;
	letter-spacing: 2px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CF7874;
	border-right-color: #530000;
	border-bottom-color: #530000;
	border-left-color: #CF7874;
	font-weight: bold;
	text-decoration: none;
}

#btn_order_tt:hover,
#btn_order_tf:hover {
	color: #FFF;
	background-color: #960;
	border-top-color: #C90;
	border-right-color: #513600;
	border-bottom-color: #513600;
	border-left-color: #C90
}

ul#sec_footer {
	list-style: none;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	margin-top: 10px;
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid silver;
}

#sec_footer li {
	display: inline-block;
	float: left;
	width: 185px;
}

h1.sec_heading {
	display: inline;
}

h1.sec_heading,
span.h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #800000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

span.h1 {
	/*border-bottom: 1px solid #800000;*/
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#content .h1 ul {
	margin-top: 5px;
	color: #960;
	margin-bottom: 5px;
	padding-left: 1px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 2px;
}

ol {
	padding-left: 27px;
	margin: 10px;
	margin-left: 0;
}

ol > li {
	margin-bottom: 15px;
	/*font-weight: bold;*/
}
ol li p {
	margin: 0;
	margin-top: 3px;
	font-weight: normal;
}
ol ul {
	font-weight: normal;
}

ol ul li {
	margin-bottom: 10px;
}

ol ol li {
	font-weight: normal;
}

a#btn_tt_pricing2,
a#btn_tf_pricing2 {
	display: inline-block;
	width: 119px;
	height: 23px;
	margin-top: 10px;
	background-image: url(../images/btn_pricing.png);
	background-repeat: no-repeat;
}
a#btn_tt_pricing2:hover,
a#btn_tf_pricing2:hover {
	background-image: url(../images/btn_pricing_hov.png);
}

ul#footlinks {
	border-top: 1px dotted gray;
	list-style: none;
	margin:0;
	padding: 0;
	padding-top: 7px;
	margin-top: 5px;
}

#footlinks li {
	text-align: center;
	font-weight: bold;
	display: inline;
}

#footlinks a {
	display: inline-block;
	color: #8E785E;
	padding-right: 5px;
	padding-left: 5px;
}