html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} 




.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 






/* --------------- ( Wrapper ) --------------------------------------------- */
#wrapper {
	border: 1px solid #fff;
	width: 920px;
	margin: 0 auto;
}
body {
	padding: 20px;
	background: url(elements/images/bg.jpg) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}





/* --------------- ( Header ) --------------------------------------------- */
#header {
	margin-bottom: 20px;
}
	#header h1 a {
		background: url(elements/images/logo.gif) no-repeat;
		width: 355px;
		height: 103px;
		display: block;
		text-indent: -9999px;
		float: left;
	}
	#header .right {
		float: right;
	}
		#header .right input#s {
			border: 1px solid #999;
			width: 255px;
			padding: 5px;
			float: right;
			margin: 0px 0px 15px 10px;
		}
		#header .right input#searchsubmit {
			float: right;
			margin: 2px 0px 15px 10px;
		}
		#header .right #banner {
			width: 468px;
			height: 60px;
			float: right;
		}




/* --------------- ( Main nav ) --------------------------------------------- */
#mainnav { 
	background:url(elements/images/navbg.gif) repeat-x;
	height: 36px;
}
	#mainnav ul {
		
	}
		#mainnav ul li {
			display: inline;
		}
			#mainnav ul li a {
				color: #fff;
				font:bold 12px Verdana, Arial, Helvetica, sans-serif;
				text-decoration: none;
				height: 36px;
				display: block;
				float: left;
				line-height: 34px;
				padding: 0px 12px 0px 12px;
			}
				#mainnav ul li a:hover {
					background: #000;
				}





/* --------------- ( Left Sidebar ) --------------------------------------------- */
#left-sidebar {
	width: 200px;
	float: left;
	margin-top: 20px;
}
	#left-sidebar .box {
		margin-bottom: 10px;
	}
		#left-sidebar .box img.box-image {
			display: block;
			margin-top: -4px;
		}
		#left-sidebar .box ul {
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			padding: 6px 10px 0px 10px;
		}
			#left-sidebar .box ul li {
				font-size: 11px;
				color: #666;
				display: block;
				padding: 0px 0px 6px 0px;
			}
				#left-sidebar .box ul li a {
					font-size: 11px;
					color: #000;
					text-decoration: none;
					margin-right: 5px;
				}
					#left-sidebar .box ul li a:hover {
						text-decoration: underline;
					}
		#left-sidebar .box h2 a {
			height: 35px;
			text-indent: -9999px;
			display: block;
			width: 200px;
		}
		#left-sidebar .department h2 a {
			background: url(elements/images/department.gif);
		}
		#left-sidebar .fashion-brands h2 a {
			background: url(elements/images/brands.gif);
		}
		#left-sidebar .price h2 a {
			background: url(elements/images/price.gif);
		}
		#left-sidebar .grooming h2 a {
			background: url(elements/images/head-grooming.jpg);
		}
		#left-sidebar .grooming-brands h2 a {
			background: url(elements/images/head-grooming-brands.jpg);
		}
		
			

/* --------------- ( Content ) --------------------------------------------- */
#content {
	float: left;
	margin: 20px 0px 0px 10px;
	width: 540px;
}
	#content img.box-image {
		display: block;
	}
	#content #sides {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0px 12px;
	}
		#content .post {
			border-bottom: 1px solid #D1D1D1;
			padding: 15px 0px 15px 0px;
		}
			#content .post a {
				color: #00BFC6;
				font-weight: bold;
			}
#content .post h1, #content .post h1 a {
				font: 28px Georgia, "Times New Roman", Times, serif;
				color: #000;
				text-decoration: none;
				margin-bottom: 10px;
			}
			#content .post h2, #content .post h2 a {
				font: 28px Georgia, "Times New Roman", Times, serif;
				color: #000;
				text-decoration: none;
				margin-bottom: 10px;
			}
			#content .post .meta {
				margin-bottom: 10px;
				color: #999;
				font-size: 11px;
			}
				#content .post .meta a {
					color: #00BFC6;
					font-weight: bold;
				}
			#content .post .entry {
				
			}
				#content .post .entry p {
					margin-bottom: 10px;
					line-height: 18px;
				}
					#content .post .entry img {
						float: left;
						clear: left; 
						margin: 0px 15px 15px 0px;
						border: 1px solid #fff;
						padding: 5px;
					}
					#content .post p.more a {
						font-size: 11px;
						font-weight: bold;
						color: #00BFC6;
						margin-top: 12px;
						display: block;
					}
		#content #paginate {
			padding: 20px 0px;
		}
		#content #paginate a {
			color: #00BFC6;
			font-weight: bold;
			text-decoration: none;
		}
			#content #paginate .left {
				float: left;
			}
			#content #paginate .right {
				float: right;
			}




