/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #183e71;
	text-decoration: none;
}
a:hover, a:active {
	color: #8ac3fb;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0 1em 0;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.5em 0;
}

p {
	margin: 0 0 16px 0;
}
p.attention {
	font-size: 18px;
	line-height: 27px;
}
address {
	margin: 0 0 16px 0;
}

body {
	text-align: center;
	background: #102b3f url(../images/bg.png) top center repeat;
	color: #eee;
	font-size: 75%;
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

#header {
	width: 100%;
	background: transparent url(../images/top-bg.png) top center repeat-x;
	text-align: center;
}
#header-inside {
	width: 812px;
	margin: 0 auto;
	overflow: hidden; /* float clearing */
}
a#logo {
	float: left;
	position: relative;;
	top: 0;
	left: 37px;
}
#tagline {
	float: right;
	font-size: 18px;
	line-height: 27px;
	padding: 37px;
	text-align: right;
	margin: 0;
}
#top-menu-wide,
#footer-menu-wide {
	width: 100%;
	background: #fbbf64 url(../images/menu-wide-bg.png) top center repeat;
}
#top-menu-wide-bg {
	width: 100%;
	background: transparent url(../images/menu-wide-top-bg.png) top center repeat-x;
	text-align: center;
}
#footer-menu-wide-bg {
	width: 100%;
	background: transparent url(../images/footer-menu-wide-top-bg.png) top center repeat-x;
	text-align: center;
}
#top-menu-container,
#footer-menu-container {
	width: 812px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
ul#top-menu {
	background: transparent url(../images/menu-bg.png) top center no-repeat;
	padding: 190px 0 0 0;
	overflow: hidden;
}
ul#footer-menu {
	background: transparent;
	padding: 48px 0 0 0;
	overflow: hidden;
}
ul#top-menu li,
ul#footer-menu li {
	float: left;
	display: inline; /* dIE */
	background: transparent url(../images/h-bullet.png) center left no-repeat;
	padding: 1px 0 4px 24px;
	margin: 3px 10px 1px 16px;
	color: #333;
	font-size: 1.1em;
}
ul#top-menu li a:link,
ul#top-menu li a:visited,
ul#footer-menu li a:link,
ul#footer-menu li a:visited {
	color: #333;
	text-decoration: none;
}
ul#top-menu li a:hover,
ul#top-menu li a:active,
ul#footer-menu li a:hover,
ul#footer-menu li a:active {
	color: #643513;
	text-decoration: none;
}
#content-wide {
	width: 100%;
	background: #fff url(../images/page-top-bg.png) top center repeat-x;
	padding: 20px 0;
	text-align: center;
}
#content {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	color: #333;
}
#page {
	float: left;
	width: 500px;
	font-size: 1.2em;
}
#wide-page {
	float: left;
	width: 750px;
	font-size: 1.2em;
}

#wide-page.front-page {
	background: transparent url(../images/usb_pressure_sensor_photos.gif) top right no-repeat;
}
#wide-page.front-page h1 {
	margin-top: 40px;
}
#wide-page.front-page p {
	margin: 0 0 32px 0;
}

#front-page-usb-pressure-sensor-photos {
	float: right;
	width: 200px;
	overflow: hidden;
}

#breadcrumbs {
	margin: 10px 0 0 0;
}
#breadcrumbs li {
	display: inline;
	margin-right: 4px;
}



ul.control-conundrums {
	margin: 20px 0;
	overflow: hidden;
	font-size: 18px;
}
ul.control-conundrums li {
	float: left;
	display: inline; /* dIE */
	margin: 0 10px 10px 0;
	background-color: #e5effa;
	padding: 6px;
}

ul.ticks {
	padding: 0 0 0 10px;
}
ul.ticks li {
	background-image: url(../images/tick.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 2px 0 3px 24px;
}
ul.product-info {
	margin-bottom: 1em;
}

#contact-form div,
#software-form div {
	width: 100%;
	overflow: hidden;
	padding: 1px 0;
	margin: 0.6em 0;
}

#contact-form label,
#software-form label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	position: relative;
	top: 0px;
	width: 160px;
}
#contact-form label em,
#software-form label em {
	color: #812313;
	font-style: normal;
}
#contact-form img
#software-form img {
	position: relative;
	top: 4px;
	margin: 0 0 0 10px;
}

#contact-form input,
#software-form input {
	margin: 2px 0;
	width: 180px;
}
#contact-form input#submit,
#software-form input#submit {
	width: 186px;
}
#contact-form select {
	margin: 2px 0;
	width: 186px;
}
#contact-form textarea {
	margin: 2px 0;
	width: 280px;
	height: 110px;
}
#contact-form .error,
#software-form .error {
	clear: both;
	color: #812313;
	background-image: url(../images/exclamation.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 5px 5px 22px;
	margin: 0 0 0 170px;
	width: 400px;
}

