a {
	color: #D28C19;
	text-decoration: none;
}

a:hover {
  color: #9F6A13;
	text-decoration: underline;
}

td
{
  vertical-align: top;
}

#main-container {
	margin: 0 auto; /* make website center or left */
	padding: 0 0px;
 	width: 920px; /* make website liquid (100%) or fixed */
 	
}



/**********************************************************************************
  PANES 
***********************************************************************************/


/*=============================
      Header-Core-Pane
=============================*/
#header-core-pane-left {
	color: #00264a;
  float: left;
	margin: 0;
	padding: 0;
	width: 495px;
	height:30px;
	font-size: 60%;
  text-align: right;
  
}

#header-core-pane {
	color: #00264a;
  float: left;
	margin: 0;
	padding: 0;
	width: 425px;
	height:30px;
	font-size: 60%;
  text-align: right;
  
}

#header-core-pane a {
	color: #00264a;
}

#header-core-pane a:hover {
	color: #484848;
}

#header-core-pane .sitedomain {
  padding: 8px 5px;
}

#header-core-pane .sitetools {
	color: #00264a;
  padding: 5px 5px;
}


/*=============================
          Page-Tools
=============================*/

#page-tools {
	color: #9D9D9D;
	font-size:75%;
  float: left;
	width: 100%;
}

#page-tools a{
		color: #9D9D9D;
}

#page-tools a:hover{
		color: #686666;
}

/*============================= 
        Content-Pane
=============================*/

#content-pane {
  float: left;
	margin: 25px 0 0 0px;
	padding: 10px 15px;
	width: 700px;
	color: #4B4B4B;
	font-size: 90%;
	text-align:justify;
	line-height:20px;
}

#content-pane .page-title {
  font-size: 130%;
  color: #E1621F;
  font-weight: bold;
}

#content-pane hr {
  color: #E0E0E0;
  height: 3px;
  background: #E0E0E0;
  border: 0px;
}

#content-pane h2 {
  font-size: 120%;
  color: #0066cc  ;
}

#page-image {
  float: left;
  margin: 10px 30px 0 0; 
}

#page-date {
  color: #898988;
	font-size: 80%;
	font-style : italic;
	padding:0;
}

#list-row-style-image {
  padding: 2px 15px 20px 0px;
}


#content-pane-main {
  float: left;
	margin: 4px 0 0 0px;
	padding: 0 0;
	max-width: 920px;
	color: #484848;
	font-size: 80%;
	 
}

#content-pane-main a{
  color: #004F74;	
}

#content-pane-main h1{
  font-size: 130%;
  color: #E1621F;
}

#content-pane-main h2{
  font-size: 130%;
  color: #0176DF;
}

#content-pane hr{  
	color: #efeeee;
  background-color: #efeeee;
  height: 1px;  
  margin: 10px 0 10px 0;
  border: 0px;
}

#content-pane-main ul{
  margin: 0 0 0 25px;
  padding: 0px;    
}

#content-pane-main li{
    list-style-image: url(images/bullet1.gif); 
}

/*=============================
        Bottom-Pane
=============================*/

#bottom-pane {

  background: #E8E8E8;
  float: left;
	width: 890px;
	margin: 30px 0 0 0;
	padding: 10px 15px;
  height: 13px;	
  font-size: 80%;
}

#bottom-pane div {
	position: relative;
  margin: 0 0 0 0px;
}

#bottom-pane ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
} 

#bottom-pane li {
	float: left;
	margin: 0;
	padding: 0;
}

#bottom-pane ul span, 
#bottom ul a:link, 
#bottom ul a:visited {

	display: block;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	border-right: 1px dotted #c7f1ff;
	color: #ffffff;
}

#bottom-pane li span,
#bottom-pane li a.current,
#bottom-pane li a:hover {
	color: #ccff42;
	text-decoration: underline;
}

#bottom-pane li span,
#bottom-pane li a.current {
	text-decoration: none;
}

/*=============================
        Footer-Pane
=============================*/

#footer-pane {
  float: left;
	width: 100%;
	font-size: 70%;
	text-align: center;
	color:#acabab;
}


