@charset "utf-8";
/* CSS Document */

*    { padding:0; margin:0; } /* 'lazy' reset */
body { background:#F0EFE5 url(../images/demo-header.jpg) no-repeat top center; display:table; width:100%; }

/* Header - Same for all Demo pages */
#header          { width:960px; margin:50px auto; }
 #header h1      { font-size:20px; font-style:italic; color:#575757; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; text-shadow:1px 1px 0 #FFFFFF; letter-spacing:1px; line-height:20px; text-align:center; }
 #header h1 em   { color:#999; }
 #header a       { text-decoration:none;  color:#575757;  text-shadow:1px 1px 0 #FFF;}
 #header a:hover { color:#CA7246; text-decoration:none;}


/* Demo Area */
#demo-area                   { width:960px; margin:0 auto; padding:50px 0; }
 #demo-area .demo-note       { color:#666; font-style:italic; font-size:12px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; padding-bottom:10px; line-height:18px; letter-spacing:1px; }
 #demo-area .space-top-50    { padding-top:50px; }
 #demo-area .space-top-80    { padding-top:80px; }