@charset "utf-8";
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 0.75em/1.2 Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	display: none;
}

a {
	color: #346498;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
	font-size: 18px;
	color: #346498;
}

h2 {
	margin: 0;
	padding: 0.5em 0;
	font-size: 18px;
	color: #346498;
}

h3 {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 16px;
	color: #346498;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

#container {
	width: 750px;
	margin: 0 auto;
}


#header {
	height: 103px;
}

a#main-logo {
	width: 242px;
	height: 103px;
	display: block;
	float: left;
	background: url('main-logo.gif');
}

#quote {
	float: left;
	width: 220px;
	height: 103px;
	margin-left: 15px;
}

#quote h1 {
	text-align: center;
	font-style: italic;
	margin-top: 15px;
}

#delivery {
	float: left;
	width: 257px;
	height: 103px;
	margin-left: 17px;
}

#shopping-cart {
	float: right;
	width: 205px;
	height: 76px;
	background: url('shopping-basket.jpg');
	margin-top: 10px;
}

#cart-values {
	font-size: 14px;
	text-align: center;
	margin-top: 31px;
}

#cart-buttons {
	margin-top: 5px;
	height: 19px;
	padding-left: 8px;
}

a.view-basket {
	display: block;
	float: left;
	background: url('view-basket.gif');
	width: 87px;
	height: 19px;
}

a.view-basket:hover {
	background: url('view-basket-on.gif');
}

a.checkout {
	display: block;
	float: left;
	background: url('checkout.gif');
	width: 91px;
	height: 19px;
	margin-left: 12px;
}

a.checkout:hover {
	background: url('checkout-on.gif');
}

#nav-bar {
	background: #0061a2;
	height: 27px;
}

#quick-search {
	float: right;
	height: 27px;
	width: 	200px;
	background: url('search-bg.gif');
}

#search-bar {
	padding-left: 6px;
	background: url('blue-bar-left.gif') no-repeat;
	height: 27px;
	width: 115px;
	float: left;
	display: inline;
}

#search-bar input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	border: 0;
	margin-top: 5px;
	width: 110px;
}

#search-button {
	width: 72px;
	height: 27px;
	background: url('search-button-bg.gif') no-repeat;
	float: right;
}

#search-button input {
	margin: 9px 0 0 8px;
}

#nav-buttons {
	height: 27px;
}

#nav-buttons ul {
	height: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-buttons ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav-buttons ul li a {
	display: block;
	height: 27px;
	float: left;
}

a.nav-home {
	width: 66px;
	background: url('nav-home.gif');
}

a.nav-home:hover {
	background: url('nav-home-on.gif');
}

a.nav-shop {
	width: 109px;
	background: url('nav-shop.gif');
}

a.nav-shop:hover {
	background: url('nav-shop-on.gif');
}

a.nav-choosing {
	width: 177px;
	background: url('nav-choosing.gif');
}

a.nav-choosing:hover {
	background: url('nav-choosing-on.gif');
}

a.nav-about {
	width: 90px;
	background: url('nav-about.gif');
}

a.nav-about:hover {
	background: url('nav-about-on.gif');
}

a.nav-contact {
	width: 104px;
	background: url('nav-contact.gif');
}

a.nav-contact:hover {
	background: url('nav-contact-on.gif');
}

#bulk {
	padding-top: 10px;
}

#content {
	float: right;
	width: 575px;
}

#sidebar {
	float: left;
	width: 160px;
}

ul.section-list {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: solid 1px #7fb0d0;
	margin-bottom: 10px;
}

ul.section-list li {
	margin: 0;
	padding: 0;
}

ul.section-list li a {
	border-bottom: solid 1px #7fb0d0;
	color: #0061a2;
	padding: 5px 0 5px 17px;
	background: url('bullet-off.gif') no-repeat left;
	display: block;
	text-decoration: none;
}

ul.section-list li a:hover{
	background: #f7f9fa url('bullet-on.gif') no-repeat left;
	color: #00375c;
}

ul.section-list li a.current-section {
	background: #f7f9fa url('bullet-on.gif') no-repeat left;
	color: #00375c;
}