/*=============================
      Footer-Core-Pane
=============================*/


#footer-core-pane {
  clear:both;
	width: 100%;
	font-size: 70%;
	text-align: center;
	color:#acabab;
}

#footer-core-pane a{
  color:#acabab	
}

#footer-core-pane a:hover{
  color:#fd2424
}


/**********************************************************************************
  MENUS 
***********************************************************************************/


/* navigation
---------------------------------------------------- */

#menu-horizontal {
  float: left;
  width: 689px;
  height: 55px;
  position: relative;
  margin: 28px 0 0 0;
  background: #ff6600 url(images/menu-h/nav-bg-off.jpg) repeat-x top left; 
}

/* 1st-level lists */	
#nav {
  margin-left: -40px
}

#nav ul, #nav li {
  float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none ;
	font-size: 90%;	
	position:relative; /* 1st Level menu display one by one */
}
	


/* 2nd-level lists */	
#nav li ul {
	position: absolute;
	left: auto; 
	top:auto;
	margin-top: 4.6em; /*Distant in between 1st & 2nd Level */
	display: none; /* when in 1st Level menu, display none on the sub menu */
	}
  	
/* Styles for Menu Items */
ul#nav li a,
ul#nav li span {
	display: block;
	text-decoration: none;
  color: #fefeeb;
  font-weight: bold;
  background: url(images/menu-h/arrow.gif) no-repeat center right;
  padding: 19px 15px 20px 13px;
  float:left;
  white-space:normal;
  border-right: none;	
 /* border-top: 1px solid #425ADE; */
 /* border-left: 1px solid #001676; */

 /* NO HEIGHT because diff display in IE & Firefox*/	
}	

/* display arrows in deeper lever of menu */
#nav li ul li.sub a, 
#nav li ul li.sub ul li.sub a,  	
#nav li ul li.sub span,
#nav li ul li.sub ul li.sub span 
{
	background: url(images/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 Level BOX DESIGN*/	
#nav li ul{width:165px; border:1px solid #a6a6a5;border-bottom:none;background:#0083CB url(images/menu-h/nav-bg.jpg) repeat-x top left; }

/*3th Level BOX DESIGN*/
#nav li ul li{font-size: 110%;font-weight: normal;float:none;border-bottom:1px solid #a6a6a5;}

#nav li ul a{font-size: 100%;font-weight: normal;float:none;border:none;position:relative; padding:5px;}


/* 1st-level hovered lists */	
#nav li.current a,
#nav li:hover a,
#nav li.sfhover a,
#nav li:hover span,
#nav li.sfhover span
{
   color: #261d17;
	 background: url(images/menu-h/arrow-down.gif) no-repeat center right;
	 border: 0px;
}

/* this sets all hovered lists to red and current item */
#nav li:hover li:hover a,
#nav li.sfhover li.sfhover a,
#nav li:hover li:hover li:hover a,
#nav li.sfhover li.sfhover li.sfhover a,
#nav li:hover li a:hover,
#nav li.sfhover li a:hover,
#nav li:hover li:hover li:hover a:hover,
#nav li.sfhover li li a:hover,
#nav li:hover li:hover li:hover li:hover a:hover,
#nav li.sfhover li.sfhover li.sfhover li.sfhover a:hover 
{
   color: #3e3e3d;
	 background: #f9d0ae /*url(images/menu-h/nav-hov.jpg) repeat-x top left*/;
}

/* set dropdown to default */
#nav li:hover li a,#nav li.sfhover li a,
#nav li:hover li:hover li a,#nav li.sfhover li.sfhover li a,
#nav li:hover li:hover li:hover li a,#nav li.sfhover li.sfhover li.sfhover li a
 {
    color: #000000;
		background: #DFDFDF /*url(images/menu-h/nav-bg.jpg) repeat-x top left*/;
}
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;
}
ul#nav li:hover ul,ul#nav li.sfhover ul{	
	display:block;	
	top:0;
	left:0;
}

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:-3.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}




/*=============================
        Menu Vertical
=============================*/


