body{
    background-image: url('../images/layout/bg.jpg');
    background-repeat: repeat-x;
    background-color: #e6e4cb;
    font-family:verdana;
    margin-top:0;
}
form{
    margin:0px 0px 0px 0px;
}
#header{
    background-image: url('../images/layout/header-bg.jpg');
    width:819px;
    height:389px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#header #landimages{
    position: relative;
    width:810px;
    margin-left:auto;
    margin-right:auto;
}
#header #logo{
    margin-left:24px;
    margin-top:25px;
    width:505px;
    height:127px;
    position:relative;
}
#header #logo .logoimage{
    position:absolute;
    top: 0;
    left: 2px;
    border: 0;
    width: 505px;
    height: 99px;
}
#header #logo #logo_text{
    text-align:justify;
    position:absolute;
    font-size:13px;
    width:340px;
    top:74px;
    left:44px;
    color:#666;
    font-weight:bold;
    word-spacing:2px;
}
#header #logo #logo_address{
    position:absolute;
    top:111px;
    color:#494949;
    text-align:justify;
    font-size:11px;
    word-spacing: 1px;
}
#header #images{
    position: relative;
    margin-top:13px;
}
#rotator1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 343px;
    height: 190px;
  	overflow: hidden;
}
#rotator1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 343px;
    height: 190px;
}
#rotator2 {
    position: absolute;
    top: 0;
    left: 350px;
    width: 186px;
    height: 190px;
    overflow: hidden;
}
#rotator2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 186px;
    height: 190px;
}
#rotator3{
    position: absolute;
    top: 18px;
    right: 11px;
    width:249px;
    height:337px;
    overflow: hidden;
}
#rotator3 img {
    position: absolute;
    left: 0;
    top: 0;
    width:249px;
    height:337px;
}
#header #landimages_left{
    width:536px;
    height:180px;
    position: absolute;
    top: 0;
    left: 8px;
    /*float:left;
    margin-left: 8px;*/
}
#header #menu{
    position:absolute;
    top:363px;
    left:34px;
    height:30px;
    width: 750px;
    padding: 0;
    /*background-color: red;*/
}
#header .menu_item {
    /*background-color: green;*/
    /*border-right: 1px solid gold;*/
    /*border-left: 1px solid blue;*/
    /*border: 1px solid red;*/
    padding: 0;
    height: 21px;
    position: absolute;
    top: 3px;
    text-align: center;
    vertical-align: bottom;
    line-height: 17px;
}
#header .menu_item_top1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    height: 3px;
    border-left: 2px solid #B7B3A7;
}
#header .menu_item_top2 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    left: -2px;
    height: 3px;
    border-left: 2px solid #C5C1B6;
}
#header .menu_item_text {
    color:#002F63;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    cursor: pointer;
}
#header .menu_item a{
    color:#002F63;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
}
#header #home_menu_link {
  left: 27px;
  width: 100px;
}
#header #portfolio_menu_link {
  left: 127px;
  width: 125px;
  border-left: 2px solid #D0CEC2;
}
#header #profile_menu_link {
  left: 252px;
  width: 130px;
  border-left: 2px solid #D0CEC2;
}
#header #process_menu_link {
  left: 382px;
  width: 120px;
  border-left: 2px solid #D0CEC2;
}
#header #care_menu_link {
  left: 502px;
  width: 110px;
  border-left: 2px solid #D0CEC2;
}
#header #contact_menu_link {
  left: 612px;
  width: 110px;
  border-left: 2px solid #D0CEC2;
}

