*{
	margin:0;
	padding:0;
}
body{
	background:url(../images/body-bg.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#161616;
	line-height:20px;
}
a{
	font-size:13px;
	color:#000000;
}
a:hover{
	color:#ff0000;
}
.wrapper{
	width:994px;
	margin:0 auto;
}
.wrapper a, object{
	outline:none;
}
.wrapper a{
	text-decoration:none;
}
li#nob{
	background:none;
}
img{
	border:0;
}
.clr{
	clear:both;
}
.sub-menu{
	height:22px;
}	
.sub-menu ul{
	list-style:none;
	padding:0 6px;
}
.sub-menu ul li{
	float:left;
	background:url(../images/sub-menu-divider.jpg) center right no-repeat;
}
.sub-menu ul li a{
	font-size:12px;
	color:#f1efef;
	padding:0 7px;
	line-height:22px;
}
.sub-menu ul li a:hover{
	text-decoration:underline;
}
.logo{
	margin-top:10px;	
}
.logo a{
	float:left;
	margin-top:6px;
}
.logo a p{
	font-size:15px;
	color:#172832;
	font-weight:bold;
}
.logo a:hover{
	text-decoration:none;
}
.banner{
	float:right;
	margin-top:12px;
}
.banner a{
	float:none;
	margin:0;
} 
#nav{
	margin-top:26px;
	height:45px;
	background-color:#445863;
	
}
#nav ul{
	list-style:none;
	width:1000px;
}
#nav ul li{
	float:left;
	position:relative;
	background:url(../images/main-menu-divider.jpg) center right no-repeat;
	display:block;
}
#nav ul li a{
	display:block;
	font-size:18px;
	color:#f1efef;
	line-height:45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 33px;
}
#nav ul li a:hover{
	background-color:#ff1a00;
	position:relative;
	text-decoration:none;
}
#nav li:hover, #nav li:sfHover{
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#nav ul li ul{
	position:absolute;
	top:0;
	left:-999px;
	width:175px;
	padding:0;
}