#menu-vertical {
  float: left;
	margin: 0;
	width: 100%;
	padding: 0;
  font-size: 80%;
	/*****background: url(images/menus/menu-v/menu-box-top.gif) top left no-repeat;*/
}


#menu-vertical ul {
	/*****background: url(images/menus/menu-v/menu-box-bottom.gif) bottom left no-repeat;*/
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#menu-vertical-icon {
	list-style-image:url(images/menus/menu-v/arrow01.gif); 
}


#menu-vertical ul li a:link,
#menu-vertical ul li a:visited,
#menu-vertical ul li span {
	background: #fcfcfc url(ximages/menus/menu-v/menu-box-background.gif) 0 0 no-repeat;
	display: block;
	width: 140px;
	margin: 0;
	padding: 6px 1px 6px 1px;
	color: #d05f14;
	text-decoration: none;
	border-bottom: solid 1px #ebebeb;
}

#menu-vertical ul li a:hover {
	background: #fae2d3;
  color: #d05f14;
}


#menu-vertical li #current {
	background: #ff6600;
  color: #ffffff;
}

#menu-vertical li #current-selected {
  font-weight: normal;
	background: #f78320;
  color: #fcebdf;
}

#menu-vertical ul li #expanded:hover {
	background: #03335d;
  color: #ffffff;
  width: 85%;
  padding: 10px 10px 10px 20px;
}

#menu-vertical li #expanded {
	background: #033b6e;
  color: #adcbe6;
  width: 85%;
  padding: 10px 10px 10px 20px;
}


/*=============================
      Newsletter-Subscribe
=============================*/

#newsletter-subscribe {

	margin: 0;
	padding: 5px 0 5px 0;	
	padding: 8px;
  float: left;
	width: 100%;
	font-size:80%;
  color: #f1f1f1;
  text-align : center;
}


/*=============================
      Frontpage 
=============================*/
#intro {
	margin: 0 0 0 0;
	padding: 0 0;	
}

#intro-image {
  float: left;
  margin: 0; 
}

#intro-text {
  float:left;
  margin: 10px 10px 10px 0;
	padding: 0 0 0 0 ;	
 	font-size:100%;
  color: #4B4B4B;
  line-height:20px;
  text-align: justify;
}

#intro-text h1 {
  font-size: 130%;
  color: #4B4B4B;
}

#pages-summary {
	margin: 10px 0;
	padding: 0 0;	
	width:100%;
	font-size: 70%;
}

#pages-summary .line-separator {
  border-bottom:1px dashed #CCCCCC;
  padding: 10px 0px 10px 0px;	
}

.pages-summary-image { 
  padding: 2px 8px 10px 2px; 
}

#pages-summary-text {
  margin: 0px 10px 10px 10px;
 	font-size:100%;
  color: #484848;
  text-align: left;
}

#pages-summary-text .pages-title {
  font-weight: bold;
  font-size: 100%;
  color: #1a4b97;
}

#news-headlines {
	margin: 2px 2px;
	padding: 0 0;	
}

#news-headlines .line-separator {
  border-bottom:0px dashed #CCCCCC;
  padding: 10px 0px 10px 0px;	
}


/*=============================
       MISC 
=============================*/
.category-summary-text{
  color: #00316f;
  font-size: 80%;
}

.category-summary-text a{
  color: #00316f; 
}

.category-summary-text-2 {
  color: #00316f;
  font-size: 80%;  
}

.category-summary-text-2 a{
  color: #00316f;
  
}




/*=============================
    Content-Pane-Right
=============================*/



#content-pane-right {
  float: left;
	margin: 90px 0 0 5px;
	padding: 5px 5px;
	width: 160px;
	color: #606060;
}


#menu-trail {
	color: #9D9D9D;
	font-size:85%;
  float: left;
	width: 100%;
}

#menu-trail-box-style-outer { 
  background: #f8f8f8; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f8f8f8; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #f8f8f8; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #f8f8f8;
	border-top-width: 1px; border-top-style: solid; border-top-color: #f8f8f8;
}