#wrapper{
    width:819px;
    background-image: url('../images/layout/layout-bg.jpg');
    margin-left:auto;
    margin-right:auto;
}
#body{
    width:100%;
}
#body #content{
    position: relative;
    padding-left:62px;
    padding-right:61px;
    padding-bottom:65px;
    padding-top:20px;
    font-size:11px;
    color:#2a2a2a;
}
#body #content-wrapper {
    position: relative;
    top: 20px;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 65px;
}
#body #contact-wrapper {
    position: relative;
    top: 20px;
    width: 560px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 65px;
}
#body #content-wrapper h1 {
    color:#871F1F;
    font-size:17px;
    margin-bottom:5px;
    margin-top:0px;
    font-weight:bold;
}
#body #comments_div {
  margin-top:20px;
}
#body #comments_div p {
    /*margin-top:0px;
    margin-bottom:0px;
    padding-bottom:20px;
    padding-top:20px;
    border-top:0px solid #ccc;*/
    padding:10px 10px;
}
#content-left{
    width:235px;
}
#content-right{
    width:435px;
    position: absolute;
    top: 20px;
    right: 65px;
}
h2{
    color:#871F1F;
    font-size:17px;
    margin-bottom:5px;
    margin-top:0px;
    font-weight:bold;
}
#news{
    padding:11px;
    border:1px solid #777777;
    margin-top:20px;
    /*background-color:#f4f4f4;*/
    background-color:#fff;
}
.morelink{
    text-align:right;
}
.morelink a{
    color:#2a2a2a;
    text-decoration:none;
}

#quotes{
    position: relative;
    width:251px;
    border:1px solid #777777;
    background-color:#f4f4f4;
    /*height:100%;*/
}
#quotes img{
    position: absolute; 
    bottom: 15px;
    left: 15px;
    margin-top:10px;
}
#tip{
    width:163px;
    background-color:#cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    float:right;
}
.inner{
    padding:13px;
}
#newsletter{
    width:100%;
    background-color:#dfd5d4;
    margin-top:20px;
    margin-bottom:8px;
}
#newsletter input[type=text]{
    width:217px;
    height:16px;
    font-size:12px;
    color:#9a9a9a;
    background: url('../images/newsletterbg.jpg');
    border:0px;
    padding:4px;
    padding-left:5px;
}
#newsletter form{
    margin-top:4px;
}
#newsletter_in{
    padding:15px;
}
#newsletter .archives{
    float:right;
    height:5px;
}
#newsletter .archives a{
    color:#000;
    text-decoration:none;
    font-size: 13px;
}
#newsletter .archives img {
  border: 0;
  display: inline;
  width: 7px;
  height: 6px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 5px;
}
#celebrating_div{
  padding:10px 20px 14px 20px;
  margin-top:18px;
  font-size:14px;
  font-weight:bold;
  /*font-style:italic;*/
  text-align:center;
  background-color:#F7FFC0;
  border-right:1px solid #871F1F;
  border-left:1px solid #871F1F;
  border-top:1px solid #871F1F;
  border-bottom:1px solid #871F1F;
}
#memberof {
    padding: 16px;
    text-align: center;
} 
#memberof img {
    margin-top: 10px;
    margin-bottom: 20px;
}
.member{
    font-size:14px;
    font-weight:bold;
    margin-bottom: 16px;
    margin-top: 20px;
}
#footer{
    height:65px;
    margin-left:auto;
    margin-right:auto;
    width:819px;
    text-align:center;
    font-size:10px;
    background-image: url('../images/layout/footer.jpg');
    color:#7b7b7b;
    z-index: 1;
}
#footer a{
    color:#7b7b7b;
    text-decoration:none;
}
.contact a {
    text-decoration: none;
    color: #002F63;
    font-weight: bold;
}
.contact-right{
    width:340px;
    position: absolute;
    top: 0;
    right: -24px;
}
#contact_form {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-right table {
    position: absolute;
    top: 30px;
    right: 0;
    width: 320px;
}
.contact-left{
    position: absolute;
    top: 28px;
    left: 0;
    width:200px;
    height: 260px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-right: 20px;
    border-right: 1px dotted black;
}
.comment_signature{
  font-style:italic;
}
.bot{
    display: none;
}
.portfolio ul {
  position:relative;
  top: 20px;
  height: 120px;
  margin: 0;
  padding: 0;
  left: 0px;
  list-style-position: outside;
  list-style: none;
}
.portfolio li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}
.portfolio li a {
  color:#002F63;
  text-decoration: none;
}
.portfolio #image-wrapper {
    position: relative;
    top: 20px;
    width: 555px;
    /*height: 442px;*/
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb
}
/*
.portfolio-right{
    width:500px;
    position: absolute;
    top: 0;
    left: 0;
}
*/
.portfolio-left{
    position: absolute;
    top: 0;
    left: 0;
    width:210px;
    margin-left: 0;
    margin-top: 0;
}
.portfolio-left ul {
    position: relative;
    left: -10px;
    font-size: 13px;
    line-height: 20px;
}
.portfolio-left ul a {
    color:#002F63;
}
.portfolio-left .info{
    text-align: center;
    width:200px;
    height: 256px;
    background-color:#ddd;
    margin-left:0;
    margin-top:0;
}
.portfolio-left .gallery-info {
    height: 284px;
}
.portfolio-left .info .pad{
    position: relative;
    padding:0px;
    text-align:left;
    margin: 0;
}
.portfolio-left .info .pad img {
    position: relative;
    top: 7px;
    left: 0;
    margin: 0 auto 7px auto;
    border: 1px solid #AAA;
    display: block;
}
.portfolio-left .info .pad ul {
    position: relative;
    top: 25px;
    left: 20px;
    text-align: left;
    font-size: 12px;
}
.portfolio-left .info .pad li {
  float: none;
}
.portfolio-left .info .pad li a {
  color:#002F63;
  text-decoration: none;
}
a#gallery-info-selected {
  color: #402Fc3;
}
/*
.portfolio-right .image{
  	height:233px;
    width: 345px;
    margin-left:auto;
    margin-right:auto;
    background-color:#ddd;
    text-align:center;
}
.portfolio-right .image-gallery{
  	height:261px;
    width: 345px;
    margin-left:auto;
    margin-right:auto;
    background-color:#ddd;
    text-align:center;
}
.portfolio-right .image-gallery .pad{
    padding:5px;
    text-align:center;
}
.portfolio-right .image .pad{
    padding:5px;
    text-align:center;
    width: 500px;
    border: 5px solid purple;
}
*/
.portfolio-bottom {
    position: relative;
    top: 20px;
    padding-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
}
.portfolio-bottom h2 {
    margin-top: 30px;
}
.portfolio-gallery-bottom {
    position: relative;
    top: 60px;
    padding-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
}
.profile h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.profile h2 {
    margin-top: 54px;
    color: black;
    font-size: 14px;
    font-weight: bold;
}
.profile h3 {
    margin-bottom: 0;
}
.staff h2 {
    color: #2A6F07;
    font-size: 15px;
}
.staff h3 {
    font-size: 13px;
}
.profile .staff em {
    color: #74922B;
}
.profile ul {
    position: relative;
    left: -22px;
    margin-top: 0;
}
#design-page-background {
    background-image: url('../images/layout/design-watermark.jpg');
    position: absolute;
    bottom: 0;
    right:45px;
    width: 483px;
    height: 500px;
    z-index: 0;
}
.process h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.process h2 {
    margin-top: 34px;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
    font-weight: bold;
}
.process p {
    margin-top: 4px;
}
.process #image-wrapper {
    position: relative;
    top: 20px;
    width: 555px;
