/**
 *
 */
#main-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

body .inner {
  background: #ffffff;
  width: 100%;
  height: 170px;
}

/**
 * Header Region
 */
#header-wrapper {
  width: 960px;
  height: 130px;
  margin: 0 auto;
}
#header {
 position: relative;
 width: 960px;
 height: 130px;
 background: #ffffff;
}
#search-box {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 590px;
  height: 50px;
}
#search-box #search {
  text-align: right;
}
#promo-header p {
  padding: 0;
  margin: 0;
}
#logo {
  position: absolute;
  left: 25px;
  top: 10px;
}

/**
 * Navigation Region
 */
#primary-menu {
  width: 960px;
  height: 40px;
  line-height: 40px;
  background: #ffffff url(images/primary_menu_bg.png);
  text-align: center;
}
#primary-menu ul {
  padding: 0;
  margin: 0;
}
#primary-menu a {
  color: #000000;
  text-decoration: none;
  text-transform: none;
  font-size: 18px;
  height: 40px;
  padding: 9px;
}
#primary-menu a:hover, #primary-menu a.active {
  background: #ffda4f;
  
}

#secondary-menu ul {
  padding-top: 4px;
}
#secondary-menu a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

/**
 * Carousel Area
 */
#promo-middle {
  width: 960px;
  background: #C98A8A;
}

#content-wrapper.sidebar-left {
  position: relative;
  float: left;
  background: url(images/content_wrapper_left_bg.png) repeat-y;
}
#content-wrapper.sidebar-right {
  position: relative;
  float: left;
  background: url(images/content_wrapper_right_bg.png) repeat-y;
}
#content-wrapper.no-sidebars {
  position: relative;
  float: left;
  background: url(images/content_wrapper_bg.png) repeat-y;
}
#content-wrapper.two-sidebars {
  position: relative;
  float: left;
  background: url(images/content_wrapper_two_bg.png) repeat-y;
}

/***
 * Round Corners for the content areas
 *
 */
#content-wrapper.sidebar-right .round-top {
  background: #000000 url(images/round_top_right_bg.png) top;
  height: 10px;
  width: 960px;
}
#content-wrapper.sidebar-right .round-bottom {
  clear: left;
  background: #000000 url(images/round_bottom_right_bg.png) top;
  height: 10px;
  width: 960px;
}

#content-wrapper.sidebar-left .round-top {
  background: #000000 url(images/round_top_left_bg.png) top;
  height: 10px;
  width: 960px;
}
#content-wrapper.sidebar-left .round-bottom {
  clear: left;
  background: #000000 url(images/round_bottom_left_bg.png) top;
  height: 10px;
  width: 960px;
}

/* Two Sidebars */
#content-wrapper.two-sidebars .round-top {
  background: #000000 url(images/round_top_two_bg.png) top;
  height: 10px;
  width: 960px;
}
#content-wrapper.two-sidebars .round-bottom {
  clear: left;
  background: #000000 url(images/round_bottom_two_bg.png) top;
  height: 10px;
  width: 960px;
}

/* No Sidebars */
#content-wrapper.no-sidebars .round-top {
  background: #000000 url(images/round_top_none_bg.png) top;
  height: 10px;
  width: 960px;
}
#content-wrapper.no-sidebars .round-bottom {
  clear: left;
  background: #000000 url(images/round_bottom_none_bg.png) top;
  height: 10px;
  width: 960px;
}

/**
 * Sidebar regions
 */
#sidebar-left.sidebar-left {
  width: 330px;
  float: left;
}
#sidebar-left.two-sidebars {
  width: 230px;
  float: left;
}
#sidebar-right.sidebar-right {
  width: 330px;
  float: left;
}
#sidebar-right.two-sidebars {
  width: 230px;
  float: left;
}
#sidebar-left .block, #sidebar-right .block {
  /*background: #efefef;*/
  margin: 10px;
}
#sidebar-left .block h2, #sidebar-right .block h2 {
  color: #000000;
  margin: 0;
  font-size: 20px;
  padding: 10px;
}
#sidebar-left .block .content, #sidebar-right .block .content {
  padding: 5px;
  /*background-color: #e7d1d1;*/
}

/**
 * Page Content region
 * We use the output from the body_classes variable that is printed in our page.tpl.php file
 * We use the following classes for our dynamic css
 *   no-sidebars
 *   two-sidebars
 *   sidebar-left
 *   sidebar-right
 */
#page-content.sidebar-left {
  width: 630px;
  float: left;
}
#page-content.sidebar-right {
  width: 630px;
  float: left;
}
#page-content.two-sidebars {
  width: 500px;
  float: left;
}
#page-content.no-sidebars {
  width: 960px;
  float: left;
}
#page-content .pad {
  margin:0 10px 10px 10px;
  padding: 0 10px 10px 10px;
  background: transparent;
}

#promo-content-top p {
  margin: 0;
  padding: 0;
}

/**
 * Bottom Round
 */
.spacer {
  clear: left;
  height: 10px;
  background: #ffe890;
}
#footer-wrapper {
  clear: left;
  /*background: #ffe890;*/
  /*padding-top: 10px;*/
  background: url(images/bottom_round_bg.png) bottom no-repeat;
  padding-bottom: 15px;
}
#footer {
  width: 960px;
  background: url(images/footer_bg.png) repeat-y;
  padding: 0 20px;
}
#footer h2 {
  margin-top: 0;
}
#footer-wrapper .round-top {
  height: 10px;
  background: url(images/block_round_top_bg.png);
}
#footer-wrapper .round-bottom {
  height: 10px;
  background: url(images/block_round_bottom_bg.png);
}
#footer-message {
  background: #ffe890;
  height: 30px;
  line-height: 30px;
  text-align: center;
}


/**
 * footer region
 */



/**
 * Block Specific
 */ 
#block-block-2 p {
  margin: 0;
  padding: 0;
}
.messages, .status {
  background-color: #FFFF80;
  padding: 10px;
  margin: 10px;
  border: 2px solid #E6E600;
}
