/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html {
height: 100%;
}

body {
 font-family: Helvetica, Verdana, "Trebuchet MS", Arial, Verdana, sans-serif;
 font-size: .8125em;
 /* background-image: url('images/page_background_collections.gif'); */
 background-image: url('background/bg_damask_brown4.gif'); 
 color: #F9F4DF;
 height: 100%;
}


p{
	line-height: 1.25em;
}



#wrapper { 
 margin: 0 auto;
 width: 800px;
 min-height:100%;

}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 113px;
 margin: 0px 0px 0px 0px;
 background-image: url('images/logo_banner.jpg');
 background-color: #E7DBD5;
}
#navigation {
 float: left;
 width: 800px;
 height: 37px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
}

#home_image_banner{
 float: left;
 width: 800px;
 height: 252px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
}



#home_content_row_one_leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background-image: url('images/home_welcome_background.gif');
 background-color: #1F0900;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 450px;
 height: 350px;
 float: left;
}



#home_content_row_one_rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background-color: #1F0900;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 350px;
 height: 350px;
 display: inline;
}

#home_content_row_two { 
 width: 800px;
 height: 400px;
 clear: both;
 color: #333;
 border-bottom: 1px solid #000;
 background-color: #1F0900;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}


#section_heading {
 float: left;
 width: 800px;
 height: 99px;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
}

#section_heading_description {
 float: left;
 width: 580px;
 margin: 0px 88px 0px 88px; 
 padding: 0px 22px 0px 22px;
 background-color: #36221A;
 color: #FFFFCC;
 
}


#section_heading_description_bg_rounded{
 float: left;
 width: 624px;
 margin: 0px 88px 25px 88px;
 height: 23px;

}

#section_content {
 float: left;
 width: 800px;
 min-height: 400px;
 padding: 0px 0px 20px 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 00px 0px;
 background-color: #1F0900;
 border-bottom: 1px solid #000;
}


#footer { 
 width: 800px;
 
 float: left;
 background-repeat: no-repeat;
 background-color: #1F0900;
 margin: 0px 0px 0px 0px;
 padding-top: 35px;
 padding-bottom: 15px;
 text-align: center;
 border-top: 1px solid #412E20;
}


#footer a:link{
 font-weight: normal;
 font-size: 11px;
 color: #F9F4DF;
 text-decoration: none;
}

#footer a:visited {
 font-weight: normal;
 font-size: 11px;
 color: #F9F4DF;
 text-decoration: none;
}

#footer a:hover {
 text-decoration: underline;
 font-size: 11px;
}

#copyright{
 font-size: 11px;
}



#welcome_message {
 color: #F9F4DF;
 margin: 35px 10px 50px 35px;
 width: 385px;
}

#featured_card {
 margin: 30px 0px 0px 30px;
}

#featured_card img{
 border: none;
}


#home_collections_links {
 float: left;
 width: 173px;
 height: 368px;
 margin-left: 20px;
 background-image: url('images/home_collections_links_bg.jpg');
}

#home_collections_photos {
 float: left;
 margin-left: 10px;
}

#home_accessories_links {
 float: left;
 width: 173px;
 height: 368px;
 margin-left: 25px;
 background-image: url('images/home_accessories_links_bg.jpg');
}

.home_links{
 list-style-type: none;
 padding: 50px 15px 0px 15px;
 
}

.home_links li {
 margin-bottom: 1.5em;
 font-size: 14px;
}

.home_links a:link {
 text-decoration: none;
 color: #fff;
 line-height: auto;
 width: 160px;
}

.home_links a:visited{
 text-decoration: none;
 color: #fff;
}


.home_links a:hover {
 text-decoration: underline;
}

#home_accessories_photos {
 float: left;
 margin-left: 10px;
}




/*  COLLECTIONS PAGE LAYOUT AND PHOTOS */


.card{
 width:720px;
 border: 0px solid #ccc;
 margin-top: 35px;
 margin-left: auto;
 margin-right: auto;
 
}

.collection_info{
 float: left;
 width: 325px;
 margin: 0px 10px 0px 20px;
}

.collection_info h2{
 color: #F8F2DA;
 font-size: 1.35em;
 font-weight: bold;
 margin-bottom: 20px;
}

.collection_photos{
 float: right;
 width: 300px;
 margin: 0px 0px 25px 0px;
 
}

.collection_photos img{
 border: 1px solid #F9F4DF;
 
}


#collectionbotanica_container{
 width: 725px;
 margin-top:15px;
 margin-left: auto;
 margin-right: auto;
}


.collectionbotanica_thumb{
 float: left;
 margin: 20px 15px 20px 15px;
 text-align: center;

}

.collectionbotanica_thumb img{
 border: 1px solid #EBE6DB; 
 background-color: #FFF;
 vertical-align:middle;
 margin-bottom: 10px;
}

.collectionbotanica_thumb p{
 font-weight: bold;
}




/* ## CONTACT US ## */

#contact_container{
 width: 780px;
 margin: 35px auto;
}

