html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

	cursor: default;
}

a {
	cursor: pointer;
}

img {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* ignorar o reset à margin e padding das tables */
table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
body {
	background-color: #000000;

	margin: 0px auto;
	text-align: center;
}


#skel {
	width: 900px;
	text-align: left;

	margin: 0px auto;
}

#header {
	background-image: url("../../../layout/tplLanguage/img/header.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;

	width: 900px;
	height: 300px;

	overflow: hidden;

	margin: 0px auto;
	text-align: center;
}

#header h1 {
	height: 10px;
	line-height: 9999px;
}

#menu {
	margin: 0px auto;
	width: 505px;
	height: 45px;
}

#menu a {
	background-image: url('../../../layout/tplLanguage/img/langs.jpg');
	background-repeat: no-repeat;

	display: block;
	height: 45px;

	float: left;

	line-height: 99999px;
}

#pt { width: 170px; background-position: 0px 0px; }
#en { width: 155px; background-position: -170px 0px; }
#fr { width: 180px; background-position: -325px 0px; }

#pt:hover { background-position: 0px -45px; }
#en:hover { background-position: -170px -45px; }
#fr:hover { background-position: -325px -45px; }



#footer {
	background-image: url("../../../layout/tplLanguage/img/skel_bottom.gif");
	background-repeat: no-repeat;
	background-position: 50% 0px;

	text-align: center;

	height: 40px;

	position: relative;

	top: 0px;
}

#dwcopyright {
	font: normal normal bold 10px/40px Arial, Trebuchet MS, Sans-serif;
	padding: 15px 0px 0px 15px;
	color: #444;

	text-align: center;
}

#dwcopyright a {
	text-decoration: none;
	border: 0px;
	color: #444;
}

#dwcopyright a:hover {
	color: #666;
}
