/* CSS Document */
html{overflow-y:scroll}
body{background:#000;color:#000;font-family:Verdana, sans serif;font-size:11px;margin:0;padding:0;line-height:2em}
a{text-decoration:none;color:#000}
a:hover{text-decoration:underline}
p{margin:3px 0}
h1{margin:5px 0;font-size:18px;color:#000;font-family:gill sans ultra bold, arial;line-height:2em}
h2{margin:5px 0;font-size:14px;color:#000;font-family:arial, sans serif;line-height:2em}
.price{font-weight:700}

/* CONTAINER */
#container{background:url('/bushmans/images/bg.gif') no-repeat top left;width:840px;height:600px;margin:50px auto}

/* NAVIGATION */
#navigation{margin-top:150px;float:left}
#navigation ul{margin-left:-14px;line-height:2em;list-style:none;font-size:18px;color:#000;font-family:gill sans ultra bold, arial}
#navigation ul li a{display:block}

/* HOME CONTENT */
.home{display:block;clear:both;padding-top:70px;font-size:12px;line-height:1.3em}
.home a:hover{background:none}
.home img{display:inline;vertical-align:top;padding-right:10px}
.home .content{display:inline-block;width:215px}
.home .content h1{font-size:16px;color:#000;font-family:gill sans ultra bold, arial}
.home #biltong{background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0;-moz-border-radius:5px;-webkit-border-radius:5px;padding:10px;display:inline;float:left;margin-left:20px;width:350px;height:150px}
.home #jerky{background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0;-moz-border-radius:5px;-webkit-border-radius:5px;padding:10px;display:inline;float:right;margin-right:20px;width:350px;height:150px}

/* MAIN CONTENT */
.main{display:block;clear:both;font-size:12px;line-height:1.3em;background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0;-moz-border-radius:5px;-webkit-border-radius:5px;padding:10px;float:left;margin:30px 0 0 20px;width:775px;height:200px}
.main ul{list-style-image:url('/images/css/arrow.jpg');list-style-type:disc;list-style-position:outside;padding:20px 13px 0 25px}
.main li{line-height:15px}
.main li a{display:block}
