/*####################################
#	CSS RESET
####################################*/

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}
	
input,
textarea {
	outline: none;
	}


/*####################################
#	BODY, HTML, MISC
####################################*/

body {
	background: #20262c url(../img/layout/body_bg.jpg) repeat-x top left;
	color: #686465;
	font: normal 12px Arial, sans-serif;
	height: 100%;
	width: 100%;
	}
	
html {
	height: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
* html #wrapper {
	height: 100%;
	}
	
.clear {
	clear: both;
	}
	
#container {
	background: url(../img/layout/wrapper_bg.png) repeat-y top center;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 28px;
	position: relative;
	width: 940px;
	}
	
div#content {
	padding-bottom: 134px;
	}
	
a {
	color: #98012e;
	}
	
p {
	line-height: 1.55em;
	margin-bottom: 1.666em;
	}
	
h2 {
	background: url(../img/layout/h2_bg.gif) no-repeat top right;
	color: #f9feff;
	font-size: 1.5em;
	line-height: 1.722em;
	margin-bottom: 20px;
	padding-left: 16px;
	}
	
h2 span {
	background: url(../img/layout/h2_span_bg.gif) no-repeat top left;
	display: block;
	line-height: 1.722em;
	margin-left: -16px;
	padding-left: 11px;
	}
	
div.error-message {
	color: red;
	padding: 6px 0 0 3px;
	}
	
div#flashMessage.message,	
div#flashMessage.error {
	color: red;
	font-size: 1.167em;
	margin-bottom: 20px;
	}
	
div#flashMessage.message {
	color: green;
	}
	
a.viewCart {
	float: right;
	padding-bottom: 10px;
	text-decoration: none;
	}
	
strong {
	font-weight: bold;
	}
	
hr {
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	height: 0;
	}


/*####################################
#	HEADER
####################################*/

#headerWrapper {
	border-top: 3px solid #42636d;
	margin: 0 -20px 40px;
	padding: 16px 20px 0;
	}

#header {
	background: url(../img/layout/header_bg_tile.gif) repeat-x bottom left;
	position: relative;
	}
	
#header h1 {
	background: url(../img/layout/header_bg_left.gif) no-repeat top left;
	left: 0;
	height: 108px;
	padding: 30px 0 0 30px;
	position: absolute;
	top: 0;
	}
	
#header ul {
	border-bottom: 5px solid #231f20;
	left: 255px;
	margin-left: 3px;
	padding-top: 25px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 650px;
	}
		
#header ul li {
	display: inline;
	}
	
#header ul li a {
	background: url(../img/layout/header_nav_bg.gif) no-repeat -1000em top;
	float: right;
	height: 23px;
	margin-left: 21px;
	position: relative;
	top: 5px;
	text-indent: -1000em;
	}
	
#header ul li a:focus {
	outline: none;
	}
	
#header ul li.home a {
	background-position: top left;
	width: 48px;
	}
	
#header ul li.home a:hover,
#landing #header ul li.home a {
	background-position: bottom left;
	}
	
#header ul li.categories a {
	background-position: -48px top;
	width: 87px;
	}
	
#header ul li.categories a:hover,
#categories #header ul li.categories a,
#products #header ul li.categories a {
	background-position: -48px bottom;
	}
	
#header ul li.about a {
	background-position: -135px top;
	width: 81px;
	}
	
#header ul li.about a:hover,
#aboutUs #header ul li.about a {
	background-position: -135px bottom;
	}
	
#header ul li.distributors a {
	background-position: -216px top;
	width: 114px;
	}
	
#header ul li.distributors a:hover,
#distributors #header ul li.distributors a {
	background-position: -216px bottom;
	}
	
#header ul li.contact a {
	background-position: -330px top;
	width: 76px;
	}
	
#header ul li.contact a:hover,
#contact #header ul li.contact a {
	background-position: -330px bottom;
	}
	
#header ul li.faq a {
	background-position: -406px top;
	width: 33px;
	}
	
#header ul li.faq a:hover,
#faq #header ul li.faq a {
	background-position: -406px bottom;
	}
	
