﻿/* pibf */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #535554;
	margin: 0;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	font-size: 10px;
	margin: 0;
}
ol {
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */;
	color: #333333;
	margin: 10px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	color: #333333;
	margin-left: 15px;
}
li {
	list-style-type: disc; /* square circle disc decimal */;
	list-style-position: outside;
	color: #333333;
	margin-left:0px;
	line-height:15px;
}
/* links */
a:link, a:visited, a:active {
	color: #F48020;
	text-decoration: none;
	font-size: 10px;
	line-hight: 10px;
	
}
a:hover {
	color: #484A49;
	text-decoration: none;
	font-size: 10px;
	line-hight: 10px;
}
a img {
	border: 0;
}
/* forms */
input, select, textarea, option, button {
	font-size: 9px;
	border: 0pt solid #E0E0E0;
	background-color: #EEEEEE;
	padding: 0.5px;
	letter-spacing: 0pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #535554;
}
/* classes */
.ClassName {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 9px;
	font-weight: bold;
}
.title {
	font-size: 17px;
	color: #F68A21;
	text-transform: capitalize;
}
.subtitle
{
	font-weight :bold;
	font-size: 11px;
	color: #F68A21;

}
.innersubtitle
{
	font-size: 11px;
	color: #F68A21;
	text-transform:uppercase;
}
.menu a:link, .menu a:visited, .menu a:active  {
	color: #999999;
	text-decoration: none;
	font-size: 15px;
	line-hight: 12px;
	text-transform:capitalize;
}
.menu a:hover   {
	color: #F68A21;
	text-decoration: none;
	font-size: 15px;
	line-hight: 12px;
	text-transform:capitalize;
}
.topmenu a:link, .topmenu a:visited, .topmenu a:active  {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	line-hight: 12px;
	text-transform:capitalize;
}
.topmenu a:hover   {
	color: #F68A21;
	text-decoration: none;
	font-size: 9px;
	line-hight: 12px;
	text-transform:capitalize;
}
.sub_menu a:link, .sub_menu a:visited, .sub_menu a:active {
	color: #F68A21;
	text-decoration: none;
	font-size: 10px;
	line-hight: 8px;
}
.sub_menu a:hover  {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	line-hight: 8px;
}
.cp
{
	text-transform: capitalize;
	font-size: 7px;
}

.bg
{
	background-color:#000000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	width:100%;
	height:100%;
	z-index:99;
	display:none;
	position:absolute; 
	left:0px; 
	top:0px
}

.box
{
	background-color:#ffffff;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	z-index:100;
	width: 600px;
	overflow:hidden;
	display:none;
	position:absolute; 
	/*right:20%; */
	top:350px;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:0.0;
	text-align:center;
}

/* by id */
#ContentArea {
	width: 100%;
}
#req
{
	color:#F48020;
	font-style:italic;
}
#main
{
	left:0;
	line-height:0;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:99999;
	border:0;
	display:none;
	top:100px;

}
#sub1
{
	background-color:#FFFFFF;
	height:400px;
	margin:0 auto;
	position:relative;
	width:520px;
}
#sub2
{
	padding:10px;
}

/* End CSS */