.sidebar-box {
	background: url('features-box-bg.jpg') repeat-y;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

.sidebar-box-bottom {
	background: url('features-box-bottom.jpg') bottom no-repeat;
	padding-bottom: 5px;
	margin: 0;
	border: 0;
}

.sidebar-box-content {
	background: url('features-box-top.jpg') top no-repeat;
	padding-top: 5px;
	margin: 0;
	border: 0;
}

.sidebar-box-content h2 {
	color: #0061a2;
	margin: 0;
	padding: 7px 7px 15px 7px;
	font-size: 15px;
	font-weight: normal;
}

.sidebar-box-content p {
	padding-left: 7px;
	padding-right: 7px;
}



.contact-box {
	background: url('contact-box-bg.jpg') repeat-y;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

.contact-box-bottom {
	background: url('contact-box-bottom.jpg') bottom no-repeat;
	padding-bottom: 5px;
	margin: 0;
	border: 0;
}

.contact-box-content {
	background: url('contact-box-top.jpg') top no-repeat;
	padding-top: 5px;
	margin: 0;
	border: 0;
}

.contact-box-content h2 {
	color: #0061a2;
	margin: 0;
	padding: 7px 7px 15px 7px;
	font-size: 15px;
	font-weight: normal;
}

.contact-box-content p {
	padding-left: 7px;
	padding-right: 7px;
}

.question-phone-number {
	color: #0061a2;
	font-size: 15px;
}

a.question-mail-link {
	color: white;
	text-decoration: none;
	line-height: 15px;
	background: url('email-button.gif') no-repeat;	
}

#making-a-difference a {
	text-decoration: underline;
}

/* ul.faq {
	padding: 0;
	margin: 0 7px 10px 7px;
	list-style: none;
	border-top: solid 1px #dedede;
}

ul.faq li {
	margin: 0;
	padding: 0;
}

ul.faq li a {
	border-bottom: solid 1px #dedede;
	color: #333;
	padding: 5px 3px;
	display: block;
	text-decoration: none;
}

ul.faq li a:hover{
	background: #dedede;
	color: #00375c;
} */

#footer {
	clear: both;
	height: 100px;
	background: url('footer-bg.jpg') repeat-x;
}

#footer-container {
	width: 750px;
	margin: 0 auto;
}

#footer-left {
	margin-top: 10px;
	float: left;
	width: 470px;
}

#footer-left p {
	padding-bottom: 1em;
}

#footer-left a {
	color: #333;
	text-decoration: none;
}

#footer-left a:hover {
	color: #333;
	text-decoration: underline;
}

#footer-right {
	float: right;
	width: 280px;
	margin-top: 7px;
	text-align: right;
}


/* Section Header ---------------------------*/

#section-nav {
	height: 27px;
	background: url('section-nav-bg.gif');
	padding: 0 10px;
	margin-bottom: 0;
}

#section-nav h1 {
	display: inline;
	color: white;
	line-height: 27px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
}

#section-nav a {
	color: white;
	line-height: 27px;
}


/* Section Links -------------------------*/

.mag-section-br {
	background: url('blue-outline-br.gif') no-repeat bottom right;
	margin-bottom: 10px;
}

.mag-section-bl {
	background: url('blue-outline-bl.gif') no-repeat bottom left;
	padding-bottom: 10px;
}

.mag-section-tr {
	background: url('blue-outline-tr.gif') no-repeat top right;
	padding-right: 10px;
}

.mag-section-tl {
	background: url('blue-outline-tl.gif') no-repeat top left;
	padding-top: 10px;
	padding-left: 10px;
}

.mag-section {
	/*height: 206px; */
}

.mag-section-image {
	float: left;
	width: 150px;
}

.mag-section-text {
	float: right;
	width: 565px;
}

.mag-section h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.mag-section h3 a {
	color: #346498;
	text-decoration: none;
}

.mag-section h3 a:hover {
	text-decoration: underline;
}

.mag-section p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.section-more-button {
	height: 18px;
}

/* Products -----------------------------------*/