#header form {
	background: url(../img/layout/header_bg_right.gif) no-repeat top right;
	height: 75px;
	padding: 63px 32px 0 0;
	}
	
#header form fieldset {
	background: url(../img/layout/form_bg.gif) no-repeat top right;
	padding-right: 4px;
	text-align: right;
	}
	
#header form fieldset label {
	color: #6e7577;
	display: inline-block;
	font-size: 1.167em;
	line-height: 2.571em;
	padding-left: 12px;
	padding-right: 14px;
	vertical-align: top;
	}
	
#header form fieldset input {
	margin-top: 4px;
	}
	
#header form fieldset input#ProductSearch {
	background-color: #d9dcdd;
	border: 0;
	color: #6e7577;
	font-size: 1.167em;
	height: 21px;
	padding-top: 5px;
	vertical-align: top;
	width: 146px;
	}
	

/*####################################
#	FOOTER
####################################*/

#footer {
	background-color: #e8eeef;
	border-top: 2px solid #d5d9da;
	bottom: 0;
	color: #686465;
	margin: 0 -20px;
	padding: 20px 20px 13px;
	position: absolute;
	width: 940px;
	}
	
#footer ul {
	margin-bottom: 18px;
	}
	
#footer ul li {
	display: inline;
	padding-right: 10px;
	}
	
#footer ul li a {
	color: #686465;
	}
	
#landing #footer ul li.home a,
#categories #footer ul li.categories a,
#products #footer ul li.categories a,
#aboutUs #footer ul li.about a,
#distributors #footer ul li.distributors a,
#contact #footer ul li.contact a,
#faq #footer ul li.faq a,
#footer ul li a:hover {
	color: #969696;
	text-decoration: none;
	}


/*####################################
#	BOXES
####################################*/

/* BOXES */
#landing div#content div.slideshow,
#landing div#content div.productCategories,
#landing div#content div.testimonial,
div#content img.aboutUsImage,
div#content a.aboutUsMap,
#aboutUs div#content div.contactUs {
	margin-bottom: 33px;
	}
	
/* NEW LINE */
#landing div#content div.aboutOurCompany {
	clear: left;
	}
	
/* 700 */
#products div#content div.products {
	float: left;
	margin-right: 20px;
	width: 700px;
	}
	
/* 640 */
#aboutUs div#content img.aboutUsImage,
#aboutUs div#content div.aboutUs,
#contact div#content form,
#faq div#content div.faq {
	float: left;
	margin-right: 20px;
	width: 640px;
	}
	
/* 460 */
#landing div#content div.aboutOurCompany,
#landing div#content div.testimonial,
#categories div#content div.categories div {
	float: left;
	margin-right: 20px;
	width: 460px;
	} 
	
/* 340 */
#products div#content div.images,
#products div#content form {
	float: left;
	margin-right: 20px;
	width: 340px;
	}
	
/* 280 */
#aboutUs div#content a.aboutUsMap,
#aboutUs div#content div.contactUs,
#aboutUs div#content div.ourClients,
#contact div#content div.contactUs,
#faq div#content div.contactUs {
	float: left;
	margin-right: 20px;
	width: 280px;
	}
	
/* 220 */
#landing div#content div.newestProducts,
#landing div#content div.contactUs,
#distributors div#content div.distributor,
#products div#content ul.categoryNav {
	float: left;
	margin-right: 20px;
	width: 220px;
	}

#landing div#content div.testimonial,
#landing div#content div.contactUs,
#aboutUs div#content div.ourClients,
#aboutUs div#content a.aboutUsMap,
#aboutUs div#content div.contactUs,
#distributors div#content div.last,
#contact div#content div.contactUs,
#faq div#content div.contactUs,
#categories div#content div.categories div.last,
#products div#content div.products,
#products div#content form {
	margin-right: 0;
	}
	

/*####################################
#	IMAGES WITH BORDER
####################################*/

#landing div#content div.aboutOurCompany p img,
#landing div#content div.contactUs img,
div#content a.aboutUsMap img,
#contact div.contactUs img,
#faq div#content div.contactUs img,
#categories div#content div.categories div img,
#products div#content div.products div a img.prodImg {
	border: 1px solid #717272;
	}


