/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */
iframe.goog-te-banner-frame {
 display:none !important; }

body {
	position: static !important; top: 0 !important;
}
body {
	
	background:#fff url(../images/bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #393939;
	margin:0 auto;
	height:100%;
}

html {
	background: transparent;
	height:100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

img {
	weight:100%
  height:auto;
}

}

a {
	text-decoration: none;
	color: #CE0D2D;
}

	a:hover {
		text-decoration: none;
		color: #CE0D2D;
	}
p {
font-size:1em;
line-height: 1.4em;
color:#555;
margin: 10px 0;
}

/* ========================= Global properties END =============================== */



.newlogo {
  float:left;
	position: relative;
	top: 5px;
	left: 20px;
	width: 183px;
}

	.newlogo a {
		background: url(../images/logo2.png) no-repeat 0% 0;
		display: block;
		width: 151px;
		height: 63px;
		overflow: hidden;
		position: relative;
		top:8px;
	}
	
		.newlogo a span {
			display: none;
		}

		.search-icon {
		position: absolute;
		z-index: 2;
		padding: 5px;
		margin: 2px 0 0 2px;
		height: 22px;
		border: solid 1px #D4D3D3;
		background-color:#fff;
		outline: 0;
		box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5x;
		border-radius: 5px 5px 5px 5px;
		behavior: url(../border-radius.htc);
		-webkit-appearance: none;
}

.search-type {
		position: absolute;
		z-index: 2;
		padding: 3px;
}

.search-type select {
		width: 137px !important;
}

.newsearch {
		float:left;
		position:relative;
		padding-top:21px;
		width:500px;
		border:0px solid #ccc;
		left:60px;
}

    .newsearch input[type="text"] {
      background:none;
      padding:0;
      margin:0;
    }
    
    .newsearch input[type="image"] {
       position:absolute;
       z-index:100;
       right:2px;
       width:67px;
       height:35px;
       border:0px solid #ccc;
       margin-top:2px;
    }
    
    .newsearch input[type="text"] {
       background:url('../images/bg_search4.jpg') no-repeat 0% 0;
       width:453px;
       height:37px;
       border:0px solid #ccc;
       font-size:14px;
       padding-left:45px;
       color:#999;
    }
    .newsearch input[type="text"]:focus {
	   background:url('../images/bg_search4.jpg') no-repeat 0% 0;
	   width:453px;
       height:37px;
       border:0px solid #ccc;
       font-size:14px;
       padding-left:45px;
       color:#999;
       box-shadow: 0 0 10px #02e1ff !important;
	   -webkit-box-shadow: 0 0 10px #02e1ff !important;
	   -moz-box-shadow: 0 0 10px #02e1ff !important;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   border-radius: 8px;
	   -khtml-border-radius: 8px;
	   behavior: url(../border-radius.htc);
    }
    
    .newsearch span {
       float:right;
       display:block;
       font-size:11px;
       line-height:28px;
       margin-right:2px;
    }
     .newsearch span a {
       color:#666;
       text-decoration:none;
    }
      .newsearch span a:hover {
       color:#C10F2B;
       text-decoration:none;
    }
    .newsearch span .browse {
       color:#CE0D2D;
       text-decoration:none;
       background:url(../images/icon_browse.png) no-repeat right top;
       padding-right:22px;
    }

    .newsearch td span {
       float:left;
       display:block;
       font-size:11px;
       line-height:15px !important;
       margin-right:2px;
    }
     .newsearch td span a {
       color:#666;
       text-decoration:none;
    }
      .newsearch td span a:hover {
       color:#C10F2B;
       text-decoration:none;
    }
	
