/*#ba8545-tan
  #624c2e-brown
  #927145-lt brown
  #392d1e-dk brown
  #859038-green
  #a44a38-red
  #e8ca89-cream*/

* {	
	margin: 0;
	padding: 0;
	outline: none;
}
/***************Body*home************************************************/
body {	
	font-size: 62.5%;
	font-family: "Californian FB",Cochin, Garamond, serif;
	background: #624c2e url(images/bckg-image-2.png) repeat-x top;
	position: absolute;
}
#home #wrapper {
	width: 700px;
	margin: 0 auto;
	position: relative;
	left: 350px;
	top: 0px;
	clear: both;
}
/**********************Body*secondary************************/
body#gift #wrapper {
	width: 900px;
	background: #ba8545;
	position: absolute;
	left: 50px;
}
body#app #wrapper {
	width: 900px;
	background: #859038;
	position: absolute;
	left: 50px;
}
body#corp #wrapper {
	width: 900px;
	background: #927145;
	position: absolute;
	left: 50px;
}
body#about #wrapper {
	width: 900px;
	background: #e8ca89;
	position: absolute;
	left: 50px;
}
/**********************xmas***************************/
body#xmas #wrapper {
	width: 900px;
	background: #fff;
	position: absolute;
	left: 50px;
	color: #859038;
}
body#xmas div#wrapper div#header {
	height: 20px;
	left: 0px;
	background-color: #859038;
	position: relative;
}
body#xmas div#header h1 {
	width: 900px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: #859038 url(images/header-logo-sm.png) no-repeat 10px;
	border-bottom: #624c2e 5px solid;
	display: block;
}
body#xmas p.address {
	position: absolute;
	color: #fff;
	font-size: 3.0em;
	width: 885px;
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

body#xmas div#sidebar h2 {
	display: block;
	font-size: 2.2em;
	margin: 180px 20px 0px 8px;
	padding:30px 0px 25px 0px;
	color: #a44a38;
	text-align: center;
	width: 235px;
	background: url(images/bckg-tile-div.png) no-repeat top;
	position: absolute;
}
body#xmas div#sidebar ul {
	display:block;
	font-size: 1.8em;
	text-align: center;
	position: absolute;
	color: #a44a38	;
	width: 235px;
	margin: 280px 10px 0px 8px;
	padding: 10px 0px 30px 0px;
}
body#xmas div#sidebar h4 {
	display: block;
	font-size: 2.2em;
	margin:  500px 20px 0px 8px;
	padding:30px 0px 25px 0px;
	width: 235px;
	background: url(images/bckg-tile-div.png) no-repeat bottom;
	position: absolute;
}
/**********************decor***************************/
body#decor #wrapper {
	width: 900px;
	background: #b8c178;
	position: absolute;
	left: 350px;
	color: #624c2e;
}
body#decor div#wrapper div#header {
	height: 20px;
	left: 0px;
	background-color: #b8c178;
	position: relative;
}
body#decor div#header h1 {
	width: 900px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: #b8c178 url(images/header-logo-sm.png) no-repeat 10px;;
	border-bottom: #624c2e 5px solid;
	display: block;
}
body#decor p.address {
	position: absolute;
	color: #624c2e;
	font-size: 3.0em;
	width: 885px;
	display: block;
	margin: 29px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
