@charset "utf-8";
/* CSS Document */

/*---------MENU----------*/
#menu {
	display: none;
	float: right;
	height: 50px;
	background: #333333 url(img/bg_demos.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 8px;
}
#menu li {
	float: left;
}

/*---------DEMOS----------*/
#demos {
	height: 50px;
	background: #333333 url(img/bg_demos.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 8px;
	padding-left: 33px;
	padding-top: 12px;
}
#demos h3 {
	color: #ffffff;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}
#demos a h3 { color: #c4c4c4; padding-top: 12px; font-style: normal;}
#demos a:hover h3 {color: #ffffff;}

#demos span { color: #333333;}
#demos ul { float: right; position: relative; top: -7px;}
#demos li {	float: left; margin-right: 5px;}
#demos a {
	padding: 2px;
	display: block;
	width: 142px;
	height: 46px;
	background: url(img/bg_demos_li.png) repeat-x;
	border: solid 1px #8b8b8b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
#demos a:hover { background: #8b8b8b;}

/*---------ESQ MODULE----------*/
#esq .logo { padding-bottom: 15px;}
#esq p {
	padding-left: 13px;
	padding-right: 13px;
	text-align: justify;
	font-size: 12px;
	color: #7f7f7f;
	width: 450px;
	padding-bottom: 20px;
}
#esq .logos { padding-left: 5px;}

/*---------DRETA MODULE----------*/
#player {
	margin-left: 17px;
	border: solid 1px #ffffff;
	width: 468px;
	height: 374px;
}
#dreta .quote {
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	font-style: italic;
	padding-bottom: 20px;
}
#dreta .video {
	padding-bottom: 10px;
}
#dreta ul {
	margin-left: 17px;
	width: 474px;
}
#dreta ul li {
	margin-bottom: 10px;
	padding: 5px;
	width: 455px;
	height: 100px;
	border: solid 1px #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(img/bg_lista.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#dreta ul li a {
	display: block;
	height: 100px;
	text-decoration: none;
}
#dreta ul li a:hover {
	background-image: url(img/bg_lista.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#dreta ul li h1 {
	padding-top: 10px;
	color: #339933;
	font-size: 18px;
	font-weight: bold;
}
#dreta ul li h2 {
	font-style: italic;
	color: #434343;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
}
#dreta ul li p {
	color: #000000;
	font-size: 12px;
}
#dreta span a {
	padding: 5px;
	float: right;
	background-color: #a6a6a6;
	color: #ffffff;
	position: relative;
	bottom: -8px;
	right: 16px;
}

/*---------FOOTER MODULE----------*/
.footer {
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
