body {
	font-family: arial, helvetica, sans-serif;   
	margin: 0;
	padding: 0;
	font-size: 10pt;
	background: #F4F3EE;
	color: #000;
}



td {vertical-align: top;}

a {
  color: #507600;
  text-decoration: none;
}

h1 { 
  font-size: 130%;
}

a:hover {
  color: #507600;
  text-decoration: underline;
}

#main-container {
	margin: 0 auto; /* make website center or left */
	padding: 0;
 	width: 100%; /* make website liquid (100%) or fixed */
  background: #F4F3EE;
} 

#main-container-sub {
  //background: url(images/bg-side-sub.jpg) repeat-x top left;
}  

#header-container {
  margin: 0 auto; /* make website center or left */
	padding: 0 0 20px 0;
 	width: 985px; /* make website liquid (100%) or fixed */
  
}

#header-container-sub {
  margin: 0 auto; /* make website center or left */
	padding: 0;
 	width: 985px; /* make website liquid (100%) or fixed */
  background: url(images/main-container-bg.png) no-repeat top center;
  max-height: 200px;
  
}



/*=============================
      Header-Core-Pane
=============================*/

#header-core-pane {
  float:right;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 30px;
	font-size: 60%;
  text-align: right;
  margin-top: -130px;
}


#header-core-pane a {
  color: #aaa;
}


#header-core-pane .sitedomain {
  padding: 8px 5px;
}

#header-core-pane .sitetools {
  padding: 6px 5px 1px 5px;  
}


#top-pane {
  width: 100%;
  float: left;
  height: 130px;
  margin-top: 0px;
  background: url(images/top.jpg) no-repeat top left;
}
/*=============================
        Header-Pane
=============================*/

#header-pane {
  float: left;
	margin: 0 0px 0 -12px;
	padding: 0;
	width: 1040px;	
	height: 373px;
	background: url(images/header.jpg) no-repeat top left;
}


#header-pane-sub {
  float: left;
	margin: 0 0px 0 -12px;
	padding: 0 0 0 0 ;
	width: 1040px;
	height: 350px;
	background: url(images/header.jpg) no-repeat top left;
}

/*=============================
          Page-Tools
=============================*/

#page-tools {
	color: #9D9D9D;
	font-size: 95%;
  float: left;
	margin: 0px 0 10px 0;
	padding:  10px;	
	width: 210px;
	background: #DDDCCA;
}



/*=============================
        Content-Pane
=============================*/

#content-pane {
  float: left;
	margin: 0px 0 0 2px;
	padding: 0px 0px;
	width: 720px;	
	font-size: 90%;
	text-align:justify;
	line-height: 18px;
	
}

#content-pane .page-title{
  font-size: 150%;
  font-weight: bold;
  color: #617f05;
}

#content-pane hr{  
	color: #a3a3a3;
	background: #a3a3a3;
  height: 1px;  
  margin: 5px 0 5px 0;
  border: 0px;
}

/*=============================
       Menu-Trail
=============================*/
  #menu-trail {
    font-size: 80%;
    padding: 10px 0;
    margin-top: 0px;
    float: left;
    width: 920px;
    color: #afafaf;
  }
  
  #menu-trail a{
    color: #afafaf;              
  }
  
  

/*=============================
        Bottom-Pane
=============================*/

#bottom-pane {  
  float: right;
  
}

#bottom-pane div {
	position: relative;
  margin: 0 0 0 0px;
  
}

#bottom-pane ul {
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	
} 

#bottom-pane li {
	float: left;
	margin: 0;
	padding: 10px 0; 
}

#bottom ul a:link, 
#bottom ul a:visited {
	display: block;
	float: left;
	color: #fff;
	padding: 0px 10px;
	text-decoration: none;
}

#bottom-pane li a:hover {	
	text-decoration: underline;
}



/*=============================
        Footer-Pane
=============================*/

#footer-span {
  width: 100%;
  background: #4e3e31;
}

#footer-container {
  margin: 0 auto;
  
  width: 985px;
}

#footer-pane {
 	float: left;
 	padding: 10px 0;
  height: 50px;	
  font-size: 80%;
  color: #fff;
}

#footer-pane a {
  color: #fff;
} 




