
/* Styled h1 (for all browsers) */
#nav-main h1 { height : 180px; width : 200px; margin-bottom : 10px; padding : 0; text-indent : -9999px; }

/* Styled h1 (for modern browsers) */
div[id="nav-main"] h1 { background :      url("/examples/pin-and-win/images/h1-1.png") no-repeat center top; }


/* a */
div#nav-main ul li a:link, #nav-main ul li a:visited { color : #fff; text-decoration : none; }
div#nav-main ul li a:hover, #nav-main ul li a:active, #nav-main ul li a:focus { color : #fff; text-decoration : underline; }


/* ul */
#nav-main ul { text-align : center; font : normal 130%/160% Arial, Helvetica, sans-serif; letter-spacing: -1px; }


/* The content wrapper for modern browsers */
div[id="content"] { background :      url("/examples/pin-and-win/images/content-bg.png") repeat-x left top; }

/* The center column */
#nav-main { position : fixed; top : 0; left : 34.6%; width : 200px; min-height : 60em; padding-bottom : 50px; color : #fff; }

/* Tweak center column position for Apple Safari */
*[id^="nav-main"]#nav-main { left : 35%; margin-left : -4px; }
*[id^="nav-main"]#nav-main:lang(en) { left : 34.6%; margin-left : 0; }

/* The center column for modern browsers */
div[id="nav-main"] { background :      url("/examples/pin-and-win/images/content-main-bg.png") no-repeat; }

