@charset "UTF-8";
/*selector {property:value}
 
If value is multiple words, put quotes around it
eg. p {
font-family: "sans serif";
}
 
Internal styles override stylesheet styles*/
 
body {
	background-color: #fff;
	background-image: URL('/images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial,Verdana,sans-serif;
	font-size: 100%;
	color: #000;
	border: 0px;
}
a:link {
	color:#0faf0d;
	text-decoration:none;
}      /* unvisited link */
a:visited {
	color:#0faf0d;
	text-decoration:none;
}  /* visited link */
a:hover {
	color:#0BC9E1;
	text-decoration:none;
}  /* mouse over link */
a:active {
	color:#0faf0d;
	text-decoration:none;
}  /* selected link */
td {
	border: 0px;
	font-size: 1em;
	margin: 0px;
}
table {
	border: 0px;
	margin: 0px;
	font-size: 1em;
}
div {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: text-top;
	font-size: 1em;
	position: relative;
}
img {
	border: 0px;
	vertical-align: bottom;
}
div#topnav {
	width: 540px;
	margin-left: 300px;
	margin-right: 160px;
	background-color: #ff6100;
	vertical-align: top;
	border:1px solid #000;
}
#topnav a:link {
	color:#fff;
	text-decoration:none;
}      /* unvisited link */
#topnav a:visited {
	color:#fff;
	text-decoration:none;
}  /* visited link */
#topnav a:hover {
	color:#000;
	text-decoration:none;
}  /* mouse over link */
#topnav a:active {
	color:#fff;
	text-decoration:none;
}  /* selected link */



/* Image Menu */

.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:1000px;
	height:400px;
	overflow: hidden;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 400px;
	position: relative;
	}	
.jimgMenu ul li {
	width: 333.33px;
	float: left;
	display: block;
	overflow: hidden;
}
.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 400px;
}
.jimgMenu ul li#distributor a {
	background: url('images/slide-distributor.jpg') repeat scroll 0%;
}

.jimgMenu ul li#business a {
	background: url('images/slide-business.jpg') repeat scroll 0%;
}

.jimgMenu ul li#home a {
	background: url('images/slide-home.jpg') repeat scroll 0%;
	border-right-style: none;
}


/* Contact Form CSS */
form#contactform input {
	border-color:#000;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#000;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#000;
	border-style:solid;
	border-width:1px;
}


/* jquery powerpoint slideshow */
#container {
	background:#fff;
	position:relative;
	text-align:center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */
.jmorph {
	width:640px;
	margin:auto 0px;
}
.jmorph .imageContainer {
	display:table;
}
.jmorph .image {
	background:#ccc;
	padding:10px;
	display:table-cell;
}
.jmorph .image .currentImg,.jmorph .image .nextImg {
	background-repeat:no-repeat;
	background-position:center; 
	position:relative;
}
.jmorph .image .nextImg {
	top:0; 
	left:0; 
	position:absolute;	
}
.jmorph div a.previous,.jmorph div a.next { 
	padding:0.5em;
	margin:1em;
	float:left;
}
.jmorph .image a.previous,.jmorph .image a.next {
	font-size:1.5em;
}
.jmorph ul.band {
	padding:5px;	
	list-style:none;
	background:#ddd;
	width:5000px;
	margin-left:0px;
}
.bandContainer {
	width:300px;
	overflow:hidden;
	float:left;
	text-align:left;
}
.jmorph ul.band li {
	display:inline;
	margin:5px;
	padding:5px
}
.jmorph ul.band li.selected {
	background:#fff;
}