* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	background: url(../images/body-bg.gif) repeat-x left top;
}
a:link {
	
}
a:hover {
	text-decoration: none;
}
a:active {

}
a:visited {

}
input, select, textarea {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0 7px 0;
}
h1 {
	font-size: 27px;	
	color: #999;
}
h2 {
	font-size: 16px;	
	color: #000;
}
h3 {
	font-size: 14px;	
	color: #000;
}
p, ul, ol {
	padding: 7px 0 7px 0;
}
li {
	padding: 3px 0 3px 0;
	margin-left: 35px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	background: url(../images/wrapper-bg.jpg) no-repeat left top;
}
#header {
	height: 127px;
}
#header h1 {
	visibility: hidden;
}
#nav1 {
	background: url(../images/nav1-bg.jpg) no-repeat left top;
	position: absolute;
	top: 0px;
	margin-left: 445px;
	height: 113px;
	font: 12px Arial, Helvetica, sans-serif;
	width: 538px;
}
#pagetitle {
	width: 500px;
	float: right;
	text-align: right;
	padding-right: 15px;
}
#pagetitle h1 {
	border-bottom: 1px solid #CCC;
}
#content {
	width: 964px;
	padding: 15px 15px 15px 15px;
	clear: both;
	overflow: auto;
}
#homeabout {
	border: 1px solid #0505bb;
	padding: 0 8px 0 8px;
	float: right;
	width: 220px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#homeabout h2 {
	background: #0505bb;
	padding: 8px;
	margin: 0 -8px 0 -8px;
	color: #fff;
}
.formcol {
	float: left;
	width: 150px;
	font-weight: bold;
}
.textbox {
	border: 1px solid #666666;
	width: 300px;
}
.btn1 {
	background: #0505bb;
	color: #fff;
	font-weight: bold;
	width: 300px;
	border: none;
	padding: 3px;
}
#action {
	background: #ffffd7;
	border: 3px solid #f40808;
	padding: 0px 8px 0px 8px;
	margin-bottom: 15px;
	opacity:0;
	filter:alpha(opacity=0);
}
table {
	border-collapse: collapse;
	margin-bottom: 12px;
	margin-top: 7px;
}
th, td {
	padding: 3px 3px 2px 3px;
	text-align: left;
	vertical-align: top;
}
th {
	border-bottom: 1px solid #666;
	text-align: left;
	background: #f4f4f4;
}
td {
	border-bottom: 1px solid #ccc;
}

#footer {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 10px;
	color: #666;
	clear: both;
}
#footer p {
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	text-align: center;
}
.proditem {
	float: left;
	width: 200px;
	margin: 7px 10px 7px 0;
}
.proditem p {
	padding: 3px 0 3px 0;
}
.up span, .down span {
	visibility: hidden;
}
.up {
	text-decoration: none;
	background: url(../images/updown.gif) no-repeat 2px 1px;
	display: block;
	width: 20px;
	margin-bottom: 3px;
}
.up:hover {
	background: url(../images/updown.gif) no-repeat -25px 1px;
}
.down {
	text-decoration: none;
	background: url(../images/updown.gif) no-repeat 2px -25px;
	display: block;
	width: 20px;
}
.down:hover {
	background: url(../images/updown.gif) no-repeat -25px -25px;
}
.updated {
	background: #ffffd7;
}