/*####################################
#	IMAGES WITH BORDER
####################################*/
	
ul.breadCrumbs {
	float: none;
	margin: -20px 0 10px;
	}

ul.breadCrumbs li {
	display: inline;
	}

ul.breadCrumbs li a {
	color: #98012e;
	text-decoration: none;
	}


/*####################################
#	LANDING
####################################*/

#landing div#content div.slideshow {
	background: url(../img/landing_page_browse_products.jpg) no-repeat top left;
	height: 331px;
	width: 702px;
	text-indent: -1000em;
	}
	
#landing div#content div.slideshow,
#landing div#content div.productCategories {
	float: left;
	}
	
#landing div#content div.productCategories {
	margin-left: 3px;
	width: 234px;
	}
	
#landing div#content div.productCategories h2 {
	margin-bottom: 6px;
	}
	
#landing div#content div.productCategories ul li a {
	background: url(../img/layout/landing_categories_bg.gif) no-repeat -1000em top;
	display: block;
	height: 20px;
	text-indent: -1000em;
	width: 236px;
	}
	
#landing div#content div.productCategories ul li.theodolites a {
	background-position: top left;
	}
	
#landing div#content div.productCategories ul li.theodolites a:hover {
	background-position: top right;
	}
	
#landing div#content div.productCategories ul li.photogrammetryVideogrammetry a {
	background-position: left -20px;
	height: 35px;
	}
	
#landing div#content div.productCategories ul li.photogrammetryVideogrammetry a:hover {
	background-position: right -20px;
	}
	
#landing div#content div.productCategories ul li.stickOnTargeting a {
	background-position: left -55px;
	}
	
#landing div#content div.productCategories ul li.stickOnTargeting a:hover {
	background-position: right -55px;
	}
	
#landing div#content div.productCategories ul li.bushings a {
	background-position: left -76px;
	}
	
#landing div#content div.productCategories ul li.bushings a:hover {
	background-position: right -76px;
	}
	
#landing div#content div.productCategories ul li.adaptors a {
	background-position: left -97px;
	}
	
#landing div#content div.productCategories ul li.adaptors a:hover {
	background-position: right  -97px;
	}
	
#landing div#content div.productCategories ul li.barRodItems a {
	background-position: left -118px;
	height: 19px;
	}
	
#landing div#content div.productCategories ul li.barRodItems a:hover {
	background-position: right -118px;
	}
	
#landing div#content div.productCategories ul li.laser15 a {
	background-position: left -138px;
	height: 19px;
	}
	
#landing div#content div.productCategories ul li.laser15 a:hover {
	background-position: right -138px;
	}
	
#landing div#content div.productCategories ul li.laser875 a {
	background-position: left -158px;
	}
	
#landing div#content div.productCategories ul li.laser875 a:hover {
	background-position: right -158px;
	}
	
#landing div#content div.productCategories ul li.laser5 a {
	background-position: left -179px;
	}
	
#landing div#content div.productCategories ul li.laser5 a:hover {
	background-position: right -179px;
	}
	
#landing div#content div.productCategories ul li.probingTargets a {
	background-position: left -199px;
	height: 19px;
	}
	
#landing div#content div.productCategories ul li.probingTargets a:hover {
	background-position: right -199px;
	}
	
#landing div#content div.productCategories ul li.misc a {
	background-position: left -218px;
	height: 19px;
	}
	
#landing div#content div.productCategories ul li.misc a:hover {
	background-position: right -218px;
	}
	
#landing div#content div.productCategories ul li.buildAKit a {
	background-position: left -238px;
	height: 21px;
	}
	
#landing div#content div.productCategories ul li.buildAKit a:hover {
	background-position: right -238px;
	}
	
#landing div#content div.productCategories ul li.scaleBars a {
	background-position: left -259px;
	height: 21px;
	}
	
#landing div#content div.productCategories ul li.scaleBars a:hover {
	background-position: right -259px;
	}
	