body#decor h3 {
	width: 900px;
	height: 100px;
	margin: 40px 0px 0px 0px;
	text-align: center;
	font-size: 1.7em;
	position: absolute;
	color: #624c2e;
	clear: both;
} 
body#decor div#sidebar h2 {
	display: block;
	font-size: 2.2em;
	margin: 180px 20px 0px 8px;
	padding:30px 0px 25px 0px;
	color: #624c2e;
	text-align: center;
	width: 235px;
	background: url(images/bckg-tile-div.png) no-repeat top;
	position: absolute;
}
body#decor div#sidebar ul {
	display: block;
	font-size: 1.8em;
	text-align: center;
	position: absolute;
	color: #624c2e;
	width: 235px;
	margin: 350px 10px 0px 8px;
	padding: 10px 0px 30px 0px;
}
body#decor div#sidebar h4 {
	display: block;
	font-size: 2.2em;
	margin:  500px 20px 0px 8px;
	padding: 30px 0px 25px 0px;
	width: 235px;
	background: url(images/bckg-tile-div.png) no-repeat bottom;
	position: absolute;
}
/*********************header*home*********************/
div#wrapper div#logo {
	width: 350px;
	position: absolute;
	left: -335px;
	top: 138px;
}
div#wrapper div#header {
	left: 0px;
	background: url(images/bckg-image-2.png) repeat-x top;
	position: relative;
}
div#header h1 {
	width: 700px;
	height: 130px;
	position: absolute;
	top:  325px;
	left: 260px;
}
body#home h2 {
	position: absolute;
	color: #624c2e;
	width: 700px;
	display: block;
	text-align: right;
	margin: 24px 30px 0px 0px;
}
/**************header*secondary********************/	
body#gift div#wrapper div#header,
body#app div#wrapper div#header,
body#corp div#wrapper div#header,
body#about div#wrapper div#header {
	height: 20px;
	left: 0px;
	background-color: #624c2e;
	position: relative;
}
body#gift div#header h1,
body#app div#header h1,
body#corp div#header h1,
body#about div#header h1 {
	width: 900px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: #fff url(images/header-logo-sm.png) no-repeat 10px;
	border-bottom: #624c2e 5px solid;
	display: block;
}
body#home h2.address {
	width: 685px;
	display: block;
	color: #ba8545;
	position: absolute;
	font-size: 1.3em;
}

body#gift p.address,
body#app p.address,
body#corp p.address,
body#about p.address {
	position: absolute;
	color: #624c2e;
	font-size: 1.4em;
	width: 885px;
	display: block;
	text-align: right;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 10px 0px;
}

body#app h3,
body#corp h3,
body#about h3,
body#gift h3 {
	width: 900px;
	height: 100px;
	margin: 40px 0px 0px 0px;
	text-align: center;
	font-size: 1.7em;
	position: absolute;
	color: #624c2e;
	clear: both;
}
body#gift h3,
body#app h3,
body#corp h3,
body#about h3,
body#xmas h3 {
	width: 900px;
	*min-width: 500px;
	*float:left;
	height: 50px;
	text-align: center;
	font-size: 1.2em;
	color: #e8ca89;
	margin: 10px 0px 0px 0px;
	clear: both;
	position: absolute;
	
}
body#home h3 {
	width: 700px;
	*min-width: 500px;
	*float:left;
	height: 50px;
	text-align: center;
	font-size: 1.2em;
	color: #e8ca89;
	margin: 10px 0px 0px 0px;
	clear: both;
	position: absolute;
	
}
/*****************************side-bar*******************************/
div#sidebar h2 {
	display: block;
	font-size: 2.2em;
	margin: 180px 20px 0px 8px;
	padding:30px 0px 25px 0px;
	color: #624c2e;
	text-align: center;
	width: 235px;
	background: url(images/bckg-tile-div.png) no-repeat top;
	position: absolute;
}
body#app div#sidebar h4 {
	display: block;
	font-size: 1.8em;
	margin:  520px 20px 0px 8px;
	padding:30px 0px 25px 0px;
	color: #624c2e;
	text-align: center;
	width: 235px;
	background: url(images/bckg-tile-div.png) no-repeat bottom;
	position: absolute;
}
div#sidebar h5 {
	display: block;
	font-size: 2.2em;
	margin:  465px 20px 0px 8px;
	padding:30px 0px 25px 0px;
	color: #624c2e;
	text-align: center;
	width: 235px;
	position: absolute;
}
div#sidebar h4 span {
	color: #a44a38;
}
div#sidebar h4 a:link,
div#sidebar h4 a:visited {
	text-decoration: none;
	color: #624c2e;
}
div#sidebar h4 a:hover {
	text-decoration: none;
	color: #392d1e;
}
div#sidebar ul {
	display:block;
	font-size: 1.8em;
	text-align: center;
	position: absolute;
	color: #624c2e;
	width: 235px;
	margin: 0px 10px 0px 8px;
	padding: 10px 0px 30px 0px;
}
body#gift div#sidebar ul {
	margin-top: 250px;
}
body#app div#sidebar ul {
	margin-top: 330px;
}
body#corp div#sidebar ul {
	margin-top: 350px;
}
body#about div#sidebar ul {
	margin-top: 280px;
}
div#sidebar ul li {
	list-style-type: none;
}
div#sidebar p {
	text-align: right;
	color: #624c2e;
	margin: 0px 10px 10px 0px;
	font-size: 1.4em;
	line-height: 1.3em;
}
div#sidebar form#search-form {
	text-align: right;
}
div#sidebar form#search-form input {
	margin: 0px 0px 0px 10px;
	text-align: right;
}
/********************************navigation primary*****************/
body#home div#navigation ul {
	width: 900px;
	list-style: none;
	font-size: 1.9em;
	margin: 90px 0px 0px -275px;
	font-family: "Californian FB",Garamond, serif;
}
div#navigation ul li {
	float: right;
}
div#naviagtion ul.first {
	background: none;
}
body#home div#navigation ul a:link {
	display: block;
	color: #ba8545;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
