@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#mainContent a {
	color: #FE9A00;
	text-decoration: none;
}
#mainContent ul li {
	margin-bottom: 10px;
}


.proBite #container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.proBite #header {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 15px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: right 90px;
}

.proBite #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.proBite #mainContent {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C5C5E2;
	border-right-color: #C5C5E2;
	border-bottom-color: #C5C5E2;
	border-left-color: #C5C5E2;
	height: auto;
	width: auto;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.proBite #container #mainContent .compare .compareleft img {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px;
	padding: 0px;
}

.subtext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#header_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	float: right;
	margin: 0px;
}
#header_nav a {
	color: #666666;
	padding-left: 8px;
	padding-right: 8px;
}
#zoom {
	float: right;
	clear: right;
}
#lang {
	float: left;
}
.searchbox {
	float: right;
	clear: both;
	width: 550px;
	padding-top: 10px;
	padding-right: 20px;
}
#mainnav {
	background-image: url(images/mainnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#subnav {
	background-color: #9999CB;
	width: 935px;
	background-image: url(images/subnav_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	height: 26px;
	padding-top: 4px;
}
#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
}
#left {
	float: left;
	width: 150px;
	background-color: #C5C5E2;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
}
#left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#right {
	width: 149px;
	float: right;
	background-color: #C5C5E2;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
}
#right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.leftnav_bot {
	background-color: #C5C5E2;
	height: 10px;
	clear: both;
	background-image: url(images/leftmenu_corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#applications {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	width: 300px;
	clear: both;
}
#mainContent img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 8px;
	background-color: #FFFFFF;
}

#contactus legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

#right ul {
	list-style-type: none;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
.ad {
	width: 300px;
	float: left;
}

#left ul {
	margin: 0px;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}
#midcontainer {
	margin: 0px;
	padding: 0px;
	height: 167px;
	border: 1px none #C5C5E2;
}
#leftcol {
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftnav_top {
	background-color: #FE9A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 20px;
	margin: 0px;
	padding-right: 0px;
	width: 292px;
}
#rightflash {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 635px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FE9A00;
	border-left: none;
}
#titlebox {
	font-family: Arial, Helvetica, sans-serif;
	width: 635px;
	background-color: #FE9A00;
}
#titlebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	color: #FFFFFF;
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #303187;
	font-size: 18px;
	margin: 0px 0px 8px;
	padding: 8px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

.footer {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FE9A00;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #9999CB;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #9999CB;
	border-left-color: #9999CB;
	margin: 0px;
	padding: 3px 0px 6px;
	clear: both;
	height: 26px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footerTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.homeright  fieldset {
	border: 1px solid #C5C5E2;
	padding: 10px 10px 10px 25px;
	margin-top: 17px;
	margin-bottom: 17px;
}
.homeright  li {
	list-style-image: url(images/bulletarrow.gif);
}
.homeright  legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7A7ABC;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}
.homeright  ul {
	margin: 0px;
	padding: 0px;
}.homeleft {
	float: left;
	width: 290px;
	margin: 0px;
	padding: 0px;
}
.homeright {
	width: 290px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.clearfloat {
	clear: both;
}

.contactinfo {
	float: right;
	width: 150px;
	padding: 10px;
	margin-right: 10px;
	border: 1px dashed #CCCCCC;
	margin-top: 10px;
}
.contact ol {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.contact .submit {
	clip: rect(auto,auto,auto,auto);
	margin-left: 131px;
	margin-top: 12px;
}
.contact li {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

label {  
float: left;  
width: 10em;  
margin-right: 1em;
display: block;
}
.contact {
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: right;
}
#contactus fieldset {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.noimageborder {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.compare {
	border: 1px dashed #CCCCCC;
	padding: 20px;
	margin: 8px auto 20px;
	height: 135px;
	width: 820px;
}
.compareleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
}
.compareright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 350px;
}
.proBite #container #mainContent .compare .compareright img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.compare  img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
code {
	color: #999999;
	font-size: 12px;
}
.gallerycontainer {
	width: 615px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.galleryinstructions {
	margin: 0px;
	padding: 8px;
	border: 2px dashed #CCCCCC;
	width: 500px;
	float: right;
}
.backpageleft {
	float: left;
	width: 430px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 210px;
}
.proBite #container #mainContent .backpageleft img {
	float: left;
	border: 3px solid #EAEAEA;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.proBite #container #mainContent .backpageleft .download {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left50 {
	width: 43%;
	float: left;
	padding: 20px;
	border: 2px dashed #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFBB;
	height: 515px;
}
.right50 {
	float: right;
	width: 45%;
	padding: 20px;
	border: 2px dashed #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	height: 515px;
}
.certs {
	float: left;
	width: 430px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 150px;
}
.proBite #container #mainContent .certs img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.proBite #container #mainContent .certs .download {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#expo-block {background-color:#fff; height:100px;	width:110px; margin-left:auto; margin-right:auto;}
#expo-wrapper {background-color:#FFF;}
#expo-block div.expo {	margin: 5px; float: left; }

