/* Swatches 
Background:#30363f
Text:#222222
Link:#222222
Hover:
*/

/* HTML 
____________________________________*/
html {
	height: 100%;
	margin:0px;
	padding:0px;
}
body {
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #222222;
	background: #ebebeb;
	text-shadow: 1px 1px #FFF;
}
/* Header Styles
____________________________________*/
#header {
	background: url(/images/layout/header-bg.png) top center no-repeat;
	margin: 0 auto;
	height: 101px;
	padding-top: 16px;
	position: absolute;
	z-index: 200;
}
#mainLogo {
	float: left;
	margin-top: 11px;
}
#mainLogo a {
	padding: 48px 24px 30px 28px;
}
.quickContact {
	float: right;
	padding: 0px 35px 0 0;
}

/* Navigation
____________________________________*/
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}
#nav li {
	float: left;
	background: url(/images/layout/nav-divider.png) left bottom no-repeat;
}

#nav a {
	color: #222222;
	display: block;
	font-size: 14px;
	height: 15px;
	margin: 0;
	padding: 22px 23px;
	text-align: center;
}
#nav a:hover {
	background: url(/images/layout/nav-hover.png) 2px bottom no-repeat;
	text-decoration: none;
}
.current {
	background: url(/images/layout/nav-hover.png) 2px bottom no-repeat;
}
.current a:hover {
	cursor: default;
	text-decoration: none;
}
/* Carousel
____________________________________*/
.slider{
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	height: 390px;
}
.sliderContentsWrap {
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}
#botFrame {
	background:url(/images/carousel/slider-overlay.png) top center no-repeat;
	position: relative;
	margin:-60px 5px 0;
	width: 950px;
	height: 40px;
	text-align:center;
	padding:26px 0 0;
}
#botFrame ul {
	margin:0;
}

#botFrame li {
	list-style: none;
	display: inline;
	text-align: center;
	padding: 11px 0;
}
#botFrame li a {
	color: #222;
	padding:10px 14px;
	
}
#botFrame li:hover {
	background: url(/images/carousel/buttons-hover-bg.jpg) 0px center no-repeat;
}
#botFrame li a:hover {
	/*background: url(/images/carousel/buttons-hover-bg.jpg) top center no-repeat;*/
	text-decoration: none;
}
.buttons {
	font-size: 14px;
	/*background: url(/images/carousel/buttons-bg.jpg) top center no-repeat;*/
	text-align: center;
}
#botFrame .active {
	background: url(/images/carousel/buttons-bg.jpg) top center no-repeat;
}
/* Product Showcase
____________________________________*/
.showcase{
	margin: 0 auto;
	text-align: center;
	width: 950px;
	padding: 0px;
	overflow: hidden;
	z-index: 100;
}
.showcase img {
	float: left;
}

/* Tags
____________________________________*/
img {
	border:0;
}

h1, h2 {
	color: #5da6f9;
}

h1 {
	font-size: 36px;
	letter-spacing: -0.5px;
	margin: 4px 0 0 0;
}
h2 {
	font-size: 18px;
	letter-spacing: -0.5px;
	margin: 18px 0;
}
h3 {
	color: #2E6DB8;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px
}
.showcase h1, #lb h1 {
	font-size: 32px;
	letter-spacing:-0.5px;
	margin: 4px 0 10px 0;
}
.showcase h2 {
	font-size: 24px;
	margin: 10px 0 0 0;
}
#title h1 {
	font-size: 40px;
}
a:link, a:visited {
 	text-decoration: none;
	outline:none;
	color: #2E6DB8;
}
a:hover {
 	color: #27568f;
}