body#home div#navigation ul a:visited {
	display: block;
	color: #ba8545;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
body#home div#navigation ul a:hover {
	color: #e8ca89;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
/********************************navigation secondary*****************/
body#gift div#navigation ul,
body#app div#navigation ul,
body#corp div#navigation ul,
body#about div#navigation ul,
body#xmas div#navigation ul,
body#decor div#navigation ul,
body#inspire div#navigation ul {
	width: 900px;
	list-style: none;
	font-size: 1.9em;
	margin: 110px 0px 0px -70px;
	font-family: "Californian FB",Garamond, serif;
	position: absolute;
}
div#navigation ul li {
	float: right;
}
div#naviagtion ul.first {
	background: none;
}
div#navigation ul a:link {
	display: block;
	color: #624c2e;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
body#xmas div#navigation ul a:link {
	color: #a44a38;
}
div#navigation ul a:visited {
	display: block;
	color: #624c2e;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
body#xmas div#navigation ul a:visited {
	color: #a44a38;
}
div#navigation ul a:hover {
	color: #392d1e;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
body#xmas div#navigation ul a:hover {
	color: #859038;
}
body#gift div#navigation ul a.active:link,
body#app div#navigation ul a.active:link,
body#corp div#navigation ul a.active:link,
body#about div#navigation ul a.active:link {
	color: #fff;
}
/************************************box*home*************************/
body#home #bigbox { 
	clear:both;
	margin-top:100px; 
	margin-left:30px; 
	margin-bottom:16px; 
	width:600px; 
	height:600px; 
	padding:20px 0px 0px 21px;
	border: #e8ca89 double 10px;
	font-size: 1.8em;
	color: #624c2e;
	text-align: center;
}
body#home #boxgift a:link,
body#home #boxgift a:visited{ 
	float:left;
	background: #ba8645;
	width: 290px;
	height: 290px;
	display: block;
	background: #ba8645 url(images/home-gift-pckg.png) no-repeat 35px 45px;
}
body#home #boxgift a:hover {
	background: #ba8645 url(images/home-gift-pckg-hover.png) no-repeat 35px 45px;
}
body#home #boxapp { 
	width:290px; 
	height:290px; 
	float:left; 
	background: #859038;
	top: 100px;
}
body#home #boxcorp { 
	width:290px;
	height:290px;
	float: left;
	background: #927145 url(images/home-front-pic8.png) no-repeat 3px 3px;
	line-height: 290px;
}
body#home #boxabout a:link,
body#home #boxabout a:visited { 
	width:290px; 
	height:290px; 
	float:left; 
	background: #e8ca89 url(images/home-plan-a-party.png) no-repeat 20px 20px;
	line-height: 290px;
}
body#home #boxabout a:hover {
	background: #e8ca89 url(images/home-plan-a-party-hover.png) no-repeat 20px 20px;
}
body#home div#boxapp p {
	display: block;
	margin: 40px 20px 20px 20px;
	line-height: 1.2em;
	
}

