#header-region {
	margin: .7em;
}

/*     header
****************************************/
#header {
	height:150px;
}

#header img {
	float:left;
	padding-top:5px;
}

#header h1 {
	padding-top: 9px;
	line-height: 1.6em;
	position: absolute;
}

/*  if site name is displayed  */
#header h1 span.site-name {
	font-size: 1.3em;
}

/*  if site slogan is displayed  */
#header h1 span.site-slogan {
	font-style: italic;
	font-size: .9em;
}

/*  primary links => div#top-primary  
**************************************************/
#top-primary ul.primary-links {
	float: right;
	margin-top: 45px; /* define your own position from the top, also depends on #header height */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#top-primary ul.primary-links li {
	float: left;
}

#top-primary ul.primary-links li a, #top-primary ul.primary-links li a:link,
#top-primary ul.primary-links li a:visited {
	float: left;
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 55px;
	height: 34px;
}


#navigation, #featured {
	border:0 solid #FF0000;
	line-height:0;
	margin:0;
	padding:0 0 5px;
	text-align:left;
	vertical-align:top;
	width:960px;
}

#navigation .block {
}

.txtSearch {
	background-image:url('images/nav/searchfield.gif');
	background-repeat:no-repeat;
	background-position:top; 
	height:24px;
	width:191px;
	background-color:#000000;
	color:#CCCCCC;
	font-family:Verdana;
	font-size:11px; 
	vertical-align:top;
	text-align:left;
	border-style: none; 
	BORDER-TOP-STYLE: none; 
	border:0;
	margin:0;
	padding:0;
	top:0;
	padding-top:5px;
}

.header_menu {
	
	float:right;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	position:relative;
	text-align:right;
	width: 200px;
}

.header_img {
	float:left;
	padding-top:5px;
}

.header {
	height:120px;
	width:100%;
}


.footer-block {
	float: left;
	width: 274px;
	min-height:258px; 
	overflow:hidden;
	margin-bottom: 10px;
}

.footer-block img {
	border-left: 1px solid #404440;
	border-right: 1px solid #404440;
	border-bottom: 1px solid #404440;
	border-top: none;
	vertical-align: top;
}

	
#footer-middle {
	margin: 0 11px 0 11px;
}

/* for Internet Explorer */
/*\*/
* html #footer .footer-block {
height: 278px;
}
/**/



#footer .footer-block, #footer .block {
	background-image:url('images/footer-block-bg.gif');
	background-repeat:no-repeat;
}

#footer .title {
	padding:18px 20px 3px 15px;
	float:left;
}

#footer .blockcontent {
	font-family:Verdana;
	font-size:10px;
	color:#999999;
	text-align:left; 
	line-height:16px;
	position:relative;
	float:left;
	width:239px;
}

/*  primary links in footer => div#bottom-primary  
**************************************************/
#bottom-primary {
}

/*  footer message  */
#footer-message {
	
}

#footer-bottom {
	width: 960px;
 	font-family:Verdana;
 	font-size:10px;
 	text-align:left;
 	line-height:16px;
 	color:#666666;  
	background: none;
}

#footer-bottom .blockcontent {
 	border-top:solid 1px #666666;
	margin: 0;
 	padding:5px 0 0 0;
	width: 100%;
 	color:#666666; 
	background: none;
}

#footer-bottom p {
 	color:#666666;  
}

#footer-bottom a {
 	color:#666666; 
}

#footer-bottom a:hover {
 	text-decoration:underline;
 	color:#666666; 
}

.addthis {
	float: right;
}

.addthis_toolbox {
	padding:10px;
	clear:both;
}


/*  CTGY GRID/LIST VIEW
	by: Miva Merchant
	developer: Michael Chan / twitter.com/chantastic
	------------------------------------------------- */

	/* === DEFAULT - GRID VIEW === */
	#products {
		border-top: 1px solid #111;
		padding-top: 10px;
		}

		.product {
			background: #fff;
			border-bottom: 1px solid #111;
			color: #000;
			float: left;
				width: 150px;
			font: bold 11px/1.5 'Maven Pro',Verdana,Arial,sans-serif;
			margin: 5px;
			height: 370px;
			padding: 10px;
			position: relative;
                       overflow: hidden;
			}

			.product a {
				color: #000;
				font-weight: bold;
				}

			.product h2 {
				color: #000;
				font: bold 11px/1.5 'Maven Pro',Verdana,Arial,sans-serif;				text-transform: uppercase;
				}

				.product h2 > a {
					font-weight: bold;
				}

			.product img {
				max-width: 162px;
				/*max-height: none;*/
				overflow: hidden;
				}

			.product .code {
				font-weight: normal;
				}

			.product .img-wrap {
				height: 150px;
				overflow: hidden;
				}

			.product .info-wrap {
				position: absolute;
					bottom: 10px;
					left: 0;
				padding: 0 10px;
				}

			.product .more-info {
				font-size: 11px;
				}

			.product .price {
				color: #cc0000;
				font-size: 11px;
				text-transform: uppercase;
				}

		.row-last {}

	/* === ALTERNATE - LIST VIEW === */
	.list .product {
		min-height: 0;
		width: 95%;
		height: auto;
		}

		.list .product h2 {
			margin: 0;
			}

		.list .product img {
			max-width: 125px;
			/**max-width: 125px;*/
			/*max-height: 125px;*/
			/**max-height: 125px;*/
			}

		.list .product .img-wrap {
			float: left;
			margin-right: 15px;
			width: 125px;
			height: auto;
			}

		.list .product .info-wrap {
			margin-left: 140px;
			padding: 0;
			position: relative;
				bottom: auto;
				left: auto;
			}

		.list .product .quantity {
			margin-top: 15px;
			}

	#view-options {
		text-align: right;
		}

		#view-grid,
		#view-list {
			background: transparent url(/img/btn_dark.gif) no-repeat scroll 0 0;
			display: inline-block;
			line-height: 25px;
			text-align: center;
			text-decoration: none;
			width: 48px;
			color:#fff;
			}

			#view-grid.current,
			#view-list.current {
				color: #888;
				cursor: default;
				opacity: 0.5;
					filter:alpha(opacity=50); /* use conditional selector, if Modernizer is laoded*/
				}

/* END - CTGY GRID/LIST VIEW - by Miva Merchant */