@charset "utf-8";
body {
	background-color: #f0f0f0;
	font: 12px/1.2 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
}

.alt {
	display: none;
}

a:link {
	color: #e68d19;
	text-decoration: none;
}

a:visited {
	color: #e68d19;
	text-decoration: none;
}

a:hover {
	color: #e68d19;
	text-decoration: underline;
}

a:active {
	color: #e68d19;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	line-height: 1.5;
}

h1 {
	padding: 0 0 5px 5px;
	margin: 0.5em 0;
	border-bottom: solid 1px #333;
	font-size: 20px;
}

#container {
	width: 960px;
	margin: 20px auto 20px auto;
}

/* top bar starts here */

#top-bar-outer {
	width: auto;
	height: 124px;
	background: #54534a url('top-bar-bg.gif') repeat-x;
}

#top-bar-left {
	width: auto;
	height: 124px;
	background: url('top-bar-left.gif') no-repeat;
	padding-left: 5px;
}

#top-bar-right {
	width: auto;
	height: 124px;
	background: url('top-bar-right.gif') no-repeat right;
	padding-right: 5px;
}

#logo {
	background: url('logo.gif') no-repeat;
	width: auto;
	height: 124px;
}

#logo-link {
	width: 300px;
	height: 75px;
	float: left;
	margin-bottom: 19px;
}

#logo-link a {
	display: block;
	width: 300px;
	height: 75px;
}

#video-link {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: 17px;
	margin-right: 10px;
	background-color: white;
}

/* top bar navigation items */

#nav-bar {
	height: 30px;
	float: left;
	width: 810px;
	margin-left: 130px;
	clear: both;
	display: inline;
}

#nav-bar ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#nav-bar ul li {
	list-style: none;
	float: left;
}

#nav-bar form {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

li.sep {
	width: 2px;
	height: 30px;
	background: url('sep.gif') no-repeat;
}

li#phone-number {
	width: 132px;
	height: 30px;
	background: url('phone-number.gif') no-repeat;
}

li.search {
	padding-left: 10px;
	padding-right: 10px;
}

input.search-box {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	border: solid 1px #333;
	margin-top: 7px;
	float: left;
}

input.search-button {
	margin-left: 5px;
	float: left;
}

a.home-link {
	width: 75px;
	height: 30px;
	display: block;
	background: url('home-link.gif');
}

a.home-link:hover {
	background: url('home-link-on.gif');
}

a.login-link {
	width: 65px;
	height: 30px;
	display: block;
	background: url('login-link.gif');
}

a.login-link:hover {
	background: url('login-link-on.gif');
}

li#cart {
	width: 172px;
	height: 30px;
	background: url('cart-bg.gif');
}

li#cart p {
	padding: 0;
	margin: 0;
	text-align: right;
	padding: 10px 30px 0 0;
	color: white;
}

a.view-cart-link {
	width: 92px;
	height: 30px;
	display: block;
	background: url('cart-link.gif');
}

a.view-cart-link:hover {
	background: url('cart-link-on.gif');
}

a.checkout-link {
	width: 92px;
	height: 30px;
	display: block;
	background: url('checkout-link.gif');
}

a.checkout-link:hover {
	background: url('checkout-link-on.gif');
}

/*top bar ends */

/*bulk area */

#bulk-top {
	clear: both;
	height: 6px;
	padding: 0;
	margin-top: 10px;
	border: 0;
}

#bulk-main {
	background: url('bulk-bg.gif') repeat-y;
	padding: 0;
	margin: 0;
	border: 0;
}

#bulk-bottom {
	clear: both;
	height: 6px;
	padding: 0;
	margin: 0;
	border: 0;
}

#bulk {
	width: 736px;
	margin-top: 0px;
	float: right;
	background-color: white;
}

#content {
	margin: 20px;
}

#breadcrumb {
	border-bottom: solid 10px #f0f0f0;
}

#breadcrumb p {
	margin: 0;
	padding: 0;
	margin: 10px;
	margin-top: 4px;
}

#breadcrumb a {
	font-weight: bold;
}

/* sidebar starts */

#sidebar {
	width: 214px;
	display: inline;
	float: left;
	margin-top: 0px;
}

#sidebar-content {
	padding: 10px;
}

/* sidebar section list */

#sidebar-content ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar-content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.hsc {
	border-bottom: solid 1px #f0f0f0;
}

a.hsa, a.hsa_c {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px;
}

a.hsa_c {
	padding-bottom: 5px;
}

a.hsa:hover, a.hsa_c:hover {
	background-color: #666;
}

