/* Tema para a SIR LARSIE */
/* URI: www.marlonix.com */
/* Codificao: Marlon Cesar */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* 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;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* {
	margin:0;
	padding: 0;
	outline: 0;
	border: none;
	}

body {
	text-align: center;
	font: 16px Verdana, sans-serif, serif;
	color: #FFF;
	background:#000000;
	}
a { 
	color: #FFF; 
	text-decoration: underline;
	
	}
a:hover { 
	text-decoration: none;	
	}

#geral {
	margin: 0 auto;
	padding: 20px 0;
	width: 900px;	
	}
.publicidade {
	margin: 20px auto;
	width: 468px;
	border:5px solid #555;
		}
.publicidade2 {
	margin: 20px auto 0;
	width: 350px;
	border:5px solid #555;
		}
.donglogo {
	margin: 50px auto 0;
	width: 640px; height: 284px;
	border:5px solid #555;
		}

.youtube {
	margin: 20px auto 0;	max-width:640px;
	width: 100%; height: auto;
	border:5px solid #555;
		}
.player {
	margin: 0 0 20px;}
.links {
	margin:15px auto;
	padding-left:10px;
	width:70%;
	}
.links li {
	float:left;
	margin-right: 10px;
	}
h2 {
	margin:15px 0;}
	
/* Contact Form */

#contact {
	text-align: left;
	width:300px;
	margin:15px auto;
}

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}
#contact textarea {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(../img/but_form.jpg) 0 100% repeat-x;
	color:#000;
	font-size:12px;
	padding:0;
}

.errormsg, .successmsg, .sucesso{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.successmsg,
.sucesso {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}
.err {
	color:red;
}
h1 {
    clear: both;
}
