html { 
	min-height: 100%;
}

a:active {
	position: relative;
	top: 1px;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000000;
	background: #F7F7F8;
}


/* top wrap */
#top-wrap {
	width: 100%;
	height: 90px;
	background: #191919 url(images/top_pattern.png) repeat-x scroll;
}


#top p {
	font-size: 18px;
	text-indent: -9999px;
	width: 190px;
	height: 40px;
	margin-top: 25px;
	background: url(images/logo.png) no-repeat scroll;
}

#top p a {
	display: block;
	line-height: 40px;
	text-decoration: none;
}

#top p a:hover {
	text-decoration: none;
}

#top h1 {
	font-size: 13px;
	color: #ABABAB;
	line-height: 90px;
	font-family: 'Georgia', serif;
	font-style: italic;
	text-align: right;
}

/* top shadow */
#top-shadow {
	width: 100%;
	height: 26px;
	background: url(images/top_shadow.png) repeat-x scroll;	
	margin-top: 1px;
}


/* navigation */
#nav-wrap {
	width: 100%;
	height: 44px;
	background: url(images/nav_bg.jpg) repeat-x scroll;
}


#contact p {
	float: right;
	text-indent: -9999px;
	background: url(images/phone.png) no-repeat scroll;
	width: 88px;
	height: 17px;
	margin-top: 13.5px;
}

#menu ul li {
	float: left;
	margin-right: 25px;
	line-height: 44px;
}

#menu ul li a {
	font-family: "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	color: #F1F1F1;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #000;
	text-decoration: none;
}

#menu ul li.current-cat a{
	color: #000;
}

/* about us */
#about-wrap {
	width: 100%;
	height: 401px;
	background: url(images/about_bg.jpg) repeat-x scroll;
}

#about {
	background: url(images/about-bg2.png) no-repeat scroll;
	height: 400px;
}

#about-content {
	margin-top: 60px;
}

#about-content h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

#about-content p {
	margin-top: 10px;
	color: #838383;
	font-size: 17px;
}

#about-content p#cta {
	font-weight: bold;
	margin-top: 40px;
	font-size: 15px;
	border-top: 1px dotted #777;
	padding-top: 5px;
/*	color: #737373;*/
	color: #666;
}


/* index products recommendation */
#products {
	margin-top: 50px;
	margin-bottom: 40px;	
}

#products header p {
	color: #519876;
	font-weight: bold;
}

ul#products-images {
	display: block;
	clear: both;
}

ul#products-images li {
	margin-bottom: 20px;
}

ul#products-images li img{
	width: 100%;
	display: block;
}

ul#products-images li a {
	border: 1px solid #6299C5;
	display: block;
	padding: 1px;
}

ul#products-images li a:hover {
	border: 1px solid #000;
}

/* category products listing */
#cat-products {
	margin-top: 20px;
	margin-bottom: 40px;	
}

#cat-products header p {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#cat-products header p.cat-details {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #6F6F6F;
}

ul#catProducts-images {
	display: block;
	clear: both;
}

ul#catProducts-images li {
	margin-bottom: 20px;
}

ul#catProducts-images li img {
	width: 100%;
	display: block;
	opacity: 0.8;
}

ul#catProducts-images li img:hover {
	opacity: 1;
}

/* single product */
#single-product {
	margin-top: 20px;
	margin-bottom: 40px;	
}

#single-product header p {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

#single-product header p.product-details {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

#single-product #productImage img {
	width: 100%;
}
/* product details list */

#single-product #productInfo ul {
list-style-type: disc;
list-style-position: inside;
margin: 5px 0px;
}

#single-product #productInfo p a {
	color: #0088CC;
	text-decoration: underline;
}

#single-product #productInfo p a:hover {
	text-decoration: none;
}

#single-product #productInfo p.linktoCat {
	margin-top: 30px;
}

#single-product #breadcrumb {
	margin-top: -30px;
	margin-bottom: 30px;
}

#single-product #breadcrumb p, #single-product #breadcrumb p a {
	color: #777;
	font-size: 12px;
}

#single-product #breadcrumb p a {
	text-decoration: none;
}

#single-product #breadcrumb p a:hover {
	text-decoration: underline;
	color: #BB0000;
}

/* footer */
#footer-wrap {
	width: 100%;
	background-color: #191919;
	height: 200px;
}


footer {
	margin-bottom: 30px;
}

footer article {
	border-top: 1px solid #E4E4E4;
	padding-top: 10px;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

