* { margin: 0; }

html, body {
	height: 100%;
}
body { 
	background-color : #fff; 
	margin-top:0;
	margin-left:0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* the bottom margin is the negative value of the footer's height */
	margin: 0 auto -72px; 
}
.footer, .push {
	height: 72px; /* .push must be the same height as .footer */
	width: 100%;
	text-align: center;
}
.footer {
	position: relative;
}
.footer-content {
	position: relative;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 72px;
}
body.bg {
	font-family: arial;
	font-size: 12px;
	background: #121212 url(images/header.png) repeat-x 0 -50px;
}
h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 2px solid #4b7198;
	color: #ffffff;
}
h2 {
	font-family: arial;
	font-size: 16px;
	color: #4b7198;
	font-weight: bold;
	padding-bottom: 3px;
}
h2.products {
	margin-bottom: 5px;
	color: #4B4B98;
}
h3 {
	color: #4b7198;
}

a {
	color: #4b7198;
}
div.clear {
	clear: both;
}
#logo {
	width: 975px;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}
#logo a.logo {
	display: block;
	width: 84px;
	height: 86px;
	background: url(images/onepixclear.gif) repeat;
}
img.logo {
	border: 0;
	margin-top: 7px;
	height: 80px;
}
#logo h1 { 
	font-family: arial;
	font-size: 30px;
	color: #ffffff;
	border: 0;
	font-weight: normal;
	top:30px;
	position: relative;
	}
#logo h1 a {
	color: white;
	text-decoration: none;
}
#logo h2 { 
	font-family: arial;
	font-size: 14px;
	color: #4b7198;
	border: 0;
	font-weight: normal;
	position: absolute;
	top:70px;
	left: 100px;
}
#phone_content {
	position: absolute;
	bottom: 15px;
	right: 0px;
	color: #EEE;
}
#utility_nav {
	width: 980px;
	height: 36px;
	color: #828282;
	margin: 0 auto;
	overflow: hidden;
}
#utility_nav a:link, #utility_nav a:visited {
	font-family: arial;
	font-size: 13px;
	line-height: 36px;
	padding: 0px 2px;
	color: #828282;
	text-decoration: none;
}
#utility_nav a:hover,#utility_nav a.on {
	color: #ffffff;
}
#content {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 975px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0 auto;
	color: #d6d6d6;
}
div.AuthorizeNetSeal {
	position: absolute;
	left: 0;
	bottom: 0;
}
div.AuthorizeNetSeal a {
	color: white !important;
}
#main_nav {
	width: 200px;
	padding-right: 19px;
	border-right: 1px solid #212121;
	margin-right: 20px;
	float: left;
	color: #ffffff;
	line-height: 18px;
}
#main_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main_nav ul li {
	margin-bottom: 3px;
	padding: 0;
}
#main_nav ul li a {
	background-color: #262626;
	text-decoration: none;
	color: #cccccc;
	display: block;
	border-left: 5px solid #4B4B98;
	font-size: 11px;
	padding: 2px 5px 2px 10px;
}
#main_nav ul li a:hover, #main_nav ul li a.on {
	background-color: #414141;
	color: #ffffff;
	text-decoration: none;
	border-left: 5px solid #4b7198;
}
#main_nav ul li ul.sub-nav {
	position: relative;
	padding-left: 10px;
	padding-top: 3px;
	margin: 0;
	zoom: 1;
}
#main_nav ul.sub-nav li {
	display: block;
	margin-bottom: 3px;
	padding: 0;
}
#main_nav ul.sub-nav a.secondary {
	display: block;
	border-left: 5px solid #4B4B98;
	padding: 2px 5px 2px 10px;
	vertical-align: bottom;
}
/* @group Products */

#product_list_container {
	position: relative;
}
#product_list_container div.product {
	position: relative;
	float: left;
	margin: 0 3px 15px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#product_list_container div.product-image img {
	width: 160px;
	height: 120px;
}
#product_list_container div.name-price {
	position: relative;
	width: 154px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}