.left {
	float:left;
}
.right {
	float:right !important;
}
.clear {
	clear:both;
}
.micro {
	font-size:0.83em;
}
.print, .hide {
	display:none;
}
.inline {
	display:inline;
	margin: 0 0 0 5px;
}
ul {
	padding-left: 26px;
}
ul li{
	line-height: 22px;
}
/* Layout
____________________________________*/
#beta {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 80px;
	height: 80px;
}
.wrapper {
	margin:0 auto;
	position:relative;
	width:960px;
}
#content {
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 910px;
	font-size: 13px;
}
#lb #content {
	width:795px;
}
#content.page {
	width: 730px;
}
#leftCol {
	width: 500px;
	float: left;	
}
#rightCol {
	width: 340px;
	height: 486px;
	float: right;
	background: url(/images/layout/homepage-products-bg.jpg) 0 0 no-repeat;
}
#rightColProdWrap {
	margin: 10px auto 0;
	width: 316px;
	height: 466px;
	overflow: auto;
}
.rightColProd{
	margin: 0;
	width: 299px;
	color: #ebebeb;
	font-size: 14px;
	text-shadow: 0px 2px #000;
	background: url(/images/layout/horz-divider.jpg) bottom center no-repeat;
}
.rightColProd a {
	color: #ebebeb;
	padding: 18px 0;
	display: block;
}
.rightColProd a:hover {
	text-decoration: none;
	color: #ccc;
}
.last {
	background: none;
}
.prodTitle {
	float: right;
	padding-top: 30px;
	width:133px;
}
.panel {
	background: url(/images/layout/panel-bg.png) repeat-x scroll 0 bottom;
	padding: 10px;
	border: #b5b3b3 solid 1px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.contact_panel {
	background: url(/images/layout/panel-bg.png) repeat-x scroll 0 bottom #fff;
	padding: 10px 27px;
	margin: 0 0 20px;
}
.panelIcon {
	float: left;
	width: 150px;
}
.panelShadow {
	width: 444px;
	height: 18px;
	background: url(/images/layout/panel-shadow.jpg) center top no-repeat;
	margin-bottom: 30px;
}
.homeShadow {
	width: 500px;
}
/* Footer
____________________________________*/
#footer {
	height: 170px;
	background: url(/images/layout/footer-bg.jpg) top center no-repeat;
	clear: both;
}
#footer .wrapper {
	padding-top: 20px;
	width: 830px;
}
.footerSpan {
	width: 166px;
	float: left;
}
#footerLogo {
	text-align: center;
	margin-top: -6px;
}
.footerNav { 
	margin: 0;
	float: left;
}
.footerNav ul { 
	margin:0 auto;
	padding: 0px;
	white-space: nowrap;
}
.footerNav li { 
	list-style-type: none; 
	display: inline;
	line-height: 18px; 
}
.footerNav li a { 
	text-decoration: none; 
	display: block; 
	color: #222; 
	padding: 0; 
}
.footerNav li a:hover { 
	text-decoration: underline; 
}
#copyright {
	clear: both;
	float: left;
	margin: 12px 0;
}
#authorship {
	float: right;
	margin: 12px 0;	
}
#authorship a {
	color: #222;
}
#authorship img, .print_rules img {
	vertical-align:middle;
}
/* Icons
__________________________________*/
#title {
	left: 115px;
	position: absolute;
	top: 153px;
}

