/* layout.css */

#layout {
  margin: 0;
  width: 770px;
}

#header {
  position: relative;
  width: 730px;
  height: 73px;
  margin: 20px 20px 0 20px;
  padding: 0;
  background-color: #ffffff;
  background-image: url(/images/header_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#header h1 a span {
  display: none;
}

#header h1 {
  width: 730px;
  height: 73px;
  margin: 0;
  padding: 0;
}

#header h1 a {
  display: block;
  width: 730px;
  height: 73px;
  margin: 0;
  padding: 0;
}

#header small {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #7f7f7f;
  font-size: 11px;
}

#header small a:link, #header small a:visited, #header small a:focus, #header small a:hover, #header small a:active {
  color: #7f7f7f;
}

#navigation {
  list-style-type: none;
  margin: 0 20px;
  padding: 0 20px;
  width: 690px;
  height: 2.75em;
  background-color: #b20500;
}

#navigation li {
  list-style-type: none;
  display: inline;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}

#navigation li.last {
  background-image: none;
}

#navigation li a {
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

#navigation li a:link, #navigation li a:visited {
  text-decoration: none;
  color: #ffffff;
}

#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
  text-decoration: underline;
  color: #ffffff;
}

.subnavigation {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
  width: auto;
  border-top: 1px solid #96bc37;
}

.subnavigation li {
  list-style-type: none;
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #96bc37;
}

.subnavigation li.last {
  border-right-width: 0;
  border-right-style: none;
}

.subnavigation li a {
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
}

.subnavigation li a:link, .subnavigation li a:visited {
  text-decoration: none;
}

.subnavigation li a:focus, .subnavigation li a:hover, .subnavigation li a:active {
  text-decoration: underline;
}

.subnavigation li.selected a {
  font-weight: bold;
}

#content {
  clear: both;
  width: 730px;
  height: auto;
  min-height: 300px;
  padding: 30px 20px;
}

body#page-home #content {
  padding: 30px 0;
  width: 750px;
}

body#page-home #roses {
  width: 498px;
  height: 338px;
  margin: 0 0 0 8px;
  padding: 0;
  visibility: visible;
}

body#page-home #sidebar {
  float: right;
  width: 220px;
  margin: 0 0 0 10px;
  list-style-type: none;
  list-style-image: none;
}

body#page-home #sidebar li {
  clear: both;
  width: 220px;
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #ccd3ba;
}

body#page-home #sidebar li h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 5px 0;
}

body#page-home #sidebar li p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

body#page-home #sidebar li a {
  float: right;
  width: 61px;
  height: 13px;
  text-indent: -9999px;
  background-image: url(/images/buy-now_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: -12px 5px 0 0;
}

body#page-home #sidebar li.last {
  border-bottom-width: 0;
  border-bottom-style: none;
}

body#page-home #center {
  text-align: right;
}

#testimonials {
  clear: both;
  width: 730px;
  padding: 0 0 0 20px;
  margin: 0;
}

#testimonials h3 {
  background-color: #96bc37;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

#testimonials ul {
  width: 730px;
  height: 105px;
  padding: 10px 0;
  margin: 0;
  background-image: url(/images/home-testimonials_bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  list-style-type: none;
  list-style-image: none;
}

#testimonials ul li {
  float: left;
  width: 200px;
  height: 85px;
  padding: 15px;
  border-right: 1px solid #ccd3ba;
  list-style-type: none;
  list-style-image: none;
}

#testimonials ul li.last {
  border-right-width: 0;
  border-right-style: none;
}

#footer {
  clear: both;
  width: 700px;
  padding: 10px 15px;
  margin: 20px 20px 0 20px;
  border-top: 1px solid #ccd3ba;
  color: #7f7f7f;
  font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, a:active {
  text-decoration: underline;
  color: #7f7f7f;
}

#footer #copyright {
  float: left;
  width: 61%;
  height: auto;
}

#footer #powered {
  float: left;
  width: 22%;
  height: auto;
}

#footer #designed {
  float: left;
  width: 17%;
  height: auto;
  text-align: right;
}
