/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default {
	text-align: center;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNavContainer {
	display: block;
	margin-left: 350px;
	margin-right: auto;
	text-align: center;

}

.theme-default .nivo-controlNavContainer .nivo-controlNav {
	display: inline;
	white-space: nowrap;
	position: relative;

}
.theme-default .nivo-controlNav a {
	display:inline;
	float: left;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:0px;
}
.theme-default a.nivo-prevNav {
	left:0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
	
}
.menu-item a {
	display: block;
	background-color: #002E56;
	margin: 5px;
	height: 20px;
	width: 150px;
	float: left;
	font-family: Tahoma, Calibri, Geneva;
	font-size: 14px;
	text-decoration: none;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menu-item a:link {

	color: #FFFBF0;
	text-decoration: none;
}
.menu-item a:visited {

	color: #FFFBF0;
	text-decoration: none;
}
.menu-item a:hover {
	background-color: #002E56;
	height: 20px;
	width: 150px;
	float: left;
	font-family: Tahoma, Calibri, Geneva;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	text-align: center;
}

.menu {
	display: inline-block;
	height: 70px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:900px;
}
.topo {
	width: 394px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.menu-item-atual{
	background-color: #002E56;
	margin: 5px;
	height: 18px;
	width: 148px;
	float: left;
	font-family: Tahoma, Calibri, Geneva;
	font-size: 14px;
	color: #BD9107;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dashed #BD9107;
	font-weight: bold;
}
#base {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #003560;
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-family: Tahoma, Calibri, Geneva;
	font-size: 14px;
	color: #FFFBF0;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#base a:link{
	color: #FFFBF0;
}
#base a:visited{

	color: #FFFBF0;
}
#div-video {
	margin: auto;
	height: 315px;
	width: 560px;
}
