body,html {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
}
body {
	background: #888888;
}
#wrapper {
	position: relative;
	width: 980px;
	min-height: 650px;
	margin: 0px auto;
	background: url("../../assets/images/wrapperbg.png") repeat-y #ffffff;
}
#header {
	position: relative;
	height: 229px;
	background: url("../../assets/images/headerbg.png") repeat-x;
}
#topnav {
	position: absolute;
	height: 55px;
	width: 980px;
	left: 0px;
	bottom: 0px;
	background: url("../../assets/images/topnavbg.png");
	width: 100%;
}
#menu {
	position: relative;
	width: 980px;
	text-align: center;
	margin: 28px auto;
}
#menu img {
	border: 0px;
}
.menuspacer {
	width: 10px;
}
.menuitem {
	position: relative;
	width: 180px;
	height: 19px;
	margin: 2px;
	padding-left: 8px;
	background: url("../../assets/images/menuitembg.png") no-repeat;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
.menuitem a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menuitem a:hover {
	color: rgb(211,57,42);
	text-decoration: none;
}
.menuitem2 {
	position: relative;
	width: 130px;
	height: 19px;
	margin: 2px;
	padding-left: 8px;
	background: url("../../assets/images/menuitembg2.png") no-repeat;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
.menuitem2 a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menuitem2 a:hover {
	color: rgb(211,57,42);
	text-decoration: none;
}
#productsmenu {
	position: absolute;
	left: 120px;
	top: 221px;
	background: url("../../assets/images/dot_clear.gif");
	display: none;
}
#servicesmenu {
	position: absolute;
	left: 235px;
	top: 221px;
	background: url("../../assets/images/dot_clear.gif");
	display: none;
}
#industriesmenu {
	position: absolute;
	left: 343px;
	top: 221px;
	background: url("../../assets/images/dot_clear.gif");
	display: none;
}
#chartsmenu {
	position: absolute;
	left: 527px;
	top: 221px;
	background: url("../../assets/images/dot_clear.gif");
	display: none;
}
#gallerymenu {
	position: absolute;
	left: 722px;
	top: 221px;
	background: url("../../assets/images/dot_clear.gif");
	display: none;
}
#contactmenu {
	position: absolute;
	left: 825px;
	top: 221px;
	background: url("../../assets/images/dot_clear.gif");
	display: none;
}
#topblock {
	position: absolute;
	width: 590px;
	height: 161px;
	background: url("../../assets/images/slides.gif");
	left: 354px;
	top: 32px;
}
#topblockcontent {
	position: relative;
	padding: 7px;
}
#leftcol {
	position: relative;
	width: 212px;
	height: 100%;
	float: left;
	color: rgb(95,108,132);
	font-size: .75em;
}
#leftcol p {
    margin: 10px;
}
#rightcol {
	position: relative;
	width: 768px;
	padding-bottom: 54px;
	float: right;
	color: rgb(116,117,119);
	font-size: .75em;
        border: 0px;
}
#singlecol {
    margin: 10px;
}
#rightcolcontent {
    position: relative;
    width: 708px;
    margin: 30px auto 30px auto;
    color: rgb(116,117,119);
    border: 0px;
}
#rightcol .block {
	text-align: justify;
	line-height: 1.5em;
}
#youtubebox {
	position: relative;
	width: 207px;
	height: 175px;
	margin-left: 25px;
	float: right;
	background: url("../../assets/images/youtubeboxbg.png");
}
#youtubevid {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -81.75px 0px 0px -97.75px;
}
#icontactform fieldset {
	width: 360px;
	border: 1px solid rgb(116,117,119);
	padding: 7px;
}
#icontactform legend {
	color: rgb(211,57,42);
	font-weight: bold;
}
#icontactform input {
	border: 1px solid rgb(95,108,132);
	width: 80px;
}
input,select,textarea {
	border: 1px solid rgb(116,117,119);
}
#voltagecalc {
	position: relative;
	width: 400px;
	margin: 0px auto;
	border: 1px solid rgb(116,117,119);
	padding: 7px;
	text-align: center;
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */
}
#voltagecalc input,select {
	border: 1px solid rgb(116,117,119);
}
#voltagecalc div {
	margin: 7px 0px 0px 0px;
}
.calcleft {
	width: 50%;
	float: left;
	text-align: right;
}
.calcright {
    width: 50%;
    float: right;
	text-align: left;
}
#clearfloat {
	clear: both;
}
#footer {
	position: relative;
	width: 980px;
	height: 54px;
	margin: 0px auto;
	clear: both;
	background: url("../../assets/images/footerbg.png") rgb(211,57,42);
}

.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: grey;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

