@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #ccc;
}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol  {
	list-style-type: none;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#content li  {
	background-image: url(../images/list_pipe.fw.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left 3px;
	margin-bottom: 5px;
}


dd { margin: 0 0 0 40px; }
.equipment {
	margin-bottom: 15px;
}

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
@charset "utf-8";
body {
	background-color: #C6B4B1;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
h1 {
	font-size: 175%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
}
a:link {
	color: #000000;
}
a:hover {
	color: #897267;
}
a:visited {
	color: #897267;
}

.clear {
	clear: both;
	height: 1px;
}
.centreImage {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignCentre {
	text-align: center;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95.8333%;
	padding-left: 2.0833%;
	padding-right: 2.0833%;
	background-color: #FFF;
	background-image: url(../images/header_overlay_500.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: thin solid #3c3d3d;
	border-radius: 20px;
	box-shadow: inset 3px 3px 0px 0px #363636;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 180px;
}

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 80%;
}
#menu ul li{
	display: inline;
	list-style-type: none;
	border-radius: 10px;
	padding: 5px;
	background-image: url(../images/nav_img.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #383838;
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}
#menu ul li a {
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(../images/nav_img.png);
	background-repeat: repeat-x;
	background-position: left center;
	white-space: nowrap;
}
#menu ul li a:hover {
	color: #CCC;
}

#phones {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-variant: small-caps;
	text-align: center;
	font-size: 90%;
	white-space: nowrap;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h1, h2, h3, h4, p  {
	margin-left: 4px;
}
#nata {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-variant: small-caps;
	text-align: center;
}
#slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#rotator {
	height: 400px;
	width: 400px;
	border: thin solid #000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-variant: small-caps;
	text-align: center;
	font-size: 80%;
	height: auto;
}
#projects {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nata_projects {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-variant: small-caps;
	text-align: center;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pic1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic2 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic4 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic6 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic8 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#pic10 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#email_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#email_nata {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-variant: small-caps;
	text-align: center;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#nata_gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-variant: small-caps;
	text-align: center;
}
.gridContainer {
	width: 97.9166%;
	padding-left: 1.0416%;
	padding-right: 1.0416%;
	background-image: url(../images/header_overlay_1500.png);
	background-repeat: no-repeat;
	background-position: -360px top;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 80%;
}*/
#phones {
	clear: both;
	float: left;
	margin-left: 25.5319%;
	width: 48.9361%;
	display: block;
	font-size: 80%;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nata {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slideshow {
	clear: both;
	float: left;
	margin-left: 25.5319%;
	width: 48.9361%;
	display: block;
}
#rotator {
	height: 400px;
	width: 400px;
	border: thin solid #000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#projects {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.7021%;
	display: block;
}
#nata_projects {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 36.1702%;
	display: block;
	font-variant: small-caps;
	text-align: center;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pic1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.4042%;
	display: block;
}
#pic2 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 23.4042%;
	display: block;
}
#pic3 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 23.4042%;
	display: block;
}
#pic4 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 23.4042%;
	display: block;
}
#pic5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.4042%;
	display: block;
}
#pic6 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 23.4042%;
	display: block;
}
#pic7 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 23.4042%;
	display: block;
}
#pic8 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 23.4042%;
	display: block;
}
#pic9 {
	clear: both;
	float: left;
	margin-left: 25.5319%;
	width: 23.4042%;
	display: block;
}
#pic10 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 23.4042%;
	display: block;
}
#email_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.7021%;
	display: block;
}
#email_nata {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 36.1702%;
	display: block;
	margin-top: 200px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#nata_gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.gridContainer {
	width: 88.75%;
	max-width: 1232px;
	padding-left: 0.625%;
	padding-right: 0.625%;
	margin: auto;
	background-position: center top;
}

#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 0;
	width: 57.7464%;
	display: block;
}

#phones {
	clear: none;
	float: left;
	margin-left: 9.8591%;
	width: 32.3943%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 57.7464%;
	display: block;
}
#slideshow {
	clear: none;
	float: left;
	margin-left: 9.8591%;
	width: 32.3943%;
	display: block;
	padding: 0px;
}
#rotator {
	height: 400px;
	width: 400px;
	border: thin solid #000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#nata {
	clear: none;
	float: left;
	margin-left: 9.8591%;
	width: 32.3943%;
	display: block;
	height: 100%;
}
#projects {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.1971%;
	display: block;
}
#nata_projects {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 32.3943%;
	display: block;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pic1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.9436%;
	display: block;
}
#pic2 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#pic3 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#pic4 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#pic5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.9436%;
	display: block;
}
#pic6 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#pic7 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#pic8 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#pic9 {
	clear: both;
	float: left;
	margin-left: 25.3521%;
	width: 23.9436%;
	display: block;
}
#pic10 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#email_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.2957%;
	display: block;
}
#email_nata {
	clear: none;
	float: left;
	margin-left: 9.8591%;
	width: 32.3943%;
	display: block;
	margin-top: 200px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