#nav li:hover ul, #nav li.sfHover ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		10000;
	background-color:#445863;
}
#nav ul li ul li{
	background:url(../images/drop-menu-divider.jpg) bottom left  repeat-x;
	display:block;
	height:30px;
	width:175px;
	float:left;
}
#nav ul li li a{
	line-height:30px;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left:		auto;
	top:			45px; /* match top ul list item height */
	z-index:		10000;
	background-color:#445863;
}
#nav ul li#nob{
	background:none;
	background-image:none;
}
.main{
	margin-top:16px;
}
.stock{
	margin-top:12px;
	border:#445863 1px solid;
	position:relative;
}
.stock-img{	
}
.stock-img img{
	border:1px solid #445863;
}
.stock h1{
	background-color:#FFFFFF;
	color:#445863;
	font-size:22px;
	left:19px;
	padding:0 10px;
	position:absolute;
	top:-11px;
}
.stock-inner{
	margin:35px 20px 5px;
	text-align:center;
}
.module{
	float:left;
	width:172px;
	text-align:center;
	margin-left:22px;
}
.module#nol{
	margin-left:0px;
}
.module .simg{
	height:120px;
	width:160px;
	border:#445863 1px solid;
}
.module a img{
	margin-bottom:6px;
}
.module a{
	color:#445863;
	font-size:13px;
	line-height:17px;
}
.module a span{
	text-transform:uppercase;
	font-weight:bold;
}
.more{
	font-size:12px;
	font-weight:bold;
	color:#445863;
	float:right;
	margin:5px 0;
}
.container{
	margin-top:12px;
}
.left{
	float:left;
	width:514px;
}
.right{
	float:right;
	width:459px;
}
.container h3{
	background:url("../images/line.jpg") no-repeat scroll center bottom transparent;
	color:#445863;
	font-size:20px;
	line-height:31px;
	margin-bottom:17px;
}
.content p{
	color:#4c4b4b;
	font-size:16px;
	font-weight:bolder;
	line-height:20px;
	margin-bottom:15px;
	text-align:justify;
}
.cmp{
		margin-bottom:12px;
}
.cmp p{
	color:#0F0E0E;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.cmp a{
	color:#000000;
	font-family:trebuchet MS;
	font-size:14px;
}
.cmp a:hover{
	text-decoration:underline;
}
.cmpname{
	float:left;
	width:93px;
	text-align:center;
	padding-top:6px;
}
.cmpmodal{
	float:right;
	width:362px;
}
.news a{
	color:#2f2f2f;
	font-size:15px;
	line-height:20px;
}
.news a:hover{
	text-decoration:underline;
}
.news_date{
	background:#445863;
	color:#CCCCCC;
	line-height:15px;
	padding:1px 5px;
	margin-right:10px;
}
.news p a{
	font-size:12px;
	font-weight:bold;
	margin-top:14px;
}
.news h3{
	margin-bottom:10px;
}
.news a.more{
	float:right;
}
.footer{
	background-color:#445863;
}
.footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.mod{
	padding-top:20px;
	margin-bottom:20px;
}
.imod{
	float:left;
	margin-left:42px;
	width:216px;
}
.nom{
	margin-left:0px;
}
.imod h3{
	font-size:16px;
	color:#e6e6e6;
	line-height:38px;
}
.imod ul{
	list-style:none;
}
.imod ul li a{
	font-size:15px;
	color:#e6e6e6;
	line-height:20px;
}
hr{
	background:url(../images/line.jpg) no-repeat;
	
}
.bottom{
	text-align:center;
	margin-top:10px;
	padding-bottom:20px;
}
.bottom p, .bottom a{
	font-size:15px;
	color:#f1efef;
}
.bottom p{
	line-height:22px;
}
.bottom ul{
	list-style:none;
}
.bottom ul li{
	display:inline;
	background:url(../images/footer-nav.jpg) right center no-repeat;
}
.bottom ul li a{
	padding:0 10px;
	line-height:10px;
}
a.left_menu  {
color:#FE0600;
font-family:Verdana,Arial;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.in-left{
	float:left;
	width:180px;
	margin-right:10px;
}
.in-right{
	float:right;
	width:800px;
}
.normaltext_gr {
	font-family:  Verdana, Arial;
	font-size: 13px;
	color: #555555;
	line-height: 17px;
	font-weight: normal;
	text-transform: none;
	text-align:justify;
}
.narrowcolumn h3{
	border-bottom:1px solid #000000;
	margin-bottom:4px;
	padding-bottom:6px;
}
.in-left .title_head {
background-color:#E1E1E1;
color:#636363;
font-family:Arial,Verdana;
font-size:14px;
font-weight:bold;
height:25px;
padding-left:5px;
text-align:left;
vertical-align:middle;
}
.in-left .pm_textbox3 {
border:1px solid #CCCCCC;
}

.entry_title
{
font-family:Arial;
font-size:14px;
color:#000000;
font-weight:bold;
background-color:#F6F7F8;
height:20px;
border:1px solid #CCCCCC;
}
.entry_title a:link {
	font-family:Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.entry_title a:hover {
	color:#FF0000;
}
.stock_keyword {
	padding:10px 10px 10px 10px;
}
.stock_keyword a:link {
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;
}
.stock_keyword a:hover {
	color:#0000FF;
}
.button_1 {
background-color:#F4FBFF;
border:1px solid #77C3FF;
color:#333333;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
padding:2px 5px;
}
a.top_log {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #B20808;
	text-decoration:none;
}
a.top_log:visited {
	color: #B20808;
}
a.top_log:active {
	color: #B20808;
	text-decoration:none;		
}
a.top_log:hover {
	color: #00018C;
	text-decoration:none;	
}
.navigation {
	margin-top: 10px;
    padding: 0px;
	padding-left:15px;
	}
.navigation a{
	color:#007DF2;
	text-decoration:none;
}
.alignright {
	float:right;
	text-align:right;
	width:50%;
}

.alignleft {
	float:left;
	text-align:left;
	width:50%;
}
/*************/
.inquiry{
 border-top: 1px solid #FF0000;
 background-color:#EBEBEB;
}
.inquiry h4{
	border-bottom: 1px solid #9B9FA7;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3B404C;
	padding-top: 15px;
	padding-bottom: 8px;
}
#first{
}
#first .details{
}
#first .details ul{
	list-style:none;
	float:left;
	margin-left:66px;
	margin-top:8px;
}
#first .details .ftitle{
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
#first .details li a{
	color:#FF0000;
}
#first .details li a:hover{
	color:#0000CC;
}
/**************/
.bg_default {
    background-color: #445863;
    color: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    padding-left: 5px;
    text-transform: none;
}
.pm_textbox3 {
    border: 1px solid #445863;
}
a.ndc2 {
	
	font-size: 12px;
	color: #464545;
	text-decoration:none;
	line-height:25px;
}

a.ndc2:hover{
	color:#C7181D;
}

