/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 ************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;	
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px dotted #CCC;
    margin:2em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

sup {
	font-size: 11px;
	line-height: 1px;
	position: relative;
	top: 3px;
	padding-left: 1px;
}

/* JS disabled styles */
.no-js nav li:hover ul {
	display: block;
}

/* structural styles
 ************************************************************/
body {
	background-color: #12253B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

#login-panel {
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
}

#login-panel-content {
	width: 100%;
	height: 300px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#login-panel-content h5 {
	font-size: 14px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#login-panel-content p {
	margin: 5px 0;
	padding: 0;
}

#login-panel-content a {
	text-decoration: none;
	color: #15ADFF;
}

#login-panel-content a:hover {
	color: white;
}

#login-panel-content a-lost-pwd {
	display: block;
	float: left;
}

#login-panel-content .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 12px;
}

#login-panel-content .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#login-panel-content .content .right {
	border-right: 1px solid #333;
}

#login-panel-content .content form {
	margin: 0 0 10px 0;
}

#login-panel-content .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#login-panel-content .content input.field,
#login-panel-content .content input.field-error {
	border: 1px #1A1A1A solid;
	padding: 5px 8px;
	width: 200px;
	color: white;
	height: 16px;
}

#login-panel-content .content input.field {
	background: #414141;

}

#login-panel-content .content input.field-error {
	background: #3C2323;
}

#login-panel-content .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#login-panel-content .content input.bt_login,
#login-panel-content .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#login-panel-content .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#login-panel-content .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#login-panel-content .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#header-links {
	background: url("../images/nav-header-links-bg-bar.png") 0 0 repeat-x;
	border-top: 1px solid #000;
	position: relative;
	top: 0;
	z-index: 999;
}

#header-links ul {
	background: url("../images/nav-header-links-bg.png") top right no-repeat;
	padding-top: 4px;
	display: block;
	height: 47px;
	width: 915px;
	margin: 0 auto;
	/*padding-right: 45px;*/
	padding-right: 70px;
	text-align: right;
}

#header-links ul li {
	display: inline;
	padding: 0 10px;
}

#header-links ul a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#header-links ul a:hover {
	color: #122539;
}

#header {
	background: url("../images/header-bg.jpg") top left repeat-x;
	height: 136px;
	position: relative;
	z-index: 888;
}

#header-container {
	width: 960px;
	margin: 0 auto;
}

#header-logo {
	width: 180px;
	float: left;
	display: block;
}

#content {
	background-color: #FFF;
	padding-bottom: 25px;
}

#slideshow-container, #content-container {
	width: 960px;
	margin: 0 auto;	
}

.home-page #content-container {
	width: 930px;
	margin: 0 auto;
}

.home-col-alpha {
	float: left;
	width: 600px;
}

.home-col-beta {
	float: right;
	width: 300px;
}

.rounded-corners {
	width: 100%;
	padding: 10px 15px 15px 15px;
	margin-bottom: 20px;
	background-color: #EFEFEF;
	border: 1px solid #DDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#sidenav {
	float: left;
	width: 220px;
	background: url(../images/sidenav-bg.jpg) top right repeat-y;
	position: relative;
	min-height: 500px;
	text-align: left;
	padding-bottom: 40px;
}

#sidenav-bottom {
	height: 40px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/sidenav-bg-bottom.jpg) bottom right no-repeat;
}
#project-subnav, #project-subnav ul {
	list-style: none;
	background: url(../images/sidenav-bg.jpg) top right repeat-y;
}

#project-subnav li {
	padding: 0;
}

#project-subnav li.page-on {
	background: url(../images/sidenav-a-bg.jpg) top right no-repeat;
}

#project-subnav li.page-on a {
	color: #FFF;
}
	
#project-subnav a {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E5E9DA;
	display: block;
	padding: 10px 25px 6px 0;
	position: relative;
	top: 0;
}

#project-subnav a, #project-subnav li.page-on ul a {
	color: #777;
}

#project-subnav a:hover, #project-subnav li.page-on ul a:hover {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

