@charset "utf-8";
/* CSS Document */
/*  IMPORT FONTS  ============================================================================= */
@font-face {
	
}
/* BASIC PAGE SETUP ============================================================================= */
body { 
margin : 0 auto;
padding : 0;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-weight:100;
text-align: center;
}

/*  HEADINGS  ============================================================================= */
h1 {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-weight :100;
font-size: 20px;
color:#00a54f;
padding:0;

}


h2 {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-weight :100;
font-size: 14px;
color:#00a54f;
padding:0;
}

h3 {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-weight :100;
font-size: 16px;
color:#00a54f;
padding:0;
}

/*  TYPOGRAPHY  ============================================================================= */

p{ 
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-size : 14px; /* 16 / 16 = 1 */ 
line-height:20px;
margin:0px;
hyphens : auto; 
}
.title{
text-align:center;
color:#00a54f;
}

.product_title{
		height:59px;
	font-size:18px;
text-align:center;
line-height:58px;
color:#fff;
background-color:#00a54f;
}

.product_title:hover{
background-color:#238C00;
font-weight:bold;
	}

.pcol4{
	padding-top:43px;
	
	}
.footerContent a {
font-size : 13px;
margin-bottom:10px;
line-height:20px;
color:#fff;

	}
		
.footerContent{
font-size : 13px;
margin-bottom:10px;
line-height:20px;
color:#fff;
	}

.AllRightsReserved {
font-size : 12px;
line-height:20px;
text-align:left;
color:#fff;
	}
	
	.AllRightsReserved a{
font-size : 12px;
line-height:20px;
text-align:left;
color:#fff;
	}
	/* IFRAME
=============================================================================  */
	iframe {
	width:100%;
	height:70%;
	border:solid 1px #BBB;
		}
/* LINKS =============================================================================  */

a { 
color : #000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
line-height:20px;
}


a:hover{ 
color : #238C00;
opacity:1;
}

/* NAVIGATION =============================================================================  */
/* Basic Styles */
a.selected  {
	color:#fff;
	background-color:#238C00; } 

nav {
	height: auto;
	width: 100%;
	background: #00a54f;
	font-size:16px;	
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	text-align:left;

}
nav ul {
	padding: 0;
	margin: 0 ;
	height: auto;

}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	padding:0;
	margin-right:-5px;
}
nav li a {

}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	color:#fff;
	background-color:#238C00;
}
nav a#pull {
	display: none;
}

/* Related Links Sidebar =============================================================================  */





/* SIDEBAR NAVIGATION =============================================================================  */

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding:0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;

font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;

}

#cssmenu a {
  line-height: 2.3;
}
#cssmenu {
  width: 100%;
}
#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  background:#BBB;
  color: #OOO;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
#cssmenu > ul > li > a > span {
  background:#CCC;
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 300;

}
#cssmenu > ul > li > a:hover {
 text-decoration: none;
	background-color:#238C00;
}
#cssmenu > ul > li.active {
  border-bottom: none;
				
}
#cssmenu > ul > li.active > a {
  color: #fff;
			background-color:#238C00;
}
#cssmenu > ul > li.active > a span {
	background-color:#238C00;
}
#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}


/* START OF BREADCRUMBS =============================================================================  */

#breadcrumbs{
	margin-top:10px;
	font-size:12px;
	width:100%;
	height:24px;
	line-height:23px;
	padding-bottom:5px;
	border-bottom: dotted 1px #666666;
}

#breadcrumbs-selected{
	color: #238C00;
}
	
	/* START OF FOOTER =============================================================================  */

footer{
text-align:left;
display:block;
}

footer a { 
color : #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
display:block;
font-size:13px;
line-height:20px;

}

footer a:visited { 
color : #fff; }

footer a:focus { 

outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #093;
}


/* IMAGES & HOVER============================================================================= */

img {
border : 0;
max-width: 100%;
opacity:1.0;
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

.hov:hover {
 filter: alpha(opacity=100); /* For IE8 and earlier */
	opacity:0.8;

}



/* TABLES ============================================================================= */



/* FORMS =============================================================================*/



/*  MAIN LAYOUT	============================================================================= */
#wrapper {
width: 100%;
margin: 0 auto;
}

#header-container{
background-color:#fff;

}
#header-content{
margin: 0 auto;
max-width:1080px;
position:relative;
text-align:left;
}
	
#nav-container{
background-color:#00a54f;
}
#nav-content{
margin: 0 auto;
max-width:1080px;
}
	
#main-container{
background-color:#fff;
}
#main-content{
margin: 0 auto;
max-width:1080px;
text-align:left;
}

#footer-container{
background-color:#005098;
	border-bottom: solid 3px #00a54f;
}
#footer-content{
height:auto;
margin: 0 auto;
max-width:1080px;
position:relative;
text-align:left;
background-color:#005098;
color:#FFF;
}





/* END OF MAIN LAYOUT	============================================================================= */







		

	

   

