@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	height: 400px;
}
.diak #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	font-size: small;
	color: #333;
	height: auto;
	text-align: left;
	}
#leftabout {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	;
	width: 760px;
}
#rightabout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666;
	background-color: #999;
	text-align: left;
	text-indent: 0px;
	padding: 20px 0 0 20px;
	width: 410px;
	float: right;
	display: inline;
	clear: left;
	margin: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	height: 650px;
}


.greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666;
}

.diak #logo {
	background: #FFFFFF;
	padding: 30px 0 0 0;
	text-align: center;
}
.diak #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 760px;
	text-align: center;
	margin: 0px 10px 0 10px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #900;
}
.welcometxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #900;
	vertical-align: middle;
}
.address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	font-weight: bold;
}

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	font-weight: normal;
}
.diaktech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}



.diak #menu {
	background: #FFFFFF;
	background-color: #999;
	color: #FFF;
	font-size: small;
	width: 760px;
	position: relative;
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 35px;
}

.menu title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
}
#menutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	height: inherit;
	display:inline;
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	text-indent: 5px;
}

.buttons {
	height: 40px;
	width: 50px;
	border: thin solid #F00;
	float: right;
	margin: 0;
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	margin-left: 20px;
	padding-left: 100px;
	padding-right: 0px;
	right: auto;
}


.diak #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	border-bottom-color: #900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.diak #mainContent {
	padding: 20px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: small;
	font-weight: normal;
	float: left;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 755px;
	margin-right: 0px;
}
.diak #table {
	margin-left: 0px;
	margin-right: 20px;
	height: auto;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 30px;
	background-color: #CCC;
	float: left;
	clear: both;
}


.diak #table p {
	margin: 0;
	font-size: small;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	vertical-align: bottom;
}
.tabletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
}

.rightimage {
	float: right;
	width: 350px;
	clear: both;
	height: auto;
	padding: 0;
	padding-top: 0px;
}


.diak #mainContent p {
	background: #FFFFFF;
	font-size: small;
	font-weight: normal;
	color: #333;
}
tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.diak #container #mainContent h1 {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
}
.diak #container #mainContent h2 {
	font-size: medium;
	font-weight: bold;
	color: #900;
}
.captiontext {
	font-size: small;
}
.whitepara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}
.greyblock1 {
	padding: 10px;
	height: auto;
	width: 730px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #999;
}
.greyblockblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
}
.smallred {
	font-size: 12px;
	font-weight: bold;
	color: #900;
}
.thumb1 {
	margin: 10px;
	padding: 0px;
	height: 300px;
	width: 250px;
	float: right;
	margin-right: 20px;
}
#mainContent img {
	margin: 20px;
	padding: 0px;
}
#container .thumb1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thumb1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
}
.img {
	margin: 20px;
	width: 200px;
}
#sidebar {
	margin: 20px;
	float: left;
	height: 400px;
	width: 150px;
	clear: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
#sidebar p img {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middlebar {
	height: 600px;
	width: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#middlebar img {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#mainContent img {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	margin-right: 1px;
	margin-left: 0px;
}

#sidebar img.gallery {
	padding: 10px;
	background-color: #999;
}
#sidebar2 {
	height: 400px;
	width: 100px;
}
.sidebarmiddle {
	height: 600px;
	width: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.parablock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333;
	text-align: left;
	height: auto;
	width: 740px;
	clear: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#aboutTable {
	background-color: #CCC;
	color: #333;
	font-weight: bold;
	clear: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	top: 0px;
	width: 730px;
}
.palegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	text-align: right;
}
.darkgreybg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
}
.atworkTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	background-color: #999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 740px;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#gallerysidebar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
	display: inline;
	width: 125px;
}
#gallerymain {
	float: right;
	width: 600px;
	height: 541px;
	position: relative;
}

#gallerysidebar img {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 31px;
	margin-left: 0px;
}
#galleryinfo1 {
	position: absolute;
	bottom: 15px;
	visibility:visible;
	width: 590px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#galleryinfo2 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	
}
#galleryinfo3 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#galleryinfo4 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#galleryinfo4 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#galleryinfo4 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#galleryinfo5 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#galleryinfo6 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#galleryinfo7 {
	position: absolute;
	bottom: 15px;
	visibility:hidden;
	width: 588px;
	vertical-align: middle;
	background-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#gallerybot {
	float: right;
	height: 108px;
	width: 630px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gallerybot img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	display: inline;
	cursor: pointer;
}
#galleryinfo8 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
#galleryinfo9 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
#botgallery2 {
	float: right;
	height: 108px;
	width: 630px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#botgallery2 img {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	cursor: pointer;
}
#botgallery3 {
	float: right;
	height: 108px;
	width: 630px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#botgallery3 img {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	cursor: pointer;
}
#galleryinfo10 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
#galleryinfo11 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	bottom: 15px;
	visibility: hidden;
}
#galleryinfo12 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
#galleryinfo13 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
#galleryinfo14 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
#galleryinfo15 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
#galleryinfo16 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	bottom: 15px;
	visibility: hidden;
}
#galleryinfo9 {
	background-color: #CCC;
	vertical-align: middle;
	padding: 5px;
	width: 590px;
	position: absolute;
	visibility: hidden;
	bottom: 15px;
}
.diak #container sublinks a {
	font-size: 10px;
	color: #F00;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.diak #container #sublink {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 750px;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 10px;
	background-color: #9C9C9C;
}
