<!--
a:link {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}

a:active {text-decoration: none}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	}

body
	{
	background: #F9F9F7 url('images/bg.gif') repeat-x;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #8C8C73;
	line-height: 18px;
	}

#outer
	{
	position: relative;
	background-color: white;
	width: 804px;
	margin: 0 auto;
	padding: 0;
	border: 1px black solid;
	}

#main {
	width: 625px;
	min-height: 450px;
	color: #333;
	float: none;
	text-align: justify;
	margin-top: 2px;
	margin-left: 164px;
	margin-right: 2px;
	padding: 0px 4px 0px 4px;
	right: auto;
	}

h1 {
	font-size: 18px;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	}

h2 {
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-transform: capitalize;
}

#header {	
	width: 800px;
	height: 90px;
	margin: 1px;
	padding: 0;
	border: 1px black solid;
	}

#contact{	
	width: 802px;
	height: 20px;
	margin: 1px;
	padding: 0;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	background-color: #C0C0C0;
	}

ul#nav {	
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	float: left;
	border-bottom: 1px solid #999;
	}

ul#nav li {
	display: inline;
	}

#nav a {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: 1px black solid;
	padding: 7px 0px 7px 0px;
	background-color: red;
	display: block;
	width: 160px;
	position: relative;
}

#company {
	text-align: center;
	font-weight: bold;
	
}
img.picmain {
	float:  left;
	margin: 3px 3px 3px 3px;
	border: 1px black solid;
	padding: 5px;
	}

img.pic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px black solid;
	padding: 5px;
	}

img.piclogo {
	float: center;
	margin: 3px 3px 3px 3px;
	border: 1px black solid;
	padding: 5px;
	}

#footer {

	width: 802px;
	height: 20px;
	margin: 1px;
	padding: 0;
	float: none;
	color: black;

	font-weight: bold;
	text-transform: uppercase;
	background-color: red;
	text-align: center;
	}

#footer a {
	color: black;
	}

span.product {
	font-weight: bold;
	}

form.form1 fieldset {
  margin-bottom: 10px;
}
form.form1 legend {
  padding: 5px 2px;
  font-weight: bold;
}
form.form1 label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.form1 fieldset ol {
  margin: 0;
  padding: 0;
}
form.form1 fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.form1 fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.form1 fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.form1 fieldset fieldset label {
  display: block;
  width: auto;
}
form.form1 label {
  width: 120px; /* Width of labels */
}
form.form1 fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

asp:Login#Login1 {
	background-color:#FF0000;
	text-align: center;
	
}
