/****************************************************************************/
/* 2008 - Techfront.com.br													*/
/*																			*/
/* Criated: 13/11/2008 by Herus Armstrong									*/
/* Description: Aligment and positions of elements of EBX message page.		*/
/****************************************************************************/

/* Reset tags */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background-color: #FFFFFF;
	border-top: 4px solid #BB8C0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 11px;
}

body a {
	cursor: pointer !important;
}

/************************************/
/* STRUCTURE						*/
/************************************/

/* Main Divbox */
#header, #container, #content, #footer {
	width: 784px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid;
	border-color: #E0E0E0;
	border-top: none;
	border: 1px solid;
	border-color: #E0E0E0;
	border-top: none;
}

/* Header */
#header {
	float: left;
}

/* Content */
#content {
	padding-bottom: 20px;
	float: left;
	clear: both;
}

/* Footer */
#footer {
	border-top: 1px solid #FFE089;
	height: 30px;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #888888;
	text-align: center;
	font-size: 8px;
}

/************************************/
/* HEADER							*/
/************************************/

/* Logo */
h1 {
	width: 166px;
	height: 82px;
	margin-left: -15px;
	float: left;
}

/* Language Menu */
#lang {
	width: 50px;
	height: 70px;
	float: right;
	padding-top: 10px;
	display: block;
}

/* Menu */
#header #menu {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu li {
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 7px;
	padding-right: 7px;
}
.pipemenu {
	border-left: 1px solid #999999;
}
#menu a {
	color: #777777;
	text-decoration: none;
}
#menu a:hover {
	color: #333333;
	text-decoration: underline;
}

/************************************/
/* ELEMENTS							*/
/************************************/

h1, h2, h3, h4, p, span, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #BB8C0A;
	width: 100%;
}
h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 200;
	text-align: right;
	letter-spacing: 2px;
	line-height: 20px;
}
hr {
	margin: 10px;
	width: 90%;
	height: 1px;
	background-color: #AAAAAA;
	margin-left: auto;
	margin-right: auto;
	display: block;e
}
