/* CSS Document */

html, body, .html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

.html	{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
}

body	{
	margin:0px;
	background-color:#acd036;
	background-image:url(../images/bg_tile.gif);
	background-repeat:repeat-x;
}

#brand	{
	background-image:url(../images/brand.jpg);
	background-repeat:no-repeat;
	width:928px;
	height:94px;
}

#nav-container	{
	position:absolute;
	top:102px;
	left:0px;
}

#nav	{
	margin-top:0px;
	margin-left:-40px;
	list-style-type: none;
}

#nav li	{
	float:left;
}

#container	{
	position:absolute;
	top:180px;
	left:135px;
	width:710px;
	height:530px;
/*	background-color:#CCCCCC; */
}

#container-td	{
	width:710px;
	height:530px;
}

#container-td-TOP	{
	background-image:url(../images/container_TOP.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#container-td-RIGHT	{
	background-image:url(../images/container_RIGHT.gif);
	background-repeat:repeat-y;
}

#container-td-BOTTOM	{
	background-image:url(../images/container_BOTTOM.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#container-td-LEFT	{
	background-image:url(../images/container_LEFT.gif);
	background-repeat:repeat-y;
}

.page-copy-container	{
	width:100%;
	min-height:100%;
	height:100%;
}
.page-copy-img	{
	float:left;
	width:322px;
	height:auto;
	padding-right:10px;
	padding-bottom:10px;
}

.page-text	{
	width:auto;
	height:auto;
	/*	background-color:#CCCCCC; */

}

#home-pg-copy	{
	line-height:25px;
}
#img-gallery	{
	margin-top:0px;
	margin-left:-40px;
	list-style:none;
}

#img-gallery li	{
	float:left;
}

select	{
	width:42px;
	font-size:9px;
}

textarea	{
	font-family:Arial, Helvetica, sans-serif;
}

#footer	{
	margin-top:20px;
	margin-left:-65px;
	padding-bottom:15px;
	font-size:90%;
}
