/*
*************************************************
Pamper Her Forever
General Screen Styles   === Level 1 styles for sub pages ===

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

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

p { margin-bottom: 1.35em; }
p, ul, dd, { font-size: 8pt; }
dd { margin-bottom: 1em; }

ol { 
   list-style-position: inside;
   list-style-type: decimal;
   margin-left: 2em;
   margin-bottom: 1em;
}


img { display: block; }

.button {background-color: rgb(128,128,128); color:#ffffff; font-size: 8pt;}
.inputc {font-family: "Arial"; font-size: 8pt; color: #000;}
.red {
   font-family: "Tahoma"; 
   font-weight: bold; 
   color:#FF2222;
}
.dark {
   color:#444444;
}
.darkrt {
   background-color: #999999;
   color: #444444;
   font-size: 8pt;
}
.darklf {
   background-color: #AAAAAA;
   color: #444444;
   font-size: 8pt;
}


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

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

#header p b{
	color: #444;
}


/*-------------------------------------------    
    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 a { color: #c93b0e; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid #d66b4a; line-height: 1; padding: 0 2px; }

#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; }***/
	
/*-------------------------------------------    
    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;
}

#arena {
   width:698px;
   margin:-530px 0 0px 223px;
   height:475px;
   background-color: #5a4c34;
}

#arena td {
   font-size: 9pt;
   line-height: 100%;
}

#arena p, dl {
   font-size: 9pt;
   margin-left: 1em;
   margin-right: 1em;
   margin-bottom: .8em; 
}

#arena strong {
   font-size: 12pt;
}

#arena small {
   font-size: 8pt;
}

#arena i {
   color: #B71;
}
#arena b {
   font-weight: bold;
}

#arena dt b {
   font-size: 10pt;
}
#arena dd {
   font-size: 9pt;
   margin-left: 1em;
}


#content {
  border:10px 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:850px;
	height:50px;
	margin:3 auto;
}

#footer td, i { 
	color: #444;
	font-size: 12px;
}

