/* GLOBAL PROPERTIES */

body,td,tr,table {
	font-family: Arial, Helvetica, Sans-serif;
	color: black;
}

body {
	background: url(images/sharedimgs/main-bg.jpg);
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	color: #ED1B23;
	background: url(images/sharedimgs/h1.gif) left no-repeat;
	padding-left: 35px;
	border-bottom: solid 1px #BFBFBF;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	background: url(images/sharedimgs/h2.gif) left no-repeat;
	border-bottom: solid 1px #BFBFBF;
	padding-left: 20px; 
}

h3 {
	font-size: 14px;
	color: black;
	background: url(images/sharedimgs/h1.gif) left no-repeat;
	padding-left: 35px;
	border-bottom: solid 1px #BFBFBF;
	font-weight: bold;
	height: 25px;
}

h4 {
	font-size: 18px;
	color: black;
	background: url(images/sharedimgs/arrow-bullet2.gif) no-repeat left;
	margin: 0 0 0 -50px;
	padding: 8px 0 6px 50px;
	border-bottom: solid 1px #BCBEC0;
}

h4 .details {
	font-size: 11px;
	color: #58595B;
	font-weight: normal;
}

h4 .details b {
	color: black;
}

input,textarea,select {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

/* IDS */

#cart {
	margin: 20px 0;
	font-size: 11px;
}

#cart .product td {
	padding: 5px 10px;
}

#cart .product .right {
	border-right: solid 1px #BCBEC0;
}

#cart .product .left {
	border-left: solid 1px #BCBEC0;
}

#cart .top td {
	background-color: black;
	color: #FFE400;
	padding: 5px 10px;
	font-weight: bold;
	height: 20px;
}

#cart .top-spacer td {
	height: 20px;
	background: url(images/products/sku-bg.gif) repeat-x top;
	border-left: solid 1px #BCBEC0;
	border-right: solid 1px #BCBEC0;
}

#cart .bottom-spacer td {
	border-width: 0px 1px 1px 1px;
	border-color: #BCBEC0;
	border-style: solid;
}

#cart .final-row td {
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
}

#cart .final-row td td {
	font-weight: normal;
	padding: 0;
	text-transform: none;
}

#contact {
	background: url(images/contact/contact-bg.jpg) no-repeat top;
	padding: 45px 0 25px 0;
}

#content-td {
	background: url(images/sharedimgs/content-bg2.gif) repeat-x bottom white;
}

#product-skus {
	border: solid 1px #BCBEC0;
	font-size: 11px;
	color: black;
}

#product-skus .top td {
	background-color: #FFE400;
	padding: 2px 5px 2px 20px;
	font-weight: bold;
}

#product-skus .spacer td {
	background: url(images/products/sku-bg.gif) repeat-x top;
}

#product-skus .sku td {
	padding: 2px 5px 2px 20px;
}

#hp-featured-products {
	background: url(images/home/featured-products.gif) no-repeat left top transparent;
	width: 387px;
	padding: 90px 0 0 0;
	margin: 0;
}

#hp-featured-products .hp-fp {
	display: block;
	margin: 0 0 10px 25px;
	padding: 0;
	clear: both;
	width: 340px;
}

#hp-featured-products .hp-fp .fp-photo {
	float: left;
	width: 144px;
	padding: 0 0 10px 0;
	overflow: hidden;
}

#hp-featured-products .hp-fp .fp-photo img {
	border: 1px solid #bcbec0;
	max-width: 142px;
	width: expression(this.width > 142 ? 142: true);
	display: block;
}

#hp-featured-products .hp-fp .fp-description {
	float: left;
	width: 180px;
	font-size: 11px;
	color: black;
	margin: 0 0 0 10px;
	padding: 0;
}

#hp-featured-products .hp-fp .fp-description p {
	line-height: 13px;
}

#hp-featured-products .hp-fp .fp-description h5 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #ed1b24;
}

#hp-featured-products .hp-fp .fp-description h5 a {
	color: #ed1b24;
	text-decoration: none;
}

#hp-featured-products .hp-fp .fp-description .fp-sup {
	font-size: 10px;
	font-weight: bold;
}

