/* CSS Document */

body {
	margin:0;
	width:100%;
	height:100%;
	font:11px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#020202;
	background:#EDF2F7 url(images/bg.gif);
}

#menubar_m1 {
	background-color:#F26622;
}
h1,h2,h3,h4 {
	color:#78D21B;
	font:24px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:21px;
	border-bottom:1px solid #c9febc;
}
h2 img {
	float:right;
	padding-top:5px;
}
h3 {
	font-size:18px;
	background-color:#fef8ed;
}
h4 {
	font-size:16px;
	margin:0;
	padding:15px 0 0 0;
	border-bottom:1px solid #78D21B;
}	
#header h1 {
	margin:0;
	padding-right:10px;
	text-align:right;
	background-color:black;
	color:white;
}
#header span {
	float:right;
	line-height:20px;
	text-align:right;
	padding-right:10px;
}

.clr {
	clear:both;
}
#content {
	background-color:white;
	text-align:left;
	border-right: 1px solid #F26622;
	border-bottom: 1px solid #F26622;
	border-left: 1px solid #F26622;
	padding:10px;
	margin:0 10px 10px 10px;
}
img {
	border:0;
}

.tabrow {
	height:1px;
	background-color:#c9febc;
}
table, tr, td, th {
	margin:0;
	padding:0;
	border-spacing:0 3px;
}
th {
	font-weight:bold;
	text-transform:uppercase;
	background-color:#c9febc;
	padding:3px;
}
td {
	padding:3px;
}
.tabrow td {
	padding:0;
}
#header table, #header tr, #header td, #header th {
	border-spacing:0;
}
#header table {
	margin-left:10px;
}

a, a:link {
	color:#1763B0;
	text-decoration:none;
}
a:visited {
 color:#1763B0;
}
a:hover {
	color:#F26622;
}
#button {
	font:12px/45px Georgia, "Times New Roman", Times, serif;
	height:45px;
}
#button img {
	float:left;
	margin-right:5px;
}
#msg {
	color:#72b720;
	font-weight:bold;
	padding:2px;
	text-transform:uppercase;
}
#footer {
	text-align:center;
	font-size:9px;
	font-style:italic;
}
.submit {
	background-color:#78D21B;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	color:white;
	font:14px Georgia, "Times New Roman", Times, serif;
}
.submit-small {
	background-color:#78D21B;
	font-weight:bold;
	padding:2px;
	text-transform:uppercase;
	color:white;
	font:11px Georgia, "Times New Roman", Times, serif;
}
.wys {
	width:700px;
	height:450px;
}
.prodwys {
	width:650px;
	height:250px;
}
.textbox {
	width:688px;
}
input, textarea {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

.bt{
	border-top:1px solid #666666;
}
.br{
	border-right:1px solid #666666;
}
.bl{
	border-left:1px solid #666666;
}
.bb{
	border-bottom:1px solid #666666;
}
.ar{
	text-align:right;
}
.ac{
	text-align:center;
}
.subheading{
	background-color:#E6FFE6;
	font-weight:bold;
}