/*
    height: 442px;
*/
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb
}
.care h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.care h2 {
    margin-top: 34px;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
    font-weight: bold;
}
.care p {
    margin-top: 4px;
}
.care ul {
    position: relative;
    left: -22px;
    margin-top: 8px;
}
.care ol {
    position: relative;
    left: -22px;
    margin-top: 8px;
}
.care img {
  border: 1px solid #AAA;
  display: block;
}
.care .caption {
  margin-top: 0;
  margin-bottom: 20px;
}
.image-gallery {
    width: 555px;
    min-height: 375px;
    background-color: #dAdAdA; 
}
.image-gallery .pad {
    padding:5px;
    text-align:center;    
}
/*
.image-gallery .pad img {
    width:545px;
    height: 410px;
}
*/
.pages{
    width:555px;
    margin-left:auto;
    margin-right:auto;
    background-color:#ccc;
    text-align:center;
}
.pages .pad{
    position: relative;
    padding:3px;
    text-align:center;
    width: 549px;
}
.pages a{
    color:#002F63;
    text-decoration:none;
    font-weight:normal;
    font-size:13px;
}
.pages .selected{
    font-weight:bold;
}
.pages .arrows{
    color:#999;
    font-weight:bold;
    font-size:12px;
}
.pages .arrows:hover{
    color:#666;
}
.pages .pad #prev {
    position: absolute;
    top:3px;
    left:10px;
}
.pages .pad #next {
    position: absolute;
    top:3px;
    right:10px;
}
