/* FVQ by Geoff Archer */


/* background setup */
body	{ background-color: #dec6c6; 
	  background-image: url("images/background.gif");
	  background-repeat: repeat-x; }



/* Butterflies */
#butterfly1 { position: absolute;
	left: 10px;
	top: 20px; }
#butterfly2 { position: absolute;
	left: 810px;
	top: 20px; }



/* main header gif */
#header	{ position: absolute;
	  left: 125px;
	  top: 0px; }



/* navigation menu gif */
#navbar { position: absolute;
	  left: 12px;
	  top: 210px; }



/* Navigation menu */
#menu ul { position: absolute;
	     left: -8px;
	     top: 230px; 
	    font-family: Tahoma, Geneva, sans-serif;
	    font-weight: bold; 
	    font-size: 12pt; 
	     color: #ffffcc; 
	    list-style-type: none; }

#menu li { margin-bottom: 10px; }

#menu a 	{color: #ffffcc; 
		text-decoration: none; } 
#menu a:hover 	{color: #a66060; }
		


/* quilting machine gif */
#mainpic { position: absolute;
	  left: 130px;
	  top: 140px; }



/* main text positioner */

#maintext { position: absolute;
       top: 150px;
       left: 160px;
       width: 615px;
       height: 440px;

       font-family: Tahoma, Geneva, sans-serif;
       font-size: 12.5pt;
       color: #ffffcc;

overflow: auto;
scrollbar-face-color:#dec6c6;
scrollbar-track-color: #dec6c6;
scrollbar-arrow-color: #a66060;
scrollbar-highlight-color:#dec6c6;
scrollbar-3dlight-color: #dec6c6;
scrollbar-darkshadow-color:#dec6c6;
scrollbar-shadow-color: #a66060; }



#maintext p, ul    {margin-right: 1em; }

#maintext ul    {list-style-type: none;}


#maintext h3    {font-size: 13pt;
       		text-align: center; }

#maintext a      {color: #a66060;
	          text-decoration: none; }

#maintext a:hover {color: #ffffff; }
		

		  



/* left info / add bar */
#infobar { position: absolute;
		left: 782px;
		top: 134px; }

/* infobar text */
#infotext { position: absolute;
	    top: 150px;
	    left: 805px; 
	    width: 160px;
	    height: 440px; 
	    font-family: Tahoma, Geneva, sans-serif; 
	    font-size: 9pt;
	    color: #ffffcc; 
	    text-align: center; 

overflow: auto;
scrollbar-face-color:#dec6c6;
scrollbar-track-color: #dec6c6;
scrollbar-arrow-color: #a66060;
scrollbar-highlight-color:#dec6c6;
scrollbar-3dlight-color: #dec6c6;
scrollbar-darkshadow-color:#dec6c6;
scrollbar-shadow-color: #a66060; }

/* infobar pics */
#infopic1 { position: absolute;
		left: 798px;
		top: 144px; }

#infopic2 { position: absolute;
		left: 798px;
		top: 298px; }

#infopic3 { position: absolute;
		left: 798px;
		top: 451px; }

#infopic4 { position: absolute;
		left: 798px;
		top: 144px; }

#infopic5 { position: absolute;
		left: 798px;
		top: 298px; }

#infopic6 { position: absolute;
		left: 798px;
		top: 451px; }


#infotext h3    {font-size: 13pt;
       		 }

#infotext p	 { margin-right: 0.5em; 
		  }

#infotext a      {color: #a66060;
	          text-decoration: none; }

#infotext a:hover {color: #ffffff; } 



#largepic p, form	{ text-align: center; }



/* footer */
#footer	{ font-family: Tahoma, Geneva, sans-serif;
	  font-size: smaller; 
	  position: absolute;
	  top: 600px; 
	  left: 310px; }

#footer a:link,
#footer a:visited { color: #a66060; 
		text-decoration: none; }

