/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, form, fieldset, img, ins, input, kbd, q, s, samp, select,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, option,ul, li, label, legend,
table, caption,textarea, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/*-----------------*/
body {
	margin-top:10px;
	background: #e1e1e1;
	font-family: sans-serif; 
}
/*conferir*/
html{
	height: 100%;
}
/*------------------------------------------*/
.container {
	width: 960px;
	background: #444;
	margin: 0 auto;
	border-radius: 10px;
    
}
.logosite {

	display:block;	
	width:700px; height:90px;
}
.wrapper{
	width: 966px;
	margin: 0px auto;
	position: relative;
}
.content {
	width: 748px;
	float: left;
	min-height: 720px;
        background:#444;
}
footer {
	position: relative;
	clear: both;
	 
	border-radius: 10px;
	background: #CCC49F; 
	margin: 10px 0;
   	padding: 10px 20px;
	
	border: 1px solid #e1e1e1;
	box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}
/*-----Right Bar------*/
.sidebarRight {
	float: right;
	width: 200px;
	border-radius: 5px;
	background: #c9d0de; 
	margin: 10px 0;
   	padding: 15px 5px;
	
	border: 1px solid #e1e1e1;
	box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	
	
}
.RightsideTitle{
	float: left; 
	clear: left; 
	margin-bottom: 10px;
	text-align: left; 
	font-size: 14px; 
	color: #555668;
	text-decoration:underline;
	text-shadow: 0px 1px 0px #f2f2f2;
}
.RightsideText{
	float: left; 
	clear: left; 
	margin-bottom: 10px;
	text-align: left; 
	font-size: 12px; 
	color: #555668;
	text-shadow: 0px 1px 0px #f2f2f2;	
}
.RightBarimg{
	margin-bottom: 10px;
	width: 200px;
}
.RightBarVideo{
	margin-bottom: 10px;
	width: 200px;
}
.RightBarYoutube{
	margin-bottom: 10px;
	width: 200px;

}
/* MENU ------------------------------------------------------------*/

#menu{
	width: 99.8%;
	padding-top: 1px;
	margin-top: 3px;
	margin-bottom: 0px;
	background: #414141;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f858ef', endColorstr='#ffe413', GradientType=1);
	
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 0px 1px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}

#menu-holder{
	width: 100%;
	height: 35px;
	/*background:  url(../img/menu-bg.png) repeat-x;*/
}
/* NAVIGATION --------------------------------------------------------*/


#nav{
	font: bold 12px Verdana;
	width: 99%; /*95%*/
	margin: 0;
	padding: 0;
	
}

#nav>li{
	position:relative;
	display: inline;
	float: left;
	width: 16.66%;
}

#nav>li:first-child{}

#nav>li>a{
	display: block;
	padding: 10px 10px;
	border-right: 1px solid #778;
	color: #FFF;
	text-decoration: none;
}

#nav>li>a>span.subheader{
	display: block;
	font-size: 11px;
	color: #656b74;
	font-style: italic;
	margin-top: 10px;
}

#nav>li.current-menu-item{
	background: url(../img/menu-arrow.png) no-repeat center bottom;
    color: #666;
    top: 0px;
    left: 0px;
    height: 34px;
}


#nav>li:hover>a{
    border-radius:10px;
	background: black;
	color: white;
    opacity: 0.5;
}

/*
	Login
--------------------------------------------------------*/
.accbox{
	float: right;
	width: 258px;
	height: 88px;
	border-radius: 10px;
	background: #89a0ae;
	 border: 1px solid #e1e1e1;
	box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;

}
.LoginLab{
	/*float: left; 
	clear: left; 
	margin: 0 5px 8px 0; 
	width: 60px;*/
	text-align: right; 
	font-size: 14px; 
	color: #444; 
	text-shadow: 0px 1px 0px #c2c2c2;
}
.LoginTitle{
	/*float: left; 
	clear: left; 
	margin: 3px 5px 0 0; 
	width: 53px;*/
	/*text-align: right;*/ 
	font-size: 14px; 
	color: #000; 
	text-shadow: 0px 1px 0px #c2c2c2;
}
.LoginInput{
	width: 100px; 
	height: 20px; 
	padding: 0 10px 0px 10px; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 0px #f2f2f2;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 12px; 
	color: #f2f2f2; 
	text-shadow: 0px -1px 0px #334f71; 
}
.LoginBtn{
    /*margin-top: 30px;*/
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718da9 0%, #415d79 1000%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718da9), color-stop(100%,#415d79));
	cursor: pointer;
	
}
.LoginCheckBox{
    padding: 0px 0px 0px 20px;
	font-size: 12px; 
	color: #444; 
	text-shadow: 0px 1px 0px #c2c2c2;
}

.LoginErro{
    padding: 0 0px 0px 20px;
	text-align: center; 
	font-size: 12px; 
	text-shadow: 0px 1px 0px #c2c2c2;
    color: #d70000; 
}
.LoginValidador{
	
}
.LoginText{
	font-size: 10px;
	margin-top: 2px;
	padding: 0;
	text-align: center;
}
	input::-webkit-input-placeholder  {
    	color: #a1b2c3; 
		text-shadow: 0px -1px 0px #38506b;  
	}
	input:-moz-placeholder {
	    color: #a1b2c3; 
		text-shadow: 0px -1px 0px #38506b; 
	}

.loginMsg{
    font-size:8.4px;
    width:200px;
    float: right;
    margin-top:5px;
    color:red;
}
.loggedTxt {
    float: left; 
    width: 180px;
    height: 43px;
	margin: 5px 5px 0 10px; 

	font-size: 14px; 
	color: #303f4e; 
	text-shadow: 0px 1px 0px #f2f2f2;
}
.logOutBtn {
    
    color:black;
    text-decoration:none;
    
/*    position:fixed; */
	margin: 10px 35px 30px 30px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	cursor: pointer;
	background: -moz-linear-gradient(top, #718da9 0%, #415d79 1000%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718da9), color-stop(100%,#415d79));
}

.username {
    margin: 5px 5px 5px 5px;
}
.menucart {
    width: 35px;
}
