/* BEGIN basic elements */

html {
	margin: 0px;
	padding: 0px;
	}
body {
	background:transparent url(img/mainBG.jpg);
	margin: 0px; 
	padding: 0px;
	}
	
td { text-align:left; vertical-align:top;}	
h1 {
	width:760px;
	height:185px;
	margin:0px;
	padding:0px;
	text-indent:-600em;
	background:transparent url(img/header.jpg) no-repeat;
}

h1.policies {background:transparent url(img/header_policies.jpg) no-repeat;}

h2 {
	width:495px;
	height:65px;
	margin:0px;
	padding:0px;
	text-indent:-600em;
	}

h2.welcome {background:transparent url(img/welcome.gif) no-repeat;}
h2.policies {background:transparent url(img/policies.gif) no-repeat;}
h2.about_us {background:transparent url(img/about_us.gif) no-repeat;}
h2.our_favorites {background:transparent url(img/our_favorites.gif) no-repeat;}
h2.shop {background:transparent url(img/shop.gif) no-repeat;}
h2.mph {background:transparent url(img/morephotos.gif) no-repeat;}
	
h3 {
	margin:0px;
	padding:20px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef593d;
	text-decoration: none;
	}
	
h4 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ef593d;
	text-decoration: none;
	}	
	
p {
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6D51;
	text-decoration: underline;
	}
a:hover {
	color: #858585;
	text-decoration: none;
	}	

.clear { 
clear:both;
height: 1px;
overflow:hidden;
}
.price {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E49D2D;
	text-decoration: none;
	}


/* -------------------------------------------------------------- */	

#mainContainer {
	width: 760px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	}
#headerContainer {
	margin-top:30px;
	}
	
/* -------------------------------------------------------------- */		

#mainMenu {
	width:717px;
	height:18px;
	padding:5px 26px 15px 17px;
	background:transparent url(img/menuBG.gif) no-repeat;
	}
	
#mainMenu ul {
	width:708px;
	height:18px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	float: right;	
	list-style-type: none;
	}
#mainMenu li {
	display: inline;
	}
	
#mainMenu a {
	display:block;
	float:left;
	overflow:hidden;
	height: 15px;
	padding:3px 9px 0px 9px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background:transparent url(img/menu_separator.gif) top right no-repeat;
	}
#mainMenu a:hover {
	color:#fbdcd5;
	}
	
#mainMenu a.first { padding:3px 9px 0px 0px;}
#mainMenu a.last { background:none;}	

/* -------------------------------------------------------------- */

#contentContainer {
	width:716px;
	overflow:hidden;
	padding:0px 22px 22px 22px;
	vertical-align:top;
	background:transparent url(img/contentBG.gif) 0px 0px repeat-y;
	}
#contentContainer .flowerBG	{
	height:100%;
	background:transparent url(img/flowerBG.gif) 0px 75px repeat-y;
	}
#contentContainer .leftContent {
	float:left;
	width:503px;
	height:auto;
	padding:15px 0px 0px 0px;
	}
	
#contentContainer .leftContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	text-decoration: none;
	list-style-type: none;
	margin:0px;
	padding:15px 0px 0px 0px;
	}
#contentContainer .leftContent li {
	padding:0px 0px 0px 15px;
	margin:5px 0px 0px 0px;
	background:transparent url(img/bullet_red.gif) 0px 2px no-repeat;
	line-height:12px;
	}
	
#contentContainer .rightContent {
	float:right;
	width:206px;
	height:auto;	
	}	

/* -------------------------------------------------------------- */
	
#footerContainer {
	clear:both;
	width:760px;
	height:16px;
	padding:20px 0px 15px 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b48667;
	text-decoration: none;
	background:transparent url(img/footerBG.gif) 0px 0px no-repeat;	
	}