body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B1C7E1;
}

body img {
	border: none;
}

#wrapper {
	margin: 10px;
	width: 984px;
	background-color: #FFF;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
}

#phpmv {
	height: 0px;
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#phpmv img {
	border: 0px;
}

#header {
	height: 75px;
	border-bottom: 1px solid #000;
}

#logo {
	float: left;
	width: 188px;
	border: none;
}

#navimg {
	margin-left: 188px;
	height: 37px;
	text-align: right;
	font-size: 0.9em;
	padding: 0px 10px 0px 0px;
}

#nav, #acctnav {
	padding: 15px 0px 10px 0px;
	margin-left: 260px;
}

#nav ul, #acctnav ul {
	font-size: 0.9em;
	list-style-type: none;
}

#nav li, #acctnav li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

#nav li a, #acctnav li a {
	display: block;
}

#nav li a:link, #nav li a:visited, #acctnav li a:link, #acctnav li a:visited {
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #acctnav li a:hover, #acctnav li a:active, #acctnav li a:focus {
	color: #F00;
}

#nav div, #acctnav div {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 1px solid #0456A4;
}

#nav div a, #acctnav div a {
	display: block;
	position: relative;
	padding: 5px;
}

#nav div a:hover, #nav div a:active, #nav div a:focus, #acctnav div a:hover, #acctnav div a:active, #acctnav div a:focus {
	color: #000000;
	background-color: #B1C7E1;
}

#nav:after, #acctnav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#bodywrap {
	background: #FFF;
	text-align: left;
}

#left {
	width: 160px;
	float: left;
	padding: 0px 0px 20px 0px;
}

#left ul {
	font-size: 0.9em;
	list-style-type: none;
}

#left li {
	padding-left: 10px;
}

#left li a:link, #left li a:visited {
	display: block;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#left li a:hover, #left li a:active, #left li a:focus {
	font-weight: bold;
	color: #F00;
}

#barmenu {
	height: 190px;
}

#lampmenu {
	height: 260px;
}

#powered_by {
	padding-top: 20px;
	padding-bottom: 60px;
	font-size: 0.8em;
	text-align: left;
	vertical-align: center;
}

#powered_by fieldset {
	border: none;
}

#logon {
	text-align: center;
}

#logon table {
	background-color: #EEEEEE;
}

#logon fieldset {
	border: none;
}

#logon th {
	text-align: right;
}

#logon td {
	text-align: left;
}

#main {
	margin-left: 160px;
	padding: 10px 20px;
	font-size: 0.8em;
}

#main h4 {
	color: #999;
	font-size: 1.2em;
}

#main p {
	padding-bottom: 10px;
}

#main a:link, #main a:visited {
	color: #0456A4;
	text-decoration: none;
}

#main a:hover, #main a:active, #main a:focus {
	color: #F00;
}

#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#breadcrumb {
	margin: 10px 0px 10px 160px;
	font-size: 0.6em;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #000;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
	color: #F00;
}

#title {
	text-align: center;
}

#title p {
	font-size: 1.6em;
	color: #999;
}

#recenttable {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

#recenttable td {
	width: 110px;
}

#variation {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}

#glassblow {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #000;
	font-size: 0.8em;
	text-align: center;
}

#supportleft {
	width: 360px;
	height: 800px;
	float: left;
}

#supportright {
	margin: 10px 5px 10px 370px;
	background-color: #EEE;
	padding: 10px;
}

#seealso {
	clear: right;
	text-align: center;
}

#productleft table {
	margin-bottom: 20px;
}

#productright {
	width: 340px;
	float: right;
	margin-right: 50px;
}

#audrey {
	float: left;
	margin-left: -40px;
}

#footer {
	margin-top: -60px;
	padding: 10px 0px;
	text-align: center;
	width: 160px;
	float: left;
	font-size: 0.7em;
}

#footer a:link, #footer a:visited {
	color: #0456A4;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #F00;
}

.center {
	text-align: center;
}

.topcenter {
	text-align: center;
	vertical-align: top;
}

.besa {
	font-size: 1.2em;
	color: #999;
}

.green a:link, .green a:visited {
	color: #6C3;
	text-decoration: none;
}

.green a:hover, .green a:active, .green a:focus {
	color: #9F3;
}

