/*
*     Style sheet for http://charliematlock.com
*     SiriuS Website Design 2007
*     Gerrit van der Bend
*/



body 		   	{
			background: #D29162;
			font-family: Verdana, Arial, sans-serif;
			font-size: 12px;
			color:#404040;
			margin: 5px 0;
			padding: 0;
			}

#container 	  	{
			position: relative;
			width: 760px;
			height: 100%;
			padding: 0;
			margin-left: auto;
			margin-right: auto;
			}

#main		  	{
			width:760px;
			background: transparent url('images/contentbg.png');
			color: #404040;
			text-align: left;
			}

#header                 {
			margin: 0;
			padding:0;
			text-align:center;
			width:760px;
			height:113px;
			background:url('images/header.png') top left no-repeat;
			}

#content 	  	{
               		width: 590px;
			color: #404040;
			margin-left: 149px;
			}

#footer		  	{
			color:#9B4239;
			font-size:10px;
			text-align:center;
			}

#footer p	  	{
			padding-bottom:4px;
			}

p 	   	        {
			margin: 10px 10px 5px 10px;
			}

h1 			{
  			margin: 0 10px 5px 10px;
			font-size: 180%;
			color: #9E5C2C;
			background-color:##F5DDCB;
			}

h2 			{
  			margin: 0 10px 5px 10px;
 			font-size: 130%;
			color: #9E5C2C;
			background-color:##F5DDCB;
			padding-top: 0.3em
			}

hr              	{
                	clear: both;
                	width: 96%;
                	}


.imgleft  		{
                	clear:left;
			float: left;
                	padding: 5px 10px 10px 0px;
                	}

.imgright	 	{
              		clear:both;
			float: right;
		        padding: 5px 0px 10px 10px;
	        	}

ul.items   		{
			margin: 0 0 0 40px;
			padding: 0 0 10px 0;
			list-style-image: url(images/bullet.gif);
			}

ul.items li		{
			margin-top: 3px;
			}

table.products  	{
  			margin: 0 10px 5px 10px;
                	width: 567px;
                	border: 0;
               	 	}

table.products td	{
                	padding-left: 18px;
                	width: 189px;
                	background: url('images/bullet.gif') top left no-repeat;
                	}

p.times         	{
                	font: italic 14px "Times New Roman", serif;
                	}


a img 		 	{
			border:0;
			}

a.link		 	{
			color: #7A2017;
			background-color:#F5DDCB;
			text-decoration: none;
			font-weight: bold;
			}

a.link:hover   		{
			color: #7A2017;
			background-color:#F5DDCB;
			text-decoration: underline;
			font-weight: bold;
			}

.spacer		  	{
			clear:both;
			}

#menu		   	{
			position:absolute;
			top: 150px;
			left: 28px;
			}

#menu ul	  	{
			margin: 0;
			padding: 0;
			list-style: none;
			}

#menu ul li a 		{
			display: block;
			text-decoration: none;
			height: 20px;
			color: #F5DDCB;
      		   	font-weight: bold;
      		   	font-size: 12px;
      		   	font-family: Verdana, Arial, sans-serif;
	      	   	background: transparent url('images/navbg.png') top left no-repeat;
			padding: 5px 8px;
			border-bottom: 0;
	            	width: 110px;
			}

#menu ul li a:hover	{
			color: #F5DDCB;
	      	  	background: transparent url('images/navhoverbg.png') top left no-repeat;
			}

#menu a.current 	{
			color: #F5DDCB;
	      		background: transparent url('images/navcurrentbg.png') top left no-repeat;
			}

#menu a.current:hover	{
			color: #F5DDCB;
	      	   	background: transparent url('images/navcurrentbg.png') top left no-repeat;
			}

a#abana		  	{
			position: absolute;
			bottom:3px;
			left:30px;
			}

a#abana img	  	{
			margin: 0;
			padding: 0;
			}