@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #432711;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

/**** HEADER ****/

#header {
	background: url('images/headerBG.gif') repeat-x left top;
}

.logo {
	float: left;
	padding-left: 5px;
}

.headerRight {
	float: right;
}

.shippingMsg {
	float: left;
	color: #fff;
	text-align: right;
	line-height: 13px;
	padding-top: 12px;
	margin-right: 5px;
}

.shippingMsg p {
	margin: 0;
}

.yourCart {
	float: left;
	background: #ffd1d5;
	border: 3px solid #fff;
	margin: 3px;
	height: 48px;
	width: 250px;
	text-align: center;
}

.checkout, .viewCart {
	float: right;
	background: #eda3ba;
	height: 42px;
	margin-top: 0;
	width: 37px;
	line-height: 12px;
	padding-top: 6px;
}

.checkout:hover, .viewCart:hover {
	background: #ce7c95;
	cursor: pointer;
}

.viewCart {
	border-right: 2px solid #fff;
}

/**** SEARCH ****/

.search {
	clear: right;
	float: right;
	margin-top: 12px;
	margin-bottom: 8px;
}

#search-text {
	border: 1px solid #eda3ba;
	margin-right: 0;
	height: 17px;
	font-size: 12px;
}

#search-submit {
	background: #eda3ba;
	border: 0;
	color: #fff;
	font-size: 12px;
	margin-left: 0;
	border: 1px solid #eda3ba;
	height: 21px;
	padding: 2px;
}

/**** NAV ****/

#nav {
	background: url('images/navBG.gif') no-repeat;
	height: 39px;
}

.nav ul {
	margin: 0;
	padding: 9px 0 0 5px;
	list-style:none;
}

.nav li {
	float: left;
	border-right: 1px solid #fed2e0;
	padding: 2px 13px 0 13px;
}

.nav a {
	color: #432711;
	text-decoration: none;
	font-size: 13px;
	text-transform:lowercase;
}

.nav a:hover {
	color: #a04e67;
}





/* remove the list style */
#nav {
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	list-style:none;  
    width:980px;  
    margin:0px auto 0px auto;  
    height:43px;  
    padding:10px 0px 0px 6px;  

}
#nav li {
		float: left;
	border-right: 1px solid #fed2e0;
	padding: 2px 12px 0 13px;

float:left;  
    display:block;  
  
	position:relative;
	z-index:500;

}
/* this is the parent menu */
#nav li a {
color: #432711;
	text-decoration: none;
	font-size: 12px;
	text-transform:lowercase;

	
	*margin-top: -10px;

}
#nav li a:hover {
	
	color: #a04e67;


}
/* you can make a different style for default selected value */

/* submenu, it's hidden by default */
#nav  ul {
	position:absolute;

	display:none;
	margin:-2px 1px 0 -1px;
	padding:0;
	list-style:none;
	width: 570px;
	background:#fff;
	border: 4px solid #ffc7cc;
}
#nav ul li {
	float:left;
	border-right: none;
	width: 160px;
	float: left;
	
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;
	padding:3px 0 3px 0px;
	color:#432711;
	text-decoration:none;

}
#nav ul a:before {

content:"\BB\ ";
}
#nav ul a:hover {
	color: #CE7C95;	

}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}
#nav ul.menu_left {
	position: absolute;
	left: 0;

}


#nav ul.menu_right {
	position: absolute;
	right: 0;

}












/**** CONTENT ****/

#content {
	
}

.content {
	padding: 13px 0;
}

.content a {
	color: #b25371;
	text-decoration: underline;
	font-weight: bold;
}

.content a:hover {
	text-decoration:none;
}

/**** FOOTER ****/

#footer {
	border-top: 2px solid #eda3ba;
}

.footer {
	padding: 10px 0;
	font-size: 11px;
}

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

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

.footerLeft {
	float: left;
}

.quickLinks {
	margin-bottom: 10px;
}

.copyright {
	
}

.securityIcons {
	
}

.footerRight {
	float: right;
}

/**** SOCIAL NETWORK ICONS ****/

.socialIcons {
	float: left;
}

.facebook-icon, .twitter-icon, .blog-icon {
	width: 145px;
	height: 27px;
	margin-bottom: 5px;
}

.facebook-icon:hover, .twitter-icon:hover, .blog-icon:hover {
	background-position: left bottom;
	cursor: pointer;
}

.facebook-icon {
	background: url('images/facebook-icon.gif') no-repeat left top;
}

.twitter-icon {
	background: url('images/twitter-icon.gif') no-repeat left top;
}

.blog-icon {
	background: url('images/blog-icon.gif') no-repeat left top;
}

.newsletter {
	float: left;
	text-align: right;
	margin-left: 20px;
}

.newsletter h3 {
	font-style: italic;
	font-size: 15px;
	margin: 0 0 5px;
}

#newsletter-text {
	border: 1px solid #eda3ba;
	width: 152px;
	margin-bottom: 3px;
}

#newsletter-submit {
	border: 1px solid #eda3ba;
	background: #ffd1d5;
}

/**** SHOP ****/

.shop h1 {
	text-align: center;
	font-size: 20px;
	font-style: italic;
}

.breadcrumbss {
	font-size: 11px;
	border-bottom: 1px solid #f4c8d6;
	padding: 10px 0 14px;
	text-indent: 15px;
	margin-bottom: 10px;
}

.breadcrumbss a {
	font-weight: normal;
}

.pagination {
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}

.pagination a {
	text-decoration: none;
	border: 2px solid #eda3ba;
	font-weight: normal;
	color: #432711;
	padding: 2px 3px;
}

.pagination a:hover, .pagination a.active {
	border: 2px solid #432711;
}

.thumbBox {
	font-size: 12px;
	width: 212px;
	float: left;
	margin:0px 10px 10px 0px;
	padding: 10px;
	line-height: 18px;
	min-height: 400px;
	border: 1px solid #FFD1D5;
}