#landing div#content div.productCategories ul li.bmrSmr a {
	background-position: left -280px;
	height: 21px;
	}
	
#landing div#content div.productCategories ul li.bmrSmr a:hover {
	background-position: right -280px;
	}
	
#landing div#content div.slideshow a {
	display: block;
	margin: 90px 0 0 90px;
	height: 30px;
	width: 156px;
	}

#landing div#content div.aboutOurCompany p img {
	float: left;
	margin-right: 20px;
	}
	
#landing div#content div.aboutOurCompany p {
	font-size: 1.167em;
	line-height: 1.15em;
	}
	
#landing div#content div.testimonial {
	background: url(../img/layout/testimonial_bg.jpg) no-repeat top left;
	}
	
#landing div#content div.testimonial blockquote p {
	color: #fff;
	font: italic 1.5em/1.3em Georgia, "Times New Roman", Times, serif;
	margin: 13px 36px 34px 26px;
	min-height: 68px;
	}
	
#landing div#content div.testimonial cite {
	font-size: 1.167em;
	padding-left: 55px;
	}
	
#landing div#content div.testimonial cite a {
	text-decoration: none;
	}
	
#landing div#content div.newestProducts h4 {
	color: #98012e;
	font-size: 1.167em;
	}
	
#landing div#content div.contactUs img {
	margin-bottom: 20px;
	}
	
#landing div#content div.contactUs p {
	margin-bottom: .3em;
	}


/*####################################
#	ABOUT US
####################################*/

#aboutUs div#content div.aboutUs h3 {
	font-size: 1.5em;
	margin: 38px 0 18px;
	}

#aboutUs div#content div.aboutUs p,
#aboutUs div#content div.contactUs p,
#aboutUs div#content div.ourClients p,
#aboutUs div#content div.ourClients ul li {
	font-size: 1.167em;
	line-height: 1.15em;
	}
	
#aboutUs div#content div.contactUs p {
	margin-bottom: .5em;
	}
	
#aboutUs div#content div.ourClients p {
	margin-bottom: 1em;
	}
	
#aboutUs div#content div.ourClients ul li {
	list-style-image: url(../img/layout/arrow.gif);
	margin-left: 12px;
	}
	

/*####################################
#	DISTRIBUTORS
####################################*/

#distributors div#content div.distributor img {
	margin-bottom: 20px;
	}
	
#distributors div#content div.distributor p {
	line-height: 1.31em;
	}
	

/*####################################
#	CONTACT
####################################*/

#contact div#content div.contactUs p {
	font-size: 1.167em;
	line-height: 1.15em;
	margin-bottom: .7em;
	}
	
#contact div#content div.contactUs img {
	margin-bottom: 20px;
	}
	
	
/*####################################
#	CONTACT & CHECKOUT FORMS
####################################*/
	
#contact div#content form h3 {
	margin-top: 20px;
	}
	
#contact div#content form fieldset,
#checkout div#content form fieldset {
	background: #cbcbcb url(../img/layout/contact_form_header.gif) no-repeat top left;
	padding: 0 0 7px 11px;
	}
	
#checkout div#content form fieldset {
	background-image: url(../img/layout/checkout_form_header.gif);
	margin-bottom: 20px;
	padding: 0
	}
	
#confirm div#content form fieldset p {
	margin-bottom: 0;
	}

#checkout div#content form fieldset div.wrapper,
#confirm div#content form fieldset div.wrapper {
	float: left;
	padding-left: 11px;
	width: 400px;
	}

#checkout div#content form fieldset div.wider {
	width: 450px;
	}

#checkout div#content form fieldset div.footer {
	background: url(../img/layout/checkout_form_footer.gif) no-repeat bottom left;
	clear: left;
	height: 12px;
	}
	
#contact div#content form fieldset label,
#checkout div#content form fieldset label,
#checkout div#content form div.sameAsBilling label {
	color: #20262b;
	display: block;
	font-size: 1.167em;
	margin: 15px 0 6px;
	}
	
#checkout div#content form div.sameAsBilling label {
	display: inline;
	padding-left: 5px;
	vertical-align: middle;
	}
	