.newregister {
    float:right;
    font-size:13px;
    color:#555;
    border:0px solid #ccc;
    padding:10px 0 0 0;
	width: auto;
	margin-top: 12px;
}
    .newregister a {
      float:right;
      display:block;
      padding: 9px 10px;
      margin: 0 2px;
      color:#444;
      text-decoration:none;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  -khtml-border-radius: 5px;
	  behavior: url(../border-radius.htc);
	  -moz-box-shadow: inset 0 0 3px #777;
	  -webkit-box-shadow: inset 0 0 3px #999;
	  box-shadow: inset 0 0 3px #999;
	  background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
	  background-image: -moz-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
	  background-image: -o-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFEFEF), color-stop(1, #FFFFFF));
	  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	  background-image: linear-gradient(to bottom, #EFEFEF 0%, #ffffff 100%);
    }
    .newregister a:hover {
       color:#C10F2B;
       text-decoration:none;
    }

.newlogin {
    float:right;
    font-size:12px;
	font-weight:bold;
    color:#888;
    border:0px solid #ccc;
}
    .newlogin a {
      float:left;
      display:block;
      padding: 12px 13px 12px 0;
      margin:0px;
      color:#444;
      text-decoration:none;
    }
    .newlogin a:hover {
       color:#C10F2B;
       text-decoration:none;
    }

.newaccount {
    float:left;
    font-size:13px;
    color:#888;
    border:0px solid #ccc;
    padding:0px 0 0 0;
    border-right:1px solid #DBDBDB;    
}
    .newaccount a {
      float:left;
      display:block;
      padding:0px 14px;
      margin:0px;
      color:#444;
      text-decoration:none;
      vertical-align: center;
    }
    .newaccount a:hover {
       color:#C10F2B;
       text-decoration:none;
    }

.newlogout {
    float:left;
    font-size:13px;
    color:#888;
    border:0px solid #ccc;
    padding:0px 0 0 0
}
    .newlogout a {
      float:left;
      display:block;
      padding:0px 14px;
      margin:0px;
      color:#444;
      text-decoration:none;
      vertical-align: center;
    }
    .newlogout a:hover {
       color:#C10F2B;
       text-decoration:none;
    }
    
.newad {
  position:absolute;
  z-index:101;
  background:url(../images/ad_shadow.png) no-repeat center bottom;
  width:962px;
  height:99px;
  border:0px solid #fff;
  margin-top:27px;
}

/* ========================= Global Structure START ============================== */

#newmain {
	font-size: 0.75em;
}


#header-tail {
	width: 100%;
	height:89px;
}

#header-menu {
	width: 100%;
	height:50px;
}

#newcontainer {
  text-align:left;
  position:relative;
	width: 100%;
	font-size:.8em;
  min-height: 550px;
}

	header {
		position: relative;
		width: 962px;
		margin: 0 auto;
		border:0px solid #ccc;
	}

#title {
	width: 100%;
	height:87px;
	background:#fff url(../images/bg_title.jpg) no-repeat;
}

#aside-bg {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

	aside {
	  text-align:left;
		width: 962px;
		margin: 0 auto;
	}

#content-tail {
	background: #f3f6f9 url(../images/content-tail.gif) repeat-x 50% 0%;
	width: 100%;
}

	section#content {
		width: 980px;
		margin: 0 auto;
	}

#footer-tail {
	clear:both;
	background:#fff url(../images/bg_footer.jpg) repeat-x center top;
	height:90px;
	text-align:left;
	margin-top:23px;
}

  #footer-tail span {
    display:block;
    position:absolute;
    z-index:101;
    background:url(../images/ad_shadow.png) no-repeat center bottom;
    width:962px;
    height:90px;
    border:0px solid #fff;
    margin-top:27px;
  }

  #footer-tail p {
    float:left;
    margin:21px 0 0 0;
    font-size:12px;
    line-height:18px;
    color:#666;
		text-shadow: 0 1px 0 #fff;
    padding-right:60px;
  }
  
  #footer-tail .newpower {
    position:absolute;
    z-index:101;
    background:url(../images/powered.png) no-repeat;
    right:0px;
    top:0;
    width:154px;
    height:58px;
    border:0px solid #fff;
    margin-top:18px;
  }

.contentwrapper {
  position:relative;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  behavior: url(../border-radius.htc);
  background-color:#fff;
  margin-top:25px;
  padding:15px;
  text-align:left;
  overflow:hidden;
}

.endcontainer {
  background:url(../images/bg_canvas-end.jpg) repeat-x left bottom;
  width:100%;
  height:30px;
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 14px 10px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 4px 14px 23px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 55px 21px 0;
	}

