/* MAIN SCREEN STYLESHEET FOR EB4U : JAN 2007 */
html,body {
	margin: 0px;
	padding: 0px;
}
body {
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
}

#container {
	margin: 0 auto;
	width: 960px;
	padding: 0;
}
#wrapper {
	padding: 0px;
	margin: 200px 0 0 0;
	width: 960px;
	/*border-bottom:1px solid #f00;*/
}

#main-content {
	float: left;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-position: top left;
	background-repeat: no-repeat;*/
}

h1 {
	color: #222;
	display:block;
	margin: 0px auto;
	background-color: transparent;
	background-image: url('../img/randd_logo_large.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
h1 a {
	height: 200px;
	width: 800px;
	font-weight: normal;	
	text-indent:-12000px;
	color: #fff;
	display:block;
}

h2 {
	color: #222;
	font-size: 1.2em;
	font-weight: bold;
	margin: 8px 15px 2px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
h3 {
	color: #222;
	font-size: 1.0em;
	font-weight: bold;
	margin: 8px 15px 2px 0px;
	padding: 0px 0px 0px 0px;
}
h4 {
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h5 {
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
}
h6 {
	color: #222;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
}
p {
	color: #333;
	font-size: 0.85em;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
ul ol {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 20px;
}
li {
	color: #2E2A2B;
	margin: 10px 0px 10px 0px;
	font-size: 0.85em;
	text-align: left;
}
/*===*/
table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}
.outline {
	border: 1px soli\d #CAC3CE;
}
.outline td {
	background-color: #eff1f2;
}
th {
	padding: 1px 5px 1px 5px;
	background-color: #e6e9ea;
	text-align: left;
}
td {
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	text-align: left;
}
/*===*/
.leftside {
	float: left;
	width: 240px;
	max-width: 240px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
}
.rightside {
	float: left;
	width: 240px;
	max-width: 240px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}
.feature {
	padding: 0px;
	border: 0px solid #BDBDB6;
	background-color: #fff;
}
div.image {
	border: 0px;
}
div.inline {
	margin: 0px;
	padding: 0px;
}
div.inline br {
	height: 0px;
}
div.inline .caption {
	color: #fff;
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
	margin-top: -4px !important;
	padding: 5px 7px 5px 17px !important;
	background-color: #0066b3;
	background-image: url(./images/arrow.gif);
	background-position: 5px 7px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

/*===*/
hr {
	text-align: right;
	width: 100%;
	height: 1px;
	color: #bfccd9;
	border: none;
	margin: 10px 0px 10px 0px;
/* For Internet Explorer */
	padding: 0px;
}
html>body hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	background-color: #bfccd9;
/* For Gecko-based browsers */
	border: none;
}
html>body hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	background-color: #bfccd9;
/* For Opera and Gecko-based browsers */
	border: 0px dashed #444;
}
/*===*/
#footer {
	clear: both;
	width: 960px;
	height: 120px;
	background-image: url('../images/page/footer.gif');
	background-repeat: no-repeat;
}

#footer p {
	color: #fff;
	font-size: 0.75em;
	xmargin: 15px 0px 0px 0px;
	xpadding: 15px 10px 15px 10px;
}
#footer .totop {
	float: right;
	background-image: url(./images/top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}
#footer p.copyright {
	font-size: 0.7em;
	margin: 0px 0px 0px 0px;
}
#footer p a {
	text-decoration: none;
	color: #eee;
	font-weight: bold;
}
#footer p a:link {
	text-decoration: none;
	color: #faa633;
}
#footer p a:visited {
	text-decoration: none;
	color: #faa633;
}
#footer p a:active {
	text-decoration: none;
	color: #faa633;
}
#footer p a:hover {
	text-decoration: none;
	color: #fdbb30;
}
li.nodisplay {
	display: none !important;
}
fieldset {
	border-color: #E3EEF9;
	border-width: 2px;
	border-style: solid;
	border-top: 4px solid #E3EEF9;
	border-bottom: 4px solid #E3EEF9;
}

div.content {
	text-align: center;
	font-weight: normal;/*bold;*/
	font-size: 1em;
}

#node-1 .content a {
	text-decoration: none !important;
	color: #000 !important;
}

