*{padding: 0; margin: 0;}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.4;
}

a {
	color: #333;
}

p {
	margin: 10px 0 10px 0;
}

ul {
	padding: 0 0 0 20px;
}

li {
	line-height: 1.4;
	list-style: url(../images/icons/li_bg.gif);
}

.container {
	width: 973px;
	margin: 0 auto 0 auto;
}

.menu-top {
	height: 39px;
	background: #000000;
}

.page-background-top {
	background: url('../images/global/header-bg.jpg') top left no-repeat;
}

.page-background-bottom {
	background: url('../images/global/page-bg.jpg') bottom left no-repeat;
	padding: 0 0 90px 0;
	min-height: 500px;
}

.logo {
	width: 973px;
	height: 61px;
	padding: 31px 0 11px 0;
}

a#logo {
	width: 308px;
	height: 61px;
	margin: 0 632px 0 33px;
	display: block;
	background: url('../images/global/logo.jpg') top left no-repeat;
	text-indent: -9999px;
}

ul#nav {
	width: 546px;
	height: 35px;
	margin: 0 15px 0 412px;
	padding: 0 0 56px 0;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	display: block;
	height: 35px;
	text-indent: -9999px;
	float: left;
}

ul#nav li a:hover {
	background-position: 0 -35px !important;
}

ul#nav li a#nav-home { width: 73px; background: url('../images/nav/home.jpg') top left no-repeat; }
ul#nav li a#nav-about { width: 99px; background: url('../images/nav/about.jpg') top left no-repeat; }
ul#nav li a#nav-solutions { width: 106px; background: url('../images/nav/solutions.jpg') top left no-repeat; }
ul#nav li a#nav-faq { width: 69px; background: url('../images/nav/faq.jpg') top left no-repeat; }
ul#nav li a#nav-products { width: 103px; background: url('../images/nav/products.jpg') top left no-repeat; }
ul#nav li a#nav-contact { width: 96px; background: url('../images/nav/contact.jpg') top left no-repeat; }

/*
ul#nav li a#nav-home { width: 73px; background: url('../images/nav/nav-home.jpg') top left no-repeat; }
ul#nav li a#nav-about { width: 99px; background: url('../images/nav/nav-about.jpg') top left no-repeat; }
ul#nav li a#nav-solutions { width: 106px; background: url('../images/nav/nav-solutions.jpg') top left no-repeat; }
ul#nav li a#nav-faq { width: 69px; background: url('../images/nav/nav-faq.jpg') top left no-repeat; }
ul#nav li a#nav-products { width: 103px; background: url('../images/nav/nav-products.jpg') top left no-repeat; }
ul#nav li a#nav-contact { width: 96px; background: url('../images/nav/nav-contact.jpg') top left no-repeat; }
*/

.footer {
	height: 27px;
	background: #5c5c5c;
	padding: 14px 36px 0 33px;
	color: #9d9d9d;
	font-size: 11px;
}

.footer span {
	float: right;
}

.footer a {
	color: #7f7f7f;
	text-decoration: none;
}

.content {
	padding: 0 0 0 33px;
}

/*
 * Action specific styles - Home
 */

.home-left {
	width: 405px;
	min-height: 1px;
	float: left;
}

.home-right {
	width: 519px; 
	float: left;
}

img.image-border {
	padding: 8px;
	border: 1px solid #E7E7E7;
}

.faq-items {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;
}

.faq-items .toggle {
	padding: 0 0 0 30px;
	background-image: url(../images/icons/faq-closed.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 17px;
	margin: 0 0 10px 0;
}

.faq-items .toggleopen {
	background-image: url(../images/icons/faq-open.png) !important;
}

.faq-items .togglable {
	margin: 10px 0 0 0;
}

.faq-items p {
	margin: 0 0 0 0;
}

.faq-items h4 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #E92227;
	font-weight: normal;
}

.faq-items h4 a {
	color: #E92227;
	text-decoration: none;
}

.subheading {
	color: #2A2A9B;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 10px 0;
}

/* Contact Form */

#frm_contact label {
	color: #C51834;
	font-size: 11px;
	display: block;
	padding: 0 0 2px 0;
}

#frm_contact input[type='text'] {
	border: 1px solid #999999;
	padding: 2px;
	width: 199px;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #666666;
}

#frm_contact textarea {
	border: 1px solid #999999;
	padding: 2px;
	width: 339px;
	height: 69px;
	margin: 0 0 8px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

#frm_contact input[type='image'] {
	display: block;
	margin: 0 0 0 287px;
}

.quick-search-box {
	padding: 60px 0 40px 0;
}

.quick-search-box label {
	display: block;
	font-size: 11px;
	color: #585858;
	font-weight: bold;
	padding: 12px 0 5px 0;
}

.quick-search-box select {
	border: 1px solid #999999;
	padding: 2px;
	width: 173px;
	font-size: 11px;
	text-align: center;
}

.keyword-search-box label {
	display: block;
	font-size: 11px;
	color: #585858;
	font-weight: bold;
	padding: 12px 0 5px 0;
}

.keyword-search-box input[type='text'] {
	border: 1px solid #999999;
	padding: 2px;
	width: 173px;
	font-size: 12px;
}

.keyword-search-box a img {
	display: block;
	padding: 10px 0 0 116px;
}

.products-left {
	width: 205px;
	float: left;
}