#product_list_container span.list-price {
	font-weight: bold;
}
#product_detail_image {
	position: relative;
	padding-left: 1px;
}
#pagination {
	position: relative;
	height: 20px;
}
#pagination a.prev {
	position: absolute;
	left: 15px;
}
#pagination a.next {
	position: absolute;
	right: 15px;	
}
.alternate3 a, .alternate2 a {
	color: #72adeb;
}
/* @end */
/* @group Featured/Related Products */
#right h3 {
	color: white;
	margin-bottom: 15px;
}
#right div.featured-product a, #right div.related-product a {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}
#right div.featured-product a img, #right div.related-product a img {
	margin-bottom: 5px;
	margin-top: 5px;
}
#right div.related-product {
	margin-top: 18px;
}
/* @end */
#left {
	width: 500px;
	padding-right: 19px;
	border-right: 1px solid #212121;
	margin-right: 20px;
	float: left;
	color: #ffffff;
	line-height: 18px;
}
#right {
	width: 175px;
	float: left;
	color: #cccccc;
	padding-top: 35px;
}
#search .addthis_toolbox {
	position: relative;
	margin-top: 5px;
	background-color: #b8bcc4;
	border: 1px solid #ccc;
	padding: 2px 5px 2px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 7px;
}
#page_image_left {
	position: relative;
	margin-top: 15px;
	margin-bottom: 5px;
}
#search {
	position: absolute;
	top: 0px;
	right: 10px;
	color: white;
}
#search a.email-list {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color:#B8BCC4;
	border:1px solid #CCCCCC;
	padding:2px 5px 2px 10px;
	text-align: center;
}
#search_form {
	position: relative;
	margin-top: 10px;
}
#search_form input.search-box {
	position: relative;
	float: left;
	width: 123px;
	padding: 2px 2px 2px 3px;
	margin-right: 5px;
	border: 1px solid #ccc;
	background-color: #e8e8e8;
}
#search_form input.search-button {
	position: relative;
	float: left;
}
form.searchForm input.searchBox {
	position: relative;
	width: 445px;
	padding: 3px 2px 3px 3px;
	margin-right: 5px;
	border: 1px solid #ccc;
	background-color: #e8e8e8;
	margin-bottom: 10px;
}
h3.search {
	border-bottom: 1px solid #4B7198;
}
div.search-item {
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 0;
}
#black {
	background-color: #0a0a0a;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 678px;
	color: #ffffff;
	border: 1px solid #191919;
}
#subnav {
	width: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sub_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sub_nav li {
	margin-bottom: 2px;
	width: 175px;
}
#sub_nav#sub_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 175px;
}
#sub_nav li {
	margin-bottom: 3px;
}
#sub_nav a {
	background-color: #262626;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #cccccc;
	display: block;
	width: 165px;
	border-left: 5px solid #4b7198;
	padding-left: 10px;
}
#sub_nav a:hover, #sub_nav a.on {
	background-color: #414141;
	color: #ffffff;
	text-decoration: none;
	border-left: 5px solid #4b7198;
}
#left ul {
	list-style:square;
	margin-left: 20px;
	padding: 8px 0;
}
#left ol {
	list-style:decimal;
	margin-left: 20px;
	padding: 8px 0;
}
#left p {
	padding: 8px 0;
}
#left blockquote {
	padding: 8px 20px;
}
#left td {
	padding: 5px;
}
.clear {
	clear: both;
}
.smallNote {
 font-size: 11px;
 color: #ccc;
 font-style: italic;
 }

.formLabel {
 background-color: #333;
 }
.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 background-color: #ddd;
 color: #000;
 font-weight: bold;
 }
.contentListCell {
 background-color: #333;
 color: #fff;
 }
.contentListCellAlt1 {
 background-color: #444;
 color: #eee;
 }
.contentListCellAlt2 {
 background-color: #666;
 color: #000000;
 }
.alternate1 {
 background-color: #333;
 color: #fff;
 }
.alternate2 {
 background-color: #444;
 color: #fff;
 }
.alternate3 {
  background-color: #555;
  color: #fff;
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #ddd;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 1px solid #FF0000;
}
.as_errorInput {
  border: 1px solid #FF0000;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @group Blog */

#journal_container {
	position: relative;
}
#journal_container div.journal-list {
	position: relative;
	border-bottom: 1px dotted #66B5FF;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #ccc;
	line-height: 18px;
	font-size: 14px;
}
#journal_container div.journal-list a {
	color:#66B5FF;
}
#journal_container div.journal-list h2.pub-date {
	color:#66B5FF;
	letter-spacing:0.2em;
	text-transform:uppercase;
	font-size: 12px;
}
#journal_container div.journal-list h3.journal-title {
	color:#66B5FF;
	letter-spacing:0.2em;
	font-size: 16px;
}
#journal_container div.journal-author {
	color:#66B5FF;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-size: 10px;
}
#journal_container div.journal-body {
	margin-top: 10px;
}
#journal_container div.journal-body img.blog-image-list {
	position: relative;
	float: left;
	border:1px solid #66B5FF;
	padding:4px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#journal_detail_container {
	position: relative;
}
#journal_detail_container a.back-to-list {
	position: relative;
	float: right;
}
#journal_detail {
	position: relative;
}
#journal_detail h2, #journal_detail h3 {
	color:#66B5FF;
	letter-spacing:0.2em;
}
#journal_detail img {
	position: relative;
	float: left;
	border:1px solid #66B5FF;
	padding:4px;
	margin-bottom: 4px;
	margin-right: 10px;
}
#journal_detail div.journal-body {
	position: relative;
	margin-top: 15px;
		line-height: 18px;
	font-size: 14px;
}
#journal_detail div.journal-body p {
	color: #ccc;
	padding: 0;
	margin-bottom: 15px;
}
#journal_detail div.journal-author, .comment-info {
	color:#66B5FF;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-size: 10px;
}
#comment_snippet h3 a{
	color:white;
}
.comment{
	padding:8px 0px;
}
#comment_form_wrapper{
	padding-top: 10px;
}
#comment_form_wrapper table{
	width:100%;
}
#comment_form_wrapper textarea{
	width:350px;
}
/* @end */