#content-pane-main2 {
  width: 100%;
  background: #382c22;
  color: #c6c6c6;
}

#content-pane-main2-container {
  margin: 0 auto;
  width: 985px;
  padding: 10px 0;
  font-size: 9pt;
}

#content-pane-main2-container a {
  color: #B5EF00;
  font-weight: bold;
}

#content-pane-main2-container a:hover {
  color: #cdf15b;
  text-decoration: underline;
}

#content-pane-main2-container h4{
  padding: 0;
  margine: 0;
}


/*=============================
     Content-Pane-Right
=============================*/

#content-pane-right {
  float: left;
	margin: 18px 0 0 20px;
	padding: 5px 5px;
	width: 230px;
  font-size: 80%;
}

#menu-vertical-box-style { 
  background: #f3f3f3; 
  border: 3px solid #e7e5e5;
}


/*=============================
        Tags
=============================*/
#related-items {
	color: #9D9D9D;
	font-size:100%;
  float: left;
	width: 100%;
}      

#related-items-insidebox {
  background: #DDDCCA; 
  border: 1px solid #DDDCCA;  
}

/*=============================
         table-frame
=============================*/
#table-frame {
  border-left: 1px solid #949494;  
  border-top: 1px solid #949494;
}


#table-frame td{
  border-bottom: 1px solid #949494;
  border-right: 1px solid #949494;
}


/*=============================
      Main Page 
=============================*/
#content-pane-main {
  float: left;
	margin: 0;
	padding: 70px 0px 0px 0px;	
	width: 980px;		
	font-size: 90%;
	line-height: 18px;
	overflow: hidden;
	
}

.separator {
  float: left;
  border-left: 1px dashed #ddd;
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}


/*=============================
    Panelet - intro-text
=============================*/
#intro-text {
	margin: 0;
	float: left;
  width: 470px;
  padding-right: 20px;
  border-right: 1px solid #acacac;
}

#intro-text h1{
 color: #fff
}

#intro-text-image {
  float: left;
  margin: 0;   
}


#intro-text-text {
  margin: 0px 0px 0 0;
	padding: 0px 5px 0px 0px;
  text-align: left;  
  float: left;
  color: #000000;
  line-height: 25px;
}

#intro-text-text .pages-title {
  font-size: 140%;
  font-family: Helvetiker;
}

#intro-text-readMoreArrow {
  padding: 10px;
  background: url(images/arrow.gif)  no-repeat center left;
}
/*=============================
END Panelet - introText
=============================*/


/*=============================
Panelet - pages-featured
=============================*/
#pages-featured {
	float: left;
	width: 230px;
	padding: 0 0 0 10px ;
	margin-left: 0px;
	border-right: 1px solid #acacac;
}

#pages-featured-item {
  float: left;
  margin-top: 10px;
  margin-right: 12px;
  overflow: hidden;
}

#pages-featured-text {
  text-align: left;
  
} 

#pages-featured-image {
  
}




#pages-byfolder-text{
  padding: 0 0 10px 0;
  
}

#pages-byfolder .line-separator{
 
}


#frontpage-right {
  float: left;
  background: #f60 url(images/frontpage-rightshadow.jpg) repeat-y top left;
  width: 280px;
}


/*=============================
Panelet - pages frontpage
=============================*/
.rounded-box {
 position:relative;
 float: right;
 margin: 0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left: 12px; /* default, width of left corner */
 margin-right: 0;
 margin-bottom:0.5em; /* spacing under rounded-box */       
}

.rounded-box .content,
.rounded-box .top,
.rounded-box .bottom,
.rounded-box .bottom div {
 background:transparent url(images/rounded-box.png) no-repeat top right;
 _background-image:url(images/rounded-box.gif);
}

.rounded-box .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.rounded-box .top {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.rounded-box .bottom {
 /* bottom */
 position:relative;
 width:100%;
}

.rounded-box .bottom,
.rounded-box .bottom div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.rounded-box .bottom {
 background-position:bottom right;
}

.rounded-box .bottom div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

#pages-frontpage {
  margin: 0 0 0 0;
	padding: 40px 0 0 0;
	width: 275px;
	height: 312px;
	background: url(images/frontpage-title.png) top left no-repeat;
}