p.mag-breadcrumb {
	background: #f0f0f0;
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

p.mag-breadcrumb a {
	color: #999;
	text-decoration: none;
}

p.mag-breadcrumb a:hover {
	color: #666;
	text-decoration: underline;
}

.mag-product-image {
	width: 250px;
	float: left;
	text-align: center;
}

.lightbox-images {
	text-align: left;
}

.lightbox-images img {
	border: solid 1px #ccc;
}

.mag-product-text {
	width: 480px;
	float: left;
	margin-left: 10px;
}

.mag-product-text h2 {
	margin-bottom: 10px;
}

.orange-heading {
	background: #f58220 url('related-bar-right.gif') right no-repeat;
	height: 21px;
	margin-bottom: 10px;
}

.orange-heading h3 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 21px;
	background: url('related-bar-left.gif') left no-repeat;
	padding: 0 0 0 5px;
	margin: 0;
}

.silverheader {
	background: #fff url('more-down.gif') right no-repeat;
	cursor: pointer;
}

.silverheader h3 {
	font-size: 14px;
	font-weight: normal;
	color: #346498;
	line-height: 21px;
	padding: 10px 60px 10px 10px;
	margin: 0;
}

.silverheader a {
	color: #346498;
	text-decoration: none;
}

.submenu {
	padding: 10px 10px 10px 10px;
} 

.section-header {
	cursor: pointer;
}

.section-header a {
	text-decoration: none;
}

.section-menu {
	padding: 10px;
}


.mag-attributes {
	margin-bottom: 0.5em;
	padding-left: 67px;
	background: url('select-down.gif') left no-repeat;
}

.mag-attributes select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	color: #346498;
	padding: 0;
	
}


/*--------------------- home page -------------------------*/

#home-page-right {
	float: right;
	width: 160px;
	margin-right: 10px;
	display: inline;
}

#home-page-left {
	float: left;
	width: 392px;
}

#slideshow {
	height: 251px;
	margin-bottom: 20px;
}

#home-page-blue-box {
	background: url('home-blue-box-bg.gif') repeat-y;
	margin-bottom: 14px;
	padding: 0;
	border: 0;
}

#home-page-blue-box-bottom {
	background: url('home-blue-box-bottom.gif') bottom no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

#home-page-blue-box-content {
	background: url('home-blue-box-top.gif') top no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
}

#home-page-blue-box h1 {
	color: #7cadcf;
	margin: 0;
	padding: 20px;
	font-size: 24px;
	font-weight: normal;
	background: url('10-years.gif') right no-repeat;
	margin-right: 10px;
}

#home-page-blue-box p {
	padding: 0 20px 5px 20px;
}

h2.star {
	background: url('icon-star.gif') no-repeat top right;
	margin: 5px 5px 0 0 ;
	padding: 0 10px 10px 6px;
}

h2.truck {
	background: url('icon-truck.gif') no-repeat top right;
	margin: 5px 5px 0 0 ;
	padding: 0 10px 10px 6px;
}

h2.padlock {
	background: url('icon-padlock.gif') no-repeat top right;
	margin: 5px 5px 0 0 ;
	padding: 0 10px 10px 6px;
}

h2.money {
	background: url('icon-money.gif') no-repeat top right;
	margin: 5px 5px 0 0 ;
	padding: 0 10px 10px 6px;
}

h2.gift {
	background: url('icon-gift.gif') no-repeat top right;
	margin: 5px 5px 0 0 ;
	padding: 0 10px 10px 6px;
}


/*------------------ featured products ----------------------*/

.mag-promo-br {
	background: url('blue-outline-br.gif') no-repeat bottom right;
}

.mag-promo-bl {
	background: url('blue-outline-bl.gif') no-repeat bottom left;
	padding-bottom: 5px;
}

.mag-promo-tr {
	background: url('blue-outline-tr.gif') no-repeat top right;
	padding-right: 5px;
}

.mag-promo-tl {
	background: url('blue-outline-tl.gif') no-repeat top left;
	padding-top: 5px;
	padding-left: 5px;
}

.mag-promo {
	height: 180px;
}

.mag-promo-image {
	height: 90px;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}

.mag-promo h3 {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.mag-promo h3 a {
	color: #346498;
	text-decoration: none;
}

.mag-promo h3 a:hover {
	text-decoration: underline;
}

.mag-promo p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

table.corporate-price-table {
	font-size: 11px;
	border: solid 1px #666;
	border-width: 1px 0 0 1px;
}

table.corporate-price-table th {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	background: #f0f0f0;
}

table.corporate-price-table td {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
}