@charset "UTF-8";
/* CSS Document  - Domm*/

/* INICIO TAGS */


ul {
	padding: 0px;
	margin-left: 10px;
}

.headerLink {
	color: #6B6B6B !important;
	text-decoration:none;
	font: normal 15px Arial, Helvetica, sans-serif;
}


.topicos {
	font: normal 30px Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
	margin: 0 auto 0 auto;
	width: 80%;	
}




#menuContainer ul li {
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-bottom: 1px solid transparent;
	color: #6B6B6B;
	cursor: pointer;
	display: inline;
	text-decoration:none;
	font: normal 15px Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0 5px;
	padding: 16px 15px;
}

/* Chrome */
.webkit #menuContainer ul li {
  padding: 18px 15px !important;
}
/* Firefox */
.gecko #menuContainer ul li {
  padding: 16px 15px !important;
}

/* FIM TAGS */


/* INICIO FONTS */

.lightWhiteTxt {
	color: white;
	font: normal 10px Arial, Helvetica, sans-serif;
}

.auditvTxt {
	cursor: pointer;
	float: left;
	margin: 0px;
	padding: 8px;
}

.logTxt {
	float: left;
	margin: 7px;
}

.NOME_DA_FONTE {

}

.NOME_DA_FONTE {

}



/* FIM FONTS */



/* INICIO IDS */

#general {
	margin: auto auto;
	overflow-x: hidden;
	width: 900px;
}

#menuContainer {
	float: right;
	margin: 30px;
	width: 580px;
}

#bannerContainer {
	height: 250px;
	margin: auto auto;
	width: 900px;
}

#bannerPic {
	background: url(http://www.domm.com.br/imagens/imgBanner.png);
	height: 100%;
	width: 100%;
}

#content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ececec;
	height: 380px;
	margin: 20px 0;
	width: inherit;
}

#footer, #footer2 {
	background: #D1413D;
	height: 27px;
	width: 1024px;
	align: center;
}

#footer {
	bottom: 0;
	position: relative;
	top:1500px;
}

#auditvLoginContainer {
	float: right;
}

#loginBox {
	background: #F66966;
	float: left;
	height: 27px;
	margin-right: -350px;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

#homePage {
	float: left;
	width: 900px;
	position: absolute;
}

#audiTvPage {
	float: left;
	width: 900px;
	position: absolute;
}

#xStreamPage {
	float: left;
	width: 900px;
	position: absolute;
}

#produtosPage {
	float: left;
	width: 900px;
	position: absolute;
}

#contatoPage {
	float: left;
	width: 900px;
	position: absolute;
}

#NOME_DO_ID {

}

#NOME_DO_ID {

}



/* FIM IDS */



/* INICIO CLASSES */

.dommLogo {
	border: none;
	margin: 15px 20px;
	margin-left: 100px;
}

.underlineMenu	 {
	border-top: 3px solid #D1413D;
	border-right: none;
	border-bottom: 1px solid #bebebe;
	border-left: none;
	margin-left: 5px;
}

.rightsTxt {
	float: left;
	margin: 8px;
	letter-spacing: 1px;
}

.rowAuditvLogin {
	float: left;
}

.inputLoginField {
	border: 1px solid #AAA5A5;
	color: #AAA5A5;
	float: left;
	font: italic 10px Arial, Helvetica, sans-serif;
	height: 15px;
	margin: 3px 0;
	width: 90px;
}

.audiTvlogBtn {
	background: #E84A46;
	border: none;
	border-left: 2px solid #C95250;
	color: white;
	cursor: pointer;
	float: left;
	height: 27px;
	margin: 0 0 0 10px;
	padding: 0 10px;
}

.loginBoxShow {
	margin: 0 0 0 0 !important;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

.NOME_DA_CLASSE {
	
}

.NOME_DA_CLASSE {
	
}



/* FIM CLASSES */



/* INICIO EFEITOS*/

#menuContainer ul li:hover {
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-bottom: 3px solid #ebc7c7;
	text-shadow: 1px 1px 1px #ccc;
}

.NOME_DO_EFEITO {

}



/* FIM EFEITOS */