body img {border: none}
div#header {
	margin: 0px auto; 
	width: 875px;
	}

.headbox {
	height: 85px; 
	width: 33%;
	float: left;
	vertical-align:middle;
	text-align: center;
	}
.headbox h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:19px;	
	font-weight: 900;
	}
.headbox h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight:600;
	padding: 3px;
	}	
.headbox table {
	text-align: center;
	}
.mc {
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	}
.mc table {display: block;
    margin-left: auto;
    margin-right: auto
	}
	
.mc img {display: block;
    margin-left: auto;
    margin-right: auto 
	}

#iemenu {
	z-index: 1000;
	padding: 10px;
	}

#bodywrapper {
	text-align: left;
	margin: 0em auto;
	clear: both;
	background-color: white;
	width: 100%;
	}
#bodywrapper h2 {
	font-size: 25px;
	font-weight: bold;
	}
	
#bodywrapper blockquote 	 { font-size: 70%;}

body {
	background-color: #999;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
#wrapper {
    -webkit-box-shadow: 0px 0px 4px 0px #ffffff; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     box-shadow: 0px 0px 4px 0px #ffffff; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
	background-color: white;
	width: 960px;
	margin: 0em auto;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	
nav {
	z-index: 1000;
	padding-top: 10px;
	margin: 0px auto;
	text-align: center;
	margin-top: -30px;
	float: left;
	width: 100%;
	
}

nav ul ul {
	z-index: 1000;
	display: none;
	
}

nav ul li:hover > ul {
		display: block;
	}

nav ul {
	z-index: 1000;
	background: #afbcd8; 
	background: linear-gradient(top, #afbcd8 0%, #ffffff 120%);  
	background: -moz-linear-gradient(top, #afbcd8 0%, #ffffff 120%); 
	background: -webkit-linear-gradient(top, #afbcd8 0%,#ffffff 120%); 
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;

}
nav ul:after {
		z-index: 1000;
		content: ""; clear: both; display: block;
	}

nav ul li {
		z-index: 1000;
		float: left;
		border-right: 1px solid white;
		border-left: 1px solid white;
	}
nav ul li:hover {
			background: #3399ff;

		}
nav ul li:hover a {
				color: black;
				border:none;
			}
		
nav ul li a {
			z-index: 1000;
			display: block; 
			padding: 3px 10px;
			color: black; 
			text-decoration: none;
			border: none;
		}
			
		
nav ul ul {
	z-index: 1000;
		background: #abcdef; padding: 0;
		position: absolute; top: 100%; margin-top: -2px;
	}
nav ul ul li {
	z-index: 1000;
			float: none; 
			border: 1px solid black;
			position: relative;
			margin-top: -1px;
			
		}
nav ul ul li a {
	z-index: 1000;
				padding: 3px 8px;
				color: #fff;
			}	
nav ul ul li a:hover {
					background: #3399ff;
				}
		
nav ul ul ul {
	z-index: 1000;
		position: absolute; left: 100%; top:0;
		width: 300px;
	}
	
#googlesearch {
	margin-top: -10px;
	margin-bottom: -15px;
	float:left;
	width: 100%;
	z-index: 0;
	}
	
#isobar {
		z-index: 950;
 /* X      background: #afbcd8;*/
/*	X	background: #ffffff; /* Old browsers */
/*	X	background: -moz-linear-gradient(left, #ffffff 0%, #022e8d 50%, #ffffff 100%); /* FF3.6+ */
/* chrome		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#022e8d), 		color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
/*		background: -webkit-linear-gradient(left, #ffffff 0%,#022e8d 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
/*		background: -o-linear-gradient(left, #ffffff 0%,#022e8d 50%,#ffffff 100%); /* Opera 11.10+ */
/*		background: -ms-linear-gradient(left, #ffffff 0%,#022e8d 50%,#ffffff 100%); /* IE10+ */
/*		background: linear-gradient(to right, #ffffff 0%,#022e8d 50%,#ffffff 100%); /* W3C */
/*----------------------------------------------------------------------------*/
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(left, #FFFFFF 0%, #022e8d 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #FFFFFF 0%, #022e8d 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, #FFFFFF 0%, #022e8d 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #022e8d));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #FFFFFF 0%, ##022e8d 50%,#ffffff 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to right, #FFFFFF 0%, #022e8d 50%,#ffffff 100%);
/*-------------------------------------------------------------------------------*/
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ 
		color:white;
		font-weight:bold; 
		text-align:center;
		height: 1.3em;
		clear: both;
		padding-top: 16px;
		width: 100%;
	}

div#main a span{
	display: none;
	}
	
div#main a:hover span{
	margin-left: 200px;
	display: block;
	position: absolute;
	margin-bottom: 10px;
    left: 80%;
    margin: -15% 0 0 -25%;
	background: #FFFFFF;
	}
	
	
.contactfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 33%;
	height: 5em;
	vertical-align: middle;
	padding-top: 13px;
	padding-bottom: 20px;
	float: left;
	}
.contactfooter p {
	font-weight: bold;
	}
div#footer {
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	}
div#lowermenu {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	}
div#lowermenu ul {
	display: inline;
	list-style-type: none;
	}
div#lowermenu ul li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	}
#templatecontent {
	float: left;
	margin: auto;
	}	
#MWComp {
	padding-top: 10px;
	margin: 0px auto;
	text-align: left;
	font-size: 100%;
	width: 100%;

	}
#MWComp ul {
	
	padding: 0 5px;
	list-style: none;
	position: relative;
	display: inline-table;


	}
#MWComp ul li {
	
	padding-bottom: 0px;
	border: 1px solid black;
	background-color: #EEE;
	margin-top: -1px;
	}
#MWComp ul li a {
		vertical-align: middle;
	display: block;
	padding: 3px 10px;
	color: black;
	text-decoration: none;
	border: none;
	height: 125px;
	margin: 0em auto;
	}
#MWComp img {
		vertical-align: middle;
	}
div#backtotop {
	border-bottom: 1px solid black;
	padding-bottom: 7px;
	text-align: center;
	clear: both;
	width: 100%;
	}
span.apps {
	font-size:16px;
	vertical-align: top;
	}
.topleft {	
	vertical-align:top;
	text-align:left;
}
.topcenter {	
	vertical-align:top;
	text-align:center;
}
tr.spaceUnder > td
{
  padding-bottom: 1em;
}
.instock {
	font-size:16px;
	font-weight: bold;
	color: #FF0000;
	}
.spectable {
	float: left;
	border-collapse:collapse;
	margin: 5px;
	}
.spectable th {
	background-color: black;
	color: white;
	border: 1px solid black;
	text-align: center;
	height: 30px;
	}
.spectable td {
	border: 1px solid black;
	background-color: #e7e7e8;
	padding: 5px;
	}	
.padimg {
	padding: 20px;
	}	
.padbuynow {
	padding-top: 3px;
	padding-bottom: 3px;
	}	
#textbuttons {
	text-align: left;
	font-size: 100%;
	width: 100%;
	}
#textbuttons ul {
	padding: 0 5px;
	list-style: none;
	position: relative;
	display: inline-table;
	}
#textbuttons ul li {
	margin-top: -1px;

	background-color: #EEE;
	border: 1px solid black;
	}
#textbuttons a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 50px 40px;
	}