*,h1,h2,h3,h4,h5,h6,h7,h8,p,div,body,html,ul,li,ol,img,a { margin:0; padding:0; }
ul,ol,li { list-style: none }
.clear { clear: both; }
.hide { display: none; }
p { margin: 0em 0 1.2em 0; }
hr { display: none; }
a img { border: none; }
.overflow { overflow: hidden; width: 100%; }
acronym, abbr { border-bottom: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background: #08060a url(/_inc/img/bg.gif) repeat top left; 
	/* background: #fcb002 url(/_inc/img/bg_2.jpg) repeat-x top left; */
}

a {
	text-decoration: none;
	color: #818181;
}
a:hover {
	color: #4b4a4d;
}
h2 { color:#818181; font-size:14px; font-weight:bold; }
.sidebar h2 { color:#fbba00; margin-bottom:15px; padding: 0 5px; }

/* ---------- Color Schemes ---------- */


/* ---------- Main Layout ---------- */

#flashbanner { width: 928px; height: 399px; background: url(/_inc/img/banner-bottom.jpg) no-repeat bottom left; }

#main { z-index: 100; position:relative; width:930px; margin:0 auto; padding-top:63px; background:#fff url(/_inc/img/grey_bar.jpg) no-repeat; }
#main h1 {
	color: #fbba00;
	font-size: 26px;
	font-weight: normal;
	padding: 30px 0px 10px;
}
#main h1 span {
	color: #d6edef;
}

#main .box { border:1px solid #000;
	min-height: 400px;
	height: auto !important;
	height: 400px; }

#main .inner {
	width: 100%;
	overflow: hidden;
}
#main .sidebar {
	float: left;
	width: 226px;
	padding: 20px;
}
#main .content {
	float: right;
	width: 662px;
	padding-bottom:20px;
}
#main .content div.text {
	padding: 0 20px 0;
	line-height: 1.6em;
}
#main .content div.text a {
	text-decoration: underline;
}


/* ---------- Header ---------- */
#header {
	width: 928px;
	height: 144px;
	position: relative;
	padding: 0;
	margin: 0px auto;
}
#header h2 {
	margin: 0;
	width: 328px;
	height: 144px;
	display: block;
}
#header h2 a {
	background: url(/_inc/img/logo.gif) top left no-repeat;
	width: 328px;
	height: 144px;
	display: block;
}
#header h2 a span {
	width: 1px;
	height: 1px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
#header .pattern {
	display: none;
	/*
	width:571px;
	height:117px;
	background: url(/_inc/img/pattern.png) top left no-repeat;
	position:absolute;
	right:0px;
	top:40px;
	*/
}

/* ---------- Menu ---------- */
#menu {
	background: #fff;
	width: 928px;
	height: 25px;
	margin:0 auto;
	border-bottom:1px solid #000;
}
#menu ul {
	
}
#menu ul li {
	float: left;
	margin: 0;
}
#menu ul li a {
	float: left;
	text-transform: uppercase;
	color: #818181;
	padding: 5px 15px;
	height:15px;
	border-right: 1px solid #000;
}
#menu ul li a:hover {
	background: #818181;
	color: #000;
}

body#page-about #menu ul li.menu-about a,
body#page-news #menu ul li.menu-news a,
body#page-blog #menu ul li.menu-blog a,
body#page-contact #menu ul li.menu-contact a,
body#page-shop #menu ul li.menu-shop a,
body#page-faqs #menu ul li.menu-faqs a,
body#page-account #menu ul li.menu-account a,
body#page-cart #menu ul li.menu-cart a {
	background: #818181;
	color: #000;
}

#menu ul li.menu-newsletter { float:right; border-left:1px solid #000;border-right: none; } 
#menu ul li.menu-newsletter a, #menu ul li.menu-newsletter a:hover, #menu ul li.menu-newsletter a:focus { border-right: none;font-family:Verdana, Helvetica, sans-serif;background:#FBBA00; color:#fff;font-size:11px;font-weight: bold;}

/* submenu */
#menu ul li.hover a {
	background: #818181;
	color:#000;
}
#menu ul li ul {
	position: absolute;
	left: -99999em;
	width: 180px;
	z-index: 1200;
	background: #818181;
	padding: 10px 10px 10px 15px;
	margin-top: 25px;
}
#menu ul li.hover ul,#menu ul li:hover ul { left: auto; }
#menu ul li ul li {
	float: none;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	display: block;
}
#menu ul li ul li a {
	float: none;
	padding: 1px 0px 1px 0px;
	margin: 0;
	border:none;
	text-transform: none;
	display: block;
	width: auto;
}
#menu ul li ul li a:hover { color:#333 !important; }