#pages-frontpage a{
  color: #b31714;
}


#pages-frontpage-image {
  margin: 0 0 10px 0;
  float: left;
}

#pages-frontpage-text {
  margin: 0;
  padding: 0px; 	  
  text-align: left;
  float: left;
  color: #fff;
}

#pages-frontpage .pages-title a{
  font-weight: bold;
  font-size: 100%;
  width: 275px;
  color: #fff;
}

#pages-frontpage-readMoreArrow {
  padding: 0 0 0 10px;	
  background: url(images/arrow.gif)  no-repeat center left;
  float: right;
}

                   
 #products-category {
  margin: 0 0 0 0;
	padding: 40px 0 0 0;
	width: 275px;
	height: 312px;
	background: url(images/frontpage-title.png) top left no-repeat;
}
#products-category-image {
  margin: 0 0 10px 0;
}
#products-featured-image {
  margin: 0 0 10px 0;
}

/*=============================
Menu-Horizontal - Sucker Fish
=============================*/

#menu-horizontal {
  float:right;
  height: 36px;
  position: relative;
  margin: -65px 0 0 0;
  width: 700px;
}

#nav {
  margin-left: -40px;
  
}

/* 1st-level lists */	
#nav ul, 
#nav li {
  float: left;
	margin: 0;
	padding: 0;
	list-style: none ;
	font-size: 14pt;
	position:relative; /* 1st Level menu display one by one */
}

/* 1st Level BOX DESIGN */
ul#nav li a,
ul#nav li span {
  font: 400 15px/22px "Arial", Helvetica, sans-serif;
  display: block;
	text-decoration: none;
  float:left;
  white-space:normal; 	
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  cursor: pointer;
  
   
}	

ul#nav li a b,
ul#nav li span b {
  margin: 0 10px 0 -10px;
	padding: 10px 8px 8px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}




/* 1st level hovered design */	
#nav li.current a,
#nav li:hover a,
#nav li.sfhover a,
#nav li:hover span,
#nav li.sfhover span {
   background: url(images/menu-h/menu-h-hover.jpg) no-repeat top right;
   color: #fff;
}

#nav li:hover b,
#nav li:hover span b,
#nav li.sfhover a b, 
#nav li.sfhover span b {
	background: url(images/menu-h/menu-h-hover.jpg) no-repeat top left;
	
}


ul#nav li ul li a:hover b {
	background: none;
}

/* 2nd & 3rd level List*/	
#nav li ul a,
#nav li ul li.sub span{
  font-size: 10pt;
  font-weight: normal;
  float:none;
  border:none;
  position:relative;
}


/* 2nd Level BOX DESIGN*/	
#nav li ul {
   
	position: absolute;
	left: auto; 
	top:auto;
	margin-top: 2.1em; /*Distant in between 1st & 2nd Level */
	margin-left: 0px;
	display: none; /* when in 1st Level menu, display none on the sub menu */
  background: #e3e1d2;  
}


 	
/* 3rd Level BOX DESIGN*/
#nav li ul li {
  width:165px;
  border-bottom: 1px solid #8e8c83;
  padding:0;
  font-size: 80%;
  
  
}  

#nav li ul li ul {
  
  margin-top: 4em;
  float: left;
} 

#nav li ul li ul li {
  font-size: 120%;
  font-weight: normal;
  float:left;
  display: block;
}



/* Display 2nd Level arrow, if 3rd level exist */
#nav li ul li.sub a,
#nav li ul li.sub ul li.sub a,   
#nav li ul li.sub span  {
	background: url(../../images/customer-default/menu-h/nav-arrow.gif) no-repeat 100% 50%;
}

/*hide arrows on non expand menu every level */
#nav li ul li.sub ul li a,
#nav li ul li.sub ul li.sub ul li a 
{
	background: none;
}


/* 2nd & 3rd level design when 1st level is hovered */
#nav li:hover li a b,
#nav li:hover li:hover li a b,
#nav li:hover li:hover li:hover li a b,
#nav li.sfhover li a b,
#nav li.sfhover li.sfhover li a b,
#nav li.sfhover li.sfhover li.sfhover li a b {
    color: #000;
		background: #e3e1d2;
		text-transform: none;
		padding: 5px;
		font-weight: 100;
}