#success-message {
	background-image: url(../images/accepted_48.png);
	background-repeat: no-repeat;
	background-position: 80px 50px;
	padding: 40px 10px 50px 150px;
	font-size: 1.2em;
}


/* Table Styling */
.content-table {
	width: 100%;
	padding: 1px 0;
	margin-bottom: 20px;
}
.content-table table {
	width: 100%;
	margin: 10px 0;
}
.content-table table tr.heading {
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 0.8em;
}
.content-table td,
.content-table th {
	color: #333;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.content-table th {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.content-table th img {
	position: relative;
	top: 3px;
}
.content-table td span.product-name {
	font-weight: bold;
}
.content-table td.price {
	text-align: right;
	padding-right: 20px;
}
.content-table td.left-align {
	text-align: left;
}
.content-table tr.alt {
	background-color: #f6f6f6;
}
.content-table td input {
	width: 40px;
}

.content-table p {
	padding: 0;
	margin: 40px 20px;
	text-align: center;
}

.buy-this-product {
	float: right;
	margin-top: 40px;
	width: 204px;
	clear: right;
	background-color: #f6ffcf;
	text-align: center;
	position: relative;
	top: 0;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 10px 0 20px;
}
.buy-this-product:active {
	top: 1px;
}
.buy-this-product em {
	font-size: 2em;
	line-height: 1.8em;
}
.buy-this-product span {
	display: block;
	margin: 0 10px;
}
p.products-form-submit,
.products-form-info {
	padding: 20px;
	background-color: #f6ffcf;
	text-align: center;
}
p.products-form-submit input {
}
p.products-form-submit label {
	margin-right: 20px;
}

div.gcsubmit-container {
	clear: both;
	padding: 20px 30px 10px 30px;
	background-color: #f6ffcf;
	text-align: center;
	overflow: hidden; /* float clearing */
	margin-bottom: 30px;
}
div.gcsubmit-container p {
	float: left;
	margin: 10px 0 0 0;
}
div.gcsubmit-container div {
	float: right;
}
p.amend-quantities {
	float: left;
	margin-top: 30px;
	font-size: 0.8em;
}
p.sub-total {
	float: right;
	padding: 20px;
	font-size: 1.4em;
	text-align: right;
}
p.privacy-information {
	color: #999;
	font-size: 0.8em;
}

.galleria_container {
	float: right;
	position: relative;
	right: 3px;
}
.galleria_wrapper img {
	width: 419px;
	height: 279px;
	border: 3px solid #f0f0f0;
}
.galleria {
	float: left;
	width: 65px;
	overflow: hidden;
}
.galleria li {
	float: left;
	width: 59px;
	height: 59px;
	margin-bottom: 8px;
	border: 3px solid #f0f0f0;
}


#side-bar {
	background: transparent url(../images/side-bar-bg.png) top left repeat-y;
	float: right;
	width: 240px;
	margin: 28px 0 0 0;
}
#side-bar-top {
	background: transparent url(../images/side-bar-top-bg.png) top left no-repeat;
}
#side-bar-bottom {
	background: transparent url(../images/side-bar-bottom-bg.png) bottom left no-repeat;
	overflow: hidden;
	padding: 0 0 50px 0;
}
#side-bar h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 1em 24px;
}
#side-bar .mobile,
#side-bar .fax,
#side-bar .email,
#side-bar .brochure {
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 24px;
	margin: 20px 0 10px 24px;
}
#side-bar .mobile {
	background-image: url(../images/phone.png);
}
#side-bar .fax {
	background-image: url(../images/printer.png);
}
#side-bar .email {
	background-image: url(../images/email.png);
	margin-bottom: 20px;
}
#side-bar .brochure {
	margin-top: 40px;
	background-image: url(../images/page_white_acrobat.png);
}
.side-bar-image-container {
	text-align: center;
	padding: 10px 0;
}

#footer-wide {
	width: 100%;
	background: transparent url(../images/footer-top-bg.png) top center repeat-x;
	overflow: hidden;
	padding: 20px 0;
}
#footer {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	color: #6e7883;
}
#footer p {
	margin: 0 0 4px 0;
}
#footer a:link, #footer a:visited {
	color: #6e7883;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ccc;
	text-decoration: none;
}
#footer .pinbellcom-logo {
	text-align: right;
	float: right;
	margin: 0;
}
