/*
   Gandolf's Fine Chocolate website

   Gandolf's Fine Chocolate Style Sheet
   Author: Lauren Charles 
   Date: 12/09   

   Filename:         chocolatenew2.css
   Supporting Files: none

*/

body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: georgia, times, "times new roman", serif;
	background-color: blanchedalmond;
}

#container
{
	margin: 1em 5%;
	background-color: white;
	border: 1px solid gray;
}
  
#banner
{
	background-color: white;
	border-bottom: 1px solid gray;
	padding: 15;
}

#banner h1
{
	margin: 0;
	padding: .5em;
}

#nav
{
	float: left;
	width: 180px;
	height: 700px;
	margin-left: 0px;
	padding-top: 0em;
	background-color: burlywood; 
}

#nav2
{
	float: left;
	width: 337px;
	height: 800px;
	margin-left: 0px;
	padding-top: 1em;
	background-color: burlywood; 
}

#nav p
{
	margin-top: 10px;
	margin-left: 10px;
	width: 162px;
}

#nav2 p
{
	margin-top: 10px;
	margin-left: 10px;
	width: 162px;
}

#content
{
	padding-top: 1em;
	margin: 0 2em 1 200px;
}

#content2
{
	padding-top: 1em;
	margin: 0 2em 1 357px;
}

#content3
{
	padding-top: 1em;
	margin: 0 2em 1 200px;
	height: 683px;
}

#footer
{
	text-align: center; padding-top: 1em; font-size: 0.9em; 
	color: gray; clear: both; background-color: beige; padding: 1em;
	border-top: 1px solid gray;
}

h3                 {font-size: 1.2em; font-family: 'PlantagenetCherokee', 
                    serif; letter-spacing: 0.08em}

#bodytext          {font-size: 0.87em; background-color: white; font-family: 
				    Arial, Helvetica, sans-serif; line-height: 1.45em}

#chocolate1        {float: right; margin: 0em 0em 1em 1em; 
	                border: 2px solid burlywood}

#links             {color: burlywood; font-size: 1em; font-family: Arial, 
                    Helvetica, sans-serif}

#links a:link      {color: maroon; text-decoration: none}
#links a:visited   {color: maroon; text-decoration: none}
#links a:hover     {color: maroon; text-decoration: none; font-weight: bold}
#links a:active    {color: burlywood; text-decoration: none}

address            {text-align: center; font-size: 0.85em; 
                    color: maroon}

#imageinfo         {height: 200px; color: black; font-family: Arial, 
					Helvetica, sans-serif; font-size: 0.8em; line-height: 1.45em}
					
#introvideo
{
	margin-top: 20px;
	width: 550px;
	height: 400px;
	border: 3px solid burlywood;
}

#introtexttop
{
	margin-top: 40px;
	font-size: 1.2em; font-family: 'PlantagenetCherokee', 
	serif; letter-spacing: 0.08em; color: maroon
}

#introtextbottom
{
	font-size: 1em; font-family: 'PlantagenetCherokee', 
	serif; letter-spacing: 0.08em
}

#introtextbottom a:link      {color: maroon; text-decoration: none}
#introtextbottom a:visited   {color: maroon; text-decoration: none}
#introtextbottom a:hover     {color: maroon; text-decoration: none; font-weight: bold}
#introtextbottom a:active    {color: burlywood; text-decoration: none}


table.ingredients           {border: 3px outset; font-family: Arial, Helvetica, 
                             sans-serif;font-size: 0.8em; width: 100%} 

table.ingredients thead tr  {color: white; background-color: maroon; height: 
                             25px; font-family: Arial, Helvetica, sans-serif; 
                             font-size: 1.25em}

table.ingredients column2  {text-align: center}

table.ingredients tbody tr       {color: maroon; height: 25px}

table.ingredients caption   {caption-side: top; text-align: left}

table.imagegallery          {color: black; font-size: 0.8em; font-family: Arial, 
                             Helvetica, sans-serif; text-align: center}


table.orderinfo             {border: 0px outset; font-family: Arial, Helvetica, 
							 sans-serif;font-size: 1em; width: 600px} 

table.orderinfo thead       {border: 1px outset; font-family: Arial, Helvetica, 
							 sans-serif;font-size: 1em; text-align: left; color: olive;
							 height: 35px}
							
#contactinfo       {font-size: 0.95em; background-color: white; font-family: 
			        Arial, Helvetica, sans-serif;line-height: 1.5em}

#contactinfo2      {font-size: 0.95em; background-color: white; font-family: 
		            Arial, Helvetica, sans-serif;line-height: 1.5em; color: olive}							