/* ---------- Product Menu ---------- */
#main ul.side-menu {
	margin:-5px 0px 12px;
}
#main ul.side-menu li {
	padding: 0px 5px 2px;
}
#main ul.side-menu li a {
	font-size:11px;
}
#main ul.side-menu.yellow li a {
	font-size:14px;
	color:#FBBA00;
	font-weight:bold;
}
#main ul.side-menu.yellow li { padding:5px 2px; }
#main ul.side-menu li a.active,
#main ul.side-menu li a:hover {
	color: #444;
}
#main ul.side-menu.yellow li a.active,
#main ul.side-menu.yellow li a:hover {
	color: #FBBA00;
	text-decoration:underline;
}

.sidebar h3 {
	border-top:1px solid #cccece;
	text-transform:uppercase;
	color:#4b4a4d;
	font-size:11px;
	padding:5px 5px 12px;
}


/* ---------- Product List ---------- */
.breadcrumb {
	padding	:5px 10px;
	font-size:11px;
}

ul.product-thumbs {
	width: 100%;
	overflow: hidden;
	margin-left:10px;
	font-size:11px;
}
ul.product-thumbs li {
	float: left;
	width: 139px;
	margin: 0 20px 20px 0;
	height: 180px;
}
ul.product-thumbs li h4 { display: none; }
ul.product-thumbs li a.image {
	background: #ddd;
	padding: 2px;
	float: left;
}
ul.product-thumbs li a.image:hover { background: #bbb; }
ul.product-thumbs .price { font-weight:bold;color:#666; }
ul.product-thumbs .oldprice { text-decoration: line-through; }
/* ---------- Single Product ---------- */
.singleproduct {
	padding: 0 20px 0 10px;
}
.singleproduct .productoptions, .productinfo { 
	float:right;
	padding-right:40px;
	width: 320px;
}
.singleproduct .productinfo { padding-right:35px; }
.singleproduct .productinfo h2 { margin-bottom:10px; }
.singleproduct .productimage a {
	background: #ddd;
	padding: 2px;
	float: left;
}
.singleproduct .productimage a:hover { background: #bbb; }
.singleproduct .productoptions ul {
	margin: 0;
	padding:5px 0;
	border-top:1px solid #CCCECE;
}
.singleproduct .productoptions ul li a {
	display: block;
	color:#444;
	padding: 2px 5px;
}

.singleproduct .productoptions ul li a:hover {
	background:#eaeaea;
}
.singleproduct .productoptions ul li a.selectedoption {
	color:#fff;
	background:#888;
}
.singleproduct .productoptions ul li a .price { padding-right:10px; }
.singleproduct .productoptions ul li a .price .standardprice { font-weight: bold; }
.singleproduct .productoptions ul li a .price .wholesale { font-weight: bold; }
.singleproduct .productoptions ul li a .price .retail { text-decoration: line-through; color: #aaa; }
.singleproduct .productoptions ul li a .label.high { position: relative;top:-7px; }
.singleproduct form {
	width: 320px;
	overflow: hidden;
}
.singleproduct form .quantity {
	border-top:1px solid #CCCECE;
	border-bottom:1px solid #CCCECE;
	padding: 5px 0px 5px 5px;
	width:100%;
	overflow:hidden;
}
.singleproduct form .quantity label {
	float: left;
	width: 60px;
	padding-top: 4px;
}
.singleproduct form .quantity input {
	padding: 4px;
	float:left;
	width: 40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
.singleproduct #starfishsend input {
	padding: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
.singleproduct form .buttons {
	margin:0;
	float:right;
}
.singleproduct form .button { margin:0 !important; }
.singleproduct .productinfo {
	width: 320px;
}
.singleproduct #starfishsend ol { padding:10px 5px 5px; border-bottom:1px solid #CCCECE; }
.singleproduct #starfishsend h2 {
	background:#FBBA00;
	color:#444;
	font-size:12px;
	font-weight:normal;
	padding:2px 5px;
	margin-top:15px;
}
.singleproduct #starfishsend .buttons { padding:5px 0px 5px 60px;width:255px; }

/* ----------- Footer ----------- */
#footer {
	width: 930px;
	margin:0 auto 40px;
	overflow: hidden;
	color:#bbbdbe;
	padding: 8px 0 0;
	height:55px;
	background:url(/_inc/img/grey_bar.jpg) no-repeat;
	line-height:15px;
}
#footer a { color:#bbbdbe; }
#footer a:hover { color:#fff; }
#footer .contact-details {
	text-align: left;
	float: right;
	width: 180px;
}

#footer .contact-details abbr {
	cursor: help;
}
#footer .contact-details p {
	margin: 0 0 0.4em 0;
}
#footer .links {
	float: left;
	padding: 0 0 0 10px;
	text-transform:uppercase;
}
#footer .url {
	float: right;
	width: 180px;
}

