html,body{
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
   }
td, p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
   }
a		{	color: #fead0a;}
a:hover	{   color: #ff9000; text-decoration: none; }
h1{
	font-size: 18px;
	font-weight:normal;
	color: #6da833;
	padding:0px;
	margin:0px;
   }

h3{
	font-size: 11px;
	color: #6da833;
	padding:0px;
	margin:0px;
}
.ContentSection{
	padding:20px;
	}
.TopBannerBack{
	background-image: url(../images/r_topbanner.gif);
	background-repeat: repeat-x;
}
/************* #MainNav styles **************/
#menu { margin:0; padding:0; float:left; clear:both; padding: 4px 0px 0px 28px; }

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: relative;
	top: 0;
	left: 0;
	z-index:100;
	width:500px;
}

#menu dl {
	float: left;
	width: auto;
	padding: 0 20px 0 0;
	position:relative;
	top:0px;
	left:0px
}
#menu dt {
	cursor: pointer;
}
#menu dt a {
	color: #fff;
	font-size:10px;
	text-decoration: none;
}
#menu dt a:hover{
	color: #FF0000;
}
#menu dd {
	display: none;
	position:absolute;
	text-align:left;
	left:0px;
	top:0px;
}

#menu dt a:hover{
	color: #ccc;
}
#menu li {
	color: #fff;
	background-color:#909090;
	width: 160px;
	padding:2px 5px 2px 0px;
	border-bottom:1px solid #FFFFFF;
	text-indent:5px;
}
#menu li a {
	color: #fff;
	font-size:10px;
	text-decoration: none;
	text-indent:5px;
}
#menu li a:hover{
	color:#cccccc;
}
.LogoBottom{
	background-image: url(../images/logo_bottom.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.HomeBanner{
	height:226px;
	background-image: url(../images/home_banner1.jpg);
	background-repeat:no-repeat;
	background-position:right top;	
}
.HomeBanner2{
	height:43px;
}
.HomeLogo{
	background-image: url(../images/home_persys_logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
}
.HomeMainNaviBar{
	background-image: url(../images/home_MainNavi_r.jpg);
	background-repeat: repeat-x;
}
.Slogan{
	font-size: 24px;
	margin-bottom:10px;
	color: #ff9900;	
}
.Slogan2{
	font-size: 18px;
	margin-bottom:10px;
	color: navy;	
}
.AboutBanner{
	width:770px;
	height:103px;
	background-image: url(../images/about_banner.jpg);
	background-repeat: no-repeat;
}
.ProductBanner{
	background-image: url(../images/product_banner.jpg);
	background-repeat:no-repeat;
	background-position:right top;	
}
.NewsBanner{
	background-image: url(../images/news_banner.jpg);
	background-repeat:no-repeat;
	background-position:right top;	
}
.ContactBanner{
	background-image: url(../images/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position:right top;
}
.NewsContainer{
	padding:20px;
}
.Monthly{
	font-size:12px;
	padding:3px;
	margin-bottom:5px;
	color:#FFFFFF;
	background-color:#fead0a;
}
.Btn{
	padding-top:5px;
}
.SideNaviLinedot{
	height:1px;
	background-image: url(../images/r_linedot.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
.SideNavi a	{ 
	color: #999999; 
	font-size:11px;
	text-decoration:none;
}
.SideNavi a:hover	{ 
	color: #000000; 
	font-size:11px;
}
.LineShape{
	height:3px;
	background-image: url(../images/r_lineshape.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

#ContactForm td{
	padding-bottom:20px;
}
#ContactForm input{
	width:225px;
	background-color:#f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #d9d9d9;
	border-bottom:1px solid #efefef;
}
#ContactForm textarea{
	width:395px;
	height:100px;
	background-color:#f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #d9d9d9;
	border-bottom:1px solid #efefef;
}
#ContactForm select{
	width:225px;
}
/************* TableColumn **************/
.TableHeader{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background-color:#a7d152;
}
.TableColumn1{
	background-color:#f2f2f2;
}
.TableColumn2{
	background-color:#dedede;
}