@charset "UTF-8";
/* CSS Document */

/* HTML STYLES */
html,body {
scrollbar-face-color: #3e3e3e;
scrollbar-highlight-color : #c9c8c8;
scrollbar-3dlight-color : #7f7f7f;
scrollbar-darkshadow-color : #3e3e3e;
scrollbar-arrow-color : #FFFFFF;
scrollbar-shadow-color : #3e3e3e;
scrollbar-track-color: #A20101;

	background-color:#000000;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#yellow{
	width:100%;
	height:12px;
	background-color:#E5C800;
}

/* ID STYLES */
#wrapper {
	width: 1050px;
	position: absolute;
	left: 50%;
	margin-left: -525px;
	float:left;
}

#header {
	background-image: url(images/big_stick_05.jpg);
	height: 127px;
}
#content{
	background-image: url(images/big_stick_08.jpg);
	height: 385px;
	background-repeat: no-repeat;
	padding: 30px 115px 0px 115px;
}
#copy{
	width:385px;
	float:left;
	height: 355px;
	position: relative;
	overflow: auto;
	padding-right: 15px;
	top: -5px;
}
#copy_1{
	width:770px;
	float:left;
	height: 355px;
	position: relative;
	overflow: auto;
	padding-right: 15px;
	top: -5px;
}
#copy_2{
	width:385px;
	float:right;
	height: 355px;
	position: relative;
	overflow: auto;
	padding-right: 15px;
}
#flash{
	width:400px;
	float:right;
	height: 355px;
	position: relative;
}
#footer{
	background-image: url(images/big_stick_11.jpg);
	height:300px;
	margin:0px;
	background-repeat: no-repeat;
	padding: 145px 0px 0px 100px;
}
#links{
	float: left;
	width: 250px;
}
#news{
	float: left;
	width: 250px;
	margin-left: 35px;
}
#associations{
	float: left;
	width: 290px;
	padding-right: 25px;
}
#contact{
	float: left;
	width: 250px;
	margin-left: 35px;
}
/*font styles*/
#footer h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:10px 0px 10px 25px;
	color:#FFFFFF;
	font-weight: lighter;
}
#footer ul{
	padding-left:25px;
}
#footer li{
	color:#FFFFFF;
	background-image: url(images/white_bullet.gif);
}
#footer p{
	padding-left:25px;
	color: #FFFFFF;
}
#footer_contact{
	float:left;
	clear:both;
	width:90%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer_contact p{
	color:#999999;
	font-size:11px;
}

#copy h1, #copy_2 h1{
	font-size:22px;
	color: #A20101;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a{
	color:#F6D602;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#flash p{
	padding-right:135px;
}
.red{
	color:#A20101;
}
ul{
	margin:0px;
	padding: 0px;
}
li{
	list-style-type: none;
	margin: 2px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(images/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
	

/*navigation*/
#nav {
	margin:0px 93px 0px 0px;
}
#nav ul {
	position: inherit;
	float: right;
	right: 0;
	top: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	width: 460px;
	height: 37px;
	list-style-type: none;
}
#nav li {
	float: left;
	border: 0;
	margin: 80px 15px 0px 0px;
	padding: 0;
}
.hide {
	display:none;
}

/* Styles navigation buttons */
.btn_home {
	width: 68px;
	height: 37px;
	float: left;
	background: url(images/bt_21.jpg) top left no-repeat;
}
.btn_home a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	background: url(images/bt_21.jpg) top left no-repeat;
}
.btn_home a:hover {
	background: url(images/bt_21.jpg) top right no-repeat;
	float: right;
}
.btn_products {
	width: 206px;
	height: 37px;
	float: left;
	background: url(images/bt_23.jpg) top left no-repeat;
}
.btn_products a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	background: url(images/bt_23.jpg) top left no-repeat;
}
.btn_products a:hover {
	background: url(images/bt_23.jpg) top right no-repeat;
	float: right;
}
.btn_hto {
	width: 140px;
	height: 37px;
	float: left;
	background: url(images/bt_25.jpg) top left no-repeat;
}
.btn_hto a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	background: url(images/bt_25.jpg) top left no-repeat;
}
.btn_hto a:hover {
	background: url(images/bt_25.jpg) top right no-repeat;
	float: right;
}
textarea.test {
  width: 262px;
  height: 84;
  border: none;
}

