@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-color:#EDEEF0;
}
p{line-height:20px;}
a:hover{color:#C36; text-decoration:none;}
a{color:#06F;}
/*======================================================================*/
.logo{position:relative; float:left;}
.cname{ color:#50C030; font-weight:bold;}
.toxic{color:#3C0; font-weight:bold;}
.call{color:#390; background-image:url(../img/call.jpg); padding-top:1px; padding-bottom:5px; margin-bottom:10px;}
.efect{ text-shadow:4px 3px 1px #BBB; /*filter: progid:DXImageTransform.Microsoft.Shadow(direction=130,strength=9,color=#B3B3B3);*/}
.company{
	position:relative;
	float:left;
	width:650px;
	font-size:14px;
	font-weight:bold;
	text-shadow:2px 3px 2px #B3B3B3;
	text-align:center;
/*	filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2); /*Blur*/
/*	filter: progid:DXImageTransform.Microsoft.Shadow(direction=130,strength=2,color=#B3B3B3);*/
	filter: progid:DXImageTransform.Microsoft.DropShadow(offX=5,offY=5,color=#DCDCDC);
	color:#666; /*B0B0B0*/
}
.company h1{margin:0px; padding:0px;}
.company h2{margin:0 0 10px 0; padding:0px; font-size:12px;}
.content{
	position:relative;
	float:left;
	width:490px;
	height:auto;
	text-align:justify;
	padding-top:30px;
	padding-right:10px;
}
.sidebar{
	position:relative;
	float:left;
	width:280px;
	height:auto;
	padding-left:20px;
	padding-top:30px;
	text-align:left;
/*	border:1px solid blue;*/
}
.area{
	clear:both;
	position:relative;
	width:800px;
}
.areas{clear:both;font-size:10px;}
.fother{
	clear:both;
	position:relative;
	width:800px;
	height:60px;
	padding-top:5px;
	color:#999;
	text-align:center;
}
.wraper{
	width:830px;
	height:auto;
	margin:0px auto;
	padding-left:30px;
	background-color:#FFFFFF;
}
.container{
	position:relative;
	width:800px;
	height:auto;
}
.header{
	position:relative;
	width:800px;
	height:100px;
}
/*======================================================================*/
#rotator{
	clear:both;
	position:relative;
	width:800px;
	height:225px;
	margin-top:20px !Important;
}
/*======================================================================*/
#menu {
    clear:both;
	position:relative;
	width:798px;
	height:30px;
	float:left;
	left:0px;
	top:0px;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}
.menu{
    clear:both;
	white-space:nowrap;
	list-style-type:none;
	vertical-align:top;
	margin:0 0 30px 0;
	padding:0px;
}
.menu li{display:inline;}
.menu li a{
	height:18px;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-top:8px;
	margin-left:19px;
	margin-right:19px;
}
.menu li a:hover{
	color:#757575;
	cursor:pointer;
	border-bottom:4px solid #0CF;
	text-shadow:1px 1px 2px #B3B3B3; /* hoffset, voffset, blur, color B3B3B3*/
}
.menu li .active{	color:#229CF1;}
/*======================================================================*/
#marqueecontainer{
	position:relative;
	width:250px;
	height:215px;        /* visible square */
	overflow:hidden;
	padding-left:30px;
	margin-bottom:5px;
}
#vmarquee{
	position:absolute; 
	width:248px;
	height:1030px;       /* to acomodate all rss 6(rss) * 170 = 1020 */
}
.rss{
	width:246px;
	height:170px;
	text-align:justify;
	font-size:12px;
	color:#999 !important;
}
.marhead{color:#09F;}
.news{color:#333;}
/*======================================================================*/
.moretext{position:relative;left:-5000px;width:100px;height:5px;overflow:hidden;}
/*======================================================================*/
.twnav{ cursor:pointer;}
.navop{ position:relative;float:right;padding-right:4px;}
.navcl{ position:relative;float:left;}
.twcontainer{ position:absolute; top:400px; left:-257px;}
.twslide{
	border:1px solid #93c1f3;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	width:290px; 
	height:640px; /*365*/
	float:left;
	background-color:#EDEEF0; 	/*effafc*/
}
.twidget{ position:relative;top:5px;left:5px;width:254px;float:left;}
.twlogo{position:relative;float:right;padding-top:4px;padding-right:1px;}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
