/*	STRUCTURES
=============================== */

html {
	min-height: 100%;
	margin-bottom: 1px;
	}
	
body {
	background: #333534 url(images/site/backgrounds/site.png) top center no-repeat fixed;
	margin: 0 20px 30px 20px;
	}
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

#site {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	}
	
#logoPrint { display: none; }

#header {
	background: url(images/site/logos/tagline.png) top right no-repeat;
	width: 940px;
	height: 170px;
	width: 940px;
	margin: 0 auto 15px auto;
	}
#headerLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 237px;
	}
#headerRight {
	float: right;
	text-align: right;
	width: 415px;
	}
	
#topLinks {
	margin: 13px 0 0 0;
	float: left;
	}
	
#topSearch {
	float: right;
	padding: 10px 20px 10px 0;
	/*border-left: 1px solid #4ca690;*/
	}
.topSearchInput {
	background: #4ca690;
	border: 1px solid #389882;
	margin: 0;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	float: left;
	width: 140px;
	}
.topSearchSubmit {
	margin: 5px 0 0 0;
	}
/*
#page .topSearchInput {
	background: #374340;
	border: 1px solid #418575;
	padding: 2px;
	color: #6c8b83;
	font-size: 12px;
	}
*/

#breadcrumbs {
	background: url(images/site/backgrounds/breadcrumbs.png);
	margin: 0;
	width: 908px;
	margin: 0 auto;
	padding: 5px 5px 5px 27px;
	font-size: 11px;
	font-weight: bold;
	color: #dff8f2;
	overflow: hidden;
	}
#breadcrumbs img { vertical-align: bottom; }

#menu {
	background: url(images/site/backgrounds/menu.png) no-repeat;
	height: 37px;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
	}
	
#homeFlash {
	width: 940px;
	margin: 0 auto 15px auto;
	clear: both;
	}
	
#page {
	background: url(images/site/backgrounds/page.png);
	width: 890px;
	padding: 25px;
	margin: 0 auto 15px auto;
	}
	
#pageNotFound {
	width: 500px;
	margin: 15px auto;
	}
	
#pageNotFound #page {
	background: url(images/site/backgrounds/page.png);
	padding: 25px;
	width: 450px;
	}
	
#colLeft {
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 15px;
	}
#colRight {
	float: right;
	width: 640px;
	text-align: left;
	}
	
#colFull {
	width: 855px;
	min-height: 200px;
	}

#contactInfo {
	background: url(images/site/backgrounds/line2.png);
	border: 1px solid #418575;
	padding: 15px 15px 0 15px;
	font-size: 14px;
	width: 220px;
	margin: 0 0 25px 0;
	}
	
#productView { }
#productView th {
	vertical-align: top;
	}
#productViewRight {
	padding: 20px 0 0 40px;
	vertical-align: top;
	}
	
#newsletters, #pressReleases {
	width: 380px;
	padding: 15px;
	}

#pressReleases {
	float: right;
	margin: 0 0 0 0;
	}
#newsletters {
	float: left;
	margin: 0 0 0 0;
	}

.pressRelease, .newsletter {
	float: left;
	width: 155px;
	height: 225px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 15px 25px 15px;
	}
	
#bottom {
	background: url(images/site/backgrounds/bottom.png) no-repeat;
	width: 940px;
	height: 160px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 15px auto;
	text-align: left;
	clear: both;
	}
#bottomLeft {
	float: left;
	width: 625px;
	padding: 13px 15px;
	}
#bottomRight {
	float: right;
	width: 240px;
	padding: 13px 15px;
	}
#bottomRight .emailInput {
	background: #374340;
	border: 1px solid #418575;
	padding: 2px;
	color: #8ea9a2;
	font-size: 11px;
	float: left;
	margin: 0 10px 0 0;
	}
	
#footer {
	font-size: 10px;
	font-weight: bold;
	color: #b6b6b6;
	text-transform: uppercase;
	width: 940px;
	margin: 0 auto;
	clear: both;
	}
#footerLeft {
	float: left;
	}
#footerRight {
	float: right;
	text-align: right;
	margin: 0 15px 0 0;
	}
#facebook { }
#page #facebook { margin: 15px 10px; }
#copyright { margin-bottom: 10px; }
#thresholdTech { }
	
.creviews-dialog, .uproducts { display: none; }
	
dfn { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	FONTS
=============================== */

body, table, tr, th, td, input, select, textarea {
	font: 14px arial, helvetica, sans-serif;
	color: #fff;
	}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1 {
	background: url(images/site/backgrounds/h1.png) top left no-repeat;
	font-size: 24px;
	font-weight: normal;
	color: #111111;
	padding: 12px 25px 10px 25px;
	width: 890px;
	margin: 0 auto;
	clear: both;
	}
#pageNotFound h1 {
	background: url(images/site/backgrounds/h1.png) top left no-repeat;
	margin: 0;
	padding: 12px 25px 10px 25px;
	width: auto;
	}
	