/* ---------- General Styling ---------- */
table.media-table {
	width: 100%;
}
table.media-table th {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px;
}
table.media-table td {
	border-bottom: 1px solid #fff;
	padding: 8px;
}

#main div.text ul {
	list-style: disc;
	margin: 0 0 1.2em 2em;
}
#main div.text ul li {
	list-style: disc;
	margin: 0.1em 0 0 0;
}
#main div.text ul ul {
	margin-bottom: 0.2em;
}
#main div.text ul ul li {
	list-style: circle;
}
#main .brand {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.image-right {
	float: right;
	margin: 0 0 5px 10px;
}
.image-left {
	float: left;
	margin: 0 10px 5px 0;
}

/* ---------- News ---------- */
.newsitem {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}
#page-news h2 { margin-bottom:10px; }

/* ---------- Shopping Cart ---------- */
#main .wide {
	padding: 0 20px 20px;
}
.carttable table {
	width: 100%;
	margin-bottom: 10px;
}
.carttable table td {
	padding: 4px;
}

.carttable table td .button {
	margin:0 !important;
}

.carttable table th {
	background: #e8e8e8;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px;
}
.carttable table tr td {
	padding: 10px;
}
.carttable table tr.item td {
	border-bottom: 1px solid #e8e8e8;
}
.carttable table td.price-cell { width: 100px; }
.carttable table td.update-cell { width: 200px; }
.carttable table td.totalprice-cell { width: 100px; }
.carttable table td.update-cell form {
	width: 150px;
	margin: 0 25px 0 25px;
}
.carttable table td.update-cell form .button {
	float: right;
	padding:4px 10px;
	letter-spacing:0;
}
.carttable table td.update-cell form .qtybox {
	float: left;
	width: 32px;
	padding: 4px;
}
.carttable table td.coupon-cell form {
	width: 175px;
	float: right;
}
.carttable table td.coupon-cell form .couponbox {
	float: left;
	padding: 4px;
	width:58px;
}
.carttable .coupon-row .promotion { font-weight: bold; }
.carttable .coupon-row .discountapplied { font-style: italic; font-size: 11px; color: #888; }
.carttable .bigbuttons .button {
	float: right;
}
.carttable table tr.ordertotal-row td {
	border-bottom: 1px solid #e8e8e8;
}
.carttable table tr.postage-row td {
	border-bottom: 1px solid #e8e8e8;
}
.carttable table tr.coupon-row td {
	border-bottom: 1px solid #e8e8e8;
}
.carttable table td.postage-cell form {
	margin: 0 25px 0 10px;
}
.carttable table td.coupon-cell form {
	margin: 0 25px 0 10px;
}
.carttable table td.postage-cell form select {
	float: left;
	padding: 4px;
	width: 180px;
}
.carttable table td.postage-cell form button.button,
.carttable table td.coupon-cell form button.button {
	float: right;
	padding:4px 10px;
	letter-spacing:0;
}
.carttable table tr.extras-row td {
	border-bottom: 1px solid #e8e8e8;
}
.carttable table .summary {
	color: #888;
	font-size: 14px;
}
.carttable table .summary strong {
	font-weight: normal;
	color: #555;
}
.carttable table .summary em {
	font-size: 11px;
}
.carttable .checkout-button {
	float: right;
}
.carttable table td input.button { padding: 2px 8px; }

/* ---------- Cart Bar ---------- */
#cartbar {
	color:#fff;
	position:absolute;
	top:0;
	left:0;
}

#cartbar .inner {	
	width: 880px;
	overflow: hidden;
	padding: 10px;
}
#cartbar .message { float: left; padding: 4px 0 0 4px; }
#cartbar .buttons { float: right; }
#cartbar .buttons .button { float: right; }

