
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #700e2c;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background: white;
    color: black;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 20px 0px 20px 0px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

h1
{
    font: normal 27px 'Garamond', 'serif';
    color: #700e2c;
    letter-spacing: 0.03em;
    margin-top: 12px;
}

h1 span
{
	vertical-align: text-top;
	font-weight: normal;
	font-size: 18px;	
}

h2
{
    font: bold 10px 'Arial', 'sans-serif';
    color: #700e2c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 12px;
    vertical-align: text-top;
}

h2 a:link,
h2 a:visited
{
	color: #a7a299;;
}

h3
{
    font: bold 10px 'Arial', 'sans-serif';
    color: #a7a299;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 16px;
    margin-top: 9px;
}

h6
{
    color: #a7a299;
    font: bold 12px 'Arial', 'sans-serif';
    line-height: 20px;
    margin: 10px 20px 10px 0px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.headlines h6
{
    color: #a7a299;
    font: bold 10px 'Arial', 'sans-serif';
    line-height: 20px;
    margin: 10px 20px 10px 0px;
    letter-spacing: 1.5px;
    text-transform: uppercase;}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

/***************
 Overall layout
****************/
#wrap
{
    width: 860px !important;
    width/**/: 900px;
    height: 560px !important;
    height/**/: 600px;
    background: url(/images/layout/wrap-background.jpg) no-repeat;
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 20px;
}

#wrap-home
{
    width: 860px !important;
    width/**/: 900px;
    height: 560px !important;
    height/**/: 600px;
    background: url(/images/layout/wrap-background.jpg) no-repeat;
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 20px;
}

/*******
 Header
********/

#header
{
    position: absolute;
    z-index: 10;
    top: 170px;
    width: 216px;
    height: 430px;
}

#header img
{
    display: block;
}

#wrap #header-background
{
    position: absolute;
    z-index: 10;
    top: 40px;
    width: 216px;
    height: 560px;
    background: url(/images/layout/left-background.jpg);
}

#header-background
{
    position: absolute;
    z-index: 10;
    top: 40px;
    width: 216px;
    height: 560px;

}

#logo
{
    font: bold 26px 'Helvetica', 'sans-serif';
    color: green;
}


/**********
 Navigation
***********/
#navigation
{
    margin: 38px 0px 0px 32px;
    padding: 0px;
    display: block;
}

#navigation li
{
    list-style: none;
    margin: 0px 0px 32px 0px !important;
    margin/**/: 10px 0px 0px 0px;
    padding: 0px;
    height: 11px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
}

#navigation li.contact 
{
    padding-top: 180px;
}

#navigation li a:hover
{
    text-decoration: none;
    color: red;
}


/****
 Body
*****/
#page-home
{
    padding: 0px;
    margin: 0px;
}

#page
{
    margin-left: 0px;
    margin-top: 0px;
}

#page p
{
    color: #a7a299;
    font: normal 13px 'Arial', 'sans-serif';
    line-height: 20px;
    margin: 10px 20px 10px 0px;
    letter-spacing: 0.01em;
}

#page h2
{
    margin-top: 20px;
}

table.page-content
{
    margin-left: 245px;
    background: url(/images/layout/apple-background.jpg) right top no-repeat;
    height: 560px;
    width: 615px;
}

table.page-content td.left-col
{
    width: 345px;
    padding-top: 60px;
}


table.page-content td.right-col
{
    width: 242px !important;
    width/**/: 270px;
    padding-left: 28px;
}

table.page-content td.headlines
{
    background: white;
}

.envy
{
    font: normal 19px 'Celeste Italic', 'serif';

}

h1.home
{
    margin: 165px 10px 15px 15px;
    color: #bc0031;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font: bold 12px 'Gotham', 'sans-serif';

}

img.home-text
{
    margin-left: 13px;
    margin-top: 165px;
}

/***********
* Gallery *
**********/

#gallery-table
{
	background: white;
}

#gallery-table img
{
    display: block;
}

/*******
* News *
*******/

.news
{
    background: white;
}

.recipes-image
{
    float: right;
    margin: 10px 0px 25px 12px;
}

.news-image
{
    margin: 10px 25px 25px 0px;
}

.news-thumb
{
    margin: 15px 0px 0px 0px;

}

#page p.small
{
	font-size: 11px;
	margin-right: 25px;	
	margin-bottom: 0px;
	margin-top: 0px;
}

/******
 Footer
*******/
#footer
{
    border: 1px solid #ccc;
    padding: 5px;
}


/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.tm
{
    font-size: 9px;
}

.enza
{
    float: right;
    margin: 25px;
}

.envy-small
{
	position: absolute;
	top: 533px;
	margin-left: 175px;	
}

.envy-small-gallery
{
	position: absolute;
	top: 533px;
	margin-left: 156px;	
}

.envy-small-contact
{
	float: right;
	position: absolute;
	top: 533px;
	margin-left: 793px;	
}

.envy-small-home
{
	float: right;
	position: absolute;
	top: 55px;
	margin-left: 793px;	
}

.red-line
{
	margin-right: 110px;
	margin-top: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #982024;
}

/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;

}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

#story
{
    height: 11px;
    width: 52px;
    background: url(/images/navigation/story-se.png) no-repeat;
}

#recipes
{
    height: 11px;
    width: 67px;
    background: url(/images/navigation/recipes-se.png) no-repeat;
}

#news
{
    height: 11px;
    width: 45px;
    background: url(/images/navigation/news-se.png) no-repeat;
}

#gallery
{
    height: 11px;
    width: 74px;
    background: url(/images/navigation/gallery-se.png) no-repeat;

}

#contact
{
    width: 80px;
    height: 11px;
    background: url(/images/navigation/contact-se.png) no-repeat;

}

#contact-details
{
    margin-top: 64px;
    margin-left: -10px;
}

#region
{
    background: url(/images/layout/region-background.png) no-repeat;
    padding-top: 0px;
}

#region a:link div.region-contact,
#region a:visited div.region-contact
{
    display: none;
}

#region a:hover div.region-contact
{
    display: block;
    position: absolute;
    top: 202px;
    margin-left: -155px;
}

#choosing
{
	width: 224px;
	height: 117px;
	background: url(/images/layout/choosing-envy-se.jpg) no-repeat;
}

#grow
{
	width: 224px;
	height: 113px;
	background: url(/images/layout/grow-envy-se.jpg) no-repeat;
}

#woman
{
	width: 224px;
	height: 123px;
	background: url(/images/layout/envy-woman-se.jpg) no-repeat;		
}

