/* Grandmas Emporium website style sheet
Created by Wendy Meers 
7/04/2009 12:26:49 AM */


    div.img
    {
    margin: 3px;
    border: 1px solid #330033;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
    }       
    div.img img
    {
    display: inline;
    margin: 3px;
    border: 1px solid #000000;
    }
    div.img a:hover img {border: 1px solid #000000;}
    div.desc
    {
    text-align: center;
    font-weight: normal;
    width: 110px;
    margin: 1px;
    }
 
/*start of left navigation */
.glossymenu{
margin: 10px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #330033;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #330033;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #cc99cc;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px #330033;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #330033;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #330033;
color: #ffffff;
}
/*end of left navigation styles*/

table.one
{
table-layout: automatic;

}
table.two
{
table-layout: fixed;
font-size: .85em;
}


.style1 {color: #330033;}/*this is the dark purple*/
.style2 {color: #ffffff;}
.style3 {color: #cc99cc;}/*this is the mauve*/
* {
	margin: 0;
	padding: 0;
}
.style4 { 
  color: #000000;
  font: 1.2em/1.4em Tahoma, sans-serif;
  font-weight: bold;     
}
body {
	font-size: 62.5%;
	background: url(images/stripe.png) repeat;
	margin: 0;
	padding: 0;
}
li
{
  font: 1.2em/1.6em Tahoma, sans-serif;
	margin-bottom: 5px;
}
#maincopy
{
  font: 1.2em/1.4em Tahoma, sans-serif;	
  padding-right: 5px;
	margin-right: 5px;
  margin-bottom: 25px;
  text-align:justify;
}

p,  {
	font: 1.2em/1.6em Tahoma, sans-serif;
	padding-right: 20px;
	margin-right: 80px;
	margin-bottom: 25px;

}
			/*top navigation bar*/
#navcontainer ul {
float : right;
width : 80%;
padding-right : 20px;
margin : 0 0 20px 0;
font-size : 110%;
border-top : 0px solid #fff;
border-bottom : 0px solid #fff;
background : #cc99cc;
color : #fff;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : right;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #330033;
color : #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #330033;
color : #cc99cc;
}
/*end navigation bar*/
h1 {
	font: 2.0em Tahoma, sans-serif;
	color: #ffffff;
	height: 0px;
}
#subheader
{
  font: 1.2em Tahoma, sans-serif;
	color: #330033;
	margin-left: 160px;
	
  }
h2 {
	font: 1.8em Tahoma, sans-serif;
	color: #330033;
	margin-bottom: 10px;
}
h3 {
	font: 1.2em Tahoma, sans-serif;
	color: #330033;
	
	padding: 0.2em;
	margin-bottom: 2px;
}
h4 {
	font: .85em Tahoma, sans-serif;
	color: #330033;

	padding: 0.2em;
	margin-bottom: 2px;
}
ul {
	margin-left: 25px;
}

img {
	border: none;
}
a:link {
	color: #330033;

}
a:visited {
	color: #330033
}
a:hover {
	color: #ffffff
}
a:active {
	text-decoration: none
}

mailto {
	text-decoration: none;
	color: #268ed4;
}
#page-wrap {
	background: #330033;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
#page-wrap #inside {
		margin: 10px 10px 10px 10px;
		padding-top: 2px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(images/left-sidebar.gif) repeat-y #cc99cc;
	padding-left: 230px;
	padding-top: 5px;
	padding-bottom: 20px;
}
	
#header {
	background: #cc99cc;
	text-align: center;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}
.foot{
      font: 1.2em Tahoma, sans-serif;
	    color: #cc99cc;
}
#footer {
	background: #330033;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #cc99cc;
}
