body {
	background: url(../images/bg.png) repeat-x fixed;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: verdana;
}

h1
{
	margin-top: 2px;
	line-height: normal;
	font-size: 18pt;
}

h2, h3
{
	line-height: normal;
	font-size: 12pt;
}

a:link, a:visited 
{
	color: #3333aa;
}

#wrap {
	margin: 0px auto;
	width: 814px;
}

#header {
	height: 140px;
}

.bg {
	background-color: #ddd;
	height: 100%;
}

#mainDiv {
	width: 814px;
	clear: both;
}

#leftSideDiv {
	width: 210px;
	float: left;
}

#contentDiv {
	width: 604px;
	float: left;
}

#wrapContent {
	font-size: 0.9em;
	/*margin-left: 250px;
	margin-right: 25px;
	margin-top: 20px;*/
	text-align: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 0px;
}

#content
{
	padding: 5px 5px 4px 15px;
	color: #232323;
	font: 12px verdana;
	line-height: 140%;
}

#leftSide {
	/*margin-left: 25px;
	margin-top: 20px;*/
	width: 100%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 0px;
}

#leftSide #news
{
	color: #4a6584;
	height: 100%;
	padding: 3px 0 4px 1px;
}

#leftSide #news a {
	display: block;
	padding: 10px 1px 10px 1px;
	border: solid 1px Transparent;
	text-decoration: none;
	color: #4a6584;
}

#leftSide #news a:hover
{
	background-color: #d0d0d0;
	border-color: #aaa;
}

#leftSide #newsTable {
	width: 188px;
	text-align: center;
	vertical-align: top;
	font: 12px verdana;
	font-weight: bold;
}

#leftSide #newsTableTitleCell {
	height: 22px;
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}

#leftSide a:hover {
	color: #c4d7b8;
}

#leftSide #navBrothers
{
	width: 100%;
	padding: 5px 0 15px 0;
	list-style-type: none;
}

#leftSide #navBrothers ul
{
	display: block;
	padding: 0;
	margin: 0;
}

#leftSide #navBrothers li {
	font-size: x-small;
	width: 100%;
	padding: 3px 0 3px 0;
	border-bottom: solid 1px black;
	background-color: #ddd;
}

#leftSide #navBrothers li.selected_nav_brother {
	font-weight: bold;
}

#leftSide #navBrothers li a {
	color: #444;
	text-decoration: none;
	padding-left: 2px;
	display: block;
}

#leftSide #navBrothers li a:hover  {
	color: #a22b2b;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
}

#leftSide li {
	list-style-type: none;
}

#forMoreInformation
{
	clear: both;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 40px;
	width: 100%;
	float: left;
	text-align: center;
}

#footer {
	clear: both;
	font-weight: bold;
	font-size: 12px;
	color: Gray;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 15px;
	/*border-top: #bbb 2px solid;
	border-bottom: #bbb 2px solid;*/
	text-align: center;
}

/*---menu coding---*/

#menu {
	width: 100%;
	float: right;
	z-index:100;
	margin-bottom: -7px;
	position: relative;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	border-left: solid 1px #ccc;
	border-left-style: dashed;
}

/*#menu ul li:hover {
	color: #000000;
}*/

#menu ul li a {
	color: #777;
	font-weight: normal;
	z-index:4;
	padding-left:5px;
	text-decoration: none;
	text-align: center;
}

#menu ul li ul li a {
	color: #232323;
	font-weight: bold;
	text-align: left;
	border-bottom: 0;
	border: solid 1px #999;
	height: 14px;
	font-size: 11px;
}

#menu ul li ul {
	border: solid 1px #666;
}

#menu a {
	font: 11px/16px arial, helvetica, sans-serif;
	display: block;
	border: solid 1px #ddd;
	padding: 2px 3px;
}

#menu ul a:hover {
	font-weight: bold;
	border: solid 1px #666;
}

#menu ul ul a:hover {
	background-color: #f9efef;
}

#menu ul ul {
	position: absolute;
	z-index: 5;
	width: 10em;
	background-color: #aeaeae;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*Menu li's widths*/
#menu ul #li_Main			{width: 53px;}
#menu ul #li_About_Us		{width: 69px;}
#menu ul #li_Products		{width: 69px;}
#menu ul #li_Applications	{width: 82px;}
#menu ul #li_Technology		{width: 77px;}
#menu ul #li_News_n_Events	{width: 99px;}
#menu ul #li_Partners		{width: 64px;}
#menu ul #li_Contact_Us		{width: 72px;}
/*<end>*/