a.test { text-decoration: none; }
a.test:link { color:#FFF; }
a.test:visited { color:#FFF; }
a.test:hover { color:#FFF; text-decoration: underline; }

.pad
	{
		padding-left:10px;
		padding-right:10px;
	}
	


#flash_contain
	{
		width:700px;
		height:350px;
		margin:20px 0 0 150px;
		float:left;
	}

#text_contain
	{
		float:left;
		width:80%;
		margin-top: 50px;
		margin-left: 111px;
		font-family:"Myriad Pro", "MS Sans Serif";
		
	}

#about_title
	{
		width:250px;
		height:40px;
		float:left;
		text-align:center;
		color:#000;
		font-size:18px;
		line-height:2em;
		background-image:url(../images/bg/main_page_title_blue.gif);
		
	}
		
#about_text
	{
		width:248px;
		height:320px;
		float:left;
		margin:0 0 0 10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		line-height:150%;
		border:1px solid black;
		text-align:center;
		background-image:url(../images/bg/main_page_title_blue.gif);
		background-repeat:no-repeat;
	}

#gifts_title
	{
		width:250px;
		height:320px;
		float:left;
		margin-left:272px;
		text-align:center;
		color:#000;
		font-size:18px;
		line-height:2em;
		background-image:url(../images/bg/main_page_title_purple.gif);
	}
		
#gifts_text
	{
		width:248px;
		height:320px;
		float:left;
		margin-left:10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		line-height:150%;
		border:1px solid black;
		text-align:center;
		background-image:url(../images/bg/main_page_title_purple.gif);
		background-repeat:no-repeat;
	}
		
#garden_text
	{
		width:248px;
		height:320px;
		float:left;
		margin-left:10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		line-height:150%;
		border:1px solid black;
		text-align:center;
		background-repeat:no-repeat;
		background-image:url(../images/bg/main_page_title.gif);
	}



#product_contain
	{
		width:720px;
		height:220px;
		background-color:#f2e5ff;
		float:left;
		margin-top:80px;
		margin-left:150px;
		border:1px solid black;
		font-family:"Comic Sans MS", cursive;
	}














