img, div { behavior: url('iepngfix.htc') }

#frontpage img, #frontpage div { behavior: none; }

#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 40px;
	color: #FFF;
}

#container a {
	color: #FFF;
	text-decoration: none;
}

#container a:hover, a:active {
	text-decoration: underline;
}


ul.menu {
	list-style: none;
	display: block;
	text-align: center;
	overflow: hidden;
	padding-left: 35%;
}

ul.menu li {
	float: left;
	padding: 10px 0;
}

ul.menu li a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.2em;
	color: #FFF !important;
}

ul.menu li a:hover {
	color: #70d970;
	text-decoration: none !important;
}

ul.menu div.bulb {
	background: transparent url('../images/bulb.png');
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 8px;
}

ul.menu div.on {
	background: transparent url('../images/bulb_on.png') !important;
}


select.languages {
	position: absolute;
	top: 6px;
	right: 60px;
}


div.logo {
	width: 500px;
	height: 424px;
	position: absolute;
	top: -15px;
	left: -200px;
}


ul.products {
	margin-left: 300px;
	margin-top: 60px;
	list-style: none;
	overflow: hidden;
}

ul.products li {
	overflow: hidden;
	margin-bottom: 30px;
}


ul.products li img {
	float: left;
	margin-right: 20px;
}

ul.products li h3 {
	padding-top: 6px;
	margin-bottom: 10px;
}

ul.products li p {
}


div.info {
	margin-top: 80px;
	margin-bottom: 60px;
	text-align: center;
	color: #CCC;
}

div.info h4{
	margin: 1px;
	color: #FFF;
}


form.contato {
	width: 500px;
	margin: 450px auto;
}

form.contato label, form.contato input {
	display: block;
}

form.contato label {
	color: #DEA803;
	font-weight: bold;
	font-size: 1.2em;

}

form.contato input {
	color: #3B3B3B;
	font-size: 1em;
	margin: 0 0 20px 0;
	width: 93%;
}

form.contato input.submit {
	background: #DEA803;
	color: #FFF;
	border: none;
} 

form.contato textarea {
	color: #3B3B3B;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
	width: 93%;
}


/*
 * FRONTPAGE
 *
 */
#frontpage {
	background-color: #3d0100;
}

#frontpage .billboard {
	background: transparent url('../images/billboard.png') no-repeat;
	width: 950px;
	height: 659px;
	margin: 42px auto;
	overflow: hidden;
}

#frontpage .billboard ul.menu {
	list-style: none;
	display: block;
	margin-top: 470px;
	background-color: #3D0100;
	text-align: center;
	overflow: hidden;
	padding-left: 30%;
}

#frontpage .billboard ul.menu li {
	float: left;
	padding: 10px 0;
}

#frontpage .billboard ul.menu li a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.2em;
	color: #FFF;
}

#frontpage .billboard ul.menu li a:hover {
	color: #70d970;
}

#frontpage .billboard div.bulb {
	background: transparent url('../images/bulb.png');
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 8px;
}

#frontpage .billboard div.on {
	background: transparent url('../images/bulb_on.png') !important;
}




/*
 * WEB
 *
 */

#web  {
	background: #01273d url('../images/web/bg.png') repeat-x;
}

#web ul.menu {
	background-color: #014b68;
}

#web div.logo {
	background: transparent url('../images/web/logo.png') no-repeat;
}
#web h3 span {
	color: #9BE1FA;
}

#web a {
	color: #9BE1FA;
	text-decoration: none;
}

#web a:hover, a:active {
	text-decoration: underline;
}

/*
 * MOBILE
 *
 */
#mobile  {
	background: #C27401 url('../images/mobile/bg.png') repeat-x;
}

#mobile ul.menu {
	background-color: #D28D01;
}

#mobile div.logo {
	background: transparent url('../images/mobile/logo.png') no-repeat;
}

#mobile h3 span {
	color: #F5E6BC;
}

#mobile a {
	color: #F5E6BC;
	text-decoration: none;
}

#mobile a:hover, a:active {
	text-decoration: underline;
}
 
/*
 * LIVE
 *
 */
#live  {
	background: #3F0102 url('../images/live/bg.png') repeat-x;
}

#live ul.menu {
	background-color: #6B0204;
}

#live div.logo {
	background: transparent url('../images/live/logo.png') no-repeat;
}

#live h3 span {
	color: #C94548;
}

#live a {
	color: #C94548;
	text-decoration: none;
}

#live a:hover, a:active {
	text-decoration: underline;
}

/*
 * CONTATO
 *
 */
#contato {
	background: #000 url('../images/contato_bg.jpg') no-repeat top center;
}

#contato ul.menu {
	padding: 0;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

#contato h4 {
	color: #FFF;
	font-size: 1.5em;
	width: 400px;
}



/*
 * EXTRAS
 *
 */
a#banner {
    position: absolute;
    bottom:60px;
    right: 20px;
    text-decoration: none;
}

a#banner span {
    color: #FFF;
    font-size: 12px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: -19px;
    margin-left: 19px;
}



