/* -----------------------------------------
Stylesheet for cdeVision / cdeVision.com
Author: cdeVision.com
Copyright: (c)2007 cdeVision
Created: 30 September 2007 
Amended: 27 Aug 2008 by Bill
-------------------------------------------- */

:root {
	--width--site-gutter: 20px;
	--width--content: 1230px;
}


body {
	background: #333 url(images/back.png);
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

h1,
h2,
h3 {
	padding: 0;
	margin: 0;
}

h2 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

/* page titles */
p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 18px;
}

ul {
	margin: 0;
	padding: 0;
}

li {}

img {
	border: 0;
	display: block;
	max-width: 100%;
	height: auto;
}

.clearfloats {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.skiplink {
	display: none;
}

div#printlogo {
	display: none;
}

/* fix PNG transparency in IE */
#logo,
ul#nav {
	behavior: url(scripts/iepngfix.htc);
}


/* ---- links ----------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
	padding: 0 1px;
}

a:visited {}

a:hover {
	color: #fff;
}

a:active {}

a:active,
a:focus {
	outline: none;
}


/* ---- ids & classes ----------------------------------------- */
#headerWrap {
	width: 100%;
}

#header {
	max-width: 1230px;
	height: 118px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 44px;
	left: 40px;
	width: 410px;
	height: 60px;
}



#logo h1 {
	width: 100%;
	height: 100%;
}

#logo h1 a {
	display: block;
	text-indent: -4000px;
	width: 100%;
	height: 100%;
	background: url(images/logo.png) no-repeat;
}

/* Mobile */
@media (max-width: 600px) {

	#logo {
		position: absolute;
		top: 30px;
		left: 50%;
		width: 240px;
		height: 80px;
		transform: translate(-50%, 0);
	}
	#logo h1 a {
		background: url(images/logo-mob.png) no-repeat;
	}

}

#utility {
	position: absolute;
	top: 74px;
	right: 50px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}
/* Mobile */
@media (max-width: 880px) {

	#utility {
		display:none;
	}

}

/* drop-line menu code from: http://www.pmob.co.uk/temp/dropdown-hoz-safe.htm */
#navbar {
	font-family: verdana, sans-serif;
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 1230px;
	height: 64px;
	background: transparent url(images/back_nav.png);
}

/* Mobile */
@media (max-width: 880px) {

	#navbar {
		display:none;
	}

}

ul#nav {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}



ul.website-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.website-menu li a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
}

/* Mobile */
@media (max-width: 1000px) {

	ul.website-menu li a {
		padding: 10px;
	}

}

ul.website-menu li a span {
	font-size: 14px;
}

ul.website-menu li:hover {
	color: #ccc;
	background-color: #000000;
}

/* drop down styling */
ul#nav ul {
	display: none;
	position: absolute;
	top: 64px;
	margin: 0;
	height: auto;
	max-width: 330px;
	padding: 0;
	list-style: none;
	z-index: 99999;
}


ul.website-menu ul li {
	text-transform: none !important;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #000000;
}

ul.website-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	width: auto;
	display: block;
	height: auto;
	padding: 6px 20px;
	margin: 0;
	text-align: left;
}
ul.website-menu ul li:first-child a {
	padding-top: 12px;
}
ul.website-menu ul li:last-child a {
	padding-bottom: 12px;
}

ul.website-menu ul li a:hover {
	color: #ccc;
}


/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */


.mobile-hamburger {
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999999;
}
@media (max-width: 880px) {

	.mobile-hamburger {
			display: block;
	}
}

.mobile-hamburger__link {
    background: #000 url(images/mob.png) 0 0 no-repeat !important;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    padding: 0;
    text-indent: -4000px;
}

.mobile-hamburger__link.open {
    background: #000 url(images/mob.png) 0 -30px no-repeat !important;
}

.mobile-menu-cover {
    display: none;
    background: #000;
    color: #FFF;
    padding: 0;
    clear: both;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    height: 150%;
    max-width: 340px;
    min-width: 340px;
    overflow: auto;
    z-index: 99999;
}

.mob-nav-container {
	margin:0;
	padding:0;
    display: none;
}

@media (max-width: 660px) {
	.mobile-menu-cover {
			max-width: 100%;
			min-width: 100%;
	}
}

#navmobile {
	display: none;
	margin: 30px auto;
	max-width: 400px;
}
ul#navmobile ul {
	display: none;
}
.mobile-menu-cover .tool {
	display: none;
}
.mobile-menu-cover .toolwrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}






/* main area styles */

.home-image {
	margin-inline: auto;
}

#main {
	max-inline-size: min(100% - var(--width--site-gutter) * 2, var(--width--content));
	min-height: 210px;
	margin-inline: auto;
	padding: 20px 20px 15px;
	background: #fff url(images/bg-content.gif) 586px 100% no-repeat;
	border-bottom: 5px solid #000;
	color: #000;
	text-align: left;
}

#main p {
	color: #333;
}

#main ul {}

#main li {
	color: #333;
	line-height: 17px;
}


#midWrap {
	width: 100%;
	background: #000;
	margin: 1px 0 12px 0;
	clear: both;
}

#mid {
	max-inline-size: min(100% - var(--width--site-gutter) * 2, var(--width--content));
	padding: 25px 0;
	margin: 0 auto;
	text-align: left;
}


/* 2-column layout */
#leftcol {
	width: 500px;
	float: left;
}

#leftcol p {
	padding-bottom: 17px;
}

#rightcol {
	width: 250px;
	float: right;
	padding-left: 12px;
	border-left: 1px solid #ccc;
}

#rightcol img {
	/*display:block;*/
	margin: 8px 0;
}

#rightcol ul {
	padding: 0 0 17px 20px;
}

.showwrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
@media (max-width: 750px) {

	.showwrap {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 10px;
	}
}

.showinfo {
	flex: 0 0 345px;
}

.showinfo p {
	font-size: 11px;
}

.showinfo p strong {
	font-size: 13px;
	font-weight: normal;
}

.showinfo .right {
	text-align: right;
}
@media (max-width: 750px) {

	.showinfo .right {
		text-align: left;
	}
}

.gal {
	margin-bottom: 12px;
}

.gal a {
	display: block;
	float: left;
	width: 40px;
	height: 80px;
	margin-right: 8px;
}

.gal img {
	display: block;
	margin: 0;
	border: none;
}

.showimage {
	margin-left: auto;
	min-height: 600px;
}
@media (max-width: 750px) {

	.showimage {
		min-height: auto;
	}
}

/* footer styles */
#footer {
	display: flex;
	max-inline-size: min(100% - var(--width--site-gutter) * 2, var(--width--content));
	margin-inline: auto;
	text-align: left;
	font-size: 11px;
	color: #000000;
	margin-bottom: 30px;
}

/* Mobile */
@media (max-width: 600px) {

	#footer {
		flex-direction: column;
		gap: 30px;
	}
}

#footer .left strong {
	font-size: 13px;
	font-weight: normal;
}

#footer .right {
	margin-left: auto;
	text-align: right;
}

/* Mobile */
@media (max-width: 600px) {

	#footer .right {
		margin-left: 0;
		text-align: left;
	}
}

#footer .right a {
	color: #000000;
}