.rule {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pprule {
	border-top: 1px solid #000;
	width: 320px;
}
	
.leftimg {
	float: left;
	padding: 0px 10px;
}

.rightimg {
	float: right;
	padding-left: 10px;
	margin-right: 50px;
	text-align: center;
}

.rightimg p {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #000;
	font-size: 0.8em;
}

.rightimg object {
	margin-top: 10px;
	padding-top: 10px;
}

.clearright {
	clear: right;
}

.clearit {
	clear: both;
}

.fulltable {
	width: 99%;
	text-align: center;
}

.halftable {
	width: 49%;
}

.thirdtable {
	width: 33%;
}

.twothirds {
	width: 66%;
}

.quartertable {
	width: 24%;
	text-align: center;
	vertical-align: top;
}

.relative {
	position: relative;
}

.disco {
	position: absolute;
	width: 99%;
	top: 40%;
	color: #FF0000;
	background-color: #FFFFFF;
	z-index: 1;
	text-align: center;
}

.status1 {
	font-weight: bold;
	color: #009900;
	font-size: 1.2em;
}

.status2 {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

.textfield {
	width: 99%;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}

.selection {
	width: 12%;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.selection a:link, .selection a:visited {
	color: #0456A4;
	text-decoration: none;
}

.selection a:hover, .selection a:active, .selection a:focus {
	color: #F00;
}

.options {
	font-size: 0.8em;
	width: 70px;
}

.small {
	font-size: 0.8em;
}

.break {
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
}

.break p {
	padding: 10px 10px 10px 20px;
}

.break a:link, .break a:visited {
	color: #0456A4;
	text-decoration: none;
}

.break a:hover, .break a:active, .break a:focus {
	color: #F00;
}

.break td {
	text-align: center;
}

.break img {
	padding: 5px 0px;
}

.break ul {
	padding-bottom: 10px;
}

.break li {
	margin-left: 35px;
}

.family li {
	margin-left: 10px;
	padding: 5px;
	font-size: 1.1em;
}

.grayout {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.support {
	background-color: #EEE;
	margin: 0px 5px 10px;
	padding: 5px;
}

.support table {
	width: 330px;
	background-color: #FFF9E7;
	margin-bottom: 10px;
}

.newsupport {
	margin: 10px 10px 10px 100px;
	padding: 10px;
	width: 400px;
}

.newsupport table {
	width: 99%;
	background-color: #FFF9E7;
	margin-bottom: 10px;
}

.catalog {
	padding-bottom: 10px;
}

.catalog li {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-left: 15px;
}

.catalog img {
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
}

.catbox {
	border: 1px solid #000;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 350px;
	table-layout: fixed;
}

.catbox a {
	font-size: 1.2em;
}

.cathead {
	border-top: 1px solid #999;
	padding-top: 5px;
	font-size: 0.8em;
	text-align: left;
}

.catmenu {
	margin: 5px;
	font-size: 1.0em;
	border: 1px solid #0456A4;
}

.catmenu table {
	display: inline;
	width: 790px;
	table-layout: fixed;
}

.catmenu td.center {
	text-align: center;
}

.category {
	font-size: 1.4em;
}

.canopya {
	width: 90px;
}

.canopyb {
	text-align: left;
	width: 335px;
}

.canopyc {
	width: 335px;
}

.canopyc img {
	float: right;
	padding-right: 20px;
}

.pdf {
	text-align: left;
	padding: 10px;
}

.headline {
	text-align: center;
	font-size: 1.2em;
	color: #999;
}

.rep {
	text-align: center;
	color: #999;
	font-size: 1.3em;
	padding: 0px 5px;
}

.reptitle {
	font-size: 1.6em;
	color: #999;
	margin-bottom: 5px;
	text-align: center;
}

.replist {
	text-align: center;
	vertical-align: top;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.promo {
	margin: 0px 10px;
}

.required {
	color:#FF0000;
}

.rail {
	width: 75%;
}

.rail td {
	text-align: center;
	width: 33%;
}

.cfl {
	margin-top: -45px;
	float: right;
}

table.favorites, table.projects{
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	table-layout: fixed;
}

.favorites th, .favorites td {
	text-align: center;
	width: 24%;
}

.projects th, .projects td {
	text-align: center;
	width: 33%;
}

.audreymain {
	margin: 0px 0px 10px 160px;
}

.newstable {
	width: 500px;
	border: none;
}

.newsfulltable {
	width: 99%;
	border: none;
	border-bottom: 1px dotted #000000;
}

.newstitle {
	color: #0456A4;
	font-weight: bold;
	font-size: 1.4em;
	height: 25px;
}

.newscategory {
	text-align: right;
}

/* main navigation */

ul#main_menu {list-style:none; margin:0px; padding:0px;}
ul#main_menu li {padding-right:40px; font-size:16px; display:inline;}

/* tab links */

.tab_on {padding:0px; margin:0px; font-weight:bold; font-size:12px; font-family:Arial, sans-serif; color:#0456A4; margin-bottom:5px; text-decoration:none;}

.tab_on:hover, .tab_on:active, .tab_on:focus {color:#F00; text-decoration:none;}

.tab_off:hover, .tab_off:active, .tab_off:focus {color:#F00; text-decoration:none;}

.tab_off {padding:0px; margin:0px; font-weight:bold; font-size:12px; font-family:Arial, sans-serif; color:#0456A4; margin-bottom:5px; text-decoration:none;}

.search_form {
	margin-left: 330px;
}

hr.results {
	width: 670px;
}

/* search form settings (including advanced search) */

table#zip_search {margin-top:1px; border:1px solid #65810A; padding:3px;}
table#zip_search tr th {font-weight:bold; padding:1px; text-align:left;}
table#zip_search tr td {padding:1px;}
table#zip_search tr td.small {font-size:11px;}

/* ranked locations background color */ 

table.results tr.rank_bg {background-color:#cccccc;}
table.results tr.rank4_bg {background-color:#cccccc;}
table.results tr.rank3_bg {background-color:#dddddd;}
table.results tr.rank2_bg {background-color:#eeeeee;}
table.results tr.rank1_bg {background-color:#ffffff;}

/* results list table settings */ 

table.results {border:none; margin:0;}
table.results tr td {padding:5px;border-bottom:1px solid #dddddd;}
table.results tr td.last {text-align:right; font-weight:none}
table.results tr td p a:link {font-weight:bold;}
table.results tr td p a:visited {font-weight:bold;}
table.results tr td p a:hover {font-weight:bold;}

/* page navigation settings */

div#page {padding-bottom:3px;}
div#page table tr td {padding:2px; font-size:11px;}

/* info table in detailed results */

table.detailsinfo { border:none; margin:0px; float:left;}
table.detailsinfo tr td {padding:5px;border-bottom:1px solid #dddddd;}
table.detailsinfo tr td.last {text-align:right; font-weight:none}
table.detailsinfo tr td p a:link {font-weight:bold;}
table.detailsinfo tr td p a:visited {font-weight:bold;}
table.detailsinfo tr td p a:hover {font-weight:bold;}

/* email form table in detailed results */

table.emailform  {border:1px solid #dddddd; padding:1px;}
table.emailform tr th {text-align:left; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:20px; font-weight:bold; background-color:#eeeeee; border:1px solid #dddddd;}
table.emailform tr td {padding-top:10px; padding-bottom:10px; padding-left:10px;padding-right:20px;}

/* user fields table in detailed results */

table.userfieldtable  {border:1px solid #dddddd; padding:1px;}
table.userfieldtable tr th {text-align:left; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:20px; font-weight:bold; background-color:#eeeeee; border:1px solid #dddddd;}
table.userfieldtable tr td {padding-top:10px; padding-bottom:10px; padding-left:10px;padding-right:20px;}

/* rest */

div#main_content {padding:10px;}
div#sub_navigation {float:none; text-align:right;}

div#sub_navigation div {margin-bottom:5px; font-size:11px; color:#333333;}
div#sub_navigation div a:link {text-decoration:none;}

div#no_match_found {margin:0px; padding:3px; font-size:14px; font-weight:bold; color:#FF0000; font-family:Arial, sans-serif; background-color:#FFFFCC;}
div#no_zip_entered {margin:0px; padding:3px; font-size:14px; font-weight:bold; color:#FF0000; font-family:Arial, sans-serif; background-color:#FFFFCC;}

hr {width:100%;color:#dddddd; margin:0px; padding:0px;}

.message_fail {color:#FF0000;}

.message_sent {color:#0000FF;}