/* 2nd & 3rd level hovered design */
#nav li:hover li:hover a,
#nav li:hover li:hover span,
#nav li:hover li a:hover,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover a:hover,

#nav li.sfhover li.sfhover a,
#nav li.sfhover li.sfhover span,
#nav li.sfhover li a:hover,
#nav li.sfhover li.sfhover li.sfhover a,
#nav li.sfhover li li a:hover
{
   color: #000;
	 background: #e3e1d2 /*url(../../images/customer-default/menu-h/nav-sub-bg-off.jpg) repeat-x top left*/;
	 
}


/* Display 2nd level drop down */
ul#nav li:hover ul,
ul#nav li.sfhover ul{	
	display:block;	
	top:0;
	left:0;
}

/* Hides 3rd level from showing on 2nd level */
ul#nav li:hover ul ul, 
ul#nav li:hover ul ul ul, 
ul#nav li.sfhover ul ul, 
ul#nav li.sfhover ul ul ul {
  display:none;  
}

/* Display 3rd level drop down */
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li li.sfhover ul,
ul#nav li li li.sfhover ul {
	margin-left:100%; /*in between width drop menu left right side*/
	display:block;	
	top:-4.0em
}



/*  match the alignment in different between of IE & Firefox */
ul li{position:relative;}
li ul {left:0;top:0;}
* html ul#nav li li:hover  ul, * html ul#nav li li.sfhover ul{margin-left:97%;}
* html ul li a{height:1%;}
* html li ul li a {margin-left:-160px; height:auto;	margin-left:0; voice-family: "\"}\""; voice-family:inherit;}
* html li ul li a{height:1px;	width:1px;he\ight:auto;w\idth:auto}

/*=============================
End Menu-Horizontal - Sucker Fish
=============================*/



/*=============================
        Menu Vertical
=============================*/

#menuParentName {
  padding: 5px 10px;	
	text-align: center;
	font-size: 110%;
  font-weight: bold;
  color : #fff;
  background : #97d65f url(images/menu-h/menu-h-hover.jpg) repeat-x top left;
}

/*=============================
      End Menu Vertical
=============================*/

/*=============================
       Menu-banner-v
=============================*/
#menu-banner-v {
  float: right;
  width: 230px;
  margin:0;
  padding:0;
  
}

#menu-banner-v img{
  margin-bottom: 5px;
}

/*=============================
       End-Menu-banner-v
=============================*/

/*=============================
            misc
=============================*/

.align-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.align-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}



#trailimageid  {
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 286px;
	height: 0px;
	z-index: 200;
}



#section_item #page-category-label {
  
}

/*----------------------------
          Featured-box
---------------------------*/


  .navigation {
    margin-top: 0px;
    padding: 0px;                                                                       f
    text-align: right;
  }

	#thumbnail-pane	{
		margin-top: 10px;
		padding: 10px;
		background: #181818;
	}

	#thumbnail-pane	img{
		border: none;
	}	
	
  #bigview {      
		padding: 10px 40px;
    background: #181818;    
	}
	
  #bigview img{
		background: #181818;
		margin: 0 auto;
	}

  .clear {
    clear:both;
  }


#wrapper-ajaxtabs {  margin:0px auto; padding: 20px 0 0 0px; text-align:left; width:100%; border-top: 1px solid #d8d8d8;  }
#wrapper-ajaxtabs a { text-decoration:none; color:#999; }
#wrapper-ajaxtabs a:hover { color:red; }
#nav-ajaxtabs {margin:20px auto 0px auto; text-align:left; width:100%; }
#nav-ajaxtabs ul {padding:20; *margin:0; margin: 0 0 0 -40px;}
#nav-ajaxtabs ul li {display:inline; list-style:none; margin:0; padding:0; }
#nav-ajaxtabs ul li a { padding:10px; margin:0 2px; background:#f5f5f5; color:#999; text-decoration:none; display:inline-block;  border-top: 1px solid #d8d8d8; border-left: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; }
#nav-ajaxtabs ul li a:hover,
#nav-ajaxtabs ul li a.active{ color:#fff; background: #40850d; border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000;}
#loading {position:absolute;left:0;top:0;padding:10px 15px;background:red;color:white;display:none;}