#hp-featured-products .hp-fp .fp-description .fp-link {
	display: block;
	background: url(images/home/featured-product-arrow.gif) no-repeat left top transparent;
	height: 20px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding: 4px 0 0 35px;
	margin: 0;
}



/* CLASSES */

.cart-options ul {
	list-style: none;
	color: black;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.cart-options ul li {
	background: url(images/sharedimgs/square-bullet.gif) no-repeat center left;
	padding-left: 12px;
	line-height: 10px;
	margin: 10px 0;
}

.cart-options ul li a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.category-title {
	font-size: 20px;
	color: #ED1B23;
	background: url(images/sharedimgs/h1.gif) no-repeat bottom left;
	padding: 20px 0 0 35px;
	border-bottom: solid 1px #BFBFBF;
	font-weight: bold;
	margin-right: 25px;
}

.category-description {
	font-size: 11px;
	color: #333;
	font-style: italic;
	font-weight: normal;
	margin-left: 35px;
}

.category-title img {
	border: solid 1px #BFBFBF;
	float: right;
	margin: -20px -5px 0 0;
}

.category-ul {
	margin-top: 10px;
}

.category-ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #58595B;
}

.category-ul ul li {
	background: url(images/sharedimgs/arrow-bullet.gif) no-repeat top left;
	padding-left: 40px;
	margin: 10px;
}

.category-ul ul li a {
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.category-ul ul li b {
	color: black;
}

.chart-style {
	background: url(images/products/charts-bg.gif) repeat-x top;
	border-width: 0 1px 1px 1px;
	border-color: #BCBEC0;
	border-style: solid;
	padding-top: 10px;
}

.chart-style ul {
	list-style: none;
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.chart-style ul li {
	background: url(images/sharedimgs/square-bullet.gif) no-repeat center left;
	padding-left: 12px;
	line-height: 10px;
	margin: 10px 0;
}

.chart-style ul li a {
	color: black;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.content-bg {
	background: url(images/sharedimgs/content-bg.gif) repeat-x top;
	padding-top: 45px;
}

.distributors {
	background: url(images/sharedimgs/arrow-bullet.gif) no-repeat left top;
	font-size: 11px;
	color: #58595B;
	padding-left: 35px;
	margin: 20px 0;
}

.distributors .title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: black;
	margin-bottom: 5px;
}

.distributors a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.faq-ul ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-ul ul li {
	background: url(images/sharedimgs/question-bullet.gif) no-repeat left top;
	color: #58595B;
	font-size: 11px;
	padding-left: 35px;
	margin: 15px;
}

.faq-ul ul li b {
	color: black;
}

.gallery-thumb {
	float: left;
	margin: 20px 30px 0 10px;
}

.gallery-thumb img{
	border: solid 2px #5D5E5F;
	margin-bottom: 10px;
}

.gallery-thumb .caption {
	background: url(images/sharedimgs/camera-bullet.gif) no-repeat left;
	padding: 3px 0 3px 35px;
	color: #5D5E5F;
	text-transform: capitalize;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.grey-border {
	border: solid 1px #BCBEC0;
}

.highlight {
	color: #ED1B24;
	font-size: 14px;
	font-weight: bold;
}

.indent {
	padding-left: 15px;
}

.indent2 {
	padding-left: 50px;
}

.installation-ul ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.installation-ul ul li {
	background: url(images/sharedimgs/wrench-bullet.gif) no-repeat left;
	color: #58595B;
	font-size: 11px;
	padding-left: 35px;
	margin: 15px;
}

.installation-ul ul li a {
	color: black;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.product-header {
	background: url(images/sharedimgs/products-header.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-transform: capitalize;
	padding: 5px 0 0 160px;
}

.red-bullet-ul ul {
	font-size: 11px;
	color: black;
	margin: 0;
	padding: 0;
	list-style: none;
}

.red-bullet-ul ul li {
	background: url(images/sharedimgs/red-bullet.gif) no-repeat top left;
	line-height: 1em;
	margin: 10px 5px;
	padding-left: 15px;
}

.site-text {
	color: black;
	font-size: 11px;
}

.site-text a {
	color: black;
}

.specials {
	color: red;
	font-size: 17px;
	font-weight: bold;
	background-repeat:no-repeat;
}