.col-1, .col-2, .col-3, .col-4, .col-5 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4, .block-5 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

#icons {
	position: absolute;
	top: 77px;
	right: 13px;
	border:0px solid #ccc;
}

	#icons li {
		float: left;
		padding: 0 0 0 7px;
	}

nav {
	position: absolute;
	top: 0px;
	left: 0px;
	border:0px solid #fff;

}

	nav ul {
		overflow: hidden;
    list-style:none;
    text-align:left;
    padding-left:10px;
	
	}
	
		nav ul li {
			float: left;
      list-style:none;
		}
		
			nav ul li a {
				float: left;
				line-height: 27px;
				font-size: 13px;
				text-shadow:-1px -1px 0px #620016;
				text-decoration: none;
				color: #fff;
				margin-right:20px;
			}
			
				nav ul li a:hover {
					color: #FAD610;
				}
				


nav2 {
	position: absolute;
	height:100%;
	padding:30px 0 0 0;
}

	nav2 ul {
		overflow: hidden;
	}
	
			nav2 ul li {
			}
			
			nav2 ul li a {
			  display:block;
        width:195px;
				line-height: 38px;
				text-decoration: none;
				color: #444;
        padding:0 10px 0 10px;
        border-top:1px solid #fff;
        border-bottom:1px solid #D5D8D7;
			}
			
				nav2 ul li a:hover {
					color: #01702B;
				}
				
			nav2 ul li.hightlighted a {
				color: #fff;
        background: url(../images/bg_btn_menu.png) no-repeat left top;
        width:205px;
        text-shadow:-1px -1px 0px #5E7346;
        padding:0 10px;
        display:block;
        border:none;
			}



/* ============================= content START =================================== */

/* ============================== content END ==================================== */






/* ============================= aside START =================================== */

aside .indent {
	padding: 28px 22px 32px 0;
}

/* ============================== aside END ==================================== */







/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #000 url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 0 0 0 0;
	}
	
/* ============================== boxes END ====================================== */





/* =================== txt, links, lines, titles START =========================== */


#aside .block-2 p {
    color:#333;
    }

h6 {
	padding: 0 0 12px 0;
	line-height: 16px;
	font-size: 1em;
	color: #909dad;
}

	h6 em {
		display: block;
		margin: 0 0 -12px 0;
		font-style: normal;
	}

.link {
	float: left;
	line-height: 16px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #478fe4;
}
	
	.link:hover {
		color: #fe973a;
	}


#common {
  padding: 0px;
  margin: 10px 0;
  width:718px;
}
  
  #common li {
    list-style: none;
    background-image: url(../images/icon_li.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 30px;
    margin-bottom:7px;
    text-shadow:1px 1px 1px #fff;
  }
  
  #common li a {
  color:#444;
  text-decoration:none;
  }
  
  #common li a:hover {
  color:#01702B;
  text-decoration:none;
  }  
  
#common2 {
  padding: 0px;
  margin: 10px 0;
}
  
  #common2 li {
    list-style: none;
    background-image: url(../images/icon_li2.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0 25px;
    margin-bottom:5px;
    text-shadow:1px 1px 1px #fff;
  }
  
  #common2 li a {
  color:#444;
  text-decoration:none;
  }
  
  #common2 li a:hover {
  color:#01702B;
  text-decoration:none;
  }
  
#footerlist {
  padding: 3px 0 0 0px;
}

#footerlist li {
    list-style: none;
    padding: 0;
  }

#footerlist li a{
  font-size:1em;
  text-shadow:1px 1px 1px #fff;
  line-height:23px;
  color: #006C39;
  text-decoration:none;
}
#footerlist li a:hover{
  color: #006C39;
}

#footerlist2 li {
    list-style: none;
    background-image: url(../images/footer-li-bullet.png);
    background-repeat: no-repeat;
    background-position: 1px 6px;
    padding: 0 0 0 13px;
  }

