
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(../images/bgd_pattern2.gif) repeat;
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: url(../images/img_brand_pickwick.png) no-repeat left;
	width:653px;
	height:85px;
	padding-top:40px;
	margin:0px;
}

#menu{width:100%; margin:10px 0px 0 0; padding:0px 0px 0px 0px;}
#menu ul{width:800px; margin:0px; padding:0px; float:left; display:block;}
#menu ul li{width:auto; margin:0px; padding:0px; float:left; display:block;}
#menu ul li a{width:auto; height:18px; margin:0px; padding:0px; float:left; font:bold 12px Arial, Helvetica, sans-serif; color:#dad4cb; line-height:13px; text-decoration:none; cursor:pointer;}
#menu ul li a:hover{color:#333333;}
#menu ul li a span{width:auto; height:16px; margin:0px; padding:2px 8px 0 8px; float:left; cursor:pointer;}
#menu ul li a:hover span{color:#111111;}
#menu ul li .blank{width:1px; height:18px; margin:0px; padding:0 5px 0 5px; float:left; background:url(../images/mBlank.jpg) no-repeat center top;}

a.contact:link {color: #FFFFFF;}
a.contact:visited {color: #FFFFFF;}
a.contact:hover {color: #FFFFFF;}
a.contact:active {color: #FFFFFF;}




#mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#right_photoBlock {
	width:436px;
	height:236px;
	position:relative;
	top:50px;
	left:70px;
	padding-top:50px;
	padding-right:0px;
	padding-bottom:30px;
	padding-left:60px;
	background:url(../images/img_container_candle_citron.png) no-repeat center;
	}

#img_container_fragrances {
	width:653px;
	height:325px;
	position:relative;
	top:50px;
	left:0px;
	padding-top:50px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background:url(../images/img_multiplecans1.jpg) no-repeat center;
	}

#img_container_contact {
	width:653px;
	height:325px;
	position:relative;
	top:50px;
	left:0px;
	padding-top:50px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background:url(../images/img_singlecan1.jpg) no-repeat center;
	z-index: 1;
}

#content_contact {
	font:16px "Adobe Garamond",Times,Georgia,"Times New Roman",serif;
	font-style: italic;
	text-align:left;
	line-height: 180%;
	color:#d1cbc0;
	width:300px;
	height:300px;
	position:relative;
	top:-300px;
	left:65px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:20px;
	padding-left:0px;
	z-index: 2;
}

#content_contact h1 {
	font-size:18px;
	}

#textcontent {
	font:14px "Adobe Garamond",Times,Georgia,"Times New Roman",serif;
	font-style: italic;
	text-align:center;
	line-height: 180%;
	color:#d1cbc0;
	width:420px;
	height:400px;
	position:relative;
	top:20px;
	left:120px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:20px;
	padding-left:0px;
	z-index: 2;
}

#textcontent h1 {
	font-size:18px;
	}
	
#textcontentSubpage {
	font:14px "Adobe Garamond",Times,Georgia,"Times New Roman",serif;
	text-align:left;
	line-height: 180%;
	color:#d1cbc0;
	width:700px;
	height:400px;
	position:relative;
	top:40px;
	left:40px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:50px;
	padding-left:0px;
	height:100%;
}

#textcontentSubpage h1 {
	font-size:20px;
	font-style:italic;
	text-align:center;
	}
	
#textcontentSubpage span {
	font-style:italic;
	}	
	
#textcontentSubpage ul li {	
	list-style: none;
	padding-top:20px;
	}
	
#title_homepage {
	width:464px;
	height:27px;
	position:relative;
	top:25px;
	left:85px;
	padding-top:50px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;
	background:url(../images/img_title_homepage.png) no-repeat center;
	}	


#title_fragrances {
	width:285px;
	height:27px;
	padding-top:50px;
	padding-right:0px;
	padding-bottom:30px;
	padding-left:250px;
	background:url(../images/img_title_fragrances.png) no-repeat center;
	}
	
#title_contact {
	width:149px;
	height:22px;
	padding-top:50px;
	padding-right:0px;
	padding-bottom:30px;
	padding-left:250px;
	background:url(../images/img_title_contact.png) no-repeat left;
	}
	
#title_seasonal_holiday {
	width:359px;
	height:27px;
	padding-top:50px;
	padding-right:0px;
	padding-bottom:30px;
	padding-left:250px;
	background:url(../images/img_title_seasonal_holiday.png) no-repeat center;
	}
	
.subtitle_center {
	text-align:center;
	width:550px;
	}
	
#footer {
	width:653px;
	height:15px;
	padding: 50px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    margin:0px;
	background:url(../images/img_footer_tagline.png) no-repeat center;
}