
* 	{
	margin: 0;
   	padding: 0;
	}

/************** Structure ******************************/

body 	{
	font-size: 62.5%;
	background-image: url(images/whitebricks.gif);
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#container 
	{
position: absolute;

    	left: 250px;
	margin: 10px auto;
     	width: 729px;
	font-size: 1.2em;
	}

#header_top{
	height: 186px;
	width: 670px;
	padding-top: 214px;
	padding-left: 59px;

	}

#content_top {
	background-image: url(images/content_top4.png);
	height: 220px;
	width: 519px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
	
	}


#content {
	background-image: url(images/content_tile1.png);
	background-repeat: repeat-y;
	padding-left: 150px;
    	padding-right: 150px;
	padding-top: 10px;
	}

.smallfont 
	{ 
  	color: #673711; 
  	font-family:arial; 
  	font-size: 10px;
	font-style: italic; 
	} 


#footer {
	background-image: url(images/footer1.png);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
	}

/*************** Text*****************/


p 	{
   	padding-bottom: 25px;
	text-align:justify;
	}


p.text:first-letter
	{
	font-size: 2.5em;
	padding: 0.143em;
	float: left;
	}

.footertxt 
	{
	padding-top: 220px;
	color: #653413;
	text-align: center;
	font-size: 0.8em;
	}

h2 	{
	font-weight: bold;
	padding: 70px 30px 30px 30px;
	color: #673711;
	font-size: 1.2em;
	}

h3	{
	font-weight: bold;
	padding: 5px;
	color: #673711;
	font-size: 1em;
	}

/***********************Links ***********************/

a:link {
	color: #653413;
	border:  none; 
	}     

a:visited 
	{
	color: #653413;
	border:  none; 
	}  

a:hover {
	color: #000;
	} 
  
a:active 
	{
	color: #000;
	border:  none; 
	} 
  
/***************************  Navigation **********************/

#navlist
	{
	width: 210px;
	text-align: center;
	}

#nav 	{
    	position: absolute;
    	top: 170px;
    	
    	width: 80px;
    	margin: 0;
    	padding: 0;
    	z-index: 5;
	}
	

#nav li {
    	float: left;
    	width: 69px;
    	padding: 0;
    	margin: 0;
    	list-style: none;
	border: none;	
	}

#nav img 
	{
    	display: inline;
	border-style: none;
	}

#navlist li
	{
	list-style: none;
	padding-bottom: 18px;
	font-weight: bold;
	}

#navlist li a 
	{ 
	text-decoration: none; 
	}




/************************************ Image Headings ******************************/





#heading_lower 
	{
	background-image: url(images/heading21.png);
	height: 40px;
padding: 20px;
	background-repeat: no-repeat;
	background-position: center;
	}

#heading_contact 
	{
	background-image: url(images/location.png);
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	}

#heading_products 
	{
	background-image: url(images/products.png);
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	}


.invisible_headings 
	{
	margin-left: -3000px; /* This is used to remove the original heading*/
	}

