*{
	font-family: "Verdana";
	font-size:11px;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 100%;
}

a.next-step:link, a.next-step:visited {
	font-weight: bold;
	color: Red;
	text-decoration: none;
}

a.next-step:hover {
	text-decoration: underline;
}

FORM {
	margin: 0px;
}

.template-head{
	background-image:url("pics/3-pic.png");
	background-repeat:no-repeat;
	background-color:#DEE2E3;
	border-bottom:1px solid white;
	height: 24px;	
}

.template-page-name{
	background-image:url("pics/title-pic.gif");
	background-repeat:no-repeat;
	background-position: 5px 6px;
	padding:1px 10px 2px 30px;
	color:#17912B;
	background-color:#DEE2E3;
	line-height:18px;
	height: 18px;
	font-weight:bold;
}

td.slogan{
	text-align:right;
	vertical-align:top;
	padding:30px 5px;
}

td.sdv {
	background-image:url("pics/niz-pic.png");
	background-repeat:no-repeat;
	padding-left:15px;
	vertical-align:bottom;
	padding-bottom:7px;
	width:269px;
	white-space:nowrap;
}

td.sdv a {
	font-size:7pt;
	color:white;
	text-decoration:none;
}

td.sdv a:hover {
	color:black;
}
td.copyright {
	padding-right:15px;
	vertical-align:bottom;
	padding-bottom:7px;
	text-align:right;
	color:white;
	font-size:7pt;
}

td.template-bottom {
	background-image:url("pics/niz-bg.gif");
	background-repeat:repeat-x;
}

td.address {
	background-color:#ECF1D6;
	padding:5px 15px;
   border-left: 1px solid rgb(222, 226, 227); 
	border-right: 1px solid rgb(222, 226, 227);	
}

td.address span.header {
	color:#298B49;
	font-weight:bold;
}

div.order {
	border-left:1px solid #DEE2E3;
	border-top:1px solid #DEE2E3;
	border-right:1px solid #DEE2E3;		
	border-bottom:none;
	padding: 5px 10px 5px 10px;
}

td.menu-bottom {
	background-image:url("pics/menu_bg.gif");
	background-repeat:repeat-y;
	background-color:#EBF0EB;	
	vertical-align: bottom;
	border-right: 1px white solid;
}

td.menu {
	background-image:url("pics/menu_bg.gif");
	background-repeat:repeat-y;
	background-color:#EBF0EB;	
	width: 196px;
	vertical-align:top;
	padding-left: 10px;
	border-right: 1px white solid;
}

td.bigmir {
	background-image:url("pics/menu_bg.gif");
	background-repeat:repeat-y;
	background-color:#EBF0EB;	
	width: 196px;
	vertical-align:bottom;
	text-align: center;
	padding-left: 10px;
	border-right: 1px white solid;	
}

.menu a:link, .menu a:visited, .menu div {
	line-height:20px;
	padding:5px 10px 5px 20px;	
	font-weight:bold;
	color:#00710D;
	display: block;
	text-decoration: none;
	background:url("pics/menu_line.gif") no-repeat bottom;
}

.menu a:hover {
	text-decoration: underline;	
}

.menu div.ma {
	color:#FE0000;	
}

TD.template-top{
	background-image:url("pics/1-bg.jpg");
	background-repeat:repeat-x;
}
TD.template-top2{
	background-image:url("pics/2_bg.gif");
	background-repeat:repeat-x;
}

.order table {
	border: 1px solid #DEE2E3;
}

.order table td {
	vertical-align: middle;
}

.order input.rb {
	margin: 0px;
	padding: 0px;
}

.order input.tf {
	border: 1px solid #DEE2E3;
	width: 250px;
}

.order textarea {
	border: 1px solid #DEE2E3;
	width: 500px;
	height: 200px;	
}

.order table.file {
	margin: -3px;
	border: 0px;
}

.order input.cl {
	width:50px;
	text-align:center;
	border: 1px solid #DEE2E3;	
}

.order input.ff {
	width: 100px;
	border: 1px solid #DEE2E3;
}

.asterisk {
	color: red;
}

.error {
	color: red;
}
/* faq*/
p.faq-question,p.faq-answer{
	text-align:justify;
}
p.faq-question span{
	color:#FF0000;
	font-weight:bold;
}
p.faq-answer span{
	color:#17912B;
	font-weight:bold;
}

span.faq-page-sep{
	color:#17912B;
}
a.faq-pages{
	color:#17912B;
	text-decoration:none;
}
a.faq-pages:hover{
	text-decoration:underline;
}
span.faq-cur-page{
	color:#17912B;
	text-decoration:underline;
}

TABLE.faq-new-question{
	border-collapse:collapse;
	border:1px solid #DEE2E3;
}
TABLE.faq-new-question TD,TABLE.faq-new-question TH{
	border:1px solid #DEE2E3;
}
TABLE.faq-new-question TD{
	background-color:#EBF0EB;
}

TABLE.faq-form TD{
	border:none;
}
TABLE.faq-form TD INPUT,TABLE.faq-form TD TEXTAREA{
	border:1px solid #DEE2E3;
}

TABLE.faq-new-question TH{background-color:#ECF1D6;font-weight:bold;height:33px;padding-left:10px;}