#project-subnav a {
	padding-left: 15px;
}

#project-subnav ul a {
	padding-left: 30px;
}

#main-content-window {
	float: right;
	width: 700px;
}

#footer {
	padding: 20px 0;
}

#footer-container {
	width: 960px;
	margin: 0 auto;
}



/* formatting styles
 ************************************************************/
h1 {
	font-size: 20px;
	color: #12253A;
	padding: 40px 0 5px 0;
	border-bottom: 1px solid #E9E5DA;
}

h2 {
	font-size: 16px;
	color: #978F6A;
	padding: 25px 0 3px 0;
	border-bottom: 1px solid #E9E5DA;
}

h3 {
	font-size: 14px;
	color: #12253A;
	padding-top: 10px;
}

ul.bullets {
	color: #978F6A;
	list-style: outside square;
	padding: 15px 25px;
}

ul.no-pad-top {
	padding-top: 0;
}

ul.bullets span {
	color: #666666;
}

a:link, a:active, a:visited, a:focus {
	color: #12253A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.video {
	background: url(../images/video_icon.gif) 0 0 no-repeat;
	padding: 4px 0 0 25px;
	margin: 0;
}

p {
	padding: 7px 0;
}

p.line-break-bottom {
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}

p strong {
	color: #434343;
	font-weight: bold;
}

/* Home Page */

.home-page {
	background: url("../images/home-content-bg.jpg") top left repeat-x #FFF;
}

.home-page h1 {
	font-size: 20px;
	color: #A79E75;
	padding: 40px 0 5px 0;
	border: none;
}

.home-page h2 {
	font-size: 16px;
	color: #A79E75;
	padding: 15px 0 3px 0;
	border-bottom: 1px solid #CCC;
}

.home-page h3 {
	font-size: 14px;
	color: #12253A;
	padding: 0;
}

.featured-product-item {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}

.featured-product-item-photo {
	padding: 0;
	width: 120px;
	float: left;
	text-align: center;
	display: inline;
}

.featured-product-item-description {
	text-align: left;
	padding: 25px 0 0;
	float: left;
	text-align: left;
	display: inline;
}

.advertisement {
	text-align: center;
	padding: 10px 0 0;
}

.featured-product-item-description p {
	padding-top: 0;
}

a.featured-product-item-link:hover {
	text-decoration: underline;
}

/* Content Pages */
.tradeshow-listing {
	display: block;
	padding-top: 10px;
}

.lit-downloads {
	padding: 20px 0 0 15px;
	margin: 0;
}
.lit-downloads li {
	list-style: url(../images/download-icon.gif) outside;
	font-size: 12px;
	padding: 5px 0 0;
	margin: 0 20px 0;
	width: 185px;
	float: left;
}
.lit-downloads a {
	padding: 0;
	margin: 0;
}
.article-subtitle {
	color: #999;
	font-weight: normal;
	font-size: 13px;
}
.article-date {
	padding-top: 8px;
	color: #000;
	font-weight: bold;
}

.news-archive-nav {
	list-style: none;
	color: #AAA;
	padding-top: 10px;
}

.news-archive-nav li {
	padding: 3px 10px;
}

/* Clearance Section */
.clearance-item-wrap, .clearance-item-wrap-last {
	padding: 25px 0;
}

.clearance-item-wrap {
	border-bottom: 1px solid #CCC;
}

.clearance-item-wrap-last {
	border-bottom: none;
}

p.item-title {
	font-weight: bold;
	color: #333;
	padding-bottom: 0;
}

.clearance-item-photo {
	width: 27%;
	float: left;
	padding: 4px 0 0 0;
	text-align: center;
}

.clearance-item-info {
	width: 72%;
	float: right;
}

/* Store */
.store-item-wrap, .store-item-wrap-last {
	padding: 25px 0;
}

.store-item-wrap {
	border-bottom: 1px dotted #CCC;
}

.store-item-wrap-last {
	border-bottom: none;
}

.store-item-wrap p, .store-item-wrap-last p {
	padding: 0;
}

