@charset "utf-8";
/* CSS Document */

body { background: url(../images/background.png) repeat-x; margin: 0; padding: 0; font-family: Arial; }
#container { width: 871px; background: url(../images/content-background.png); margin: 0 auto; }

/* Header */
#container #header { background: url(../images/logo.png) no-repeat; height: 195px; position: relative; cursor: hand; cursor: pointer; }
#container #header #nav { position: absolute; left: 0; bottom: 0; margin-left: 50px; margin-bottom: 10px; }
#container #header #nav ul { list-style-type: none; margin: 0; padding: 0; }
#container #header #nav ul li { padding: 1px 9px; float: left; }
#container #header #nav ul li:hover { border: 1px solid #8a4500; padding: 0px 8px; }
#container #header #nav ul li a { color: #fff; font-size: 13px; text-decoration: none; text-transform: uppercase; }

/* Home Content */
#container #content { padding: 0 52px; }
#container #content #bottom { background: url(../images/home-bottom-background.png) repeat-y; }
#container #content #bottom #left { width: 136px; float: left; }
#container #content #bottom #right { width: 625px; float: right; background: #978b7a; margin-top: 5px; margin-right: 1px; margin-right: 1px; position: relative; }
#container #content #bottom #right { font-family: Helvetica; color: #fff; font-size: 10px; letter-spacing: 2px; }
#container #content #bottom #right h1 {font-size: 20px; margin: 0; padding: 0; margin: 10px 0 0 0; }
#container #content #bottom #right span.date { font-size: 10px; }
#container #content #bottom #right ul { list-style-type: none; margin: 0; padding: 0; font-size: 10px; margin-top: 10px; }
#container #content #bottom #right img.buynow { position: absolute; right: 30px; top: 15px; }
#container #content #bottom #right a { color: #000; }

/* Footer */
#container #footer { padding: 0 52px 0 53px; }

.anchor { clear: both; }