@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, li, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#232629;
	font-size:11px;
	background-image:url(../images/bodyBG.jpg);
	background-repeat:repeat-x;
	/*background-position:top;*/
	background-color:#FFFFFF;
	behavior:url("csshover2.htc");
}

.left{
	float:left;
}

.right{
	float:right;
}

/** layout **/

.maincenter{
	width:890px;
	margin-left:50px;
	/*margin-right:auto;*/
}

.maindiv{
	width:100%;
	float:left;
}

#header{
	width:100%;
	float:left;
	height:97px;
}

#menu{
	width:783px;
	float:left;
	background-image:url(../images/menuBG.png);
	height:42px;
	font-size:13px;
	padding-left:107px;
	position:relative;
}

#menu a{

}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
position:relative;
text-align:center;
width:113px;
}

#menu li:hover{
color:#cc2626;
}

#menu ul ul{
position:absolute;
z-index:500;
top:41px;
display:none;
left:0px;
font-size:10px;
color:#232629;
float:left;
background-image:url(../images/menubottomBG.png);
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:13px;
width:178px;
}

#menu ul ul li{
height:auto;
background-image:url(../images/dropdownBG.png);
background-repeat:repeat-y;
float:left;
width:170px;
padding-left:4px;
padding-right:4px;

/*opacity:0.9;
filter:alpha(opacity=90);*/
}

#menu ul ul li a{
padding:5px 0px 5px 4px;
width:166px;
color:#232629;
text-decoration:none;
background-image:url(../images/liBG.png);
background-repeat:no-repeat;
background-position:bottom;
text-align:left;
}

#menu ul ul li a:hover{
padding:5px 0px 5px 4px;
width:166px;
color:#cc2626;
text-decoration:none;
background-image:url(../images/liBG.png);
background-repeat:no-repeat;
background-position:bottom;
text-align:left;
}

#menu ul ul ul{
top:0;
left:100%;
}

/*#menu ul ul ul li{
opacity:1;
filter:alpha(opacity=100);
}*/

#menu ul ul ul li:hover{
background-color:#39710e;
}

/*#menu ul ul ul ul li{
opacity:1;
filter:alpha(opacity=100);
}*/

#menu ul ul ul ul li:hover{
background-color:#2f610a;
}

div#menu h3:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li li:hover ul
{display:block;}


div#menu li li li:hover ul{
	display:block;
}

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#000;
background-color:#000000;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

.menuopt{
	width:112px;
	float:left;
	height:40px;
}

.menuopt a{
	width:112px;
	float:left;
	color:#373839;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuopt a:hover{
	width:112px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuoptS{
	width:112px;
	float:left;
	height:40px;
}

.menuoptS a{
	width:112px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuoptS a:hover{
	width:112px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuoptc{
	width:105px;
	float:left;
	height:40px;
}

.menuoptc a{
	width:105px;
	float:left;
	color:#373839;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuoptc a:hover{
	width:105px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuoptcS{
	width:105px;
	float:left;
	height:40px;
}

.menuoptcS a{
	width:105px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuoptcS a:hover{
	width:105px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
	padding-top:13px;
	padding-bottom:13px;
}

.menuoptnopad{
	width:112px;
	float:left;
	text-align:center;
}

.menuoptnopad a{
	width:112px;
	float:left;
	color:#373839;
	text-decoration:none;
}

.menuoptnopad a:hover{
	width:112px;
	float:left;
	color:#cc2626;
	text-decoration:none;
}

.menuoptnopadS{
	width:112px;
	float:left;
	color:#cc2626;
}

.menuoptnopadS a{
	width:112px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
}

.menuoptnopadS a:hover{
	width:112px;
	float:left;
	color:#cc2626;
	text-decoration:none;
	text-align:center;
}

.content{
	width:556px;
	height:283px;
	float:left;
	margin-top:2px;
}

.content img{
	text-align:right;
}

.contentleft{
	width:24px;
	height:283px;
	float:left;
	background-image:url(../images/contentleft.png);
}

.contentcenter{
	width:509px;
	float:left;
	height:283px;
	background-image:url(../images/contentcenter.png);
	background-repeat:repeat-x;
}

.contentinner{
	background-image:url(../images/contentBG.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}

.contentinner h2{
	margin-top:16px;
	margin-bottom:16px;
	font-size:24px;
	font-family:Tahoma;
}

.contentright{
	width:23px;
	float:left;
	height:283px;
	background-image:url(../images/contentright.png);
}

.news{
	width:328px;
	height:285px;
	float:right;
}

.newsleft{
	width:22px;
	height:285px;
	float:left;
	background-image:url(../images/newsleft.png);
}

.newscenter{
	width:283px;
	float:left;
	height:285px;
	background-image:url(../images/newscenter.png);
	background-repeat:repeat-x;
}

.newsright{
	width:23px;
	float:left;
	height:285px;
	background-image:url(../images/newsright.png);
}

.adds{
	width:882px;
	float:left;
	margin-top:9px;
	padding-left:8px;
}

#footer{
	width:100%;
	float:left;
	height:37px;
	margin-top:9px;
}

#footerleft{
	width:19px;
	float:left;
	height:37px;
	background-image:url(../images/footerleft.png);
}

#footercenter{
	width:855px;
	float:left;
	height:32px;
	padding-top:5px;
	background-image:url(../images/footercenter.png);
	background-repeat:repeat-x;
	position:relative;
}

#footerright{
	width:16px;
	float:left;
	height:37px;
	background-image:url(../images/footerright.png);
}

#footermenu{
	width:auto;
	position:absolute;
	left:77px;
	top:12px;
}

#footermenu a{
	color:#232629;
	text-decoration:none;
}