.store-item-wrap p.item-title {
	font-weight: bold;
	color: #333;
}

.store-item-photo {
	width: 27%;
	float: left;
	padding: 4px 0 0 0;
	text-align: center;
}

.store-item-info {
	width: 72%;
	float: right;
}

a.view-larger-image, a.contact-seller {
	padding: 3px 0 3px 20px;
	margin-right: 15px;
}

.view-larger-image {
	background: url(../images/xmag.png) 0 0 no-repeat;
}

.contact-seller {
	background: url(../images/mail_new3.png) 0 0 no-repeat;
}

/* Products */
.product-container {
	padding: 20px 0;
}

.product-container .product-item-wrapper {
	width: 25%;
	text-align: center;
	float: left;
	padding: 30px 0;
}
.product-container .product-item {
	padding: 0 10px;
}
.product-container .product-item img {
	padding-bottom: 5px;
}
.product-container .product-item a:hover {
	text-decoration: none;
}
.product-container .product-line-break {
	clear: both; 
	border-top: 1px dotted #ccc;
}

table.product-specs {
	margin: 20px 0;
	font-size: 12px;
}

table.product-specs thead {
	color: #12253B;
	font-weight: bold;
}

table.product-specs tr {
	border-bottom: 1px dotted #CCC;
}

table.product-specs td {
	padding: 8px 0 6px;
}

/* Footer */

#footer-container p {
	color: #BBB;
	font-size: 11px;
	line-height: 16px;
}

#footer-container a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#footer-container a:hover {
	text-decoration: underline;
}

#footer-container .sep-line {
	padding: 0 3px;
}

#footer-container img {
	float: left;
	padding-right: 15px;
}

/* contact form */
.contactFormTable {
	margin: 15px 0;
}

.contactFormLeft {
	float: left;
	width: 100px;
	text-align: right;
	padding: 3px 10px 0 0;
}

.contactFormRight {
	float: left;
	width: 390px;
	text-align: left;
}

.contactFormRight input {
	margin-bottom: 5px;
}

.contactFormLeftChx {
	float: left;
	width: 160px;
	text-align: left;
	line-height: 23px;
	padding: 3px 0 0 0;
}

.formText, .formTextError {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #505050;
	padding: 4px 7px;
	margin: 0;
	border: 1px solid;
	border-color: #AAA #DDD #DDD #DDD;
}

textarea.formText {
	border-color: #AAA;
}

.formTextError {
	background-color: #FFD8CB;
}

.required {
	color: #978F6A;
	font-weight: bold;
}

.contactFormLeftChx label {
	vertical-align: top;
	position: relative;
	top: 2px;
}


/* misc functions
 ************************************************************/
.tooltip {
	display: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	
	/*background: transparent url(../images/black_arrow.png);*/
	background: #000;
	background: rgba(0,0,0,0.8);
	border: 2px solid #FFF;
	
	box-shadow: 0 0 12px #000; 
	padding: 8px 15px;
	
	z-index: 999;
	
	/*
	border: 1px solid;
	border-color: #000;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background-color: #333;
	background-color: rgba(0,0,0,.9);
	
	padding: 5px 10px;
	margin-bottom: 3px;
	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	box-shadow: 2px 2px 3px rgba(0,0,0,.4);	
	*/
}

.text-centered {
	text-align: center;
}

img.floatLeft {
	float: left;
	clear: left;
	padding: 0 20px 0 0;
}

img.floatRight {
	float: right;
	clear: right;
	padding: 0 0 0 20px;
}

#map {
	padding: 20px 0 0;
}

.google-map {
	float: left;
	border: 1px solid #CCC;
	padding: 10px;
	margin-right: 20px;
}

p.disclaimer {
	font-size: 9px;
	font-style: italic;
	text-indent: -7px;
	padding-left: 7px;
	line-height: 1.4;
}
 
/* clear fixes */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { 
	display: inline-block; 
}

/* start commented backslash hack \*/
* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 

}
/* close commented backslash hack */
