/* CSS Document */
html {
}

body {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	background: url('../images/bg.gif') repeat-x;
	color: #000000;
	font-family: Tahoma;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	
}

ul {
	list-style-image: url('../images/dot.gif');
}

/* Links */
a, a:link, a:visited {
	color: #98C63E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #196B13;
	text-decoration: underline;
	font-weight: bold;
}


/*Images*/
a img {
	border: none;
}

img {
	border: none;
}

div.top_menu {
	height: 30px;
}

div.top_bar {
	height: 10px;
	background: #000;
	border-left: 1px solid #A8A882;
	border-right: 1px solid #A8A882;
}

div.flash {
	height: 140px;
	border-left: 1px solid #A8A882;
	border-right: 1px solid #A8A882;
}

div.mid_bar {
	height: 90px;
	border-left: 1px solid #A8A882;
	border-right: 1px solid #A8A882;
	padding-top: 4px;
}

div.btn_01_off {
	cursor: pointer;
	width: 210px;
	height: 88px;
	background: url('../images/repparts.png') no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
	text-align: right;
	padding-top: 15px;
}
div.btn_02_off {
	cursor: pointer;
	width: 210px;
	height: 88px;
	background: url('../images/sysapps.png') no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
	text-align: right;
	padding-top: 15px;
}
div.btn_03_off {
	cursor: pointer;
	width: 210px;
	height: 88px;
	background: url('../images/contact_button.png') no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
	text-align: right;
	padding-top: 15px;
}

div.btn_01_on {
	cursor: pointer;
	width: 210px;
	height: 88px;
	background: url('../images/repparts.png') no-repeat;
	opacity:1.0;
	filter:alpha(opacity=100);
	text-align: right;
	padding-top: 15px;
	color: #FFF;
}
div.btn_02_on {
	cursor: pointer;
	width: 210px;
	height: 88px;
	background: url('../images/sysapps.png') no-repeat;
	opacity:1.0;
	filter:alpha(opacity=100);
	text-align: right;
	padding-top: 15px;
	color: #FFF;
}
div.btn_03_on {
	cursor: pointer;
	width: 210px;
	height: 88px;
	background: url('../images/contact_button.png') no-repeat;
	opacity:1.0;
	filter:alpha(opacity=100);
	text-align: right;
	padding-top: 15px;
	color: #FFF;
}

/*Content Text*/
div.content_area {
	font-size: 12px;
	border-left: 1px solid #A8A882;
	border-right: 1px solid #A8A882;
}

div.main_body {
	text-align: left;
	line-height: 1.6em;
	padding-left: 5px;
}

div.faq {
	padding-left: 10px;
	padding-right: 5px;
	height: 300px;
	width: 260px;
}

div.bot_bar {
	height: 30px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	border-left: 1px solid #A8A882;
	border-right: 1px solid #A8A882;
}

/*Headings*/
td.contentheading , div.contentheading {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
	
	
}

/*INPUT*/
input.inputbox {
	background-color: #98C63E;
	border: 2px solid #196B13;
	width: 95%;
	padding: 2px 4px;
	font-size: 12px;
}

textarea.inputbox {
	background-color: #98C63E;
	border: 2px solid #196B13;
	width: 95%;
	height: 130px;
	padding: 2px 4px;
	font-size: 12px;
}

select.inputbox {
	background-color: #98C63E;
	border: 2px solid #196B13;
}

input.button {
	background-color: #98C63E;
	border: 2px solid #196B13;
	font-size: 12px;
	color: #000;
	padding: 2px 4px;
}