/*********************************************************** HOW TO BUY *****************************************************************/

* { margin: 0; padding: 0; }
a { outline: none; border: 0; text-decoration: none; }
a img { border: 0; }

body {
	background: #CCC;
	margin: 0;
	padding: 0;
}

div#header {
	width: 995px;
	height: 213px;
	margin: 0 auto;
	padding: 0;
	background: #CCC url('../images/htblogo.jpg') left top no-repeat;
	position: relative;
}

div#footer {
	width: 995px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: #CCC url('../images/htbfooter.png') left top no-repeat;
	position: relative;
}

div#mleft {
	width: 402px;
	height: 48px;
	position: absolute;
	left: 50px;
	bottom: 0;
	background: white;
}

div#mright {
	width: 465px;
	height: 48px;
	position: absolute;
	right: 45px;
	bottom: 0;
	background: white;
}

.cleaner { clear: both; }

/* *** LEFT MENU *** */

ul#le {
	margin: 0;
	padding: 0;
}

ul#le li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#le li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 48px;
	background: #231f20 url('../images/menu.png') left top no-repeat;
}

a#m-ho:link, a#m-ho:visited {
	background-position: 0 0;
	width: 95px;
}

	a#m-ho:hover, a#m-ho:active {
		background-position: 0 -48px;
	}

a#m-ri:link, a#m-ri:visited {
	background-position: -95px 0;
	width: 77px;
}

	a#m-ri:hover, a#m-ri:active {
		background-position: -95px -48px;
	}

a#m-ch:link, a#m-ch:visited {
	background-position: -175px 0;
	width: 95px;
}

	a#m-ch:hover, a#m-ch:active {
		background-position: -175px -48px;
	}

a#m-pe:link, a#m-pe:visited {
	background-position: -271px 0;
	width: 135px;
}

	a#m-pe:hover, a#m-pe:active {
		background-position: -271px -48px;
	}

/* *** RIGHT MENU *** */

ul#ri {
	margin: 0;
	padding: 0;
}

ul#ri li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#ri li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 48px;
	background: #231f20 url('../images/menu.png') left top no-repeat;
}

a#m-ea:link, a#m-ea:visited {
	background-position: -450px 0;
	width: 107px;
}

	a#m-ea:hover, a#m-ea:active {
		background-position: -450px -48px;
	}

a#m-ge:link, a#m-ge:visited {
	background-position: -559px 0;
	width: 206px;
}

	a#m-ge:hover, a#m-ge:active {
		background-position: -559px -48px;
	}

a#m-cu:link, a#m-cu:visited {
	background-position: -767px 0;
	width: 152px;
}

	a#m-cu:hover, a#m-cu:active {
		background-position: -767px -48px;
	}



div#container {
	background-color: #218297;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	padding: 25px 55px !important;
	padding: 25px 50px 25px 49px;
	width: 883px;
	margin: 0 auto;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 26px;
	color: #041012;
	line-height: 120%;
	text-align: justify;
}

div.ins {
	float: right;
	width: 227px;
	height: 303px;
	margin: 0 0 0 30px;
}















