/* General: uses Left Justified's Global Whitespace Reset */
* {margin: 0; padding: 0:}
body {font-size: 1em; font-family: "Trebuchet MS", Helvetica, sans-serif; padding: 10px; text-align: center;}

h1 {font-size: 120%; padding: 5px 5px 5px 10px; color: #91614a;}
h2 {font-size: 90%; color: #522e21; padding: 10px 5px 0px 5px;}
h3 {font-size: 90%; color: #522e21; padding: 10px 5px 0px 10px; font-style: italic;}

/* Container: to centre the layout */
#container {margin: 0 auto; text-align: left; width: 700px;}

/* Navigation: uses Pixy's Fast-No-Preload Rollover technique*/
ul#nav	{padding: 15px 0 15px 10px;}
#nav li {display: inline; list-style-type: none;}
#nav a 	{font-size: 110%; padding-left: 10px; text-decoration: none; }
#nav a i {visibility: hidden;}

a#home {background: url(imgs/home.gif) 0 0 no-repeat; padding-right: 15px; }
a#shop {background: url(imgs/shop.gif) 0 0 no-repeat; padding-right: 15px; }
a#live {background: url(imgs/living.gif) 0 0 no-repeat;padding-right: 8px; }
a#act  {background: url(imgs/action.gif) 0 0 no-repeat; padding-right: 12px; }
a#why  {background: url(imgs/why.gif) 0 0 no-repeat;padding-right: 10px; }

a:hover#home {background-position: -70px 0;}
a:hover#shop {background-position: -152px 0;}
a:hover#live {background-position: -120px 0;}
a:hover#act {background-position: -117px 0;}
a:hover#why {background-position: -137px 0;}

li#current a#home {background-position: -140px 0;}
li#current a#shop {background-position: -304px 0;}
li#current a#live {background-position: -240px 0;}
li#current a#act {background-position: -234px 0;}
li#current a#why {background-position: -274px 0;}

/* Main */
#main { width: 650px;}
#main p, #main ol, #main ul	{font-size: 80%; padding: 5px 5px 5px 10px; color: #5E633D;}
#main li { margin: 5px 10px 10px 20px;}

a {color: #8cba01;}
a:hover {color: #B1CD53;}

/* Side   */
#side {float: right; width: 158px; margin: 40px 10px; border: 1px solid #522e21;}
#side h2 {color: #522e21;}
#side ul {padding: 5px;}

/* Footer */
#footer {clear: both;}
#footer p {font-size: 70%; font-style: italic;}