/****************************box*secondary**********************/
body#app #bigbox,
body#corp #bigbox,
body#about #bigbox,
body#decor #bigbox { 
	clear:both;
	margin-top:170px; 
	margin-left:260px; 
	margin-bottom:16px; 
	width:580px; 
	height:580px; 
	padding:0px 0px 0px 0px;
	color: #624c2e;
	border: #624c2e double 10px;
}
body#gift #bigbox { 
	clear:both;
	margin-top:170px; 
	margin-left:260px; 
	margin-bottom:16px; 
	width:580px; 
	height:1010px; 
	padding:0px 0px 0px 0px;
	color: #624c2e;
	background-color: #fff;
	border: #624c2e double 10px;
}
body#xmas #bigbox { 
	clear:both;
	margin-top:170px; 
	margin-left:260px; 
	margin-bottom:16px; 
	width:580px; 
	height:700px; 
	padding:0px 0px 0px 0px;
	color: #624c2e;
	background-color: #a44a38;
	border: #624c2e double 10px;
}
body#corp #boxgift,
body#decor #boxgift { 
	float:left;
	background-color: #fff;
	width: 580px;
	height: 290px;
}
body#xmas #boxgift {
	float: left;
	background-color: #fff;
	width: 290px;
	height: 290px;
}
body#app #boxapp,
body#decor #boxapp { 
	width:290px; 
	height:290px; 
	float:left; 
	background-color: #fff;
	top: 100px;
}
body#xmas #boxapp {
	width: 290px;
	height: 410px;
	float: left;
	top: 100px;
	background-color: #fff;
}
body#app #boxcorp,
body#xmas #boxcorp,
body#decor #boxcorp { 
	width:290px;
	height:290px;
	float: left;
	background-color: #fff;
}
body#app #boxabout,
body#about #boxabout,
body#xmas #boxabout,
body#decor #boxabout { 
	width:290px; 
	height:290px; 
	float:left; 
	background: #fff;
}
body#about #boxcorp {
	float: left;
	background-color: #fff;
	width: 290px;
	height: 290px;
}
body#about #boxgift {
	width: 290px;
	height: 290px;
	background-color: #fff;
}
body#about #boxgift p {
	font-size: 1.9em;
	padding: 70px 10px 0px 10px;
	text-align: center;
	line-height: 1.2em;
}
body#about #boxapp {
	margin-top: -290px; 
	float: right; 
	background-color: #fff;
	width: 290px;
	height: 290px;
}

body#app #boxapp {
	background: #fff url(images/bckg-tile-div.png) no-repeat bottom;
}
body#app #boxapp p {
	font-size: 2.2em;
	margin: 40px 0px 10px 10px;
	text-align: center;
	line-height: 1.2em;
}
body#app #boxabout p {
	font-size: 2.2em;
	margin: 25px 5px 5px 10px;
	text-align: center;
	line-height: 1.2em;
}
body#app #boxabout ul {
	margin: 10px 20px 10px 50px;
	font-size: 1.8em;
}
body#app #boxabout ul li {
	list-style-type: none;
}
body#app #boxgift {
	float: left;
	width: 290px;
	height: 290px;
}		
body#corp #boxcorp {
	width: 580px;
	height:290px;
	background: #927145;
}
body#corp #boxgift p {
	font-size: 1.9em;
	margin: 30px 10px 10px 10px;
	text-align: center;
	line-height: 1.2em;
}
body#gift #boxgift {
	float:left;
	background-color: #fff;
	width: 260px;
	height: 290px;
}
body#gift #boxcorp p,
body#gift #boxabout p {
	font-size: 2.2em;
	margin: 40px 5px 5px 0px;
	text-align: center;
	line-height: 1.2em;
}

