/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

body {
	margin:0;
	background-color:#000000;
}

.menu {
	font: 12px Calibri, Verdana, Arial;
	text-indent: 0px;
	letter-spacing: 2px;
	color: #ffffff;
}

.produto {
	font:  bold 16px Calibri, Verdana, Arial;
	color: #ffffff;
}

.precode {
	font: 12px Calibri, Verdana, Arial;
	color: #c49b6b;
}

.precopor {
	font: bold 18px Calibri, Verdana, Arial;
	color: #cc080e;
}

.doze-x {
	font: italic 12px Calibri, Verdana, Arial;
	color: #f9a428;
}

.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:#ffffff;
	text-decoration:none;
}
a:hover, a:active {
	color:#ed1c24;
	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:600px;
    height:269px;
    margin:0 auto;
    padding-top:10px;
    margin-top:10px;
}

#slider {
	position:relative;
    width:600px;
    height:269px;
	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(file:///C|/Projetos/frontpage%20mau/wtennis/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;
}
