/* CSS Document */

body{margin:0px; background-color:#EEE5D4;}
.white_table{background-color:#FFFFFF;}
.image_left{border-left:5px solid #ffffff;}
.image_right{border-right:5px solid #ffffff;}

ul.one{list-style-type:lower-roman; margin-left:80pt;}
ul.two{list-style-type:disc;}
ul.three{margin:0px 0px 0px 40px; line-height:15pt; list-style-type:disc;}
.mens_head{font-family:Arial; font-size:12px; font-weight:bold; color:#477AD0; padding-left:10pt;} 
.mens_subhead{font-family:Arial; font-size:13px; color:#CD6B05; padding-left:40pt; font-weight:bold;} 

/*HEDAER*/
.header_bg{background-image:url(../images/header_bg2.gif); background-repeat:repeat-x;}
.nav_bg{background-image:url(../images/nav_bg.gif); background-repeat:repeat-x; font-family:Arial; font-size:12px; color:#000000;}
.nav_bg a{color:#000000; text-decoration:none;}
.nav_bg a:hover{color:#CC0000; text-decoration:none;}
.globe1{background-image:url(../images/globe1_2_2_3.jpg); background-repeat:no-repeat; background-position:bottom; background-position:left;}
.globe_service{background-image:url(../images/inner_sde_top.jpg); background-repeat:no-repeat; background-position:bottom; background-position:left;}

.globe_left{background-image:url(../images/globe_left.gif); background-repeat:repeat-y; background-position:middle;}

.globe2{background-image:url(../images/man2_2.jpg);background-repeat:no-repeat; background-position:top; }
.matter{font-family:Arial; font-size:12px; color:#6D6D6D;}
.matter strong{ color:#000000;}
.matter2{font-family:Arial; font-size:12px; color:#6D6D6D; text-align:justify;}
.matter2 em{color:#CC0000;}
.matter2 strong{color:#477AD0; font-size:12px; }
.matter2 b{color:#CC0000;}
.matter2 a{color:#CC0000; text-decoration:none;}
.matter2 a:hover{color:#0099FF; text-decoration:none;}

.red_link{font-family:ARial; font-size:12px; color:#CC0000; text-align:center;}
.red_link a{color:#CC0000; text-decoration:none;}
.red_link a:hover{color:#477AD0; text-decoration:none;}

.top{font-family:Arial; color:#990000; font-size:12px; text-align:right;}
.top a{color:#990000; text-decoration:underline;}
.top a:hover{color:#990000; text-decoration:underline overline}

.dooted_border{border-left:1px dotted #000000;}
.red{color:#CC0000;}

.product_top{background-image:url(../images/product_top.jpg);background-repeat:repeat-x; font-family:Arial; font-size:12px; color:#CC0000; font-weight:bold;}
.more{font-family:Arial; font-size:10px; color:#CC0000;}
.more a{color:#CC0000; text-decoration:none;}
.more a:hover{color:#1198D0; text-decoration:none;}
.more2{font-family:Arial; font-size:10px; color:#CC0000; border-left:1px dotted #CEB33B;}
.more2 a{color:#CC0000; text-decoration:none;}
.more2 a:hover{color:#1198D0; text-decoration:none;}

.punchline{font-family:Arial; font-size:14px; color:#5F8EDC; padding-right:20pt;}

.head_bg{background-image:url(../images/head_bg.gif); background-repeat:no-repeat; line-height:22px; font-family:ARial; font-size:13px; color:#477AD0; font-weight:bold; padding-left:5pt;}

/*BOTTOM NAV*/
.bottom_link1{ background-color:#FCCD61; font-family:Arial; font-size:13px; color:#FFFFFF; font-weight:bold; text-align:center; line-height:20px;}
.bottom_link1 a{color:#FFFFFF; text-decoration:none;}
.bottom_link1 a:hover{color:#717171; text-decoration:none;}

.bottom_link2 { background-color:#1198D0; }
.bottom_link3{ background-color:#CC0000; }
.link{font-family:Arial; font-size:12px; color:#0689BF;}
.link a{color:#0689BF; text-decoration:none;}
.link a:hover{color:#999999; text-decoration:none;}
/*FOOTER*/

.footer_link{font-family:Arial; font-size:11px; color:#000000; background-color:#ECCD4B; line-height:20px;}
.footer_link a{color:#000000; text-decoration:none;}
.footer_link a:hover{color:#CC0000; text-decoration:none;}
.short_description{font-family:Arial; font-size:12px; color:#333333;}
.short_description2{font-family:Arial; font-size:12px; color:#333333; border-left:1px dotted #CEB33B;}

hr{border-top:1px dotted #866011;  height:1pt; text-align:center;}

/* news css*/
.news_matter{font-family:Arial; font-size:12px; color:#6D6D6D;}
.news_matter strong{color:#CC0000; font-weight:normal;}
#marqueecontainer{
		position: relative;
		width: 170px; /*marquee width */
		height: 130px; /*marquee height */
		/*background-color: white;*/
		overflow: hidden;
		/*border-left:1px dotted #E1E1E1; border-right:1px dotted #E1E1E1;*/
		padding: 2px;
		/*padding-left: 4px;*/

		}
		
.formfield{
background-color:#ffffff;
border:#000000 solid 1px;
font-family:verdana;
color:#000000;
font-size:11px;
width:200px;
}

.formbutton{
background-color:#ECCD4B;
font-family:verdana;
font-size:10px;
color:#000000;
width:80px;
font-weight: bold;
border:#000000 solid 1px;
}


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:11px;
	z-index:100;
	
}

#dropmenudiv a{
color:#000000;
width: 100%;
display:block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 1px;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: white;*/
color:#ffffff;

}