/* CSS Document */

body {

	margin-top:0px;
	margin-bottom:0;
	background:#ffffff url(images/site_bg.gif);
	background-repeat:no-repeat; 
	z-index:0;
	overflow-x:hidden;
	overflow-y:scroll;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #391613;
}
/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
NAVIGATION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
#nav{
	background-color:#FFFFFF;
	padding-top:8px;
	padding-left:3px;
	width:860px;
	height:27px;
	position:absolute;
	top:250px;
	left:74px;
	z-index: 100;
	background-repeat:no-repeat;
	border-top-color:#000000;
	border-top-style:double;
	border-top-width:medium;
	background-repeat:no-repeat;
	border-bottom-color:#000000;
	border-bottom-style:double;
	border-bottom-width:medium;
	border-right-color:#000000;
	border-right-style:double;
	border-right-width:medium;
	border-left-color:#000000;
	border-left-style:double;
	border-left-width:medium;
}
ul#ndx-nav {

	position: absolute;
	top:8px;
	left:-30px;

	/*margin: 110px 0 0 369px;*/

}



ul#ndx-nav li, ul#sub-nav li {

	/* IE Win fix, xtra space */

	display: inline;

	text-indent: -1001px;

}

ul#ndx-nav a {position:absolute; top:-24; left:80; display: block; width: 850px; height: 35px; }

a#about { position:absolute; top: -24px; left: 462px; background: transparent url(images/about_bg.gif) no-repeat 0 0; }

a#submit { position:absolute; top: -24px; left: 540px; background: transparent url(images/submit_bg.gif) no-repeat 0 0; }

a#getit { position:absolute; top: -24px; left: 628px; background: transparent url(images/getit_bg.gif) no-repeat 0 0; }

a#contact { position:absolute; top: -24px; left: 710px; background: transparent url(images/contact_bg.gif) no-repeat 0 0; }

a#links { position:absolute; top: -24px; left: 802px; background: transparent url(images/links_bg.gif) no-repeat 0 0; }

ul#ndx-nav li a:hover { background-position: 0 -36px; background-color: transparent; text-decoration: none; }



#banner{
	position:absolute;
	height:250px;
	width:850px;
	top:0px;
	left:80px;
	background-color:#fff;
	background-image:url(images/cutter_header.jpg);
	background-repeat:no-repeat;
	border-left-style:double;
	border-left-color:#000000;
	border-left-width:medium;
	border-right-style:double;
	border-right-color:#000000;
	border-right-width:medium;
}


#content{
	position:absolute;
	top:290px;
	left:80px;
	width:830px;
	padding: 15px 10px 20px 10px;
	background-color:#fff;
	border-left-style:double;
	border-left-color:#000000;
	border-left-width:medium;
	border-right-style:double;
	border-right-color:#000000;
	border-right-width:medium;
	border-bottom-style:double;
	border-bottom-color:#000000;
	border-bottom-width:medium;
	z-index:1;	
}

p{
	font-family:Tahoma, Arial, Helvetica, sans-serif #391613;
	font-size:12px;
	line-height:19px;
	color:#3a3433;
}
.heavytext{
	font-family:Tahoma, Arial, Helvetica, sans-serif #391613;
	font-size:12px;
	line-height:19px;
	color:#3a3433;
	font-weight:800;
}

.h1{ 
	font-family:Tahoma, Arial, Helvetica, sans-serif #391613;
	font-size:15px;
	line-height:20px;
	font-weight:900;
	color:#333333;
}
.location {
	color:#e6af59;
	float:left;
	padding:0 0 0 5px;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
a:link {
	color:#333333;
	font-size:13px;
	font-weight:400;
	text-decoration:underline;
}
a:active {
	color:#ee91c1;
	font-size:13px;
	font-weight:400;
	text-decoration:underline;
}
a:visited {
	color:#3a3433;
	font-size:13px;
	font-weight:400;
	text-decoration:underline;
}
a:hover {
	color:#ee91c1;
	font-size:13px;
	font-weight:400;
	text-decoration:underline;
}
