/*product stylesheet for clgolden website*/
<!--
*{margin:0; padding:0;}
body {
	 background-color:#efb81e;
	 margin:0; 
	 padding:0;
	 border:none;
     vertical-align:baseline;
	 font-family:"Lucida Grande", Helvetica, sans-serif;
     font-size:100%;
	 text-align:justify;
	 }
p {
  margin:10px;
  }
a:link {color:#c89311; text-decoration:none;}
a:visited {color:#c89311; text-decoration:none;}
a:hover {color:#c89311; text-decoration:underline;}
#youarehere {font-weight:bold;}

.italic {font-style:italic;}
.bold {font-weight:bold;}
.large {font-size:large; }
.small {font-size:smaller;}
.border {
        border-bottom:2px solid #efb81e;
        margin:20px;
        }

.fr {float:right; }
.box {
	background-color: #d39911;
	border: 2px groove #5a6d14;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -khtml-border-radius: 20px;
	    border-radius: 20px;
	font: italic bold large "Georgia";
}
.left {
	text-align: left;
}


ul {
	margin-left:40px;
}

#buy-button {
	width:30%;
}
#buy-button a {
	color:black;
	
}

img {
    margin:0 10px;
    padding:10px;
 
    }


#container {
	width:700px;
    min-height:340px;
	background:white url(../img/sunhouse.gif) top center no-repeat;
	margin:0 auto;
	}
#header {
	height:160px;
	background:url(../img/sunflowersky.jpg) top center no-repeat;
	}
    
#header h1 {
	margin:0; 
	color:#FFF; 
	padding:45px 0 0 30px; 
	font-size:36px; 
	font-weight:normal;
	}
#header h2 {
	margin:0; 
	color:#FFF; 
	font-size:1.2em; 
	padding:0 0 0 30px; 
	font-weight:normal;
	}  
        
#content {
	width:500px;
    min-height:340px;
    margin:40px 0 0 170px;
	padding:10px;
    font-size:.8em;
	}

#navigation {
			  float:left;
			  margin:0;
			  padding:4px;
			  width:100%;
              font-size: .9em;
			  }
#navigation li {display:inline;}
#navigation li a {
			  padding:.4em 1em;				   
			  }

                            
#navigation-sub {
			  float:left;
			  margin:0 auto;
			  padding:2px 0;
              border:2px solid white;
			  width:695px;;
              background:#efb81e;
			  }
#navigation-sub li {
                 display:inline;
                 }
#navigation-sub li a {
			  text-decoration:none;
              margin:0 55px;
              color:white;
              font-size:.8em;
			  }
           
              
/*******************************************************/
/*                 GALLERY                             */
/*******************************************************/
.img {
  margin:2px;
  border:1px solid #cca000;
  height:275px;
  width:125px;
  float:left;
  text-align:center;
  		}
.img img {
  			display:inline;
  			margin:3px;
  			border:1px solid #ffffff;
  			}
.desc {
  		 text-align:center;
  		 font-weight:normal;
  		 width:auto;
  		 margin:2px;
		 padding:1px;
  		 }			
.spacer {clear:both;}


.plant {margin:auto;
		  padding:10px;
		  }
/*******************************************************/
/*                 FOOTER                              */
/*******************************************************/
#footer { 
	background:url(../img/flowerfooter.jpg) bottom no-repeat;
    height:50px;
	}
-->

