/* CSS Document */
* {padding:0;  margin:0; border:0;}
body{
	padding:0px;
	margin:0 auto;
	background: #f3f3ef url(../images/bg_body.gif) repeat-x;
	color:#45485a;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
td{
	padding:0px;
	margin:0 auto;
	color:#45485a;
	font:normal 12px/17px Arial, Helvetica, sans-serif;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bg_footer {
	background: url(../images/bg_footer.gif) repeat-x;
	height: 72px;
}
.bg_menu {
/*
	background: url(../images/bgmenu.gif) repeat-x center;
*/
	background-color:#45485a;
	text-align: center;
	height: 250px;
}
.bg_services {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background: #46495B;
	text-align: center;
	height: 24px;
}

.menu {
	border: 0px;
}
.menu:hover {
	border: 0px;
	background: #6B718D;
}
.flashpanel {
	background: #000000;
	padding: 7px;
	height: 260px;
	width: 572px;
	text-align: center;
	vertical-align: middle;
}
.link_body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}

.txt_black_bold {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.txt_price_services {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
.textbox {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
}
.buttons {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #222A42;
}