body#gift #boxcorp span {
	color: #a44a38;
}
body#gift #boxcorp a:link,
body#gift #boxcorp a:visited {
	text-decoration: none;
	color: #624c2e;
	width: 250px;
	height: 290px;
	display: block;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 75px 0px 0px 0px;
}
body#gift #boxcorp a:hover {
	text-decoration: none;
	color: #859038;
}
body#about #boxabout p {
	font-size: 2.0em;
	margin: 40px 5px 5px 5px;
	text-align: center;
	line-height: 1.2em;
}	
body#gift #boxcorp {
	width: 260px;
	height: 500 px;
	float: left;
	background-color: #fff;
}
body#gift #boxcorp p {
	font-size: 1.8em;
	margin: 0px 5px 5px 5px;
	text-align: center;
	line-height: 1.2em;
}
body#gift #boxapp p {
	font-size: 1.7em;
	margin: 5px 5px 0px 5px;
	text-align: left;
	line-height: 1.2em;
	background-color: #fff;
	padding: 10px 0px 0px 0px;
}
body#gift #boxapp p img {
	padding: 5px 10px 0px 70px;
	background-color: #fff;
}
body#gift #boxapp {
	width:320px; 
	height:998px; 
	float:right; 
	background-color: #fff;
	top: 100px;
} 
body#gift #boxgift p {
	font-size: 1.8em;
	margin: 70px 10px 10px 10px;
	text-align: center;
	line-height: 1.2em;
}	
body#decor #boxapp p {
	font-size: 2.2em;
	margin: 70px 10px 10px 10px;
	text-align: center;
	line-height: 1.2em;
}
body#decor #boxabout p {
	font-size: 2.2em;
	margin: 25px 5px 5px 10px;
	text-align: center;
	line-height: 1.2em;
}
body#decor #boxabout ul {
	margin: 10px 20px 10px 50px;
	font-size: 1.8em;
}
body#decor #boxabout ul li {
	list-style-type: none;
}
body#decor #boxapp {
	background: #fff url(images/bckg-tile-div.png) no-repeat bottom;
}
body#xmas #boxgift {
	width: 290px;
	height: 410px;
	background-color: #fff;
}
body#xmas #boxgift p {
	font-size: 1.8em;
	margin: 70px 10px 10px 10px;
	text-align: center;
	line-height: 1.2em;
	background-color: #fff;
}
body#xmas #boxabout p {
	font-size: 2.2em;
	margin: 90px 5px 5px 0px;
	text-align: center;
	line-height: 1.2em;
	background-color: #fff;
}
body#xmas #boxapp p {
	font-size: 1.7em;
	margin: 3px 5px 5px 5px;
	text-align: left;
	line-height: 1.2em;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}
body#xmas #boxapp p img {
	padding: 0px 10px 0px 50px;
	background-color: #fff;
}
/**************************foot*home*************************/
#footer {
	width: 900px;
	position: absolute;
}
body#home #footer {
	width: 700px;
	position: absolute;
}
body#home #footer,
body#gift #footer,
body#app #footer,
body#corp #footer,
body#about #footer,
body#xmas #footer {
	text-align: center;
	height: 20px;
	color: #e8ca89;
	list-style-type: none;
	font-size: 1.5em;
}
#footer p {
	margin: 70px 0px 0px 0px;
}
div#footer a:link,
div#footer a:visited {
	color: #e8ca89;
}
div#footer a:link,
div#footer a:visited {
	color: #e8ca89;
}
div#footer a:hover {
	color: #392d1e;
}
div#footer a:hover {
	color: #392d1e;
}
div#footer ul {
	display: block;
	width: 725px;
	position: absolute;
	list-style: none;
	font-size: 1.4em;
	margin: 60px 0px 0px 93px;
	color: #624c2e;
	font-family: "Californian FB",Garamond, serif;
}
div#footer ul li {
	float: left;
	margin: 0px 10px 0px 0px;
}
div#footer ul li a:link,
div#footer ul li a:visited {
	color: #624c2e;
}
div#footer ul li a:hover {
	color: #392d1e;
}
/*************************error*****************************/
div#error {
	width: 900px;
	height: 200px;
}
div#error h1{
	margin: 250px;
	width: 500px;
	color: #624c2e;
	font-size: 2.4em;
}
/************************pngfix******************************/
<style type="text/css">
img, div, a, input { behavior: url(/css/resources/iepngfix.htc) }
</style>