/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


ul.menu {list-style:none; margin:0; padding:0; }
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#6ba3cc; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#aed6ee; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative;  width:140px; margin:0}
ul.menu ul li a {display:block; font-size:11px; padding:6px 3px 5px; background-color:#aed6ee}
ul.menu ul li a:hover {background-color:#a2cbe4}
ul.menu ul ul {left:90px; top:-1px}
ul.menu .menulink { padding:0px 0px 0px; width:90px}
ul.menu .menulink:hover, ul.menu .menuhover {}
ul.menu .sub {background:#d1d1d1 }
ul.menu .topline {border-top:0px solid #aaa}

body {
	margin:0;
	background-color:#f6f6f7;
}

.titulo {
	font: 20px EB Garamond, Verdana, Arial;
	text-indent: 0px;
	line-height: 20px;
	text-transform:uppercase;
	color: #fff;
	margin:0;
}

.texto {
	font: 12px Sintony, Verdana, Arial;
	text-indent: 0px;
	line-height: 15px;

	color: #fff;
	margin-top:0;
}

.principal {
	font: 30px EB Garamond, Verdana, Arial;
	color: #414042;
	line-height:33px;
}

.pequeno {
	font: 10px Sintony, Verdana, Arial;
	color: #666;
}

.titulo-grande {
	font: 20px Sintony, Verdana, Arial;
	text-indent: 0px;
	line-height: 25px;
	color: #37678a;
	margin-top:0;
}

.box-produtos {
	padding:2px 0 7px 0; 
	float:left; 
	margin:10px 5px 0px 0px; 
	background-color:#000000; 
	width:161px;

}

.box-destaque {
	padding:2px 0 7px 0; 
	float:left; 
	margin:10px 5px 0px 0px; 
	background-color:#000000; 
	width:270px;
	height:330px;

}

.titulo-destaque {
	padding-left:5px; 
	background-color:#000000; 
	margin-top:10px; 
	border-bottom:1px #c49b6b dotted; 
	height:30px; 
	font-family:Calibri, Verdana, Arial; 
	font-size:18px; 
	font-weight:bold; 
	color:#c49b6b;
	padding-top:5PX;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

a, a:visited {
	color:#5fa1c5;
	text-decoration:none;
}
a:hover, a:active {
	color:#5fa1c5;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(file:///C|/Projetos/frontpage%20mau/wtennis/images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:1000px;
    height:334px;
    margin:0 auto;
    padding-top:10px;
    margin-top:10px;
}

#slider {
	position:relative;
    width:1000px;
    height:334px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {

	position:center;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