/* Product Page
____________________________________*/
#prodLeftCol {
	width: 445px;
	padding: 0 10px 30px 0;
	min-height: 300px;
	float: left;
}
#prodRightCol {
	width: 410px;
	padding: 0 6px 30px 26px;
	float: left;
}
#prodTitle {
	position: absolute;
	bottom: 273px;
	right: 475px;
	text-align: right;
}
.prodPanel {
	font-weight: normal;
	width: 408px;
	height: inherit;
	position: absolute;
	text-align: left;
	top: 216px;
	right: 475px;
	z-index: 999;
}
.downloads{
	width: 360px;
	height: 130px;
	padding: 20px;
}
.downloads h3 {
	margin-top: 0px;
}
.prodPanel ol {
	margin-left: 0px;
	padding-right: 12px;
	float: left;
	width:150px;
}
.prodPanel li {
	padding: 0 0 4px 0;
	margin: 0px;
}
table {
	width: 445px;
	background-color: #e3e3e3;
	border-collapse: collapse;
	text-align: left;
	border: #e3e3e3 8px solid;
}
th {
	color: #2E6DB8;
	text-shadow: #EEE 1px 1px;
}
td, th {
	padding: 6px 0px 6px 6px;
}
.odd {
	background-color: #d7d7d7;
	text-shadow: #EEE 1px 1px;
}
.num {
	text-align: right;
	padding-right: 10px;
}
/* Products Page
___________________________________*/	
#product_list, .sorting {
	padding:0;
	margin:0;
}
#product_list {
	float: right;
	width: 732px;
}
#product_list li {
	float: left;
	list-style: none;
	padding: 0 0 25px 100px;
}
#product_list a {
	display: block;
	background: url(/images/layout/product-thumb-bg.jpg) right bottom no-repeat;
	width:250px;
	height:300px;
}
.title {
	display: block;
	font-size:18px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.sorting, .contact {
	background: url(/images/layout/sorting-bg.jpg) right bottom no-repeat;
	width:150px;
	padding: 0 0 25px 25px;
}
.contact {
	background: url(/images/layout/product-thumb-bg.jpg) right bottom no-repeat;
	width: 250px;
}
.sorting li {
	list-style: none;
}
.sorting a {
	display :block;
}
.sorting h3 {
	margin:0;
	padding: 1em 0px;
}
/* Buttons
___________________________________*/
.greyBtn, .submit {
	background:url(/images/layout/buttons.png) no-repeat scroll 0 0;
	float: right;
	font-size: 15px;
	font-weight: bold;
	margin-right: 16px;
	margin-top: 9px;
	padding: 10px 0 11px 0;
	text-align: center;
	color: #FFF;
	border:none;
	width: 139px
}
.submit {
	clear:both;
	float:none;
	margin: 0 0 0 100px;
	height:39px;
	width: 140px;
}
.greyBtn:hover, .submit:hover {
	background:url(/images/layout/buttons.png) no-repeat scroll 0 -39px;
}
.greyBtn.long {
	background:url("/images/layout/buttons.png") no-repeat scroll 0px -156px transparent;
	width:260px;
	float: left;
}
.greyBtn.long:hover {
	background:url("/images/layout/buttons.png") no-repeat scroll 0 -195px transparent;
}
.greyBtn.last {
	margin: 0 0 20px 267px;
}
.greyBtn a {
	padding: 7px 26px;
	color: #FFF;
	text-shadow: -1px -1px #000000;
}
.greyBtn a:hover {
	text-decoration: none;
}
.downloadBtn {
	width: 157px;
	height: 39px;
	float: left;
	margin: 10px 10px;
}
.downloadBtn a {
	font-size: 15px;
	color: #FFFFFF;
	text-shadow: -1px -1px #000000;
	padding: 10px 0 11px 46px;
	display: block;
	background: url(/images/layout/buttons.png) 0 -78px no-repeat transparent;
}
.downloadBtn a:hover {
	background: url(/images/layout/buttons.png) 0 -117px no-repeat transparent;
	text-decoration: none;
}
/* Contact
____________________________________*/
#map_canvas {
	border: 1px solid #B5B3B3;
	height: 400px;
	width: 600px;
	float: right;
	margin: 0 0 15px 0;
}
#map_canvas h3 {
	margin-top:0;
}

