body {
	margin: 0;
	padding 0;
	background-color: #FFFFFF;
}

body, td {
	font-family: Tahoma, 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 12px;
}

/* Global div */
div { position: absolute; }

div.top {
	left: 123px;
	top: 0;
	height: 80px;
	width: 600px;
	text-align: right;
}

div.banner {
	background-color: #720626;
	background-image: url('images/bannerbg.gif');
	background-position: left;
	background-repeat: no-repeat;
	width: 630px;
	height: 70px;
	top: 80px;
	left: 120px;
}

div.coName {
	position: relative;
	left: 50;
}

div.logo {
	top: 0px;
	/*width: 100%;*/
	left: 0px;
	z-index: 2;
	border: solid 0px #000000;
}

div.buttons {
	top: 155px;
	width: 750px;
	left: 0px;
	height: 24px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
	z-index: 5;
	/*display: none;*/
	border: solid 0px #000000;
	background-color: #720626;
	line-height: 24px;
}

div.buttons a:link, div.buttons a:visited { color: #000000;}
div.buttons a {
	text-decoration: none;
	color: inherit;
	/*filter: alpha(opacity=100); -moz-opacity: 100%;*/
}

div.home, div.examples, div.feedback, div.contact {
	/*position: relative;*/
	top: 2px;
	width: 120px;
	height: 20px;
	background-color: #F0D7BD;
	background-image: url('images/buttonbg.gif');
	background-position: center right;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 20px;
	color: #000000;
	cursor: pointer;
}

div.home { left: 200px; }
div.examples { left: 330px; }
div.feedback { left: 460px; }
div.contact  { left: 590px; }

div.bottom_addr {
	position: relative;
	text-align: center;
	font-size:9px;
	margin:0;
}

div.bottom_links {
	position: relative;
	width: 100%;
	text-align: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #F0D7BD;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.bottom_links a {
	text-decoration: none;
	padding:0;
	margin:0;
	line-height: 100%;
	padding-left: 2px;
	padding-right: 2px;
}
div.bottom_links a:hover {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	background-color: #FFFFFF;
}


#content {
	border-right: solid 1px #000000;
	width: 750px;
	left: 0px;
	right: 10px;
	top: 179px;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;*/
	padding-top: 10px;
	background-image: url('images/oxide-tower.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;}

#content p {
	margin-top: 0;
	padding-left: 10px;
}

#content h3 {
	margin-bottom: 5px;
	font-family: impact, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
}

#content h4 {
	margin: 0;
	padding-left: 10px;
	color: #720626;
	font-family: impact, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
}

#content h2 {
	margin: 0;
	color: #397103;
	border-bottom: solid 1px #397103;
	/*border-top: solid 1px #397103;
	border-right: double 4px #397103;*/
	text-align: right;
	line-height: 80%;
	padding-right: 5px;
	padding-bottom: 0px;
	font-family: Tahoma, 'Lucida Sans Unicode', Arial, sans-serif;
}

#content IMG {
	margin: 10px;
	border: solid 1px #000000;
}

a:link, a:visited { color: #720626; }
a:hover { color: black; }

ul { list-style-image: url('images/smkiwi.gif'); }
li {
	margin-bottom: 5px;
}

INPUT, TEXTAREA, SELECT {
	border: solid 1px #000000;
	background-color: #FFFBF6;
}

span.oxidered	{ color: #720626; }
span.oxideblue	{ color: #0074BC; }

p.jude {
	font-size: 16px;
}