
/*  UNIVERSAL STYLES */


body
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div.main_holder
{
	position: relative;
	margin: 0 auto;
	width: 774px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto; 
}

div.sub_holder
{
	position: relative;
	margin: 0 auto;
	width: 774px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 25px;
}

div.subnav_holder
{
	clear: both;
}

div.logo_holder
{
	background-image: url(http://appreciate.org/_gr/_universal/logo.jpg);
	width: 351px;
	height: 86px;
}

img.layout_image
{
	display: block;
}

div.nav_holder
{
}

div.sub_nav_real_estate
{
	margin-left: 73px;
}

table
{
	padding: 0;
}

img.inline_img_left
{
	display: inline;
	float: left;
	border: 1px solid #9eb18d;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.inline_img_right
{
	display: inline;
	float: right;
	border: 1px solid #9eb18d;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

td.ad_holder img
{
	display: block;
}

a
{
	text-decoration: none;
	color: #2f79a8;
}

a:hover
{
	text-decoration: underline;
	color: #2f79a8;
}



/*  HOME PAGE STYLES  */



/*  SHOPPING NAV  */

div.shop_nav
{
	text-align: right;	
}

p.shop_nav
{
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a.shop_nav
{
	color: #F96317;
	text-decoration: none;
}

a.shop_nav:hover
{
	color: #F96317;
	text-decoration: underline;
}/*  a relative container to hold the absolutely positioned home page elements  */
div.home_holder
{
	position: relative;
	height: 534px;
}


/*  absolutely positioned blocks on home page  */
div.welcome
{
	position: absolute;
	left: 0px;
	top: 25px;
	width: 259px;
	/*height: 136px;*/
        height: auto;
	background-color: #FFF;
}

div.product_feature
{
	position: absolute;
  	left: 0px;
	top: 140px;
	width: 259px;
	height: 390px;
        /*border: 1px solid #FF0;*/
	background-color: #2083b2;
}

div.give_idea
{
	position: absolute;
	left: 263px;
	top: 25px;
	width: 222px;
	height: 339px;
	background-color: #ea5e0c;
	background-image: url(http://appreciate.org/_gr/home/give_home_idea_bkg.png)
}

div.appreciation_of_month
{
	position: absolute;
	left: 490px;
	top: 25px;
	width: 284px;
	height: 339px;
	/*background-color: #2083b2;*/
        background: url(http://appreciate.org/_gr/home/appreciation_of_month.png) #2083B2 no-repeat top left;
}

div.share_feature
{
	position: absolute;
	left: 263px;
	top: 369px;
	width: 167px;
	height: 161px;
	background-color: #FE9900;
	/*background-image: url(http://appreciate.org/_gr/home/grace.jpg);*/
}

div.feel_feature
{
	position: absolute;
	left: 435px;
	top: 369px;
	width: 167px;
	height: 161px;
	background-color: #fe7e03;
}

div.transform_feature
{
	position: absolute;
	left: 607px;
	top: 369px;
	width: 167px;
	height: 161px;
	background-color: #FF6407;
	/*background-image: url(http://appreciate.org/_gr/home/transform_feature_bkg.png)*/
}



/*  product feature quadrant  */
p.product_feature_name
{
	color: #FFF;
	font-family: "Arial Narrow", "Tahoma", sans-serif;
	font-size: 21px;
	font-weight: bold;
	/*margin-top: 30px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-right: 30px;*/
        margin: 8px 30px 0 20px;
}

p.product_feature_description
{
	color: #fae5a2;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 20px;*/
        margin: 0 20px;
        padding: 0;
}
a.product_feature_link
{
	color: #e7b417;
	text-decoration: none;
	font-weight: bold;
}
a.product_feature_link:hover
{
	color: #e7b417;
	text-decoration: underline;
	font-weight: bold;
}

/*  give idea quadrant  */
img.give_idea
{
	margin-top: 18px;
	margin-left: 18px;
}
p.give_idea_title
{
	color: #ffffff;
	font-family: "Arial Narrow", "Tahoma", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 18px;
	margin-bottom: 0px;
	margin-right: 30px;
}

p.give_idea_description
{
	color: #fce391;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 18px;
	margin-bottom: 0px;
	margin-right: 30px;
}
p.give_idea_description1
{
	color: #fce391;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 18px;
	margin-bottom: 0px;
	margin-right: 30px;
}

a.give_idea_link
{
	color: #ffd54d;
	text-decoration: none;
	font-weight: bold;
}
a.give_idea_link:hover
{
	color: #ffd54d;
	text-decoration: underline;
	font-weight: bold;
}


/* share feature area  */
img.share_feature
{
	/*margin-left: 10px;
	margin-top: 10px;*/
    margin: 0 10px 4px;
}

p.share_feature
{
	/*margin-left: 45px;
	margin-top: 118px;*/
        text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #242786;
}
a.share_feature_link
{
	color: #1E2186;
	text-decoration: none;
	font-weight: bold;
}
a.share_feature_link:hover
{
	color: #cd4f05;
	text-decoration: underline;
	font-weight: bold;
}


/* transform feature area  */
img.transform_feature
{
	margin-left: 30px;
	margin-top: 20px;
}

p.transform_feature {
     margin: 4px;
}

h4.transform_feature
{
	/*margin-left: 30px;
	margin-top: 10px;*/
        margin: 0 20px;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
a.transform_feature_link
{
	display: block;
        margin:  0 20px;
        font-family: arial, sans-serif;
        font-size: 12px;
        color: #1e2186;
	text-decoration: none;
	font-weight: bold;
}
a.transform_feature_link:hover
{
	color: #1e2186;
	text-decoration: underline;
	font-weight: bold;
}

/*  feel feature area  */
p.feel_feature
{
	text-align: center;
        margin: 12px auto 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #242786;
}

p.feel_feature img {
   margin: 0 auto;
}

a.feel_feature_link
{
	color: #1e2186;
	text-decoration: none;
	font-weight: bold;
}
a.feel_feature_link:hover
{
	color: #1e2186;
	text-decoration: underline;
	font-weight: bold;
}
span.feel_feature_emphasize
{
	color: #fcd144;
}

