/* Tags padrão */
body {
	margin: 0;
	padding: 0;
	background: #131313;
}

body,
th,
td {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h1 {
	font: 48px "Times New Roman", Times, serif;
}

/* Tags HTML 5*/
header, section, footer, aside, nav, article, figure { display: block; }

/* Layout */
#container {
	width: 777px;
	margin: 0 auto;
}

#content {
	color: #fff;
	background: #000 url(../images/top_neo.jpg) no-repeat top center;;
	padding: 186px 50px 30px;
	text-align: justify;
}

#content p {
	line-height: 1.7em;
}

#content a {
	color: #900;
}

body.home #content {
	background: #000 url(../images/top_home.jpg) no-repeat top center;
	padding-top: 275px;
}

#content footer {
	height: 140px;
	background: url(../images/love-is-the-law.gif) no-repeat center bottom;
}

body.home h1 {
	text-indent: -9999px;
}

body.home #content header {
	height: 1px;
	max-height: 1px;
	line-height: 1px;
}

#top {
	overflow: hidden;
	height: 50px;
}

#search-form {
	float: right;
	padding-top: 12px;
}

#grades-menu {
	height: 36px;
	background: #5f5c5c;
	border-bottom: 1px solid #000;
	font-size: 11px;
}

#bottom {
	text-align: center;
}
/* Menus */
/* Navegação */
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation li {
	display: inline;
	font-size: 11px;
	line-height: 50px;
}

.navigation a {
	padding: 0 1em;
	border-left: 1px solid #fff;
	color: #fff;
}

.navigation li:first-child a {
	padding-left: 0;
	border-left: none;
}

/* Menu de graus */
#grades-menu li ul {
	background: #000 url(../images/bg-submenu-grades.gif) repeat-x top;
	display: none;
	width: 171px;
	z-index: 99;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
}

#grades-menu li,
#grades-menu ul {
	padding: 0;
	margin: 0;
}

#grades-menu ul {
	list-style: none;
}

#grades-menu li {
	line-height: 36px;
	float: left;
}

#grades-menu li:hover {
	background: #898787;
}

#grades-menu li a {
	display: block;
	color: #000;
	padding: 0 10px;
}

#grades-menu li a.orders {
	width: 150px;
	border-left: 1px solid #000;
}

#grades-menu li a.gd {
	background: url(../images/bg-gd.png) right center no-repeat;
}

#grades-menu li a.rc {
	background: url(../images/bg-rc.png) right center no-repeat;
}

#grades-menu li a.ss {
	background: url(../images/bg-ss.png) right center no-repeat;
}

#grades-menu li a.student {
	width: 244px;
}

#grades-menu li a:hover {
	text-decoration: none;
}

#grades-menu li:hover ul {
	display: block;
}

#grades-menu span, h2, h3, h4, h5, h6 {
	color: #900;
}

/* Submenu graus */
#grades-menu li ul a {
	color: #fff;
}

#grades-menu li ul a.cross {
	color: #666;
}

#grades-menu li li {
	display: block;
	width: 100%;
	line-height: 26px;
}

#grades-menu li li:hover {
	background: none;
}
#grades-menu li li a:hover {
	text-decoration: underline;
}

/* Pesquisa */
#search-form input.text {
	background: #343434;
	border: 1px solid #676767;
	color: #fff;
	height: 15px;
	padding: 2px;
}

#search-form input.text:focus,
#search-form input.text:hover {
	border-color: #fff;
}

#search-form input.button {
	height: 19px;
	width: 19px;
	border: none;
	background: #676767 url(../images/search-button.gif) no-repeat center;
	cursor: pointer;
}

/* Tabela com os graus */
#grades-table {
	width: 515px;
	margin: 0 auto;
}

#grades-table thead th {
	line-height: 36px;
	text-align: left;
	padding-left: 11px;
}

#grades-table thead td {
	background: #101010;
	color: #6ff;
	font-size: 15px;
	line-height: 60px;
	text-align: center;	
}
#grades-table thead td a {
	color: #fff;
}

#grades-table tbody td {
	background: #000 url(../images/bg-submenu-grades.gif) repeat-x top;
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	vertical-align: top;
}

#grades-table tbody ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#grades-table tbody li a {
	color: #fff;
	line-height: 24px;
}

#grades-table tbody li a span {
	color: #6ff;
}

#grades-table .gd {
	background: #605c5c url(../images/bg-gd.png) right center no-repeat;
}

#grades-table .rc {
	background: #605c5c url(../images/bg-rc.png) right center no-repeat;
}

#grades-table .ss {
	background: #605c5c url(../images/bg-ss.png) right center no-repeat;
}

/* Árvore da Vida */
.tree-of-life {
	margin-left: 20px;
}

/* Formulário de Contato */
#contato label {
	font-size: 14px;
	line-height: 24px;
}

#contato textarea {
	width: 490px;
	height: 180px;
}

#contato select {
	cursor: pointer;
}

#contato dt {
	float: left;
	width: 150px;
	text-align: right;
	clear: left;
}

#contato dd {
	margin-left: 170px;
	margin-bottom: 26px;
}

#contato pre {
	width: 400px;
}

#contato input,
#contato textarea,
#contato select {
	background: #343434;
	border: 1px solid #676767;
	color: #fff;
}

#contato input:focus,
#contato input:hover,
#contato textarea:focus,
#contato textarea:hover,
#contato select:focus,
#contato select:hover {
	border: 1px solid #fff;
}

#contato input {
	height: 18px;
	padding: 3px;
	width: 490px;
}

#contato .button,
#contato .button:hover,
#contato .button:focus {
	background: #8f0409;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: auto;
	line-height: 30px;
	padding: 0 18px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.errors li {
	color: #F00;
	line-height: 26px;
}