/**
* CSS
* 
* @version 1.0
* @author KILLER
* @author HARRISONFRY
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Gills Sans, Veranda;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-attachment: #fff;

	
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #f37e19; }
a:active { text-decoration: none; color: #0080FF; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; } 

a img { border: none; }

/* End Link Settings */
#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;

}
/* Menu Settings */


#menu {
  
    overflow: 12px;
    top: 0;
    bottom: 0;
	left: 9px;
    position: fixed;
    height: 100%;
	
		}

#menu .container {
background-image: url(http://www.harrisonfry.com/MENU.png);
margin: 0 0 0 20px;
padding: 20px 0 20px 0px;
width: 100%;

}


}

/* sigle menublocks*/
#menu ul {
	float: left;
	width: auto;
	list-style: none;
	overflow: auto;
	margin: -5px 4px 5px 0px;


}

#menu ul li.section-title {
	color: #d7d7d7;
	font-family: Gills Sans, Veranda;
	text-align: left;
	width: auto;
	font-size: 9pt;
	font-weight: 700;
	border-bottom: dotted 1px #C0C0C0;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 5px;
}
#menu ul li.section-title:hover {
	color: #535353;
	font-family: Gills Sans, Veranda;
	text-align: left;
	width: auto;
	font-size: 9pt;
	font-weight: 700;
	border-bottom: dotted 1px #0080FF;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 5px;
}


#menu ul li {
	font-family: Gills Sans, Veranda;
	text-align: left;
	font-size: 8pt;
	width: 110px;
	margin: 0px 0px 2px 5px;
	

}

#menu p {
	width: auto;
	text-align: left;
	padding: 0px 0px 0px 5px;
    margin: 0px 0px 12px 0px;
/*
    border: solid 1px #CC0000;
*/
}

#menu ul a:link {
	text-decoration: none;
	color: #535353;
}


#menu ul a:visited {
	text-decoration: none;
	color: #535353;
}


#menu ul a:hover {
	color: #708284;
}

#menu ul a:active {
	text-decoration: none;
	color: #000000;
}


/* End Menu Settings */

/* Main Content */

#content {
	float: left;
	/*height: 300px;*/
	display: inline;
	left: 80px;
	margin: 0px 0px 0px 0px;
	padding: 73px 0px 10px 320px;
	z-index: -10;

}

.container {
    padding: 0px 5px 25px 0px;
}

.title {
	font-size: 16px;
}
.credits {color: #666666}


/* End Main Content */

#content p {
	width: auto;
	margin: 0px 20px 15px 0px;
	padding: 0px 0px 0px 0px;
	z-index: -10;
}

p {
	font-size: 10px;
	font-family: Gills Sans, Veranda;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-attachment: #fff;
}

.indent {
	font-size: 10px;
	font-family: Gills Sans, Veranda;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-attachment: #fff;
}

#content a:link {
	font-size: 10px;
	font-family: Gills Sans, Veranda;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-attachment: #fff;
}
	

h1 { font-size: 32px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

#img-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#img-container p {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* footer */

#footer {
    position:fixed;
    bottom:0px;
    background:#efefef;
    font-size: 7pt;
	font-family: Gills Sans, Veranda;
	border-top-style:dashed;
	border-top-color:#C0C0C0;
	border-top-width:thin;
	letter-spacing: 2px;
	text-align:left;
    font-weight: bold
    padding: 10px 0px 0px 6px;
    width:100%;
}

#footer a:link {
font-size: 10px;
	font-family: Gills Sans, Veranda;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-attachment: #fff;
}


#content_container {
    padding-bottom:3em;
}

/* End Fonts / Typefaces */
#once { clear: left; }