#footermenu a:hover{
	color:#232629;
	text-decoration:none;
}

.sabritech{
	font-weight:bold;
}

.sabritech a{
	font-weight:bold;
	color:#cc2626;
	text-decoration:underline;
}

.sabritech a:hover{
	font-weight:bold;
	color:#cc2626;
	text-decoration:none;
}

.heading{
	margin-top:18px;
	margin-bottom:18px;
	float:left;
	width:100%;
}

.contenttext{
	width:499px;
	padding-right:10px;
	height:210px;
	float:left;
	text-align:justify;
	overflow:auto;
}

.newspanel{
	width:100%;
	height:54px;
	float:left;
	margin-bottom:6px;
}

.newspanel a{
	color:#232629;
	text-decoration:none;
	font-weight:bold;
}

.newspanel a:hover{
	color:#232629;
	text-decoration:underline;
	font-weight:bold;
}

.newspanel img{
	width:55px;
	height:50px;
}

.newspanel2{
	width:100%;
	height:54px;
	float:left;
	margin-bottom:9px;
}

.newspanel2 a{
	color:#232629;
	text-decoration:none;
	font-weight:bold;
}

.newspanel2 a:hover{
	color:#232629;
	text-decoration:underline;
	font-weight:bold;
}

.newspanel2 img{
	width:55px;
	height:50px;
}

.newsimgouter{
	border:1px solid #777c82;
	width:59px;
	height:54px;
	float:left;
	margin-right:11px;
}

.newsimginner{
	border:1px solid #d0d0d0;
	width:57px;
	height:52px;
	float:left;
}

.newsimginner1{
	border:1px solid #ffffff;
	width:55px;
	height:50px;
	float:left;
}

.content1{
	width:731px;
	height:435px;
	float:left;
	margin-top:2px;
}

.content1 img{
	text-align:right;
}

.contentleft1{
	width:24px;
	height:435px;
	float:left;
	background-image:url(../images/contentleft1.png);
}

.contentcenter1{
	width:683px;
	float:left;
	height:435px;
	background-image:url(../images/contentcenter1.png);
	background-repeat:repeat-x;
}

.contentright1{
	width:24px;
	float:left;
	height:435px;
	background-image:url(../images/contentright1.png);
}

.bottomlinks{
	color:#FF0000;
	line-height:20px;
	margin-right:15px;
}

.bottomlinks a{
	color:#FF0000;
	background-image:url(../images/pointer.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding:2px 5px 2px 15px;
	text-decoration:none;
}

.bottomlinks a:hover{
	color:#FF0000;
	background-image:url(../images/pointer.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding:2px 5px 2px 15px;
	text-decoration:none;
	background-color:#b5b5b5;
}

.bottomlinksS{
	padding:2px 5px 2px 15px;
	margin-right:15px;
	background-color:#b5b5b5;
	background-image:url(../images/pointer.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
	line-height:20px;
}

.bottomlinksS a{
	color:#FF0000;
	text-decoration:none;
}

.bottomlinksS a:hover{
	color:#FF0000;
	text-decoration:none;
}

.divhalf{
	width:48%; 
	float:left;
}

.paging{
	width:100%;
	/*float:left;
	text-align:left;*/
	text-align:right;
	color:#232629;
	padding-bottom:10px;
	margin-top:20px;
}

.pagingInner{
	margin-right:20px;
}

.paging a{
	color:#232629;
	text-decoration:none;
}

.paging a:hover{
	color:#cb2626;
	text-decoration:underline;
}

.gallerypanel{
	height:120px;
	width:127px;
	float:left;
	margin-right:38px;
}

.newsimgouterg{
	border:1px solid #777c82;
	width:124px;
	height:94px;
	float:left;
}

.newsimginnerg{
	border:1px solid #d0d0d0;
	width:122px;
	height:92px;
	float:left;
}

.newsimginnerg1{
	border:1px solid #ffffff;
	width:120px;
	height:90px;
	float:left;
}

.newsimginnerg1 img{
	/*width:120px;
	height:90px;*/
}

.contenttext2{
	width:673px;
	padding-right:10px;
	float:left;
	text-align:justify;
	overflow:auto;
}

div.growlUI { background: url(check48.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}
