/* screen.css © hmv.com 2008 */

@charset "utf-8";

/* all */
* { margin: 0; padding: 0; }
body { font-size: 0.7em; font-family: Helvetica,Arial,Verdana,sans-serif; text-align: center; background-color: #fff; color: #040204; }
#container { position: relative; margin: 40px auto 0px auto; width: 1024px; text-align: left; }
.c { float: none !important; clear: both !important; padding: 0px !important; margin: 0px !important; }
a { color: #808080; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0px none black; }
p { margin: 0px 0px 10px 3px; font-size: 1.2em; }
.logo { float: left; }
.logo p { margin-top: 20px; text-align: center; font-weight: bolder; font-size: 1.3em; }
.logo a { color: #cc0204; }

/* rhs */
#rhs { position: absolute; left: 530px; }

/* homepage */
.home h1 { font-size: 4.2em; font-weight: bold; line-height: 1.1em; margin: 20px 0px 20px 0px; }
.home #rhs { width: 350px; }
#storeslink { margin: 20px 0px; }
#storeslink a { display: block; width: 277px; height: 60px; background: top left url(../images/nearest_store_btn.gif) no-repeat; }
#storeslink a:hover { background-position: -277px 0px; }
#careerslink { margin: 20px 0 10px 0; }
#careerslink a { display: block; width: 275px; height: 112px; background: top left url(../images/career_btn.jpg) no-repeat; }
#careerslink a:hover { background-position: -275px 0; }

/* stores page */
.stores h1 { font-size: 3em; margin: 10px 0 25px 0;}
.location h2 { font-size: 2em; color: #cc0204; margin: 0 0 0 1px; font-weight: 900; }
.location p { font-weight: 900; }
.stores #rhs { width: 500px; }

/* footer */
#footer { margin-top: 30px; color: #909090; }
#footer p { padding: 5px 0px; }