@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */
  
  /* Put your site styles here */
  
 
 
 .clear{
	clear:both;
}

#PageContent img {
float:right;
margin:10px;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 760px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}

#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
}
#Content {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

#Layout{
	background-image: url(../images/recycle-BG.gif);
	background-repeat: no-repeat;
	background-position: left 100px;

}



/** Header **/
#Header {
	width: 760px;
	margin: 0 auto;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	height: 240px;
	}
 	#Header h1 {
	color:#000000;
	font-size: 3.2em;
	font-weight: 300;
	padding: 20px 0 0 30px;
	display: none;
		}
	#Header p {
		font-size: 1.4em;
		color:#000000;
		clear: left;
		margin: 0 0 0 100px;
	}

/*** Main Nav ***/
#Navigation {
	color: #FFFFFF;
	background-color: #9EA770;
	height: 38px;
	background-image: url(../images/toolbardropBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 2px;


}
#Navigation ul {
	float: left;
	}
	#Navigation ul li {
	list-style: none;
	display: inline;
		}
  		#Navigation ul li a {
	text-decoration: none;





	font-size: .1
`6;
	padding: 0 0 0 10px;
	color:#FEFEFE;
	font-size: 1.4em;
			}
			#Navigation ul li a:hover {
	color:#60564D;
				}
			#Navigation ul li a:hover span {

			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover {
	color: #000000;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
	color: #000000;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		font-weight: 700; 
		font-size: 1.4em; 
		line-height: 1.8;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 5px 4px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            color: #666;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            width: 193px;
            padding: 4px 0 10px 0;
      }
      ul#Menu2 li ul li ul {
            background: #DCDCDC;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: #DCDCDC;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            text-decoration: none;
            display: block;
            color:#000000;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            display: block;
            width: 100%;
            height: 100%;
      }
#BlogContent {
	margin-left:210px;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#tree-element {
	width: 760px;
	height: 131px;
	background-image: url(../images/TreeBG.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
#Footer {
	width: 760px;
	height: 87px;
	background-image: url(../images/FooterBG.jpg);
	background-color: #EBD19E;
	background-repeat: no-repeat;
	clear: both;
	}
	
#Footer-Navigation ul {
	float: left;
	margin-left: 80px;
	width: 500px;
	margin-top: 20px;
	}
	
	#Footer-Navigation ul li {
	list-style: none;
	display: inline;
		}
  		#Footer-Navigation ul li a {
	text-decoration: none;
	display: block;





	font-size: .1
`6;
	padding: 0 0 0 10px;
	color:#000000;
	font-size: 1.2em;
			}
		#Footer-Navigation ul li a span {
	float: left;
	padding-right: 10px;
 
		}
			#Footer-Navigation ul li a:hover {
	color:#000000;
	cursor: pointer;
	text-decoration: none;
				}
			#Navigation ul li a:hover span {
				cursor: pointer;
			}
#Footer-Text {
	margin-top: 0px;
	top: -10px;
	position: relative;
	font-size: 0.8em;
	left: 110px;
	float: left;
}


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

/* Product Page
*****************************************/

  #ProductList dl {
	width: 100%;
	clear: both;
} 
  #ProductList dt {
	clear: left;
	margin: 0 0 0 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: thin;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
} 
  #ProductList dt img {
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
} 
  #ProductList dd {
	margin-left: 160px;


}


.productContent {
float:left;
margin-right:10px;
width:90%;
}

.ProjectGroupChild {

float:left;
width:130px;
margin:10px;

}

#buynow {
	font-weight: bold;
	border: thin solid #890707;
	margin: 5px;
	padding: 5px;
	height: 20px;
	width: 60px;
 
} 
#price {
	font-weight: bold;

}


/* Forms pages
*****************************************/


#Form_Form label {
	font-weight: bolder;
	padding: 2px;
	display: block;
	width: 100px;
	float: left;
	height: 25px;
	margin:3px;
	font-size: 1.2ems;
	clear:both;
}

#Form_Form  input 
	{
	color: #666666;
	height: 25px;
	margin-left: 6px;
	border: 1px solid #000000;
	margin:3px;
	width:300px
	background-color:#E4E4E4; 
	font-size: 1em;	

	
}

#Form_Form textarea {
	color: #666666;
	margin-left: 6px;
	border: 1px solid #000000;
	margin:3px;
	background-color:#E4E4E4;
		font-size: 1em;	

	
	 }
	 

/* --- blog related  ---- */
.blogSummary {
		 width:130px;
		 min-height:300px;
		 
		 display:block;
		 float:left;
		 margin:5px;
		 
	}

.blogSummary .imageTitle {
	background-color:#666666;
	width:125px;
}

.blogSummary .imageTitle  img {
	padding:0px;
	margin:0px;
	}
.blogSummary .imageTitle a  {
		padding:3px;
		 color:white;
	}


/* HOME */ 

#FeaturedProducts {
 	width:80s%;
	margin-left:auto;
	margin-right:auto;
	
	border-bottom-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: thin;
	float:left;
	
	margin-bottom:15px;
}

.FeaturedProduct {
	width:200px;
	float:left;
	margin-left:20px;


}
	
#PageContent .FeaturedProduct {
		float:left;
}
	
	
	
#PageContent .FeaturedProduct a img {
		float:left;
		padding:10px;
		margin:0px;
}

	
#CurrentlyWorkingOn { 
	width:350px;
	float:left;
	
}


#CurrentlyWorkingOn img {
}

#Summary {
		float:left;
		width:360px;

}

#RecentBlog {
	width:80%;
}

 ul.HolderList {
	 list-style:none;
         padding:0px;
         margin-right:0px;
 }
 
  #PageContent ul.HolderList img  {
	 float:left;
     width:80px;
	 margin-right:10px;
 }
 
  ul.HolderList li  {
	clear:left;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #333;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:-20px;
        margin-right:0px;
        padding-left:0px;
       
	
 }
 
  ul.HolderList li.Pos-1 {
	 border-top:none;
	
 }
 

  ul.HolderList .Title   {
	 text-decoration:none;
	 color:#666;
	 font-weight:bold;
	 font-size:1.3em;
         
 }
 

 ul.HolderList a {
	 text-decoration:none;
	 color:#666;
	 font-weight:bold;
	 font-size:1.1em;
 }

   ul.HolderList a.more  {
	 text-decoration:none;
	 color:#666;
	 font-weight:bold;
	 font-size:.9em;
 }


 
  ul.HolderList .Title a:hover  {
 }
 
 ul.HolderList .About  {
	  margin-left:2px;
	  width:64%;
      float:left;
	  margin-top:3px;
 }



