/* PinkNouNou StyleSheet */

* {
    margin:0px;
    padding:0px;
}

a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover, a:active {
	color:#666666;
	text-decoration:underline;
}

html, body {
    font-family:Verdana, Arial, Times, serif;
    font-size:11px;
	height:100%;
    color:#666666;
}

#header {
	width:100%;
	height:175px;
	background-image:url(../images/header.jpg);
	background-position:center;
}

#container {
	width:745px;
    min-height:300px;
    margin-left:auto;
    margin-right:auto;
}

#menu {
	width:745px;
	height:20px;
	text-align:right;
	margin-left:auto;
    margin-right:auto;
}

#menu ul li {
	margin-right:10px;
	display:inline;
}

#menu ul li:last-child {
	margin-right:0px;
}

#slideshow {
	position:relative;
	top:4px;
	width:100%;
	height:180px;
}

#slideshow ul li {
	margin-right:10px;
	float:left;
	display:inline;
}

#slideshow ul li:last-child {
	margin-right:0px;
}

#slideshow ul li#ssLeft img {
    position:absolute;
	width:262px;
    top:0px;
    left:0px;
    z-index:8;
    opacity:0.0;
}

#slideshow ul li#ssCenter img {
    position:absolute;
	width:262px;
    top:0px;
    left:272px;
    z-index:8;
    opacity:0.0;
}

#slideshow ul li#ssRight img {
    position:absolute;
	width:201px;
    top:0px;
    left:544px;
    z-index:8;
    opacity:0.0;
}

#slideshow ul li#ssLeft img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow ul li#ssCenter img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow ul li#ssRight img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow ul li#ssLeft img.last-active {
    z-index:9;
}

#slideshow ul li#ssCenter img.last-active {
    z-index:9;
}

#slideshow ul li#ssRight img.last-active {
    z-index:9;
}

#container #contents #columnRight #slideshow {
	width:275px;
	height:195px;
	background-color:#FF0000;
}

#container #contents #columnRight #slideshow img {
	position:absolute;
	width:275px;
	height:195px;
    top:0px;
    left:0x;
    z-index:8;
    opacity:0.0;
}

#container #contents #columnRight #slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#container #contents #columnRight #slideshow img.last-active {
    z-index:9;
}

#contents {
	margin-top:4px;
	margin-bottom:20px;
}

#welcome {
	position:relative;
	top:9px;
	float:right;
	width:224px;
	height:19px;
}

#footer {
	/*
	position:absolute;
	bottom:0px;
	*/
	position: relative;
    margin-top:-40px;
	width:100%;
	font-size:10px;
	color:#FFFFFF;
	height:40px;
	overflow:hidden;
	text-align:center;
	background-color:#D8323E;
}

#footer p {
	position:relative;
	margin-top:15px;
}

h1 {
	color:#d73240;
	font-size:14px;
}

h2 {
	color:#d73240;
	margin-top:15px;
	font-size:11px;
}

h3 {
	color:#d73240;
	margin-top:7px;
	margin-bottom:3px;
	font-size:11px;
}

h4 {
	color:#d73240;
	margin-top:16px;
	font-size:11px;
	display:inline;
	float:left;
}

.hruller {
	color:#666666;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}

#columnLeft {
	margin-top:15px;
	margin-bottom:25px;
	text-align:justify;
	width:60%;
	display:inline;
	float:left;
}

#columnRight {
	text-align:right;
	margin-left:3%;
	margin-top:15px;
	margin-bottom:25px;
	text-align:justify;
	width:37%;
	display:inline;
	float:left;
}

ul#networks {
	margin-left:0px;
	margin-top:6px;
}

ul#networks li {
	margin-right:4px;
	display:inline;
}

ul#networks li img {
	width:20px;
	height:20px;
	border:0px;
}

.buttons input {
	margin-left:-1px;
	font-family:inherit;
	font-size:10px;
	width:65px;
	margin-top:8px;
	margin-right:5px;
}

form #user_n, form #user_e {
	/* border:1 px solid #83995E; */
	width:220px;
	padding:2px;
	font-family: Verdana, Arial, Times, serif;
    font-size:11px;
    color:#666666;
} 

form #user_m {
	/* border:1px solid #83995E; */
	width:97%;
	padding:2px;
	font-family: Verdana, Arial, Times, serif;
    font-size:11px;
    color:#666666;
}

.english {
	color:#8e8e8e;
}

.teste {
	position:absolute;
	bottom:0px;
}

#wrap_out {
	position:relative;
    min-height:100%;
    _height:100%; /* for IE6 as it doesnt understand min-height */
}

#wrap_in {
	padding-bottom:40px; /* assuming your footer height is 100px */
}

.feedback_ok {
	color:#006600;
}

.feedback_erro {
	color:#FF0000;
}