@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/bg_p.gif") repeat-x top #707070;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	text-align: center;
	}
p {
	font-size: 12px;
	line-height: 170%;
	margin-top: 0px;
	margin-bottom: 10px; 
	}
.p_foot {
	text-align: center;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
}
.spacing1{
	font-style: italic;
	color: #916161;
	letter-spacing: 2px;
	line-height: 200%;
	}
.point1 { /* products.htm */ 
	font-size: 14px;
	color: rgb(112, 112, 112);
	font-weight: bold;
	}
.point2 { /* pd_flex_s.htm */
	color: rgb(50, 50, 50);
	font-weight: bold;
	font-size: 14px;
    }
.point3 { /* pd_flex_s.htm */
	color: rgb(50, 50, 50);
	font-weight: bold;
    }
.point4 { /* downloads.htm */
	color: #4e62a7;
	font-weight: bold;
font-size: 14px;
    }
.info_1 li.square {
	list-style: square;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: rgb(98, 139, 232);
	margin-left: 25px; 
	}
h1 {
	font-size: 20px;
	color: #FFA200;
	line-height: 30px;
	font-weight: bold ;
	margin: 0px 0px 10px 0px;
	border-bottom: #ccc 1px solid;
	padding: 0px 0px 8px 0px;
	}
h2 {
	font-size: 20px;
	color: #FFA200;
	line-height: 30px;
	font-weight: bold ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	}
#main {
	width: 770px; 
	padding: 0px 0px 0px 0px;
	margin: 20px auto 0px auto;  
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	text-align: center; 
	}
#top{ 
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	border: 0px;
	background: /* url("../images/top_p.gif") no-repeat top */ #000;
	width: 770px;
	height: 148px;
	}
#menu {
	margin-top: 0px;
	padding: 0px;
	width: 770px;
	background: url("../images/menu_bg.gif") repeat-x top #fff;
	height: 32px;
	}

ol {
	font-size: 13px;
	margin-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	list-style: none;
}
li.mainmenu {
	float: right;
	list-style: none;
	margin-top: 0px;
	padding: 4px 16px 6px 16px;
	position: relative;
	text-shadow: #222 2px 2px 2px;
	font-weight: bold;
	background: url(../images/menu_on.gif) no-repeat top;
	background-position: 0% top;
}
ul {
	padding: 0px;
	margin: 0px;
	width: 15em;
	background: #777; /* level 1 bg color */
	opacity: 0.9;
	filter: alpha(opacity=90); /* IE  */
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
}
ul.level1 {
	display: none;
	position: absolute;
	left: 0px;
	top: 26px;
}
li.mainmenu:hover ul.level1,
ul.level1 li.submenu:hover ul.level2,
ul.level2 li.submenu:hover ul.level3,
ul.level3 li.submenu:hover ul.level4
{
	display:block;

}
li, li a, a:link, a:visited {
	color: #ccc;
	list-style: none;
	margin: 0px;
	padding: 7px 5px 7px 5px;
	text-decoration: none;
}

li.submenu:hover {
	background: #ff0;
}
li ul.level1 a:hover {
	color: #333;
}
li.mainmenu:hover {
	background: url(../images/menu_on.gif) no-repeat top;
	background-position: 0% -32px;
}
li.mainmenu a:hover {
	color: #fff;
}
.current {
	float: right;
	list-style: none;
	margin-top: 0px;
	padding: 4px 16px 6px 16px;
	position: relative;
	text-shadow: #222 2px 2px 2px;
	font-weight: bold;
	background: url(../images/menu_on.gif) no-repeat top;
	background-position: 0% -32px;
}
.current a {
	color: #fff;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
}
.current:hover ul.level1,
ul.level1 li.submenu:hover ul.level2,
ul.level2 li.submenu:hover ul.level3,
ul.level3 li.submenu:hover ul.level4
{
	display:block;

}
#content{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	background: url("/images/main_bg.gif") repeat-y top #fff;
	}
#footer{
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	background: url("../images/foot_bg.gif") no-repeat bottom #000;
	text-align: center;
	width: 770px;
	height: 35px;
	border-top: #000 13px solid;
	}
.info_1{ /* products.htm */
	margin: 20px auto 20px auto;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #ccc;
}
.info_2{ /* pd_flex_s.htm */
	margin: 20px auto 0px auto;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
}
.info_3{ /* downloads.htm */
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}


/*a:link {
	color: #666;
	text-decoration: none;
	}
a:visited {
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	text-decoration: none;
	}
a:active {
	color: #666;
	text-decoration: none;
	}*/



a.n_link:link {
	color: #36f;
	text-decoration: underline;
	}
a.n_link:visited {
	color: #916161;
	text-decoration: underline;
	}
a.n_link:hover {
	color: #FFC500;
	text-decoration: underline;
	}
a.n_link:active {
	color: #36f;
	text-decoration: underline;
	}

a.sub_menu:link {
	color: #fff;
	text-decoration: none;
	}
a.sub_menu:visited {
	color: #fff;
	text-decoration: none;
	}
a.sub_menu:hover {
	color: rgb(255, 255, 0);
	text-decoration: none;
	}
a.sub_menu:active {	
	color: rgb(255, 255, 0);
	text-decoration: none;
	}
a.ps_link:link {
	color: rgb(112, 112, 112);
	text-decoration: none;
	}
a.ps_link:visited {
	color: rgb(112, 112, 112);
	text-decoration: none;
	}
a.ps_link:hover {
	color: #FFA200;
	text-decoration: none;
	}
a.ps_link:active {
	color: #FFA200;
	text-decoration: none;
	}
a.foot_link:link {
	color: #777;
	text-decoration: none;
	}
a.foot_link:visited {
	color: #777;
	text-decoration: none;
	}
a.foot_link:hover {
	color: #FF8E21;
	text-decoration: none;
	}
a.foot_link:active {
	color: #FF8E21;
	text-decoration: none;
	}
.photo_r_up {
	padding: 0px;
	float: right;
	margin: 28px 0px 0px 15px;
	background-color:#ccc;
}
.photo_r {
	padding: 0px;
	float: right;
	margin: 6px 0px 0px 15px;
	background-color:#ccc;
}
.photo_l {
	padding: 0px;
	float: left;
	margin: 5px 15px 0px 0px;
	background-color:#ccc;
}
.sub_menu_tb{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 4px auto 2px auto;
	background: url("../images/sub_menu_bg.gif") #ccc;
}
.sub_menu_tb2{
	border-top: #ccc 1px solid;
}
.td1{ 
	border-bottom: #999 1px solid;
	border-top: none;
	font-size: 12px;
}
.td2{ /* pd_flex_s2.htm */
	padding: 8px 5px 8px 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 170%;
}
.td3{ /* pd_flex_s2.htm */
	background: #EFEFEF;
	padding: 8px 5px 8px 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 170%;
}
.td4{ /* news.htm, downloads.htm */
	background: #E2FFE8;
	padding: 8px 5px 8px 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 170%;
}
.td5_l{ /* downloads.htm */
	background: url('../images/corner_l.gif') no-repeat top left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.td5_r{ /* downloads.htm */
	background: url('../images/corner_r.gif') no-repeat top right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.td6{ /* downloads.htm */
	border-bottom: #bbb 1px solid;
	background: #D0D9FE;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 170%;
}
.td7{ /* contact.htm */
	background: #E7F6FF;
	padding: 8px 5px 8px 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 170%;
}




