/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.PageBackgroundGlare
{
	position: absolute;
	width: 100%;
	height: 379px;
	left: 0;
	top: 0;
}

.PageBackgroundGlareImage
{
}

html:first-child .PageBackgroundGlare
{
	border: 1px solid transparent; /* Opera fix */
}


.PageBackgroundGradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 900px;
	
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:59px;
	min-height:59px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 5px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 74px;
	height: 74px;
	background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 37px, 37px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 37px, 37px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(37px, 37px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(37px, auto, auto, 37px);
}

.Sheet-tc, .Sheet-bc
{
	left: 37px;
	right: 37px;
	height: 74px;
	background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 37px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(37px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 37px;
	bottom: 37px;
	width: 74px;
	background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 37px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 37px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 37px;
	left: 37px;
	right: 37px;
	bottom: 37px;
	background-color: #FFFFFF;
}


.Sheet
{
	margin-top: 10px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:1000px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* menu structure */

.artmenu
{
	padding: 0px 20px 0px 20px;
}
/* begin MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 31px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 93px;
	background-image: url('images/MenuItem.png');
}

.artmenu a .l
{
	left:0;
	right:0px;
}

.artmenu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.artmenu a .t 
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #384229;
	padding: 0 11px;
	margin: 0 0px;
	line-height: 31px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-31px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-31px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-31px;
}
.artmenu a:hover .t
{
	color: #3F5918;
}

.artmenu li:hover a .t
{
	color: #3F5918;
}

.artmenu li:hover>a .t
{
	color: #3F5918;
}



/* end MenuItem */
.nav
{

	position: relative;
	height: 31px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 31px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:20px;
}

.nav .r
{
	right: 0;
	width: 990px;
	clip: rect(auto, auto, auto, 970px);
}

}
/* end Menu */


/* begin MenuSeparator */
.nav .separator
{
	display: block;
	width: 1px;
	height: 31px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */
/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 990px;
	height: 346px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 990px;
	height: 486px;
	background-image: url('images/Header2.jpg');
	background-repeat: no-repeat;
}


div.anihead
{
	position: absolute;
	z-index:2;
	top: 17px;
	left: 455px;
	width: 68px;
	height: 85px;
	background-image: url('images/cut-head.gif');
	background-repeat: no-repeat;
}

div.anileg
{
	position: absolute;
	z-index:2;
	top: 198px;
	left: 482px;
	width: 101px;
	height: 183px;
	background-image: url('images/cut-legs.gif');
	background-repeat: no-repeat;
}
/* end Header */

/* begin Logo */
.logo
{
	display : block;
	position: absolute;
	left: 589px;
	top: 24px;
	width: 401px;
}

h1.logo-name
{
	display: block;
	text-align: left;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 42px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #33800F !important;
}

.logo-text
{
	display: block;
	text-align: left;
}

.logo-text, .logo-text a
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #4B5837 !important;
}
/* end Logo */




/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 990px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 990px;
	height: 150px;
	bottom:0;
	left:0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#23291A;

	font-size: 12px;
}

/* End Footer*/
