

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font-family:"Courier New", Courier, monospace;
color : white; 
text-align: center;
background: black;
font-size: 1em; /* 13 / 16 */
line-height: 1.3em;
}

img {border:0px solid gray;}

h1, h2, h3, h4, h5, h6 {
font-weight : bold;
display:inline;
}

h1 { 
font-size : 1.2em;
line-height : 1.4em;
}

h2 { 
font-size : 1.5em;
}

.center {
	text-align:center;
	}
	
.small {
	font-size:.75em;
}

/*  MAIN LAYOUT	============================================================================= */

#contentContainer
{
	position:absolute;
	padding:0px;
    left: 00px; 
    right: 00px;
    top: 95px;
    bottom: 25px;
	vertical-align:middle;
    text-align: center;
	overflow:auto;
   	border:0px solid white;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
   	border:0px solid blue;
}

.middle {
    display: table-cell;
    vertical-align: middle;
   	border:0px solid green;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    padding:0px;
    
    text-align:center;
   	border:0px solid orange;
   	
}

.singleCol {
	width:80%;
	max-width:750px; 
	text-align:left;
   	border:0px solid orange;
   	margin-left:auto;
   	margin-right:auto;
}

.gallery {
	max-width:8000px; 
	width:90%; 
	overflow:visible;
   	border:0px solid blue;
 }


.fullscreen {	top: 25px !important;}
.noHeader {	top: 65px !important;}
.noFooter {	bottom: 0px !important; }
.packTight {    line-height:0px; }
.center { margin: auto; }

#copyright {
	position:absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color:#222222;
	padding-right:10px;
	font-size:.7em;
	float:left; 
	text-align:right
	}	
#footer
{
	position:absolute;
    left: 0px; 
    right: 0px; 
    bottom: 0px;
    height: 50px;
    margin:0px;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
	line-height:-5px;
	background:black;
	border:0px solid blue;
}

#nav
{
	position:absolute;
    left: 0px; 
    right: 0px; 
    top: 10px;
    margin:0px;
    padding-bottom:5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width:960px;
    text-align: center;
	background:black;
	border:1px #666666;
	border-style:none none solid none;
}

.navText {
	width:100px; 
	display:inline-block; 
	text-align: center; 
	border:0px solid red;
}


.grid {
	position:absolute;
	top:40px;
	bottom:80px;
	border:0px solid blue;
}

.colLeft {
	float: left;
	text-align:left;
	padding-left:10px;
	width: 20%;
	border:0px solid red;
}
.colRight {
	float: left;
	text-align:left;
	padding:0px;
	width: 70%;
	max-width:750px;
	padding-left:20px;
	padding-bottom: 20px;
	border:0px solid blue;
}

.colDrawings {
	display: inline-block;
	padding:20px;
	text-align:center;
	border:0px solid blue;
}


.grid:after {
  content: "";
  display: table;
  clear: both;
}

#header
{
	position:absolute;
    left: 0px; 
    right: 0px; 
    top: 65px;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:3px;
    text-align: left;
	background-color:#222222;
	border:0px #666666;
	border-style:none none solid none;
}

.headerMenu {
	width:150px;
	float:left;
	border:0px solid blue;
}

.statements {
	padding:0px;
    overflow-y: auto;
	border:0px solid red;
}

.statementsPrints {
	border:0px solid red;
	width:100%;
	max-width:900px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:left;
	display:block;
}

.row {
	clear: both;
	padding: 0px;
	margin: 0px;
	display:block;
	border:0px solid red;
	overflow:hidden;
}
		
.addScroll {
   	overflow-x: hidden;
   	overflow-y: auto;
}

/* LINKS =============================================================================  */

a { 
color : #99CCFF;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #99CCFF; }

a:hover, 
a:active { 
outline : 0;
color : #FFCC99;
}

a.current {
color : #FFCC99;
}

a.white { 
	color: #FFFFFF;	
	}
	
a.white:visited { 
	color: #FFFFFF;	
	}	
	
a.white:hover { 
	color: #FFCC99;	
	}
	
/* 
CATALOGS
 */

 .catalogs-content {
	 max-width: 1200px;
	 margin: 0 auto;
	}
	
	.catalogs-content > .title {
		font-size: 1.2em;
		font-weight: bold;
		margin: 10px;
	}
	
.catalogs-content > .description {
	text-align: left;
	max-width: 500px;
	margin: 10px;
}

.catalogs-content > .image-container {
	max-width: 800px;
	margin: 0 auto;
}
.catalogs-content > .image-container > img {
	
	max-width: 800px;
}
/* GALLERY =============================================================================  */

.tn3-ac-full-image img {
	/* max-width: 500px;
	max-height: 500px; */
}