#footerlist2 li a{
  font-size:.8em;
  color:#4a4e68;
  text-shadow:1px 1px 1px #fff;
  text-decoration:none;
}
#footerlist2 li a:hover{
  color:#4a4e68;
}
/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 271px;
	padding: 4px 0 0 0;
	overflow: hidden;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 41px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 263px;
		height: 15px;
		padding: 2px 3px 2px 3px;
		border: 1px solid #909dad;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #909dad;
	}
	
	#contact-form textarea {
		background: none;
		width: 263px;
		height: 120px;
		padding: 2px 3px 2px 3px;
		border: 1px solid #909dad;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #909dad;
	}
	
	#contact-form a.link {
		margin: 13px 22px 0 0;
	}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 10px 0;
}

.pic-indent-1 {
	margin: 0 0 11px 0;
}

.list {
	padding: 0 0 15px 0;
	overflow: hidden;
}

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 6px;
		padding: 0 0 0 21px;
		line-height: 24px;
		font-size: 1em;
		color: #478fe4;
	}
	
		.list li a {
			color: #478fe4;
		}

.list-1 {
	width: 100%;
	overflow: hidden;
}

	.list-1 li {
		background: url(../images/marker-1.gif) no-repeat 0% 2px;
		width: 100%;
		padding: 0 0 15px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 16px;
		font-size: 1em;
		color: #2a4467;
	}
	
	.list-1 li.last {
		padding: 0 0 7px 0;
	}
	
		.list-1 li div {
			padding: 0 0 0 21px;
		}
	
		.list-1 li strong {
			display: block;
		}
		
			.list-1 li strong a {
				font-weight: normal;
				color: #478fe4;
			}
			
		.list-1 li b {
			display: block;
		}
		
			.list-1 li b span {
				font-weight: normal;
			}

.list-2 {
	width: 100%;
	overflow: hidden;
}

	.list-2 li {
		background: url(../images/line-hor.gif) repeat-x 0% 100%;
		width: 100%;
		margin: 0 0 12px 0;
		padding: 0 0 15px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 16px;
		font-size: 1em;
		color: #909dad;
	}
	
	.list-2 li.last {
		background: none;
		margin: 0;
		padding: 0;
	}
	
	.list-2 li.extra {
		background: none;
		padding: 0 0 17px 0;
	}
	
		.list-2 li span {
			float: left;
			width: 33px;
			height: 40px;
			overflow: hidden;
		}
		
			.list-2 li span strong {
				display: block;
				margin: -4px 0 -16px 0;
				line-height: 1.2em;
				font-size: 2em;
				font-weight: 700;
				color: #909dad;
			}
			
			.list-2 li span b {
				display: block;
				margin: -4px 0 0 0;
				line-height: 1.2em;
				font-size: 1.5em;
				font-weight: 700;
				color: #909dad;
			}
		
		.list-2 li em {
			display: block;
			font-weight: bold;
			font-style: normal;
			color: #fe973a;
		}
		
		.list-2 li p {
			overflow: hidden !important;
			padding: 0 !important;
			line-height: 16px !important;
			font-size: 1em !important;
			color: #909dad !important;
		}
		
			.list-2 li p a {
				text-transform: uppercase;
				text-decoration: none;
				font-weight: 700;
				color: #478fe4;
			}
			
				.list-2 li p a:hover {
					color: #fe973a;
				}

.list-3 {
	padding: 0 0 2px 0;
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #909dad;
}

	.list-3 dt {
		font-weight: bold;
	}
	
		.list-3 dt a {
			text-decoration: none;
			color: #909dad;
		}
		
		.list-3 dt a:hover {
			text-decoration: underline;
		}
		
	.list-3 dd {
		padding: 0 0 16px 0;
	}

.list-4 {
	margin: 0 0 -13px 0;
	padding: 0 11px 0 0;
	overflow: hidden;
	line-height: 16px;
	font-size: 1em;
	color: #909dad;
}

	.list-4 dt {
		font-weight: bold;
	}
	
	.list-4 dd {
		width: 100%;
		padding: 0 0 16px 0;
		overflow: hidden;
	}
	
		.list-4 dd small {
			float: right;
			font-size: 1em;
		}

