@charset "utf-8";
/* CSS Document */

body, html {
	height:100%;
}

body, table, td, div, input, textarea, select {
	font-size:11px;
	font-family:Tahoma;
}

body {
	background-color:#333333;
	margin:0px;
	text-align:center;
}

#container {
	width:900px;
	margin:0 auto;
	background-image:url(images/home.bg.gif);
	height:100%;
	text-align:right;
}

#hometbl {
	background-image:url(images/home.top.bg.gif);
	background-repeat:repeat-x;
	height:100%;
}

#homemenu {
	background-image:url(images/home.menu.bg.gif);
	background-repeat:repeat-x;
	height:173px;
}

#homefooter {
	background-image:url(images/home.footer.bg.gif);
	background-repeat:repeat;
	height:30px;
	line-height:30px;
	padding:0px 20px;
	direction:rtl;
}

#header {
	background-image:url(images/p2.header.bg.gif);
	height:130px;
	background-repeat:repeat-x;
}

#content {
	background-image:url(images/p2.content.bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f7f7f7;
	direction:rtl;
	padding:30px 50px;
	vertical-align:top;
	line-height:170%;
	text-align:justify;
}
	
#footer {
	direction:rtl;
	background-image:url(images/p2.footer.bg.gif);
	line-height:32px;
	height:32px;
	padding:0px 10px;
	border-top:1px solid #999;
	text-align:left;
}

.submenu {
	position: absolute;
	top:100px;
	background-image:url(images/semitransbox.bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:149px;
	padding-bottom:4px;
	display:none;
}
.submenu div{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:4px;
	background-image:url(images/semitransbox.top.png);	
	direction:rtl;
}
.submenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.submenu ul li a{
}
.submenu ul li a:hover{
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom:1px dotted #557;
	border-top:1px dotted #557;
	padding:5px 10px;
	color:#333;
}

.products  a {
	text-decoration:none;
	color:#003399;
	border-bottom:1px solid #003399;
}
.products a:hover {
	border-bottom:2px solid #003399;
}
.products ul {
	margin:0px 10px;
}
.products ul li {
	background-image:url(images/products.bullet.gif);
	background-position:3px right;
	background-repeat:no-repeat;
	list-style:none;
	line-height:25px;
	padding-right:30px;
}

.box1 {
	background-image:url(images/box1.top.right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.box1 .title div{
	margin-right:39px;
	background-image:url(images/box1.top.left.gif);
	background-repeat:no-repeat;
	font-size:12px;
	height:39px;
	line-height:39px;
}

.box1 .texts {
	border:1px solid #999;
	border-top:none;
	background-color:#fff;
	padding:10px 20px;
}

.prdtable td , .prdtable th {
	padding:5px 10px;
}
.prdtable th {
	background-color:#666;
	color:#FFFFFF;
	border-left:1px solid white;
}
.prdtable th.label {
	background-color:transparent;
	border:none;
}
.prdtable td {
	background-color:#eee;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	border-right:1px solid #bbb;
	border-left:1px solid #fff;
	color:#666666;
}
.prdtable .alt td {
	background-color:#eef;
}
.prdtable td.label {
	color:#000;
	font-weight:bold;
	border-right:none;
	background-color:#ddd;
	border-bottom:1px solid #ccc;
}
.prdtable .alt td.label {
	background-color:#ddf;
}

.download {
	margin-top:10px;
	display:block;
	float:left;
	background-image:url(images/download.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	color:#333333;
	text-decoration:none;
}
.download:hover {
	text-decoration:underline;
}

a.content {
	color:#009900;
	text-decoration:underline;
}

a.content:hover {
	color:#00CC33;
	text-decoration:none;
}

.titleText{
    color:#336633;
	font-size:14px;
	font-weight:600;
}

.titles{
  font-weight:600;
}

.title2{
  color:#336633;
  font-size:14px;
  font-weight:600;
}

.title2 em{
  color:#336633;
  font-size:10px;
}

