/*
*************************************************
Pamper Her Forever
General Screen Styles

Created by Venture Guesses, LLC
http://www.ventureguesses.com

*************************************************
*/

/*-------------------------------------------    
    General Selectors
-------------------------------------------*/
* { margin: 0; padding: 0; color: #444; line-height: 1.4; }
body { font: normal 62.5% Georgia, 'Times New Roman', serif; background: url(/images/background-gradient-left.gif); }

p { margin-bottom: 1.35em; }
p, ul, ol, dd { font-size: 12px; }
dd { margin-bottom: 1em; }

img { display: block; }



/*-------------------------------------------    
    Header
-------------------------------------------*/

#header {
 
	width:862px;
	height:172px;
}



/*-------------------------------------------    
    Navigation and Sub-Navigation
-------------------------------------------*/


h1 { font-weight: normal; font-size: 20px; padding: 0.45em 20px 31px; background: #fff url(/i/presentation/nav_bottom.jpg) no-repeat left bottom; }
/*\*/ h1 { margin: 0 0 0 10px; margin: 0; font-size: 24px; font-weight: normal; line-height: 1.3; }/**/
	h1 a { color: #c93b0e; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid #d66b4a; line-height: 1; padding: 0 2px; }
	/*\*/ h1 a#nav_design { padding-right: 4px; }
	h1 a#nav_speak { padding-right: 4px; }
	h1 a#nav_about { padding: 0 3px; } /**/
	
	/* current states */
	.design h1 a#nav_design:link, .design h1 a#nav_design:visited,
	.publish h1 a#nav_publish:link, .publish h1 a#nav_publish:visited,
	.speak h1 a#nav_speak:link, .speak h1 a#nav_speak:visited,
	.about h1 a#nav_about:link, .about h1 a#nav_about:visited { background-color: #492909; border-color: #492909; color: #f1eed8; }

	h1 a:hover, h1 a:focus,
	.design h1 a#nav_design:hover, .design h1 a#nav_design:focus,
	.publish h1 a#nav_publish:hover, .publish h1 a#nav_publish:focus,
	.speak h1 a#nav_speak:hover, .speak h1 a#nav_speak:focus,
	.about h1 a#nav_about:hover, .about h1 a#nav_about:focus { background-color: #c93b0e; border-color: #c93b0e; color: #f1eed8; }
	/* end current states */
	
#mainnav {list-style: none; padding: 0em 0px; letter-spacing: 0px; text-decoration: none; font: normal 1.5em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;  }
	#mainnav li { padding: 1em 0 0 6px; margin: 0 0em 0 0; }
	#mainnav a { color: #EB9; text-decoration: none; }
	#mainnav a:hover, #mainnav a:focus { color: #fff; text-decoration: underline; }***/
	

/*--------
#mainnav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainnav li
{
border-bottom: 1px solid #fff;
margin: 0;
}

#mainnav li a
{
display: block;
padding: 5px 5px 5px 0.5em;
background-color: #bc2221;
color: #fff;
text-decoration: none;
width: 100%;
}
	

#mainnav li a:hover
{
	background-color: #FF9595;
	color: #fff;
}-----*/

/*-------------------------------------------    
    Structure
-------------------------------------------*/
#container { width: 863px; margin: 0 auto; }

#page {

  width:865px;
	margin:0 auto;
	text-align:left;
}



#menu {
  background: #50433a url(/images/gifts_nav_gradient.gif);
  width:223px;
	float:left; 
  margin:0px 0 0px 0px;
	height:350px;
	
}
#login {
background-color:#50433a;
width:223px;
 margin:0px 0 40px 0px;
 height:140px;
 clear:left;
 }

#flash {
   width:100%;
	margin:-530px 0 0px 223px;
	 height:300px;
	 background-color: #000;
}

#content {
  border:18px solid #50433a;
  width:623px;
  margin:0 0 0px 223px;
  height:172px;
  background-color: #5a4c34;
}

#content td {
   valign: top;
   width: 150px;
}

#content td i {
   color: #988;
   font-size: 7pt;
}

/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer { 
  width:862px;
	height:50px;
margin:10px auto;
}