.pic-position {
	float: left;
	margin: 3px 7px 0 0;
}

.info-box {
	overflow: hidden;
}

	.info-box strong {
		display: block;
		padding: 0 0 14px 0;
		line-height: 1.2em;
		font-size: 1.667em;
		font-weight: 600;
		color: #909dad;
	}
	
		.info-box strong b {
			display: block;
			margin: -2px 0 0 0;
			font-weight: 600;
		}
	
	.info-box p {
		padding: 0 0 9px 0 !important;
		line-height: 16px !important;
		font-size: 1em !important;
		color: #909dad !important;
	}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	padding: 0 0 3px 0;
}

/* ============================== other END ====================================== */






/* ============================== JS accordion START ====================================== */

.accordion {
	min-height: 313px;
	height: auto !important;
	height: 313px;
	background:url('../images/home_pic_shade.png') no-repeat left top;
}

#accordion {
	width: 960px;
	min-height: 313px;
	height: auto !important;
	height: 313px;
	background:url('../images/home_pic_shade.png') no-repeat left top;
}

	#accordion dt {
		height: 65px;
		letter-spacing: -2px;
		font-size: 4em;
		font-weight: 900;
		color: #fff;
		cursor: pointer;
	}
	
	#accordion dt.active {
		overflow: visible;
		padding: 30px 0 0 0;
	
	}
	
		#accordion dt a {
			position: relative;
			z-index: 100 !important;
			display: block;
			width: 960px;
			overflow: hidden;
			margin: 0 auto;
			text-decoration: none;
			color: #fff;
		}
		
		#accordion dt.active a {
			background: none !important;
			overflow: visible;
		}
		
			#accordion dt a span {
				display: none;
				height: 70px;
				overflow: hidden;
			}
			
			#accordion dt.active a span {
				overflow: visible;
			}
		
	#accordion dt.acc-title-1 {
		background: #59AC0B url(../images/accordion-title1.jpg) repeat-x 0% 0%;
    height: 73px;
    border-top:1px solid #f7fafa;		
	}
	
		#accordion dt.acc-title-1 a {
			background: url(../images/arrow-1.png) no-repeat 552px 70px;
		}
	
	#accordion dt.acc-title-2 {
		background: #59AC0B url(../images/accordion-title2.jpg) repeat-x 0% bottom;
    height: 65px;
    border-bottom:1px solid #d9ddde;		
	}
	
		#accordion dt.acc-title-2 a {
			background: url(../images/arrow-2.png) no-repeat 552px 70px;

		}

		
		#accordion dd {
			position: relative;
			height: 313px;
			margin: -108px 0 0px 0;
			display: none;
		}
			#accordion dd .indent {
				position: relative;
				width: 960px;
				height: 313px;
				margin: 0 auto;
				padding: 0;
				overflow: hidden;			
			}
			
			#accordion dd strong {
				display: block;
				margin: 0 0 0 0;
				overflow: hidden;
				letter-spacing: -2px;
				line-height: 1.2em;
				font-size: 7em;
				font-weight: 900;
				color: #fff;
			}

			#accordion dd b {
				display: block;
				width: 900px;
				margin:28px 0 0 18px;
				padding: 20px 0 0 82px;
				overflow: hidden;
				line-height: 1em;
				font-size: 2.5em;
				font-weight: 300;
				text-align: left;
				color: #fff;
				text-shadow:-1px -1px 0px #37551D;
			}
						
			#accordion dd .icon1 {
				background:url('../images/home-pic1-icon.png') no-repeat left top;
			}

			#accordion dd .icon2 {
				background:url('../images/home-pic2-icon.png') no-repeat left top;
			}
						
				#accordion dd b span {
					display: block;
					margin: 10px 0 0 3px;
					font-size: 40%;
					line-height:150%;
					color:#1C3204;
          text-shadow:1px 1px 1px #9CD958;
				}
				
				#accordion dd b em {
					display: block;
					margin: -68px 0 0 0;
					font-style: normal;
				}
				
			#accordion dd ul {
				position: absolute;
				top: 37px;
				left: 195px;
			}
			
				#accordion dd ul li {
					line-height: 30px;
					font-size: 1.667em;
					font-weight: 700;
					color: #fff;
				}
				
					#accordion dd ul li span {
						color: #72b1fb;
					}
					
					#accordion dd ul li i {
						font-style: normal;
						color: #2a4468;
					}
				
					#accordion dd ul li a {
						margin: 0 0 0 6px;
						text-decoration: none;
						color: #fff;
					}
					
						#accordion dd ul li a:hover {
							color: #000;
						}
						
			#accordion dd p {
				text-align:left;
				margin:70px 0 0 30px;
			}
			
	#accordion dd.acc-bg-1 {
		background: #59AC0B url(../images/home-pic1.jpg) no-repeat 0 4px;
		height:313px;

	}
	
	#accordion dd.acc-bg-2 {
		background: #478fe4 url(../images/home-pic2.jpg) no-repeat 50% top;

	}