#contact div#content form fieldset div.input,
#checkout div#content form fieldset div.input {
	background: url(../img/layout/contact_form_input_bg.gif) no-repeat bottom left;
	padding: 4px;
	}
	
#contact div#content form fieldset div.textarea,
#checkout div#content form fieldset div.textarea {
	background: url(../img/layout/contact_form_textarea_bg.gif) no-repeat bottom left;
	padding: 4px;
	}
	
#contact div#content form fieldset div input,
#checkout div#content form fieldset div input {
	border: 0;
	font-size: 1.167em;
	height: 16px;
	padding: 3px;
	width: 305px;
	}
	
#contact div#content form fieldset div textarea,
#checkout div#content form fieldset div textarea {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	height: 114px;
	line-height: 2em;
	padding: 3px;
	width: 435px;
	}
	
#contact div#content form div.submit {
	background: url(../img/layout/contact_form_footer.gif) no-repeat top left;
	padding-top: 24px;
	}
	
#checkout div#content form div.submit {
	padding-top: 10px;
	}
	
#checkout div#content form div.sameAsBilling {
	margin-bottom: 20px;
	}
	
#checkout div#content form div a#cvv2 {
	display: block;
	margin-top: 5px;
	}

div#content form#OrderCheckout2Form fieldset,
#confirm div#content form fieldset {
	margin-bottom: 20px;
	}

div#content form#OrderCheckout2Form fieldset div {
	margin-bottom: 10px;
	padding-left: 10px;
	}
	
div#content form#OrderCheckout2Form fieldset h3 {
	font-size: 1.167em;
	margin-bottom: 20px;
	}
	
div#content form#OrderCheckout2Form fieldset div input {
	margin-right: 10px;
	}
	
div#content form#OrderCheckoutConfirmForm div.submit input {
	margin-right: 10px;
	vertical-align: middle;
	}

#confirm div#content form fieldset.products div {
	margin-bottom: 10px;
	}

#confirm div#content form fieldset.products div span {
	float: left;
	}
	
#confirm div#content form fieldset.products div span.name {
	width: 175px;
	}

#confirm div#content form fieldset.products div span.part {
	width: 175px;
	}

#confirm div#content form fieldset.products div span.quantity {
	width: 100px;
	}

#confirm div#content form fieldset.products div span.price {
	width: 100px;
	}
	
#confirm div#content form fieldset.products div.total span {
	float: left;
	width: 70px;
	}
	

/*####################################
#	FAQ
####################################*/

#faq div#content div.contactUs img {
	margin-bottom: 33px;
	}
	
#faq div#content div.contactUs p {
	font-size: 1.167em;
	line-height: 1.15em;
	margin-bottom: .7em;
	}
	
#faq div#content div.faq p {
	margin-bottom: 0;
	}
	
#faq div#content div.faq div.grouping {
	font-size: 1.167em;
	margin-bottom: 10px;
	}
	
#faq div#content div.faq div.grouping h4 {
	background: url(../img/layout/faq_question_bg.gif) no-repeat bottom left;
	color: #f9feff;
	cursor: pointer;
	line-height: 2.214em;
	padding: 0 34px 0 10px;
	}
	
#faq div#content div.faq div.double h4 {
	background: url(../img/layout/faq_question_bg_double.gif) no-repeat bottom left;
	line-height: 1.75em;
	min-height: 51px;
	}
	
#faq div#content div.faq div.closed h4 {
	background-position: top left;
	}
	
#faq div#content div.faq div.grouping div {
	background: #ececec url(../img/layout/faq_answer_header_bg.gif) no-repeat top left;
	}
	
#faq div#content div.faq div.grouping div p {
	background: url(../img/layout/faq_answer_footer_bg.gif) no-repeat bottom left;
	color: #4b4b4b;
	padding: 20px;
	}
	
#faq div#content div.faq div.closed div {
	display: none;
	}
	
	
/*####################################
#	PRODUCT CATEGORIES
####################################*/

#categories div#content div.categories div {
	background: url(../img/layout/category_bg.gif) no-repeat -1000em top;
	margin-bottom: 20px;
	height: 134px;
	padding: 20px 20px 0 180px;
	width: 260px;
	}

