@charset "UTF-8";
body  {
	font-family: Georgia, Utopia, "new york", Times, serif;
	font-size: 9pt;
	color: #333333;
	line-height: 12pt;
	background: url(images/woodbg.jpg) repeat;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	font: bold 10px Georgia, Utopia, "new york", Times, serif;
	color: #4f6e2d;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: rgb(169,186,20);
}
a:hover {
	text-decoration: none;
	color: rgb(74,106,39);
}
a:active {
}
.thrColFixHdr #container { 
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #shadow {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/containerBg.png);
	background-repeat: repeat-y;
	background-position: center top;
} 
.thrColFixHdr #header {
	background: #FFFFFF url(images/logo-new.png) no-repeat 10px 7px;
	padding: 0px;
	height: 75px;
	width: 910px;
	left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}  
#nav a:link {
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 8pt;
	color: rgb(48,93,40);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5pt;
	text-decoration: none;
}
#nav a:visited {
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 8pt;
	color: rgb(169,186,20);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5pt;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: rgb(169,186,20);
}
#nav a:active {
	text-decoration: none;
	color: rgb(48,93,40);
}
 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#bottomPart {
background: url(images/bottombg2.jpg) repeat-y;

}
#img_container {
    position:relative;
    display:inline-block;
    text-align:center;
    border:0px;
    background-color:;
}


}
.resize {
    width:300px;
    height:200px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-left: 20px;	
}
#linksbox {
	background: url(images/linksbox.gif) no-repeat;
	height: 260px;
	width: 186px;
	padding-left: 10px;
	vertical-align: top;
	border: medium none #003399;
	margin: 0px;
	padding-top: -8px;
}
.linksbox a:link {
	color: #FFFFFF;
	list-style: none;
	text-align: left;
	text-indent: 15px;
}
.linksbox a:visited {
	color: #FFFFFF;
	list-style: none;
	text-align: left;
	text-indent: 15px;
}
.linksbox a:hover {
	color: #FFFFFF;
	list-style: none;
	text-decoration: underline;
}
.linksbox a:active {
	color: #FFFFFF;
	list-style: none;
	text-align: left;
	text-indent: 15px;
	}
.products a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 0.5pt;
	list-style: url(none) none;
	line-height: 17pt;
	font-weight: bold;
}
.products a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 8pt;
	line-height: 18pt;
}
.products a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.products a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 307px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right:20px;
	display:inline;
	padding-bottom: 0;
	
}
.thrColFixHdr #sidebar2 p {
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 345px;
	margin-bottom: 0;
	margin-left: 236px;		
	padding-right: 10px;
	padding-left: 10px;

	
} 
.thrColFixHdr #footer {
	background-color: #4f6e2d;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 10;
	background-image: url(images/greenbg-footer.jpg);
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFF;
	line-height: 9pt;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.footerlink a {
	color: #FFF;
	text-decoration:underline;
}
.footerlink a:hover {
	color: #FFF;
}
.footerlink a:link {
	color: #FFF;
}
.footerlink a:visited {
	color: #FFF;
}
.footerlink a:active {
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	color: #4F6E2D;
	margin-top:;
	text-transform: uppercase;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
