/* CSS for Ardware website */
#container {
width: 800;
position: absolute;
left: 0;
top: 0;
}
#navigation {
	position: relative;
	width: 230;
	left: 0;
	float:left;
	margin-left: 10;

}
#navigation ul {
 margin-left: 15px;
 padding: 0;
} 
#navigation ul ul {
 margin-left: 12px;
} 
#navigation li {
	font-size: small;
	color: white;
	font-weight: normal;
}
#navigation li li{
	font-size: small;
	color: white;
	font-weight: normal;
}
#navigation li a {
	font-size: small;
	color: white;
	text-decoration: none
}


#navigation li a:hover {
	background: white;
	color: #333399;
	text-decoration: none;
	border-color: #ccc;
	border-bottom-color: white;
	font-weight: bold;
}
#header {
	margin-left: 0;
	top: 0;
	width: 800;
	background-color: white;
	color: #333399;
	margin-bottom: 10px;
}
#content {
	position: relative;
	width: 550;
	color: white;
	float: right;
	
}
#footer {
	position:relative;
	width: 800;
	background-color: white;
	color: #333399;
	clear: both;
	margin-top: 10px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
	text-align: justify;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: white;
	text-align: center
}
#content a {
	font-size: small;
	color: white;
	text-decoration: underline
}


#content a:hover {
	background: white;
	color: #333399;
	text-decoration: none;
	border-color: #ccc;
	border-bottom-color: white;
	font-weight: bold;
}
#content table.datatable  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	font-size: x-small;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

#content table.datatable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	color: #333399;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
#content table.datatable td {
	vertical-align: top;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #333399;
	-moz-border-radius: 0px 0px 0px 0px;
}
#content table.formtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 3px;
	font-size: small;
}
#content table.0utlinetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 3px;
	font-size: x-small;
	border-width: 1px 1px 1px 1px;
	background: color;
}
#content table.0utlinetable td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	border-width: 1px 1px 1px 1px;
	
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: x-small;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
	background-color: #333399;
}