#categories div#content div.categories div.theodolites {
	background-position: top left;
	}
	
#categories div#content div.categories div.photogrammetryVideogrammetry {
	background-position: left -154px;
	height: 135px;
	}
	
#categories div#content div.categories div.stickOnTargeting  {
	background-position: left -309px;
	}

#categories div#content div.categories div.bushings {
	background-position: left -463px;
	}

#categories div#content div.categories div.adaptors {
	background-position: left -617px;
	}

#categories div#content div.categories div.barRodItems {
	background-position: left -771px;
	}

#categories div#content div.categories div.laser15 {
	background-position: left -925px;
	}

#categories div#content div.categories div.laser875 {
	background-position: left -1079px;
	}

#categories div#content div.categories div.laser5 {
	background-position: left -1233px;
	}

#categories div#content div.categories div.probingTargets {
	background-position: left -1387px;
	}

#categories div#content div.categories div.misc {
	background-position: left -1541px;
	}

#categories div#content div.categories div.buildAKit {
	background-position: left -1695px;
	}

#categories div#content div.categories div.scaleBars {
	background-position: left -1849px;
	}

#categories div#content div.categories div.bmrSmr {
	background-position: left -2003px;
	}
	
#categories div#content div.categories div a {
	text-decoration: none;
	}
	
#categories div#content div.categories div a img {
	float: left;
	margin-left: -160px;
	}
	
#categories div#content div.categories div h4 {
	color: #686465;
	font-size: 1.5em;
	margin-bottom: 13px;
	}
	
#categories div#content div.categories div p {
	line-height: 1.35em;
	margin-bottom: 10px;
	}
	
	
/*####################################
#	CATEGORY PRODUCTS
####################################*/

#products div#content ul.categoryNav li a {
	background: url(../img/layout/product_categories_bg.gif) no-repeat -1000em top;
	display: block;
	height: 43px;
	margin-bottom: 2px;
	text-indent: -1000em;
	width: 220px;
	}
	
#products div#content ul.categoryNav li.sel a,	
#products div#content ul.categoryNav li a:hover {
	margin-bottom: 2px;
	}
	
#products div#content ul.categoryNav li.theodolites a {
	background-position: top left;
	}
	
#products div#content ul.categoryNav li.theodolites.sel a,
#products div#content ul.categoryNav li.theodolites a:hover {
	background-position: top right;
	}
	
#products div#content ul.categoryNav li.photogrammetryVideogrammetry a {
	background-position: left -46px;
	height: 66px;
	}

#products div#content ul.categoryNav li.photogrammetryVideogrammetry.sel a,	
#products div#content ul.categoryNav li.photogrammetryVideogrammetry a:hover {
	background-position: right -46px;
	}
	
#products div#content ul.categoryNav li.stickOnTargeting a {
	background-position: left -116px;
	}

#products div#content ul.categoryNav li.stickOnTargeting.sel a,	
#products div#content ul.categoryNav li.stickOnTargeting a:hover {
	background-position: right -116px;
	}
	
#products div#content ul.categoryNav li.bushings a {
	background-position: left -161px;
	}
	
#products div#content ul.categoryNav li.bushings.sel a,
#products div#content ul.categoryNav li.bushings a:hover {
	background-position: right -161px;
	}
	
#products div#content ul.categoryNav li.adaptors a {
	background-position: left -206px;
	}
	
#products div#content ul.categoryNav li.adaptors.sel a,
#products div#content ul.categoryNav li.adaptors a:hover {
	background-position: right  -206px;
	}
	
#products div#content ul.categoryNav li.barRodItems a {
	background-position: left -251px;
	}

#products div#content ul.categoryNav li.barRodItems.sel a,
#products div#content ul.categoryNav li.barRodItems a:hover {
	background-position: right -251px;
	}
	
#products div#content ul.categoryNav li.laser15 a {
	background-position: left -296px;
	}
	
#products div#content ul.categoryNav li.laser15.sel a,
#products div#content ul.categoryNav li.laser15 a:hover {
	background-position: right -296px;
	}
	
