/* -------------------------------------------------------------- 
  
   Pioneer VSX-AV Amplifier Product Site
	 Standalone site
   
-------------------------------------------------------------- */

@import url('global.css');

/* -------------------------------------------------------------- 
   * STANDALONE Page layout
-------------------------------------------------------------- */

body { margin: auto; background: #ededed url(../img/global/standalone/body_bg.gif) repeat-x; }
#header, #content, #sitemap, #footer { text-align: center; margin: auto; } 
.inner { width: 960px; margin: 0 auto; text-align: left; }
#content .inner { width: 970px; }
 
/* HEADER */

#header { background: #000 url(../img/global/standalone/header_bg.gif) left top repeat-x; }
#header .inner { position: relative; height: 70px; }
/*  global/logo  */
#logo { position: absolute; left: 0; top: 1.44em; width: 155px; height: 24px; background: url(../img/global/standalone/logo_pioneer.gif) left top no-repeat; }
#logo img { display: none; }
#logo a { display: block; width: 127px; height: 20px; }
    
/* CONTENT */

#content { background: url(../img/global/standalone/content_bg.gif) repeat-x; padding: 0; }

/* FOOTER */

#footer { padding-bottom: 60px; }
#footer .inner { background: url(../img/global/dotted_line.gif) top left repeat-x; padding: 0.94em 0 0 0; }
#footer hr { display: none; }
#footermenu { padding: 0 0 0 0; display: inline; text-align: center; }
#footermenu ul { position: relative; text-align: center; margin: auto; }
#footermenu ul li { display: inline; font-size: 0.69em; line-height: 1em; padding: 0.45em 15px 0.64em 15px; /*background: url(../img/global/standalone/footermenu_divider.gif) top right repeat-y;*/ }
#footermenu ul li.last { background: none; }
#footermenu ul li a, #footermenu ul li a:link, #footermenu ul li a:active, #footermenu ul li a:visited { text-decoration: none; color: #999999; }
#footermenu ul li a:hover { text-decoration: underline; color: #999999; }
#footermenu ul li a.current:link, #footermenu ul li a.current:active, #footermenu ul li a.current:visited, #footermenu ul li a.current:hover { text-decoration: none; color: #b91440; cursor: default; }