@charset "utf-8";
body {
	background:#2B3227; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #030;
	filter:alpha(opacity=90);
	background-image: url(sImages/bgrnd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
.oneColFixCtrHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2B3227;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCCCCC;
	text-align: center;
	
}
.oneColFixCtrHdr #header {
	background: #2B3227;
	border: 1px solid #CCCCCC;
	padding: 0 10px 0 20px;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: #2B3227;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2B3227;
	color:#996;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.seiriosImg{
	margin-left: auto;
	margin-right: auto;
	display:block;
}
.seiriosImg1{
	position:absolute;
	left:80%;
	top: 0px;
	width: 308px;
	height: 142px;
	/*filter:alpha(opacity=60);
  	opacity:0.6;*/
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-weight: lighter;
	width: 100%;
	background: #2B3227;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;

//set value to "left", "center", or "right"*/
;
}

.underlinemenu ul li{
	display: inline;
	color: #999999;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.underlinemenu ul li a{
	color: #999999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	font-weight:bold;
	
}

.underlinemenu ul li a:hover {
	border-bottom-color: black;
	color: #EA9E00;
}
.underlinemenu ul li a.selected{
	border-bottom-color: black;
	color:#996600;
	font-weight: bold;
	}
.h3Stule{
	color:#996600;
	}
.footer_copy {
	width:985px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#996633;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	margin-top: 0;
	padding: 0;
}
.siriosTable{
	text-align:center;
	padding: 30px 50px 30px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#996;
 }
 .tableImage{
	padding: 10px 10px 10px 10px;
	}
	.footerlinemenu{
	font-weight: lighter;
	background: #2B3227;
}

.footerlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right;
}

.footerlinemenu ul li{
	display: inline;
	color: #999999;
}

.footerlinemenu ul li a{
	color: #999999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;	
}

.footerlinemenu ul li a:hover {
	border-bottom-color: black;
	color: #EA9E00;
}
.footerlinemenu ul li a.selected{
	border-bottom-color: black;
	color:#996600;
	font-weight: bold;
	}
	
.flashContent {

			padding-top:0px;
			margin: 0 auto;
		}
.wrapper {
	width: 750px;
	margin: 0 auto;
}
.demo {
	width: 194px;
	height: 150px;
	text-align: center;
	float: left;
}
.demo img {
	border: 3px solid #494949;
	margin: 0 5px;
	padding: 4px;
}
.demo1 {
	width: 230px;
	height: 150px;
	text-align: center;
	float: left;
}
.demo1 img {
	border: 3px solid #494949;
	margin: 0 5px;
	padding: 4px;
}