#products div#content ul.categoryNav li.laser875 a {
	background-position: left -341px;
	}
	
#products div#content ul.categoryNav li.laser875.sel a,
#products div#content ul.categoryNav li.laser875 a:hover {
	background-position: right -341px;
	}
	
#products div#content ul.categoryNav li.laser5 a {
	background-position: left -386px;
	}
	
#products div#content ul.categoryNav li.laser5.sel a,
#products div#content ul.categoryNav li.laser5 a:hover {
	background-position: right -386px;
	}
	
#products div#content ul.categoryNav li.probingTargets a {
	background-position: left -431px;
	}
	
#products div#content ul.categoryNav li.probingTargets.sel a,
#products div#content ul.categoryNav li.probingTargets a:hover {
	background-position: right -431px;
	}
	
#products div#content ul.categoryNav li.misc a {
	background-position: left -476px;
	}
	
#products div#content ul.categoryNav li.misc.sel a,
#products div#content ul.categoryNav li.misc a:hover {
	background-position: right -476px;
	}
	
#products div#content ul.categoryNav li.buildAKit a {
	background-position: left -521px;
	}
	
#products div#content ul.categoryNav li.buildAKit.sel a,
#products div#content ul.categoryNav li.buildAKit a:hover {
	background-position: right -521px;
	}
	
#products div#content ul.categoryNav li.scaleBars a {
	background-position: left -566px;
	}
	
#products div#content ul.categoryNav li.scaleBars.sel a,
#products div#content ul.categoryNav li.scaleBars a:hover {
	background-position: right -566px;
	}
	
#products div#content ul.categoryNav li.bmrSmr a {
	background-position: left -611px;
	}
	
#products div#content ul.categoryNav li.bmrSmr.sel a,
#products div#content ul.categoryNav li.bmrSmr a:hover {
	background-position: right -611px;
	}
	
#products div#content div.products div {
	background: url(../img/layout/category_products_bg.gif) no-repeat top left;
	height: 134px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px 20px 0 145px;
	width: 175px;
	}
	
#products div#content div.products div.last {
	margin-right: 0;
	}
	
#products div#content div.products div a img.prodImg {
	float: left;
	margin-left: -124px;
	}
	
#products div#content div.products div h4 {
	color: #686465;
	font-size: 1.334em;
	margin-bottom: 10px;
	}
	
#products div#content div.products div span {
	display: block;
	margin-top: 10px;
	}
	
	
/*####################################
#	PRODUCT
####################################*/
	
#products div#content div.images ul li {
	float: left;
	margin-bottom: 20px;
	}
	
#products div#content div.images ul li img {
	display: block;
	z-index: 1;
	margin: -152px 0 0 2px;
	}

#products div#content div.images ul li div.overlay img {
	position: relative;
	margin: 0;
	z-index: 2;
	}
	
#products div#content div.images ul li a {
	position: relative;
	}
	
#products div#content div.images ul li a img {
	display: block;
	z-index: 1;
	margin: -326px 0 0 2px;
	}
	
#products div#content div.images ul li a img.overlay {
	position: relative;
	margin: 0;
	z-index: 2;
	}
	
#products div#content div.images ul li.last {
	margin-left: 20px;
	}
	
#products div#content div.images hr {
	background: none;
	border: 0;
	border-top: 1px solid #e2e9e8;
	clear: left;
	margin: 20px 0;
	}
	
#products div#content div.images p a {
	line-height: 2.416em;
	}
	
#products div#content div.images p img {
	float: left;
	margin-right: 10px;
	}
	
#products div#content form p {
	font-size: 1.167em;
	line-height: 1.35em;
	}
	
#products div#content form p.highlight {
	color: #98012E;
	}
	
#products div#content form h3 {
	color: #686465;
	font-size: 1.5em;
	margin-bottom: 10px;
	}
	
#products div#content form p.instructions {
	color: #20262b;
	font-size: 1em;
	}
	
#products div#content form fieldset {
	
	}
	