h2, .title {
	font: bold 22px 'arial narrow', arial, helvetica, sans-serif;
	color: #b6f3e5;
	margin: 0 0 15px 0;
	padding: 0;
	border: none !important;
	}
#bottom h2 {
	margin-bottom: 25px;
	font-size: 16px;
	color: #fff;
	}
	
#newsletters h2, #pressReleases h2 {
	border-bottom: 1px solid #7a9891 !important;
	}
	
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	}
#contactInfo h3 {
	color: #b6f3e5;
	margin: 0 0 10px;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #7d7d7d;
	}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #eb5100;
	border-bottom: 1px solid #ededed;
	}
	
h6 {
	font-weight: bold;
	font-size: 11px;
	color: #c40d00;
	}
	
sup { font-size: 8px; }


/*	LINKS
=============================== */

a:link, a:active, a:visited {
	color: #b6f3e5;
	text-decoration: underline;
	}
a:hover { color: #fff; }

#headerRight ul li a:link, #headerRight ul li a:active, #headerRight ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
	}
#headerRight ul li a:hover { color: #c5ebe2; }

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	padding: 11px 14px;
	display: block;
	border-left: 1px solid #444947;
	font-weight: bold;
	}
#menu ul li.last a { border-right: 1px solid #444947; }
#menu ul li a:hover {
	background: #3e4140;
	color: #c5ebe2;
	}
	
#categories a:link, #categories a:active, #categories a:visited,
#subcategories a:link, #subcategories a:active, #subcategories a:visited {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	margin: 0 0 1px 0;
	text-decoration: none;
	color: #343736;
	}
#categories a:hover, #subcategories a:hover {
	background: url(images/site/backgrounds/h1.png) bottom left no-repeat;
	color: #43655b;
	}
	
#breadcrumbs a { text-decoration: none; }
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #b6b6b6;
	text-decoration: none;
	}
#footer a:hover { color: #fff; }
	
/*	LISTS
=============================== */
ul, ol { margin-bottom: 25px; }
ul li, ol li { margin-bottom: 8px; }

#headerRight ul {
	margin: 0;
	padding: 0;
	}
#menu ul {
	margin: 0 0 0 16px;
	padding: 0;
	}
#headerRight ul li, #menu ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#categories ul, #subcategories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#categories ul li, #subcategories ul li {
	background: url(images/site/backgrounds/h1.png) bottom left no-repeat;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}

#footer ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}
#footer ul li {
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0 4px 0 8px;
	}

/*	IMAGES
=============================== */

img { border: none; }

.photoLeft {
	float: left;
	margin: 0 20px 20px 0;
	}
	
#bottomLeft .photoLeft { margin: 0 15px 0 0; }

.photoRight {
	float: right;
	margin: 0 0 20px 20px;
	}
	
.photoCenter {
	text-align: center;
	margin: 0 0 20px 0;
	}
#productViewRight .photoCenter img { margin: 20px 20px 15px 20px !important; }
	
.photoRight img, .photoLeft img, .photoCenter img, .subcategories img, .image img {
	background: #429682;
	border: 1px solid #57b8a1;
	padding: 4px;
	}
	
#productView th img {
	background: #429682;
	border: 1px solid #57b8a1;
	padding: 8px;
	max-width: 380px;
	}
	
.pressRelease img, .newsletter img {
	background: #429682;
	border: 1px solid #57b8a1;
	padding: 4px;
	margin-bottom: 10px;
	}
	
.subcategories a img:hover, .image a img:hover, .pressRelease a img:hover, .newsletter a img:hover { background: #5aac98; }

#product_thumbnail { max-width:400px; }

/*	FORMS
=============================== */

form {
	margin: 0;
	padding: 0;
	}
	
#page input, #page select, #page textarea {
	background: #374340;
	border: 1px solid #418575;
	padding: 2px;
	color: #bed9d2;
	font-size: 12px;
	}
	
#form {
	background: url(images/site/backgrounds/15.png);
	width: 90%;
	margin: 15px auto;
	}
#form th {
	background: url(images/site/backgrounds/line2.png) bottom repeat-x;
	font-weight: bold;
	text-align: left;
	padding: 15px;
	}
#form td {
	background: url(images/site/backgrounds/line2.png) bottom repeat-x;
	padding: 10px;
	font-size: 11px;
	}
#form td input { margin: 2px 0; }
#form td.submit {
	background: url(images/site/backgrounds/line2.png);
	text-align: right;
	}
#form td.submit input {
	border: none;
	padding: 0;
	}
#form textarea { width: 99%; }
#form td span, .required, .data-required {
	padding: 0 0 0 5px;
	color: yellow;
	font-weight: bold;
	font-size: 11px;
	}
#form .indent {
	padding-left: 40px;
	font-size: 12px;
	}

/*	MISCELLANEOUS
=============================== */

.hr {
	background: #7a9891;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.details .hr { margin: 10px 0; }
.hr hr { display: none; }

blockquote { margin-left: 25px; }



