/* Sun Gro Green: #7fde76  
 * Border Color: #734617
 * background-color: rgb(127, 222, 118);
 * border-bottom: 1px #734617 solid;
 */

html, body {
 height: 100%;
 margin:0;
 padding:0;
}

body { 
 text-align: center; 
 background:#ffffff;
 font-size: 12px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 font-weight: normal;
 font-style: none;
} 
div.outer {
 position: relative;
 background:#FFFFFF;
 z-index:1;
 text-align: left; 
 margin-left: 20px; 
 margin-right: 20px; 
}

div.header {
 top: 10px;
 border-top:0px solid #fff;
 position:relative;
 z-index:1;
 margin-bottom:8px;
}

#icon {
 height:150;
 width:280;
 background-image: url(images/sunflower.jpg);
}

#logo {
 height:90;
 width:270;
 background-image: url(images/logo.jpg);
}

div.contentborder {
 background: #7fde76; 
 background-image: url(images/background_green.png);
 z-index: 90;
 margin-bottom: 20px;
 border: 1px #734617 solid;
}

div#linkbar {
 height: 52px;
 position:relative;
 margin-top:0px;
 min-height:0;
 background: #7fde76; 
 background-image: url(images/blankbar1.png);
 background-repeat: repeat-x;
 z-index:080;
}

IMG.linkbar {
 MARGIN: 10px 11px
}

#content{
 position:relative;
 border-style: solid;
 border-color: Green;
 border-width: 1px;
 background:#FFFFFF;
 padding: 19px;
 margin-left: 10px;
 margin-right: 10px;
 z-index:1;
}

.corner {
 width: 20px; 
 height: 20px; 
 position:relative;
}

.ul{
 background-image: url(images/corner_topleft.png);
 float:left;
 left:-20px;
 top:-20px;
}
.ur{
 background-image: url(images/corner_topright.png);
 float:right;
 right:-20px;
 top:-20px;
}
.br{
 position:relative;
 background-image: url(images/corner_bottomright.png);
 float:right;
 right:-20px;
}
.bl{
 background-image: url(images/corner_bottomleft.png);
 float:left;
 left:-20px;
}

div.banner
{ 
 background-image: url('images/newbackground2.jpg');
 margin-bottom:22px;
 height:150px;
 border-style: solid;
 border-width: 1px;
 position:relative;
}

#sgproduct{
 margin-left:20px;
 margin-top:-12px;
 margin-bottom:10px;
 float:right;
 position:relative;
 background:#FFFFFF;
}

.head
{
 font-size: 18px;
 font-weight: bold;
 font-style: italic;
 color: #734617;
 border-bottom: 2px #FFFFFF solid;
 margin: 0px;
}

div.boxed
{
 background-color: #e8f56e;
 border: 1px #734617 solid;
 text-align: left;
 margin: 0px;
 padding: 5px;
}

div.trendset 
{
 margin-top: -4px;
 font-size: 11px; 
 text-align: center;
}

div.foot {
 margin: 10px;
 margin-bottom: 0px;
 font-size: 10px;
 text-align: justify;
 width: 75%; 
 left: 50%;
 margin-left:-37%;
 position:relative;
} 

a:link
	{
		color: #008add;
		font-weight: bold;
		text-decoration: none;
	}
a:visited
	{
		color: #008add;
		font-weight: bold;
		text-decoration: none;
	}
a:active
	{
		color: #ff9000;
		font-weight: bold;
		text-decoration: none;
	}
a:hover
	{
		color: #ff9000;
		font-weight: bold;
		text-decoration: none;
	}