/* =============================== JS accordion END ======================================= */






/* ============================ footer START ===================================== */

footer .inner {
	padding: 15px 4px 0 4px;
}

footer strong {
	float: right;
	line-height: 32px;
	font-size: 1em;
	color: #909dad;
}

	footer strong a {
		margin: 0 0 0 3px;
		text-decoration: none;
		color: #909dad;
	}
	
		footer strong a:hover {
			text-decoration: underline;
		}

footer p {
	background: url(../images/footer-logo.gif) no-repeat 0% 0%;
	padding: 0 0 0 69px;
	line-height: 32px;
	font-size: 1em;
	font-weight: bold;
	color: #909dad;
}

	footer p span {
		padding: 0 3px 0 0;
	}

	footer p a {
		margin: 0 0 0 3px;
		text-decoration: none;
		color: #909dad;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}

#footer-home {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	border:0px solid #ccc;
	background:url(../images/footer_home_bg.png) no-repeat left top;
	padding-top:18px;
}

#footer-contact {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	border:0px solid #ccc;
	background:url(../images/footer_contact_bg.png) no-repeat left top;
	padding-top:38px;
}

	#footer-contact .col-2 span {
	display:block;
	float:left;
	width:530px;
	height: 66px;
	padding:15px 0 0 3px;
	font-size:1.1em;
	line-height:1.5em;
	color:#555;
	text-shadow:1px 1px 1px #fff;
	text-align:left;
	border:0px solid #ccc;
	}

/* ============================= footer END ====================================== */

.button {
	float:right;
	margin: 23px 0;
	padding: 0;
	list-style: none;
	}

.button li {
	padding: 0;		margin: 0;
	height: 50px;
	list-style: none;
	background-repeat: no-repeat;
	}
.button li a, .button li a:visited {
	display: block;
	padding-top:14px;
	text-decoration: none;
	height: 50px;
	background-repeat: no-repeat;
	color:#fff;
	font-weight:bold;
	text-shadow:-1px -1px 0px #666;
	}
.button li a:hover {
	color:#fff;
	text-shadow:-1px -1px 0px #1a6e63;
	}
.button li a.selected {
	color:#fff;
	text-shadow:1px 0px 1px #333;
	}

.button2 {
	float:left;
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}

.button2 li {
	padding: 0;		margin: 0;
	height: 50px;
	list-style: none;
	background-repeat: no-repeat;
	}
.button2 li a, .button2 li a:visited {
	display: block;
	padding-top:14px;
	text-decoration: none;
	text-align:center;
	height: 50px;
	background-repeat: no-repeat;
	color:#fff;
	font-weight:bold;
	text-shadow:-1px -1px 0px #666;
	}
.button2 li a:hover {
	color:#fff;
	text-shadow:-1px -1px 0px #1a6e63;
	}
.button2 li a.selected {
	color:#fff;
	text-shadow:1px 0px 1px #333;
	}
.contactus {
	width:145px;
	}
.contactus a {
	background-image: url(../images/btn_dn.png);
	}
.contactus a:hover {
background-image: url(../images/btn_up.png);
}

.button3 {
	float:right;
	margin: -8px 0 0 0;
	padding: 0;
	list-style: none;
	}

