.header {
	height: 116px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
}
.headerlogo {
	background-image: url(http://www.thinkwithink.net/images/logo.png);
	background-position: center center;
	float: left;
	height: 116px;
	width: 240px;
}
body {
	background-image: url(http://www.thinkwithink.net/images/fhbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
.pagetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
	height: 36px;
	width: 200px;
	padding-top: 80px;
	float: left;
	margin-left: 40px;
}
.contactus1 {
	float: right;
	height: 116px;
	width: 320px;
}
.phone {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	height: 58px;
	width: 320px;
	text-align: right;
}
.contactbutton {
	height: 42px;
	width: 150px;
	overflow: visible;
	margin-left: 170px;
}
.catalog {
	background-color: #FFF;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
.embedded {
	width:810;
	float:left;
}
.tutorials {
	width: 200;
	float:right;
	text-align: center;
}

#headernavcontainer{position:relative; margin-right: auto;margin-left: auto;height: auto;width: auto;overflow:visible;}
#headernav{height:28px;width:206px;float: right;margin-bottom: 0px;}
#headernav li {display:inline;}
#headernav li a{background-image:url(http://www.thinkwithink.net/images/headernavigation2.png);background-repeat:no-repeat;float:left;height:28px;overflow:hidden;width:103px;}
#headernav li#home a{background-position: 0 0;}
#headernav li#home a:hover{background-position: 0 -28px;}
#headernav li#contact a{background-position: -103px 0;}
#headernav li#contact a:hover{background-position: -103px -28px;}
#contactpanel{width:194px;height:194px;display:none;position: absolute;left: -61px;top: 44px;background-image: url(http://www.thinkwithink.net/images/contactus.png);background-repeat: no-repeat;background-position: left top;text-align: right;padding-right: 30px;font-family: Arial, Helvetica, sans-serif;font-size: 16px;line-height: 20px;	z-index:2000}
#contactpanel a:link {font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none;}
#contactpanel a:hover {font-family: Arial, Helvetica, sans-serif; color: red;text-decoration: underline;}
#contactpanel a:visited {font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none;}
#contactpanel a:active {font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none;}
#panel1 {background: #272727;height: 400px;display: none;}
.contactoverlay {font-family: Arial, Helvetica, sans-serif;color: white;top: 17%;left: 50%;margin-left: -164px;width: 236px;color: #eee;padding: 32px;-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);/* css3 drop shadow */-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);-moz-border-radius: 5px;/* css3 border radius */-webkit-border-radius: 5px;background:#272727;width:328px;/* styling of the dialog box, i have a fixed dimension for this demo */position:fixed;/* make sure it has the highest z-index */z-index:5000;display:none;/* hide it by default */height: auto;}
.contactoverlay a:link {font-family: Arial, Helvetica, sans-serif; color: red; text-decoration: none;}
.contactoverlay a:visited {font-family: Arial, Helvetica, sans-serif; color: red; text-decoration: none;}
.contactoverlay a:active {font-family: Arial, Helvetica, sans-serif; color: red; text-decoration: none;}
.jqmOverlay { background-color: #000; }
* html .jqmWindow {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}

/* Video Gallery CSS */
#videogallery a#videolb{display:none}
#videogallery {
	width:200px;
	zoom:1;
	z-index:1000;
	margin-bottom: 600px;
	position: absolute;
	top: auto;
	color: #000;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:0px;
	width:160px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;z-index:1000
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	text-decoration:underline;
	opacity:1;
}

/* Overlay CSS */
/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(http://www.thinkwithink.net/images/back.png);
	
	/* dimensions after the growing animation finishes  */
	width:864px;
	height:480px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:20px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(http://www.thinkwithink.net/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:45px;
	width:45px;
}
div#voverlay div.close:hover{
	background-position:0 100%;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(http://www.thinkwithink.net/images/loading.gif) no-repeat 50% 50%;
}