@charset "UTF-8";

/* CSS Document */
/* Design & Creation By Benjamin Kaiser */ 

* {
	border:none;
	}

/*////////// BODY//////////*/ 

body {
	background-color:#506152;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	background-attachment:fixed;
	background-image:url(cataloging2.jpg);
	background-position:94% 30%;
}

/*////////// FRAMES //////////*/ 

#framecontent{
	position:absolute;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 180px; /*Height of frame div*/
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	padding-left:15px;
	}

#frame-trans-top{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width:100%;
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  	filter:alpha(opacity=75);opacity:0.75;
}


#framecontentBottom{
position:absolute;
top: auto;
left: 0px;
width: 100%;
bottom: 0px;
height:25px;/*Height of div*/
overflow: hidden;/*Disable scrollbars. Set to "scroll" to enable*/
background-color:#000;
filter:alpha(opacity=75);opacity:0.75;
}


#maincontent{
min-width:610px;
position: fixed;
top: 180px; /*Set top value to HeightOfFrameDiv*/
left: 0px;
right: 0px;
bottom: 25px;
overflow:hidden;
}

.innertube{
margin:0px;
padding:0px; 
}

* html body{ /*IE6 hack*/
padding: 110px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}



/*////////// CONTAINER //////////*/ 

#container {
	width:100%;
	height:100%;
}


/*////////// SOCIAL LINKS //////////*/ 

#social-btn {
	margin:0px;
	padding:0px;
	text-align:left;
	}

#social-btn a {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 10px;
	background:none;
	border-width:2px;
	border-style:solid;
	margin:0px;
	padding:0px;
	border-color:#000;	
}
	
#social-btn a:hover {
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	margin:0px;
	padding:0px;
	} 


/*////////// HEADER //////////*/ 
	#header {
	margin:0px;
	padding:0px;
	width:100%;
	position:absolute;
	}

/*////////// TEXT //////////*/ 

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:normal;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	margin:0px;
	padding:0px;
	}
	
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 10px;
	}

h2 a {
	text-decoration:none;
	color: #fff;
	text-indent:0px;
	line-height:normal;
	font-weight:normal;
	background:none;
	} 

h2 a:hover {
	text-decoration:underline;
	text-indent:0px;
	line-height:normal;
	background:none;
	color:#fff;
	} 

h2 a:visited {} 


/*////////// NAVIGATION //////////*/ 
	
h7 {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:15px;
	font-weight:bold;
	background:none;
	padding:15px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	} 
	
h7 a {
	color:#fff;
	background:none;
	border-color:#fff;
	border-width:5px;
	border-style:solid;
	padding:15px;
	margin-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;

	}
	
h7 a:hover {
	color:#ff6633;
	border-color:#ff6633;
	border-width:5px;
	border-style:solid;
	background:none;
	padding:15px;
	padding-bottom:5px;
	padding-top:5px;

	}
	
h7 a:visited {} 

	
/*////////// BACKGROUND //////////*/ 
	#background {
	width:100%;
	margin:auto;
	height:100%;
	margin-top:5px;
	}

/*////////// DIVIDERS //////////*/ 
		
	#h-divide-thin {
	background-color:#000;
	height:15px;
	margin-bottom:5px;
	margin:auto;
	width:80%;
	}	

#b-divide-white {
	background-color:#fff;
	height:50px;
	margin-bottom:5px;
	margin:auto;
	width:80%;
	}	

	
	
	
	h3 {
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:60px;
	margin:0px;
	padding:0px;
	}
	



	h4 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:normal;
		font-size:25px;
		margin:0px;
		padding:0px;

	}
	h5 {
		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
		text-transform:uppercase;
		font-size:15px;
		line-height:20px;
		color:#000;
		margin:auto;
		padding:10px;
		padding-top:0px;
		padding-bottom:0px;
		display:inline-block;
		background-color:#ff6633;
		text-indent:0px;
		}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-indent:30px;
	font-size:15px;
	line-height:30px;
	color:#393631;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	} 
	
a {
	text-decoration:none;
	display:inline-block;
	background-color:#000;
	color: #fff;
	padding: 5px;
	text-indent:0px;
	line-height:normal;
} 
a:hover {
	text-decoration:none;
	display:inline-block;
	background-color:#ff6633;
	color: #000;
	padding: 5px;
	text-indent:0px;
	line-height:normal;
	} 
a:visited {} 

#text-div1{
border-color:#000; 
border-width:15px; 
border-style:solid; 
border-left:none; 
border-right:none;
border-bottom:none;
padding:5%;
margin:5px;
}

#text-head {
	width:80%;
	margin:auto;
	border-style:solid;
	border-width:15px;
	border-color:#000;
	border-left:none;
	border-right:none;
	border-bottom:none;
	background-color:#fff;
	} 
h6 {
	font-family:Helvetica, Arial, sans-serif;
		font-weight:bold;
		text-transform:none;
		font-size:75px;
		color:#000;
		margin:0px;
		padding:10px;
		}


 
/*////////// FOOTER //////////*/ 
#footer {
width:100%;
margin:0px;
padding:0px;
} 