.specialclass { 
	width: 1px; 
	visibility: hidden; 
}
#success { 
	background-color: #CCCCCC;
	border: 1px solid #988B9D;
	color: #34393A;
	font-size: 13px;
	margin-top: 0;
	padding: 10px 26px;
}
#alert { 
	background-color: #222222;
	border: 1px solid #000000;
	color: #ebebeb;
	font-size: 13px;
	margin-top: 0;
	padding: 10px 17px;; 
}
label { 
	display: block;
	float: left;
	width:100px;
	padding: 5px 0;
}
input.med, textarea.med {
    width: 280px;
}
textarea, input.styled {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5B3B3;
    font: 1em "Lucida Grande",Helvetica,Arial,sans-serif;
    padding: 8px;
    width: 431px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
textarea {
	width: 430px;
}
iframe {
	border: 1px solid #34393a;
}

/* Lightbox
____________________________________*/
#lb {
	padding: 0 0;
}
#lightbox {
	position:absolute;
	top:90px;
	left:80px;
	background:#ebebeb;
	width:10px;
	height:10px;
	border: 8px solid #B5B3B3;
	z-index:11000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 3px 50px #000;
	-moz-box-shadow: 0px 3px 50px #000;
	box-shadow: 0px 3px 50px #000;
}
#lbBackground {
	background: url("/images/layout/transparent-black-50.png") 0 0 repeat;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10000;
}
#close {
	position: absolute;
	right:-18px;
	top:-16px;
	z-index: 100;
	display: none;
}
#galleryFrame {
	border:0;
	overflow:auto;
}
/* Pushup
____________________________________*/
#pushup {
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 4px;
	background: #ffffc6;
	border: 1px solid #b0dfc8;
	z-index: 9999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
	position: absolute;
	top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.withReminder #content
#pushup a {
	outline-style: none;
	text-decoration: none;
}
#pushup .pushup_messageLink {
	float: left;
	position: relative;
	color: #4293cd;
	font-size: 12px;
	cursor: pointer;
}
#pushup .pushup_icon {
	position: relative;
	float: left;
	height: 22px;
	width: 22px;
	margin-right: 5px;
	overflow: hidden;
	vertical-align: middle;
}
#pushup .pushup_message {
	position: relative;
	float: left;
	marginRight: 3px;
	line-height: 22px;
	vertical-align: middle;
}
#pushup .pushup_reminder {
	float: left;
	clear: both;
	font-size: 10px;
	color: #84a2ac;
	margin-left: 27px;
	cursor: pointer;
}
#pushup .pushup_messageLink:hover, #pushup .pushup_reminder:hover {
	text-decoration: underline;
}
/* Tipsy
____________________________________*/
.tipsy {
	background-repeat:no-repeat;
	padding: 0px 0 0 2px;
}
.tipsy-inner {
	background:url("/images/icons/tool-tip-bg.png") no-repeat;
	color: #454545;
	font-size: 13px;
	width: 190px;
	height: 46px;
	padding: 8px 0 0 0;
	text-align:center;
}
.tipsy-south {
	background-position: center top;
	/*background-color: #333;*/
	margin-top: 2px;
}
/* Message Styles
__________________________________*/

.alert, .success, .info {
	padding:10px 10px 10px 50px;
	background:url(/images/admin/icons/info-icons.png) no-repeat 17px -367px #ffdedb;
	border: 1px solid #e02929;
}

.success {
	background-color: #e9fece;
	background-position: 17px 9px;
	border-color: #68b904;
}

.info {
	background-color: #ddeefc;
	background-position: 17px -227px;
	border-color: #68abdd;
}

/* DIPCHART
__________________________________*/
.chart_nav {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	display: block;
	height: 42px;
	border-bottom: 1px solid #ccc;
}
	.chart_nav li {
		float: left;
	}
		.chart_nav a {
			display: block;
			padding: 10px 20px;
			height: 22px;
		}
		.chart_nav a.current {
			border: 1px solid #ccc;
			border-bottom: none;
			background: #ebebeb;
		}
.chart_form {
	clear: left;
	display: none;
	padding: 10px;
}
.chart_form.show {
	display: block;
}
	.chart_form .styled {
		width: 300px;
	}
	.radio {
		float: left;
		margin: 7px 9px 0 0;
	}
.dip_col {
	width: 50%;
	float: left;
}
	.dip_col table {
		width: 420px
	}

@media print {
	#nav, 
	#botFrame,
	.showcaseBackground,
	#footerNav {
		display: none;
	}
	.showcase {
		overflow: visible;
	}
	#title, #header {
		position: relative;
	}
	#title {
		top: auto;
		left: auto;
		text-align: left;
	}
	table tr {
		border-bottom: 1px solid #ccc;
	}
	.no-print {
		display: none !important;
	}
}