@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: #202529 url(../images/body_bg.gif);
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #bcc6d1;
}
#automentes24 {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/automentes_top_right.gif);
	width: 200px;
	height: 240px;
	overflow: hidden;
}
#mainContainer {
	background: #343b43 url(../images/content_bg.gif);
}
#midleContainer {
	background: url(../images/top_bg.gif) repeat-x top;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	height: 80px;
	overflow: hidden;
}
#header2 { 
	height: 160px;
	overflow: hidden;
}
#sidebar1 {
	float: left;
	width: 200px;
	color: #bcc6d1;
}
#sidebar1 ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
}
#sidebar1 ul li {
	display: inline;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 ul li a {
	display: block;
	text-decoration: none;
}
#sidebar1 ul li a:hover {
	background: #202529;
}
#sidebar1 ul li a:active, 
#sidebar1 ul li a:visited {
  border: none;
  outline: none;
}
#sidebar1 ul a img {
	margin: 0;
	padding: 0;
	border: none;
}
#automentes24menu {
	margin: 20px 0 0 0;
}
#mainContent { 
	margin: 0 0 0 200px;
	padding: 20px 0 0 20px;
	color: #bcc6d1;
	font-size: 13px;
} 
#mainContent p {
	line-height: 1.5em;
	margin: 1.7em 0 0 0;
}
#mainContent h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	font-size: 28px;
}
#mainContent h2 {
	margin: 0 0 1em 0;
	padding: 0;
/*	color: #fff; */
	font-size: 18px;
}
#mainContent h3 {
	margin: 0 0 1em 0;
	padding: 0;
/*	color: #fff; */
	font-size: 18px;
}
#mainContent table {
	border-collapse: collapse;
	border: 1px solid #575f69;
}
#mainContent table td,
#mainContent table th,{
	border: 1px solid #575f69;
}
#mainContent a {
	text-decoration: none;
	color: #d00;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #f33;
}
#footer { 
	background: url(../images/footer_top_bg.gif) repeat-x top;
	padding: 0 10px 0 20px;
	color: #bcc6d1;
	text-align: left;
	position: relative;
}
#footerContent {
	/* background: url(../images/footer_content.gif) no-repeat; */
	width: 900px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 20px;
}
#footerContent p {
	margin: 0;
	padding: 0;
}
#footerContent a {
    color: #bcc6d1;
    text-decoration: none;
}
#footerCol1 {
	margin-right: 422px;
	font-size: 11px;
	line-height: 26px;
}
.footerLinkCols {
	width: 210px;
	height: 80px;
	overflow: hidden;
	float: right;
	border-left: 1px solid #575f69;
	font-size: 11px;
	font-weight: bold;
}
.footerLinkCols ul {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
}
.footerLinkCols a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #bcc6d1;
	border-bottom: 1px solid #575f69;
}
.footerLinkCols a:hover {
	color: #fff;
	border-bottom-color: #fff;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