.button3 li {
	padding: 0;		margin: 0;
	height: 31px;
	list-style: none;
	background-repeat: no-repeat;
	text-align:center;
	}
.button3 li a, .button3 li a:visited {
	display: block;
	padding-top:5px;
	text-decoration: none;
	height: 26px;
	background-repeat: no-repeat;
	color:#777;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	}
.button3 li a:hover {
	color:#01702B;
	text-shadow:-1px -1px 0px #fff;
	}
.button3 li a.selected {
	color:#fff;
	text-shadow:1px 0px 1px #333;
	}
	.contactus3 {
	width:103px;
	}
.contactus3 a {
	background-image: url(../images/btn-home-contact.png);
	}
  .contactus3 a:hover {
  background-image: url(../images/btn-home-contact.png);
  }
#contact-detail .address {
  background: url(../images/icon-contact.png) no-repeat -88px top;
  padding:5px 0 8px 37px;
  display:block;
  border:none;
}

#contact-detail .phone {
  background: url(../images/icon-contact.png) no-repeat -58px -33px;
  padding:5px 0 8px 37px;
  display:block;
  border:none;
}

#contact-detail .fax {
  background: url(../images/icon-contact.png) no-repeat 0 -96px;
        padding:5px 0 8px 37px;
        display:block;
        border:none;

}

#contact-detail .email {
  background: url(../images/icon-contact.png) no-repeat -29px -62px;
  padding:5px 0 8px 37px;
  display:block;
  border:none;
}
#contact-detail .email a {
  text-decoration:none;
  color:#444;
}
#contact-detail .email a:hover {
  color: #01702B;
}


.ticker {
  float:left;
	width: 510px;
	height: 46px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	border:0px solid #ccc;
}


.ticker li {
	height: 31px;
	padding: 13px 0;
	margin: 0px 0px;
}

.ticker li a {
  text-decoration:none;
  color:#333;
}

.ticker li a:hover {
  color: #01702B;
}
/* multiupload css start */


.searchbargain_browsecat_main {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7x;
	border-radius: 7px;
	behavior: url(../border-radius.htc);
}

.brows-close {
	position: absolute; 
	padding: 5px; 
	right: 0px; 
	margin: 5px !important; 
	cursor: pointer; 
	background-color: #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3x;
	border-radius: 3px;
	behavior: url(../border-radius.htc);
}

/* multiupload css end */

.searchbargain_browsecat_main {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7x;
	border-radius: 7px;
	behavior: url(../border-radius.htc);
}

.brows-close {
	position: absolute; 
	padding: 5px; 
	right: 0px; 
	margin: 5px !important; 
	cursor: pointer; 
	background-color: #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3x;
	border-radius: 3px;
	behavior: url(../border-radius.htc);
}

/* multiupload css end */

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
background: #D6E6F6 url(../images/bg-panel.png) repeat-x left top; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
position:absolute;
z-index:2147483647;
top:131px;
margin:0;
padding:0;
-webkit-box-shadow: 0 10px 10px -6px #333;
-moz-box-shadow: 0 10px 10px -6px #333;
box-shadow: 0 10px 10px -6px #333;
width:100%;
}

.ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
}

.ddpaneltab a{ /*"toggle" tab related CSS*/
background: url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
}

.ddpaneltab a span{ /*"toggle" tab related CSS*/
background: url(toggleright) no-repeat right bottom;
padding:0px;
cursor: pointer;
}

.ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 7px;
}

.ddpaneltab a:hover{ /*"toggle" tab related CSS*/
 /*background of toggle tab onMouseover*/
}

.ddpaneltab a:active, .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.ddpanelcontent-wrapper {
width:86%;
text-align:center;
border:0px solid #fff;
padding-bottom:0px;
}

.ddpanelcontent-wrapper ul {
list-style:none;
margin:0 0 20px 0;
padding:0;
text-align:center;
}

.ddpanelcontent-wrapper li {
list-style:none;
float: left;
margin: 5px 5px 5px 5px;
text-align: center;
width: 127px;
height: 109px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
border: 0px solid #ccc;
background: #ffffff;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(../border-radius.htc);
}

