/*****************************************
* LAYOUT CENTERING RULES
******************************************/
html {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Arial,Verdana,serif;
}
body {
	text-align: center;
	background-color: #f6f6f0;
	padding: 0;
	margin: 0;
}
#container {
	position: relative;
	padding: 2px 4px 10px;
	margin: 7px auto 0;
	width: 831px;
	text-align: left;
	background-color: #ffffff;
	min-height: 500px;
	height: 100%;
} 
/*****************************************
* HEADER
******************************************/
#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 67px;
	background-color: #fff;
}
#logo {
	padding: 0;
	margin: 0;
	width: 217px;
	height: 66px;
	overflow: hidden;
	/*background-color: #003300;*/
}
#logo image {
	padding: 0;
	border: 0;
	margin: 0;
}
#search {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 180px;
	height: 20px;
	right: 0px;
	top: 8px;
}
#search-input {
	position: relative;
	float: left;
	width: 118px;
}
#search-button {
	position: relative;
	float: right;
	width: 51px;
	height: 20px;
	background: transparent url("./../inc/grapx/search-button.jpg") no-repeat;
	border: none;
	color: black;
	padding-bottom: 3px;
}
#search-button:HOVER {
	color: #ffbe0d;
	cursor: pointer;
}
#stock {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 185px;
	height: 20px;
	right: 0px;
	bottom: 10px;
	/*background-color: #009900;*/
}
/*****************************************
* CONTENT
******************************************/
#content {
	position: relative;
	padding: 0;
	margin: 0;
	border-top: 4px solid #fdc400;
	width: 100%;
	min-height: 245px;
	height: 100%;
}
/*****************************************
* FOOTER 
******************************************/
#footer {
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	width: 100%;
	height: 16px;
	background-color: #fff;
}
#footer-ext-line {
	width: 100%;
	border-top: 1px solid #004175;
}
#footer-int-line {
	width: 100%;
	margin-top: 1px;
	border-top: 2px solid #004175;
}
#footer-text {
	width: 100%;
	margin-top: 3px;
	text-align: center;
	font-size: 9px;
	color: #bbbdbe;
}



#credits-link 
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	color: #bbbdbe;
}
#credits-link:ACTIVE,
#credits-link:VISITED
{
	color: #bbbdbe;
}
#credits-link:hover
{
	text-decoration: underline;
	color: #999999;
}

/*****************************************
* FIX X DEBUG 
******************************************/
#scienta_debug,
#scienta_info,
#scienta_config,
#scienta_vars {
	text-align: left;
}
















