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

body {
  background: #d3e2c3;
  font-family: Tahoma, Verdana, sans-serif; 
  font-size: 9pt; 
  color: #2f4f4f;
  text-align: left;
}

/* CENTER THE WEBSITE */
#vertical{
  float: left;
  height: 50%;
  margin-top: -198px;		/* half min-height value assigned to body tag */
  width: 100%;
}

#horizontal {
  width: 624px;
  margin: 0 auto;
  height: 350px;
  border: 8px solid white;
  background: #eae7d7 url(http://www.flowersbyvictoria.com/images/back1.jpg) repeat-y center center;
  overflow: auto;		/* allow content to scroll inside element */
  clear: both;
}

/* GENERAL TAG FORMATTING */

p {
  font-size: 10pt; 
  letter-spacing: .07px;
  margin: 5px 35px 15px 140px;
  line-height: 1.5;
  padding: 0;
}

h1 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 2.4em; 
  font-style: italic;
  margin: 15px 0 5px 130px;
  padding: 0 0 0 10px;
  border-left: 3px solid #ffffff;
}

h2 {
  font-size: 1.2em; 
  font-style: italic;
  font-weight: normal;
  letter-spacing: .8px;
  margin: 5px 0 15px 175px;
  padding: 0;
}

h3 {
  font-size: 1.1em; 
  margin: 0 300px 0 140px;
  padding: 0;
  clear: both;
  zoom: 1;
}

h4 {
  font-size: 1.1em; 
  margin: 10px 0 0 150px;
  padding: 0;
  clear: both;
  zoom: 1;
}


/* GALLERY */
#gallery {
  margin: 0 0 0 138px;
  padding: 0;
}



/* TESTIMONIALS */
#testimonials {
  margin: -5px 0 25px 180px;
  padding: 0;
}



/* LINKS IN MAIN CONTENT AREA */

#horizontal a:link {
  color: #2f4f4f;
  text-decoration: none;
  border-bottom: 1px dashed #ff6600;
}

#horizontal a:visited {
  color: #2f4f4f;
}

#horizontal a:hover {
  color: #ff6600;
  text-decoration: none;
}

#horizontal a:active {
  color: #ff9999;
}



/* AFFILIATES */

#affiliates {
  width: 100%;
  float: right;
}

#affiliates li {
  margin: 1px 1px 1px 1px;
  padding: 0 0 5px 0;
}

#affiliates ul {
  list-style: none;
  margin: 15px 0 15px 175px;
  padding: 0;
}

#affiliates a:link {
  color: #2f4f4f;
  text-decoration: none;
  padding: 0;
}

#affiliate a:visited {
  color: #2f4f4f;
}

#affiliate a:hover {
  color: #ff6600;
  text-decoration: none;
}

#affiliate a:active {
  color: #ff9999;
}



/* IMAGE LINKS */

#imageWrap {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

#image {
  width: 100%;
}

#image li {
  padding: 3px;
}

#image ul {
  list-style: none;
  margin: 10px 0 15px 160px;
  padding: 0;
}

#image a:link {
  color: #2f4f4f;
  text-decoration: none;
  padding: 0;
}

#image a:visited {
  color: #2f4f4f;
}

#image a:hover {
  color: #ff6600;
  text-decoration: none;
}

#image a:active {
  color: #ff9999;
}



/* EMPHASIS ON COMPANY NAME */

.fbv {
  font-weight: bold;
}



/* FOOTER CONTENT */

.verse {
  margin: 0;
  margin-top: 3px;
  padding: 0;
  text-align: center;
  color: #749942;			/* #2f4f4f; */
  background-color: inherit;
}

.copyright {
  margin: 10px 0 0 250px;
  color: #000000;
  background-color: inherit;
}

.bow {
  float: right;
}



/* SUB-HEADING IMAGES */

img.figure {
  float: left;
  margin: 8px 10px 10px 140px;
  border: 1px solid #749942;  /* #2f4f4f; */
  padding: 0;
}


img.figure :hover {
  background-image: url(../images/vicky.jpg)
}


/* FORMS */

#forms {
  list-style: none;
  margin: 0 0 0 180px;
  padding: 0;
}


#forms a {
  margin: 1px 0;
  padding: 0;
  text-decoration: none;
}

img.form {
  float: left;
  margin: 0 50px 0 0;
  padding: 0;
  border: 1px solid #749942;  /* #2f4f4f; */
}



/* MAIN NAVIGATION */

#navWrap {
  width: 100%;
}

#mainNav {
  height: 31px;
  width: 624px;
  margin: 0 auto; 
  list-style: none;   
}

#menuselected {
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('http://www.flowersbyvictoria.com/images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}

#mainNav a:hover, #mainNav a:active {
  background-image: url('http://www.flowersbyvictoria.com/images/taba2.jpg');
  color: #ffffff; 
}

#mainNav li {
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#mainNav a {
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#mainNav a:link, #mainNav a:visited {
  color: #749942; 
  background-color: #D3E2C3;
}


/* SUB MENU NAVIGATION */

#submenuWrap {
  width: 100%;
}

#submenu {
  height: 31px;
  width: 624px;
  margin: 0 auto; 
  list-style: none;   
}

#submenu li {
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a {
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
  font-style: italic;
}

#submenu a:link, #submenu a:visited {
  color: #749942; 
  background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active {
  background-image: url('http://www.flowersbyvictoria.com/images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected {
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('http://www.flowersbyvictoria.com/images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}


#contact {
  list-style: none;
}




/*
FROM BODY
  min-width: 626px;
  min-height: 400px;
*/