#products div#content form fieldset div {
	background: #cbcbcb url(../img/layout/product_detail_footer.gif) no-repeat bottom left;
	margin-bottom: 10px;
	padding: 10px;
	width: 320px;
	}
	
#products div#content form fieldset div.notAvailableOnline {
	padding-bottom: 30px;
	text-align: center;
	}
	
#products div#content form fieldset div label,
#products div#content form fieldset div.notAvailableOnline h4 {
	background: url(../img/layout/product_detail_header.gif) no-repeat top left;
	color: #20262b;
	display: block;
	font-size: 1.167em;
	margin: -10px -10px 8px -10px;
	padding: 10px 0 0 10px;
	}
	
#products div#content form fieldset div.notAvailableOnline h4 {
	padding: 30px 0 10px;
	text-align: center;
}
	
#products div#content form fieldset div span {
	background: url(../img/layout/product_detail_input_bg.gif) no-repeat top left;
	display: block;
	padding: 3px 4px;
	}
	
#products div#content form fieldset div span.input {
	background-image: url(../img/layout/product_detail_input_bg_2.gif);
	width: 169px;
	}
	
#products div#content form fieldset div span.input input {
	width: 160px;
	}
	
#products div#content form fieldset div span.select {
	background: none;
	float: right;
	width: 135px;
	}
	
#products div#content form fieldset div div.alert {
	background: none;
	color: red;
	display: none;
	margin: 0;
	padding: 0;
	width: auto;
	}
	
#products div#content form fieldset div div.alert p {
	margin-bottom: .5em;
	}

#products div#content form fieldset div div.alert ul {
	list-style: square;
	margin-left: 15px;
	}
	
#products div#content form fieldset div div.alert ul li {
	font-size:1.167em;
	line-height:1.35em;
	}
	
#products div#content form fieldset div span.disabled {
	background: url(../img/layout/product_detail_input_bg_disabled.gif) no-repeat top left;
	line-height: 2em;
	padding-left: 5px;
	}
	
#products div#content form fieldset div span input {
	background: none;
	border: 0;
	color: #444;
	font-size: 1em;
	height: 24px;
	padding-top: 4px;
	width: 311px;
	}
	
#products div#content form div.addToOrder,
#products div#content form div.partNumber {
	float: left;
	}
	
#products div#content form div.partNumber {
	margin-bottom: 30px;
	padding-left: 10px;
	width: 193px;
	}
	
#products div#content form div.partNumber h4,
#products div#content form div.addToOrder h4 {
	color: #20262b;
	margin-bottom: 3px;
	}

#products div#content form div.partNumber ul li {
	float: left;
	}
	
#products div#content form div.details {
	clear: left;
	}
	
#products div#content form div.details ul li {
	font-size: 1.167em;
	list-style-image: url(../img/layout/arrow.gif);
	margin: 0 0 2px 12px;
	}
	
	
/*####################################
#	CART
####################################*/

#cart div#content form fieldset > div {
	border-bottom: 1px solid #20262b;
	font-size: 1.167em;
	margin-bottom: 25px;
	padding: 25px 0;
	}
	
#cart div#content form fieldset div span {
	float: left;
	}
	
#cart div#content form fieldset div span.delete {
	width: 105px;
	}
	
#cart div#content form fieldset div span.name {
	width: 250px;
	}
	
#cart div#content form fieldset div span.part {
	width: 200px;
	}
	
#cart div#content form fieldset div span.quantity {
	width: 200px;
	}
	
#cart div#content form fieldset div span.quantity input {
	width: 25px;
	}
	
#cart div#content form fieldset div span.price {
	width: 150px;
	}
	
#cart div#content form fieldset div.total {
	border: 0;
	padding: 0 0 0 755px;
	}

#cart div#content form div.submit {
	float: right;
	padding-right: 20px;
	}
	
#cart div#content form a.continueShopping {
	float: left;
	}
	
ul.orderNotes {
	list-style: disc;
	margin-left: 10px;
	}

ul.orderNotes li {
	line-height: 1.5em;
	}
	
p.cartWarning {
    clear: both; 
    padding-top: 10px;
    text-align: right;
    }