#contact_form{
 float: left;
 width: 445px;
 margin: 0px 0px 0px 25px;
}

#contact_right{
 float: right;
 width: 225px;
 padding: 0px;
 margin: 0px 25px 0px 25px;
}

fieldset {  
margin: 0 0 0 0;  
padding: 10px;
border: 1px solid #EBE6DB;  
}  
legend {  
margin-left: 1em;  
color: #F9F4DF;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 1em;
}

fieldset label{
display: block;
}

fieldset input {
background-color: #EBE6DB;
}

fieldset textarea{
background-color: #EBE6DB;
}

  
fieldset.submit {  
border-style: none;  
}

#contact_thankyou{
 width: 550px;
 border: 1px solid #EBE6DB;
 padding: 25px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 45px;
 background-color: #36221A;
 color: #FFFFCC;
}



/* ### OPTIONS ### */

#optioncontainer_ribbon{
 width: 700px;
 margin-top:15px;
 margin-left: auto;
 margin-right: auto;
}


.option_thumb{
 float: left;
 margin: 20px 10px 0px 10px;
 text-align: center;

}

.option_thumb img{
 border: 1px solid #EBE6DB; 
 background-color: #FFF;
 vertical-align:middle;
 margin-bottom: 0px;
}

#optioncontainer_paper{
 width: 692px;
 margin-top:15px;
 margin-left: auto;
 margin-right: auto;
}

#optioncontainer_embellishments{
 width: 664px;
 margin-top:15px;
 margin-left: auto;
 margin-right: auto;
}

#optioncontainer_fonts{
 width: 699px;
 margin-top:15px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #FCF7E5;
}

#optioncontainer_decorativedivider{
 width: 695px;
 margin-top:15px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #FCF7E5;
}



/* ABOUT US */

#aboutus_container{
 width: 760px;
 margin-top: 35px;
 margin-left: auto;
 margin-right: auto;
}

#aboutus_graphic{
 float: right;
 width: 303px;
 padding: 0px;
 margin: 0px 30px 0px 0px;
 border: 0px solid #fff;
}

#aboutus_information{
 float: left;
 width: 376px;
 margin: 0px 0px 0px 40px;
 border: 0px solid #fff;
 line-height: 16px;
}



#aboutus_information h3{
 margin-top: 25px;
 margin-bottom: 15px;
}

.featuredin{
 float: left;
 margin-left: 15px;
 margin-right: 15px;
 text-align: center;					
}


.featuredin a:link{
 color: #FCF7E5;
 text-decoration: underline;	
 			
}

.featuredin a:visited{
 color: #FCF7E5;
 text-decoration: underline;					
}

.featuredin img{
 margin: 0px 0px 0px 0px;
 border: 1px solid #FCF7E5;
}



#orderinginfo {
 margin: 15px 45px 40px 40px;
}


.samplewording {
 float: left;
 width: 310px;
 margin: 25px;
 padding: 7px;
 text-align: center;
 border: 1px solid #ccc;
}

.centercontent{
 width: 96%;
 margin-left: auto;
 margin-right: auto;
}



.centerfont{
 width: 678px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #FCF7E5;
}


.centerpaper{
 width: 692px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #FCF7E5;
}

.centerembellishments{
 width: 664px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #FCF7E5;
}

.centerembellishments_title{
 width:664px;
 margin-left: auto;
 margin-right: auto;
 }

/*  TEXT LINKS FOR COLLECTIONS, OPTIONS, ACCESSORIES */

#sitesections{
  width:670px;
	margin-left: auto;
  margin-right: auto;
	line-height: 1.75em;
}

#sitesections a:link{
 color: #FCF7E5;
 font-size: 1.25em;
 text-decoration: underline;					
}

#sitesections a:visited{
 color: #FCF7E5;
 font-size: 1.25em;
 text-decoration: underline;					
}

#sitesections img{
 margin: 0px 0px 0px 10px;
 border: 1px solid #FCF7E5;
}

/*  Accessories Cards */

#accessoriescontainer{
 width: 720px;
 margin-left: 50px;
 margin-right: 50px;
}


.accessories_thumb{
 float: left;
 margin: 20px 10px 0px 10px;
 text-align: center;

}

.accessories_thumb img{
 border: 1px solid #EBE6DB; 
 background-color: #FFF;
 vertical-align:middle;
 margin-bottom: 5px;
}

div.spacer {
  clear: both;
  }
	
	
/* LINKS  */

#linkcontainer {
  width:680px;
	margin-left: auto;
  margin-right: auto;
	font-size: 1.05em;
}	

#linkcontainer h2{
 margin-top: 20px;
 margin-bottom: 20px;

}

.linksection{
 margin-bottom: 10px;
}

.linksection a:link{
 color: #FCF7E5;
 text-decoration: underline;					
}

.linksection a:visited{
 color: #FCF7E5;
 text-decoration: underline;					
}

.linksection img{
 margin: 0px 0px 0px 0px;
 border: 1px solid #FCF7E5;