.ddpanelcontent-wrapper li:hover {
background: #ffffff;
-moz-box-shadow: 0px 1px 2px 0px #888;
-webkit-box-shadow: 0px 1px 2px 0px #888;
box-shadow: 0px 1px 2px 0px #888;
}

.ddpanelcontent-wrapper span {
display:block;
width:127px;
height:109px;
margin-bottom:5px;
text-align:center;
}

.ddpanelcontent-wrapper span.nccibd {
background:url(../images/slogo-nccibd3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.fmm {
background:url(../images/slogo-fmm3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.sbf {
background:url(../images/slogo-sbf3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.sicci{
background:url(../images/slogo-sicci.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.kadin {
background:url(../images/slogo-kadin3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.kadinbatam {
background:url(../images/slogo-kadinbatam3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.umfcci {
background:url(../images/slogo-umfcci3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.lncci {
background:url(../images/slogo-lncci3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.tcc {
background:url(../images/slogo-tcc3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.ccpit {
background:url(../images/slogo-ccpit3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.ccpitecc {
background:url(../images/slogo-ccpitecc3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.kita {
background:url(../images/slogo-kita3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.jcci {
background:url(../images/slogo-jcci3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.pcci {
background:url(../images/slogo-pcci3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.philexport {
background:url(../images/slogo-philexport3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.vcci {
background:url(../images/slogo-vcci3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.ccc {
background:url(../images/slogo-ccc3.png) no-repeat center top;
}

.ddpanelcontent-wrapper span.fti {
background:url(../images/slogo-fti3.png) no-repeat center top;
}

div#mcTooltip 
{
    line-height:20px;
    border-width: 0px;   
    color:#ffffff; 
    border-color:#666666;
    padding:20px 5px;
    font-size: 12px;
    border-radius:6px; /*Rounded corners. N/A for IE 8 and below.*/-webkit-box-shadow: 0 10px 8px -6px #333;
    -moz-box-shadow: 0 8px 8px -6px #333;
    box-shadow: 0 8px 8px -6px #333;
}
div#mcTooltip b {
   font-size:14px;
    font-weight:normal;  
    color:#ffffff; 
    line-height:20px;
}
div#mcTooltip, div#mcTooltip div
{
    background-color:#353c40;
    color:#ccc; 
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#6CF; }

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
div#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
div#mcttCo {position:absolute;text-align:left;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;}
.column { float:left; padding:0 20px;}

.closepanel {
position:absolute;
z-index:999;
right:20px;
bottom:40px;
background:url(../images/btn-close-panel-dn.png) no-repeat center top;
width:39px;
height:40px;
}


.closepanel:hover {
background:url(../images/btn-close-panel-up.png) no-repeat center top;
}

.closepanel b {
display:none;
}

.uploadClz {

}
.fakeUploadClz {
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 1;
	background: url('../images/custom/browse.png') no-repeat top right;
	width:370px;
	height:33px;
	cursor:pointer; 
}

.fakeUploadClz input {
	width:270px;
	height:18px;
	margin: 0;
	padding: 7px;
	border: solid 1px #D4D3D3;
	outline: 0;
	font: normal 13px/100% Arial, Verdana, Tahoma, sans-serif;
	color:#444;
	background: #FFFFFF url('../images/bg_form') left top repeat-x;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5x;
	border-radius: 5px 5px 5px 5px;
	behavior: url(../border-radius.htc);
}
.uploadbtn {
  font-family: Arial, Verdana, sans-serif;
	background-image:url('../images/custom/upload.png'); 
	cursor:pointer; 
	height:33px;
	width:57px;
	margin-top: -5px;
	margin-left: -7px;
}

.uploadbtn input{
  width:57px;
  -moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
  height:33px;
  cursor:pointer; 
}

.p_col_labels {
	font-size:12px;
}

.prod-details-wrapper .prod-summary-wrapper .prod-summary-block2 a {
	color: #CE0D2D;
}

.prod-details-wrapper .prod-summary-wrapper .product_title {
	color: #BD031F;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            