/*
Author: Jonas Rafael Rossatto
Author URL: http://rossatto.com.br
*/

<!--
a:focus { -moz-outline-style: none; }

/* Slider Horizontal (Teste) */
img { border: 0 }
.stripViewer .panelContainer .panel ul { text-align: left; margin: 0 15px 0 30px; }
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */ 	margin: 5px 0 5px 0; position: relative;  }
/* These 2 lines specify style applied while slider is loading */
.csw {  height: 280px; overflow: scroll; }
.csw .loading {margin: 200px 0 200px 0; text-align: center; }
.stripViewer { /* This is the viewing window */ position: relative; overflow: hidden; margin: auto; width: 540px; /* Also specified in  .stripViewer .panelContainer .panel  below */ height: 280px; clear: both;  }
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */ position: relative; left: 0; top: 0;  list-style-type: none; /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */ }
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */ float:left; height: 100%; position: relative; width: 540px; /* Also specified in  .stripViewer  above */ }
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */ padding: 10px; }
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */ margin: auto; display: none; }
.stripNavL, .stripNavR { /* The left and right arrows */ position: absolute; top: 210px; text-indent: -9000em; }
.stripNavL a, .stripNavR a { display: block; }
.stripNavL { left: 30px; }
.stripNavR { right: 30px; }		
.stripNavL a { background: url(images/prevs.jpg) top no-repeat; height: 38px; width: 38px; }
.stripNavL a:hover { background: url(images/prev.jpg) bottom no-repeat; height: 38px; width: 38px; }
.stripNavR a { background: url(images/nexts.jpg) top no-repeat; height: 38px; width: 38px; }
.stripNavR a:hover { background: url(images/next.jpg) bottom no-repeat; height: 38px; width: 38px; }
img#wpstats { width:0px; height:0px; padding:0px; border:none; overflow:hidden; } /* for wp stats smileyface */
-->

#divLoadCont{position:absolute; width:100%; height:98%; top:0; left:0; background-color:white; layer-background-color:white; font-family:arial,helvetica; z-index:100} 
.body {
	background-image: url(images/bg.jpg);
	background-color: #04101c;
	background-position:center;
	background-repeat: no-repeat;
}
.home {
	position:relative;
	width:585px;
	margin-left: auto;
    margin-right: auto;


}
.logo {
	text-align:center;
}
.menu {
	background-image: url(images/menu_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 74px;
	
	
}
.links a:link, a:visited, a:active {
	outline: none; 
	color: #FFF;
	text-decoration : none;
}
.links a:hover {
	color: #00b4ff;
}
.links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	position: absolute;
	margin-top: 25px;
	width: 99%;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	text-align: right;	
	padding-right: 5%;
}
.bgcontent {
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 342px;
	padding-top : 15px;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #FFF;
	position: absolute;
	margin: 0;
	width: 503px;
	height: 342px;
	padding-left : 20px;
	padding-top : 15px;

	

}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
h1 {
	color: #00b4ff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