/* ---------- Buttons ---------- */
.buttons a.button, .buttons button.button {
	display: block;
	float: left;
	margin: 10px 2px 0;
	background-color: #fbba00;
	line-height: 130%;
	text-decoration: none !important;
	font-weight: bold !important;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	border:none;
	letter-spacing:0.3px;
	cursor: pointer;
	font: normal 11px/1em Verdana, Helvetica, sans-serif;
	padding: 6px 10px; /* Links */
}
.buttons button.button {
	width: auto;
	overflow: visible;
	padding: 2px 10px; /* IE6 */
}
.buttons button[type].button {
	padding: 4px 20px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child+html button[type].button {
	padding: 2px 10px; /* IE7 */
}


/* STANDARD */
.buttons button:hover, .buttons a.button:hover {
	background-color: #fbca3e;
}

.securenotice {
	background: #E8E8E8 url(/_inc/img/secure.gif) 11px 3px no-repeat;
	float: left;
	height: 23px;
	margin:10px;
	color: #777;
}
.securenotice span {
	padding: 4px 15px 0 35px;
	display: block;
}

.errormsg { margin-left:120px; color:#991111 }

/* ----------- General Form Styling ---------- */
form input, forn textarea, form select, form button {
	font: normal 12px/1em Verdana, Helvetica, sans-serif;
}
.required { font-weight: bold; color: #911; }
form.form fieldset {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	padding: 15px;
	margin: 0;
}
form.form label.left {
	float: left;
	padding: 3px 0 0 0;
}
form.form label.medium {
	width: 120px;
}
form.form label.small {
	width: 60px;
}
form.form input.text, form.form select.text {
	padding: 3px;
}
form.form ol, form.form ul { margin: 0; padding: 0; }
form.form ol li, form.form ul li { margin: 0; padding: 2px 0; list-style: none; }
form.form .buttons { width: 100%; overflow: hidden; margin: 0 0 10px 0; }

/* ----------- Home Page ---------- */
body#page-home #site #main { padding:0; }
body#page-home #site #main .box {
	width: 928px;
	min-height: 600px;
	height: auto !important;
	border-top:none;
	border-bottom:none;
	height: 600px;
}
body#page-home #site #main #home-banner { border-bottom: 1px solid #000; width:100%; }
body#page-home #site #main #home-banner a { display:block; }
body#page-home #site #main #promo-banner { border-top: 1px solid #000; clear:both; width:100%; background:#000;overflow:hidden; height:200px; }
#promo-banner .news {
	width:268px;
	height:149px;
	background:#ccc url(/_inc/img/latest_buzz.jpg) no-repeat;
	float:left;
	padding: 45px 15px 5px 20px;
}
#promo-banner .news ul li { width:100%; }
#promo-banner .news ul li a { 
	color:#000;
	padding: 4px 0 0;
	display:block;
	font-size:11px;
	border-bottom: 1px dotted #000;
}
#promo-banner .news ul li a:hover { color:#818181; }
#promo-banner .middle-ad {
	float:left;
	width:311px;
	height:199px;
	margin-left:1px;
}
#promo-banner .right-ad {
	float:left;
	width:312px
}
#promo-banner .right-ad img {
	float:left;
	margin: 0 0 1px 1px;
}
body#page-home #site #main .box .inner { background: none; }
body#page-home #site #main .box .sidebar { min-height:160px; height:auto; height:160px; }
body#page-home #site #main .box .content { padding: 0; }

/* Newsletter buttons */
a#newsletter-link{display:block;width:174px;height:30px;background-image:url(/_inc/img/newsletter-main.png);background-repeat:no-repeat;position:absolute;top:35px;right:0}
a#newsletter-link span{position:absolute;left:-10000em}
body#page-shop a#newsletter-link{background-image:url(/_inc/img/newsletter-shop.png)}
body#page-consulting a#newsletter-link{background-image:url(/_inc/img/newsletter-consult.png)}



/* Product Option Modifications (2/12/2009) */
.product-section-main { width: 100%; overflow: hidden; padding: 0 0 10px 0; }
.product-section-options { width: 598px; overflow: hidden; padding: 10px 0 10px 0; border-top: 1px solid #CCCECE }
.product-section-options .productoptions { padding: 0; }
.productoptionimage { float: left; width: 252px; text-align: center; }
.productoptionimage a { float: left; background: #ddd; padding: 2px; }
.productoptionimage a:hover { background-color: #bbb; }

#prodgal { float: left; width: 252px; text-align: center; overflow: hidden; }
#prodgal #prodimg { width: 252px; height: 256px; position: relative; overflow: hidden; }
#prodgal #prodimg .prodimg { position: absolute; top: 0px; left: 0px; }
#prodgal #prodgalthumbs a { margin-right: 4px; }
#prodgal #prodgalthumbs a.active, #prodgal #prodgalthumbs a.active:hover { background-color: #999; }
pre { padding: 5px; border: 1px solid #eee; }

.singleproduct .productoptions ul { border-top: none; padding: 0 0 10px 0; }
.singleproduct #starfishsend ol { border-bottom: none; }
.singleproduct form .quantity { padding: 10px 0 10px 5px; }

.optiondescription { padding: 10px 0 0 0; text-align: left; }
.productoptionimage-wrap { width: 100%; overflow: hidden; }

.singleproduct #starfishsend { width: 100%; overflow: hidden; }
.singleproduct #starfishsend h2 { background: none; color: #444; font-weight: bold; }
.singleproduct #starfishsend ol { width: 211px; float: left; }
.singleproduct #starfishsend .buttons { float: right; width: auto; padding: 40px 0 0 0; }
.singleproduct #starfishsend .buttons button { padding: 4px 29px; }