#menu-trail-box-style { 
  background: #fcfcfc; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fcfcfc; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #fcfcfc; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #fcfcfc;
	border-top-width: 1px; border-top-style: solid; border-top-color: #fcfcfc;
}

#page-tools-box-style { 
  background: #f3f3f3; 
  border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: #eaeaea; 
  border-left-width: 5px; border-left-style: solid; border-left-color: #eaeaea; 
	border-right-width: 5px; border-right-style: solid; border-right-color: #eaeaea;
	border-top-width: 5px; border-top-style: solid; border-top-color: #eaeaea;
}

#content-page-box-style { 
  background: #ffffff; 
  border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #ffffff; 
  border-left-width: 3px; border-left-style: solid; border-left-color: #ffffff; 
	border-right-width: 3px; border-right-style: solid; border-right-color: #ffffff;
	border-top-width: 3px; border-top-style: solid; border-top-color: #ffffff;
}

#menu-vertical-box-style { 
  background: #f3f3f3; 
  border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #eaeaea; 
  border-left-width: 3px; border-left-style: solid; border-left-color: #eaeaea; 
	border-right-width: 3px; border-right-style: solid; border-right-color: #eaeaea;
	border-top-width: 3px; border-top-style: solid; border-top-color: #eaeaea;
}


/*=============================
        Tags
=============================*/
#related-items {
	color: #9D9D9D;
	font-size:100%;
  float: left;
	width: 100%;
}

#related-items-style-outer { 
  background: #f3f3f3; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f8f8f8; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #f8f8f8; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #f8f8f8;
	border-top-width: 1px; border-top-style: solid; border-top-color: #f8f8f8;
}

#related-items-style { 
  background: #fcfcfc; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fcfcfc; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #fcfcfc; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #fcfcfc;
	border-top-width: 1px; border-top-style: solid; border-top-color: #fcfcfc;
}

#related-items-insidebox {
  background: #f8f8f8; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f3f3f3; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #f3f3f3; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #f3f3f3;
	border-top-width: 1px; border-top-style: solid; border-top-color: #f3f3f3;
}

/*=============================
  Photogallery-Image-Style
=============================*/

#photogallery-image-style {
 padding: 0px;
 margin: 0px;
 /*border: 1px solid #cccccc;*/
}


/*=============================
      Welcome-screen
=============================*/

#welcome-screen {
  margin: 40px 0 0 0;
  color: #8A8A8A;  
  line-height: 18px;
  font-size: 80%;
}


#welcome-screen a{
 color: #fff;
}

.link-welcome-screen {
  color:#ffffff;
  font-size:10%;
}

/*=============================
            MISC
=============================*/

.seperator {
  border-left: 1px dashed #aaaaaa;
  
}

#services {
  background: #F7F7F6;
}


#call-us-box{
  padding: 5px;	
 	font-size:85%;
  color: #56595B;
  text-align: justify;
  border: 1px dotted #0A389A;
  background: #E8FCFF;
}

#call-us-box h1{
 font-size: 130%;
 color: #1F5791; 
}

.align-left {
  float: left;
  margin: 3px 10px 10px 0
}

.align-right {
  float: right;
  margin: 3px 0 10px 10px
}



#pages-byfolder-image {
  margin: 5px 5px 5px 5px; 
}

/*=============================
Panelet - products-latest
=============================*/
#products-latest {
	margin: 2px 0;
	padding: 0 0;	
	width: 100%;
}
#products-latest .line-separator {
  border-bottom: 1px none #CCCCCC;
  padding: 0;	
}
#products-latest-image {
  float: none;
  margin: 0px 2px 0px 2px; 
}
#products-latest-text {
  margin: 0px 2px 10px 10px;
 	font-size: 100%;  
  text-align: left;
}
#products-latest-text .pages-title {
  font-weight: bold;
  font-size: 100%;
  color: #000000;
}
#products-latest-readMoreArrow {
  padding: 10px;
  background: url(../../images/customer-default/arrow.gif)  no-repeat center left;
}

/*=============================
END Panelet - products-latest
=============================*/



