@charset "utf-8";
/* CSS Document */
/* Beginning of the navigation CSS */
/* borrowed from masterprintgallery.com */

.navigation { 
	position:relative;
  width:100%;
  margin:0 auto;
  display:none;
}
	.navigation li {
		list-style: none;
		float: left; 
    width:25%;
    margin:0 auto;
    
	}
		.navigation li a {
			display: block;
			padding: 3px 8px;
			color: #ffffff;
			font-size:1em;
			text-decoration: none; 
      border:solid 1px #000000;
      text-align:center;
      
      background:linear-gradient(#189A88, #0F5F54);
      background:-webkit-linear-gradient(#189A88,#0F5F54);
      background:-o-linear-gradient(#189A88,#0F5F54);
      background:-moz-linear-gradient(#189A88,#0F5F54);
		}
    .navigation li a:hover {
      color:#EAEBEC;
      
      background:linear-gradient(#0F5F54, #189A88);
      background:-webkit-linear-gradient(#0F5F54,#189A88);
      background:-o-linear-gradient(#0F5F54,#189A88);
      background:-moz-linear-gradient(#0F5F54,#189A88);
    }
    .navigation li a:active {
      background:linear-gradient(#0F5F54, #189A88);
      background:-webkit-linear-gradient(#0F5F54,#189A88);
      background:-o-linear-gradient(#0F5F54,#189A88);
      background:-moz-linear-gradient(#0F5F54,#189A88);
    }
    
    .navigation lifirst-child {
      -moz-border-radius: 5px; 
      border-radius: 5px;
    }
		/*.navigation li ul {
			display: none; 
			width: 10em; /* Width to help Opera out *
			background-color: #fff;
		}*/
			/*.navigation li ul li a:link {
				color: #00447c;
			}*/
		/*.navigation li:hover ul {
			display: block;
			position: absolute;
			margin: 0;
			padding: 0; 
		}*/
		/*.navigation li:hover li {
			float: none; 
		}*/
		/*.navigation li:hover li a {
			background-color: #fff;
			border-bottom: 1px solid #4E84C4;
			color: #00447c; 
		}*/
		/*.navigation li li a:hover {
			color: #4E84C4;
			background-color: #DEDFE7; 
		}*/
 
 
/**************************************contribute to Martin Angelov from Tutorialzine for the menu accordian*/
/************************* beginning of accordian styles *********************/
/* ul.categories {
  /*the main UL 
  width:240px;
  margin:0;
  padding:0;
  padding-bottom:50px;
  padding-left:0px;
  float:left;
}
#menu_info{
  background-color:#583A0F;
  background:url(../assets/img/wood_grain_dark.png) repeat-y top left;
  color:#ffffff;
  text-align:center;
  padding:0px;
  padding-top:10px;
  padding-bottom:15px;
  margin:0px;
}
#menu_info p {
  padding:0px;
  margin:0px;
}
li {
  list-style:none;
  text-align:left;
}
li.menu {
  /*the main list elements 
  padding:0px 0;
  width:100%;
}
li.button {
  height:36px;
}
li.button a {
  display:block;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:1em;
  height:29px;
  overflow:hidden;
  padding:7px 20px 0;
  position:relative;
  width:200px;
}
li.button a:hover {
  text-decoration:none;
}
li.button a span {
  height:36px;
  position:absolute;
  right:0;
  top:0;
  width:0px;
  display:block;
}

li.button a.green {
  background:url(../assets/img/yellow_wood_background.png) no-repeat top left; 
 /* color:#436800;
  background:linear-gradient(#189A88, #0F5F54);
      background:-webkit-linear-gradient(#189A88,#0F5F54);
      background:-o-linear-gradient(#189A88,#0F5F54);
      background:-moz-linear-gradient(#189A88,#0F5F54);
}
li.button a.green span {
  background:url(../assets/img/yellow_wood_background.png) no-repeat top right; 
  /*background:url(../assets/img/green.png) repeat-x top right;
  background:linear-gradient(#189A88, #0F5F54);
      background:-webkit-linear-gradient(#189A88,#0F5F54);
      background:-o-linear-gradient(#189A88,#0F5F54);
      background:-moz-linear-gradient(#189A88,#0F5F54);
}

li.button a:hover {
  background-position:bottom left;
}
li.button a:hover span {
  background-position:bottom right;
}

.dropdown{
  display:none;
  padding-top:0px;
  width:100%;
  
}
.dropdown li {
  /*background-color:#373128;
  background:url(../assets/img/wood_grain_dark.png) repeat-y top left;
  border-bottom:1px solid #000000;
  color:#ffffff;
  margin:0px 0;
  padding:4px 18px;
  display:block;
}
.dropdown a {
  color:#ffffff;
  display:block;
}
.dropdown a:hover {
  color:#A6A6A6;
  display:block;
} */
/**************end of accordian styles *****************/
/*End of the navigations CSS */

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
/*nav ul{
	list-style: none; /* this removes the list marker *
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI *
	margin-bottom: 15px; /* this creates the space between the navigation on the content below *
}
nav li {
	border-bottom: 1px solid #666; /* this creates the button separation *
}
nav a, nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited *
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. *
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. *
	text-decoration: none;
	background-color: #C6D580;
}
nav a:hover, nav a:active, nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators *
	background-color: #ADB96E;
	color: #FFF;
}*/