a.nsa, a.nsa_c {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px;
	padding-left: 20px;
}

a.nsa:hover, a.nsa_c:hover {
	background-color: #666;
}

/* sidebar promo items */


li#blog-link {
	border-bottom: none;
}

a.blog {
	display: block;
	height: 40px;
	background: url('blog-link.gif') no-repeat;
	border-bottom: solid 1px #f0f0f0;
}

a.blog:hover {
	background: url('blog-link-on.gif') no-repeat #666;
}

li.info-link, li.side-bar-promo {
	border-bottom: solid 1px #f0f0f0;
}

li.info-link a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px;
}

li.info-link a:hover {
	background-color: #666;
}

.clear {
	clear: both;
}

.side-bar-promo-image {
	margin: 10px;
}

.side-bar-promo-text {
	float: left;
	color: white;
	margin: 10px;
	margin-left: 0;
	display: inline;
}

li.info-link .side-bar-promo-text a {
	color: #e68d19;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

li.info-link .side-bar-promo-text a:hover {
	background-color: none;
}

li.info-link .side-bar-promo-image a {
	margin: 0;
	padding: 0;
}

li.info-link .side-bar-promo-text a:hover {
	background-color: none;
}

/* sidebar ends */

/* footer begins */

.footer-clear {
	clear: both;
	height: 10px;
}

#footer {

}

#footer-other-links {
	width: 385px;
	height: 102px;
	background-color: white;
	float: left;
}

#footer-other-links a:link {
	color: #333;
	text-decoration: none;
}

#footer-other-links a:visited {
	color: #333;
	text-decoration: none;
}

#footer-other-links a:hover {
	color: #333;
	text-decoration: underline;
}

#footer-other-links a:active {
	color: #333;
	text-decoration: none;
}

#footer-other-links ul {
	margin: 0;
	padding: 0;
	border: 0;
	margin: 10px;
	float: left;
	width: 160px;
}

#footer-other-links ul li {
	list-style: none;
	margin-bottom: 0.5em;
}

#footer-payment {
	width: 565px;
	height: 102px;
	background: url('payment-methods.gif') no-repeat #fff;
	float: left;
	margin-left: 10px;
}

#footer-payment a {
	display: block;
	width: 190px;
	height: 102px;
	float: left;
}

#footer-payment p {
	width: 330px;
	padding: 5px;
	float: left;
	
}

/* footer ends */

/* home page content starts */

#slideshow {
	float: left;
	width: 455px;
	height: 400px;
}

.promo {
	float: left;
	background-color: #666;
}

.promo a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.promo a div {
	text-align: center;
	padding-top: 25px;
}

#promo1, #promo2, #promo3 {
	margin-left: 20px;
	width: 220px;
	height: 120px;
}

#promo1 a, #promo2 a, #promo3 a {
	display: block;
	width: 220px;
	height: 120px;
}

#promo1, #promo2 {
	margin-bottom: 20px;
}

#promoa, #promoc {
	width: 220px;
	height: 200px;
}

#promoa a, #promoc a {
	display: block;
	width: 220px;
	height: 200px;
}

#promob {
	width: 215px;
	height: 200px;
}

#promob a {
	display: block;
	width: 215px;
	height: 200px;
}

#promob, #promoc {
	margin-left: 20px;
}

/* section pages */

#main-image {
	float: left;
	width: 310px;
	display: inline;
}

#section-wrapper {
	float: left;
	width: 366px;
	margin-left: 20px;
}

.section-link {
	float: left;
	display: inline;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.section-link-image {
	height: 100px;
}

.section-link-text {
	height: 50px;
}


/* product pages */

#product-image {
	float: left;
	display: inline;
	width: 320px;
}

p.product-price {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 340px;
	margin-left: 20px;
}

.product-text {
	float: left;
	width: 340px;
	margin-left: 20px;
}

h2.product-subheading {
	font-size: 16px;
	clear: both;
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

.option-wrapper {
	clear: both;
	padding: 7px 0;
}

.option-label, .option-widget {
	float: right;
}
.option-label {
	margin-top: 3px;
}

.option-widget {
	float: right;
	margin-left: 10px;
}

.perfect-partner {
	float: left;
	width: 230px;
	text-align: center;
	margin-top: 10px;
}

#home-page-blog-feed {
	clear: both;
	background: #f0f0f0;
	margin-top: 20px;
	padding: 20px;
}

#home-page-blog-feed ul {
	margin-left: 2em;
	padding: 0;
}

#home-page-blog-feed ul li {
	padding-bottom: 1em;
}