/* --------------- ( Right Sidebar ) --------------------------------------------- */
#right-sidebar {
	width: 160px;
	float: right;
	margin: 20px 0px 20px 0px;
}
	#right-sidebar #newsletter {
		margin-bottom: 12px;
	}
		#right-sidebar #newsletter h3 {
			background: url(elements/images/newsletter.gif) no-repeat;
			width: 151px;
			height: 16px;
			margin-bottom: 5px;
			text-indent: -9999px;
		}
		#right-sidebar #newsletter p { 
			font-size: 11px;
			color: #666;
			margin: 5px 5px 0px 0px;
			line-height: 16px;
		}
			#right-sidebar #newsletter form input#eiukd-eiukd {
				width: 106px;
				float: left;
				margin-right: 8px;
				font-size: 11px;
				padding: 5px 4px 4px 4px;
				border: 1px solid #666;
			}
			* html #right-sidebar #newsletter form input#email { width: 104px; }
			#right-sidebar #newsletter form input#contactsubmit {
				float: right;
			}
	#right-sidebar .box {
		margin-bottom: 10px;
	}
		#right-sidebar .box img.box-image {
			display: block;
			margin-top: -4px;
		}
		#right-sidebar .box ul {
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			padding: 6px 10px 0px 10px;
		}
			#right-sidebar .box ul li {
				font-size: 11px;
				color: #666;
				display: block;
				padding: 0px 0px 6px 0px;
			}
				#right-sidebar .box ul li a {
					font-size: 11px;
					color: #000;
					text-decoration: none;
					margin-right: 5px;
				}
					#right-sidebar .box ul li a:hover {
						text-decoration: underline;
					}
		#right-sidebar .box h2 a {
			height: 35px;
			text-indent: -9999px;
			display: block;
			width: 160px;
		}
		#right-sidebar .offers h2 a {
			background: url(elements/images/offers.gif);
		}
		#right-sidebar .guides h2 a {
			background: url(elements/images/guides.gif);
		}







/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	background: #000;
	clear: both;
}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
		#footer ul {
			padding: 7px 0px 0px 8px;
		}
			#footer ul li {
				display: inline;
			}
				#footer ul li a {
					border: 1px solid #000;
					padding: 0px 15px 7px 0px;
					float: left;
					display: block;
					font-size: 11px;
				}
					#footer ul li a:hover {
						text-decoration: underline;
					}
#design {
	margin-top: 12px;
	display: block;
	font-size: 11px;
}
	#design a {
		font-weight: bold;
		color: #000;
	}







/* ---------- ( Misc ) ------------------------------ */

.ddsg-wrapper { margin-bottom: 23px; }

.contactform {
	width: 490px;
}
	.contactform p {

	}
	.contactform label {
		float: left;
		display: block;
		width: 790px;
		color: #666;
		font-style: italic;
		margin-bottom: 3px;
	}
	.contactform input {
		border: 1px solid #000;
		padding: 5px;
		margin-bottom: 10px;
		float: left;
	}
	.contactform textarea {
		border: 1px solid #000;
		padding: 5px;
		margin-bottom: 10px;
		width: 90%;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
	.contactform span {
		margin: 3px 0px 0px 8px;
		float: left;
		font-weight: bold;
	}
	.contactform #contactsubmit {
		border: none;
		clear: both;
		padding: 0;
		margin: 11px 0px 0px 0px;
	}




/* ---------- ( Comments ) ------------------------------ */
#comment-bg {
	padding: 20px 0px 20px 0px;
}
	#comment-bg a {
		font-weight: bold;
		color: #00BFC6;
	}
	#comment-bg .name { 
		margin: 0px 0px 0px 0px; 
		height: 30px; 
	}
	#comment-bg .email { 
		margin: 0px 0px 0px 0px; 
		height: 30px; 
	}
	#comment-bg .website { 
		margin: 0px 0px 0px 0px; 
		height: 30px; 
	}
	#comment-bg .comment { 
		margin: 0px 0px 0px 0px; 
		height: 178px; 
	}
	
	#comment-bg label {
		font-style: italic;
		float: left;
		margin-top: 10px;
	}
	#comment-bg input {
		border: 1px solid #ccc; float: left;
		margin: 5px 15px 0px 0px; width: 236px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 3px;
	}
	#comment-bg input#submit {
		margin: 0px 15px 0px 0px;
		width: 85px;
		border: none;
	}
	#comment-bg textarea {
		border: 1px solid #ccc;
		width: 509px;
		height: 160px;
		float: left;
		padding: 3px;
		margin: 7px 15px 0px 0px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
	#comment-bg h3#respond {
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 20px;
		padding-top: 16px;
		color: #000;
	}
	#comment-bg h3#comments {
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 20px;
		color: #666;
	}
	
	.alt {
		background: #F7F7F7;
	}
	
	#comment-bg ol {
		margin-bottom: 24px;
		border-top: 1px solid #ccc;
	}
		#comment-bg ol li {
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			margin-bottom: 0px;
			position: relative;
		}
			#comment-bg ol li img.avatar {
				padding: 0 !important;
				display: block;
				position: absolute;
				top: 12px;
				left: 12px;
			}
			#comment-bg ol li .comment-meta-wrapper {
				background: url(elements/images/comment-meta-wrapper.jpg) bottom repeat-x;
				padding: 7px 12px;
				margin: 11px 12px 12px 63px;
				font-size: 11px;
				float: left;
				width: 670px;
				display: inline;
			}
			#comment-bg ol li p {
				margin: 0px 12px 12px 12px;
				line-height: 19px;
				font-size: 12px; color: #666;
			}
				#comment-bg ol li p img {
					padding: 0 !important;
					display: inline !important;
				}
				#comment-bg ol li cite {
					font-weight: bold; 
					font-style: normal;
					
					margin-bottom: 6px;
					display: block !important;
				}
				#comment-bg ol li small {
					float: left;
				}


.spics {
width:496px;
margin:0 auto;
}

