.products-right {
	width: 710px;
	float: left;
	border-left: 1px dotted #CCCCCC;
	padding: 0 0 0 20px;
}

p.instructions {
	font-size: 11px;
}

/* Homepage Categories */

.products-home-categories {
	padding: 20px 0 0 0;
	clear: left;
}

.products-home-categories a {
	cursor: pointer;
}

.specials-button {
	float: left; 
	width: 330px;
	text-align: right;
}

.specials-button a img {
	border: none;
}

.products-home-categories li {
	float: left;
	width: 234px;
	height: 209px;
	list-style: none;
}

.products-home-categories-item {
	width: 209px;
	height: 159px;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}

.products-home-categories-title {
	width: 209px;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	text-align: center;
	padding: 7px 0 0 0;
	text-decoration: underline;
}

.products-results {
	padding: 0 0 0 0;
}

.products-results a {
	cursor: pointer;
}

.products-results li {
	margin: 0 0 15px 0;
	clear: both;
	list-style: none;
}

.products-results-item {
	width: 120px;
	height: 90px; 
	border: 1px solid #cccccc;
	float: left;
	margin: 0 30px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.products-results-info {
	width: 500px;
	float: left;
}

.products-results-title {
	color: #2A2A9B;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 5px 0;
	margin: 0 0 2px 0;
}

.products-results-title a {
	color: #2A2A9B;
	text-decoration: none;
}

.products-results-desc {
	min-height: 35px;
	padding: 5px 0 5px 0;
}

.product-price {
	color: #DD0000;
	font-weight: bold;
}

.paging {
	text-align: center;
	font-size: 11px;
	width: 500px;
	margin: 0 auto 0 auto;
}

.paging a.direction {
	color: #333333;
	text-decoration: none;
}

.paging a.page {
	color: #666666;
	text-decoration: none;
}

.paging a.active {
	color: #FF0000;
	font-weight: bold;
}

.product-detail-image {
	width: 356px;
	height: 266px;
	border: 1px solid #CCCCCC;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.product-detail-thumbnail {
	width: 112px;
	height: 84px;
	border: 1px solid #CCCCCC;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	margin: 8px 8px 0 0;
}

.product-detail-enlarge {
	clear: both;
	font-size: 10px;
	color: #999999;
	text-align: right;
	width: 355px;
	padding: 5px 0 0 0;
}

.pd-details-title {
	font-size: 14px;
	color: #2A2A9B;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

.pd-related-title {
	font-size: 14px;
	color: #2A2A9B;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 30px 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.product-detail-right {
	width: 510px; 
	float: left;
}

.product-detail-right h1 {
	color: #2A2A9B;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
}

.breadcrumb {
	color: #999999;
	font-size: 11px;
	margin: 0;
}

.breadcrumb a {
	text-decoration: none;
	color: #999999;
}

.pd-code {
	color: #666666;
	font-size: 10px;
	clear: both;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
}

.pd-title-left {
	float: left;
	width: 410px;
}

.pd-title-right {
	width: 98px;
	float: left;
	height: 48px;
}

.pd-title-right a img {
	border: none;
}

.pd-price-left {
	float: left;
	width: 50px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	height: 60px;
}

.pd-price-mid {
	float: left;
	width: 305px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	
}

.pd-price-mid span {
	color: #DD0000;
}

.pd-price-right {
	width: 155px;
	float: left;
	height: 60px;
	line-height: 2;
}

.pd-price-right a {
	font-size: 11px;
	color: #666666;
}

.pd-price-right img {
	vertical-align: middle;
}

.pd-related {
	padding: 0 0 0 0;
}

.pd-related a {
	cursor: pointer;
}

.pd-related li {
	float: left;
	width: 121px;
	height: 130px;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}

.pd-related-img {
	width: 112px;
	height: 84px;
	border: 1px solid #ccc;
	margin: 0 0 6px 0;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
}

.pd-related-caption {
	width: 114px;
	line-height: 1.4;
	text-align: center;
	text-decoration: underline;
	font-size: 11px;
	 color: #333333;
}

.menu-top ul {
	text-align: right;
	padding: 12px 20px 0 0;
}

.menu-top ul li {
	display: block;
	float: right;
	color: #999999;
	font-size: 12px;
	padding: 0 0 0 15px;
	position: relative;
}

.menu-top ul li a {
	color: #CCCCCC;
	font-size: 11px;
}

.popup {
	z-index: 9999;
	position: absolute;
	width: 304px;
	background: url('../images/popup/bg-popup.png') top left no-repeat;
	padding: 26px 0 0 0;
	top: 22px;
	right: 0;
}

.popup-bot {
	padding: 0 0 14px 0;
	background: url('../images/popup/bg-popup-bot.png') bottom left no-repeat;
	z-index: 9999;
}

.popup-mid {
	background: url('../images/popup/bg-popup-mid.png') top left repeat-y;
	width: 274px;
	padding: 0 15px 0 15px;
	text-align: left;
	font-size: 11px;
	min-height: 50px;
	z-index: 9999;
}

.popup-logo {
	text-align: left;
	z-index: 9999;
}

.popup-close {
	position: absolute;
	bottom: 14px;
	right: 15px;
	z-index: 9999;
}

.popup-close a {
	color: #EC0000 !important;
}

.popup-close span a {
	color: #666666 !important;
}

.home-slideshow {
	z-index: 800;
}

a.lightbox {
	cursor: pointer;
}