body{
    padding: 26px 0;
    margin: 0;
    background:  url(../images/testBackground.png) fixed;
}

#wrapper{
    width: 968px;
    margin: 0 auto;
    position: relative;
}

#page-top{
    float: left;
    width: 778px;
    background: url(../images/page_top.png) no-repeat top;
    padding: 5px 0;
}

#page-content{
    width: 690px;
    float: left;
    padding: 0 44px;
    background: url(../images/page_content.png) repeat-y;
}

/* Logo Container */
#logo{
    width: 690px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    /*    border: 1px 4px 0px 4px solid orange; */
    border: 2px solid orange;
}

#logo a{
    display: block;
}

#page-bottom{
    width: 778px;
    float: left;
    background: url(../images/page_bottom.png) no-repeat bottom;
    height: 34px;
}

#navigation-container{
    float: left;
    width: 190px;

    margin-top: 110px;
    margin-left: -4px;

}

#navigation-top{
    position: fixed;
    background: url(../images/nav_top.png) no-repeat top right;
    width: 190px;
    padding-top: 12px;
}

#navigation-content{
    background: url(../images/nav_content.png) repeat-y top;
    float: left;
    width: 190px;
    padding: 1px 0;
}

#navigation-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation-content ul li{
    margin: 1px 0;
}

#navigation-content ul li a{
    display: block;
    padding: 8px 0px;
    width: 157px;
    padding-left: 20px;
    background: url(../images/nav_item.png) no-repeat bottom;
}

#navigation-content ul li a span{
    padding-left: 20px;
    background: url(../images/nav_item_bullet.png) no-repeat left;
}

#navigation-content li a.current{
    color: #fff;
    background: url(../images/nav_item_current.png) no-repeat right top;
}

#navigation-content ul li a.current span{
    padding-left: 20px;
    background: url(../images/nav_item_bullet_current.png) no-repeat left;
}

#navigation-bottom{
    width: 190px;
    float: left;
    background: url(../images/nav_bottom.png) no-repeat top;
    height: 12px;
    overflow: hidden;
}

.item{
    float: left;
    width: 100%;
    padding: 20px 0;
}	
/* use main-1 if no right or left column */
.item .main-1{
    float: left;
    width: 690px;
}

.item .main{
    float: left;
    width: 460px;
}		

.item .right{
    float: left;
    width: 200px;
    margin-left: 30px;
}

.item .two-column{
    float: left;
    width: 330px;
}

.item .three-column{
    float: left;
    width: 200px;
}


.item .entry{
    margin: 15px 0;
    float: left;
    width: 100%;
}

.item p{
    padding-bottom: 15px;
    margin: 0;
    clear: both;
}

h2.border{
    border-top: 2px #777 solid;
    border-bottom: 1px #aaa solid;
    padding: 10px 0;
    color: #555;
    font-size: 19px;
}

#sendmessage{
    background: url(../images/sendmessage.png) no-repeat bottom;
    width: 39px;
    height: 170px;
    position: absolute;
    left: -35px;
    top: 110px;
}

.portfolio-row{
    margin-bottom: 15px;
    float: left;
}

.portfolio-separator{
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;
}

.portfolio-item{
    float: left;
    width: 210px;
}

.portfolio-image{
    margin-bottom: 15px;
    float: left;
}

.portfolio-image img{
    margin-right: 0;
}

.portfolio-item p{
    margin: 5px 0;
    clear: both;
}

.portfolio-item ul.list{
    list-style: none;
}

/* separator */
.separator{
    margin: 0 auto;
    text-align: center;
    background: url(../images/separator_line.png) repeat-x right 12px;
    margin-bottom: 30px;
}

.separator h2, .separator h3 {
    text-align: center;
    font-size: 31px;

}

.separator  h2 span, .separator  h3 span{
    padding-right: 30px;
    background: #fff url(../images/separator_right.png) no-repeat right;
}

.separator h2 span.left, .separator h3 span.left{
    padding-left: 30px;
    padding-right: 0;
    background: #fff url(../images/separator_left.png) no-repeat left;
}

/* contact form style */
form{
    padding: 20px 0;
    margin: 0;
}
label{
    float: left;
    width: 150px;
    font-weight: bold;
    padding: 5px;
}

#contact label{
    font-size: 18px;
}

input,
textarea{
    padding: 8px;
    font: 400 18px arial, sans-serif;
    background: url(../images/field_bg.png) no-repeat top left;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
}
.textbox-block{
    width: 138px;
}
input:focus,
textarea:focus{  
    color: #333;
    background-color: #edf2f5;
}
#name, #email, #subject{
    width:250px;
}
#message{
    width:360px;
    height:150px;
}

button{
    border: none;
    padding: 0;
    margin: 0;
}

.form-submit{
    background: #555;
    border: 0;
    cursor: pointer;


    margin: 0;
    padding: 2px 0;
    float: left;
}

.form-submit span{
    padding: 5px 30px;
    color: #ddd;
    float: left;
    border: 1px #848484 solid;
    font-size: 23px;
    font-family: Arial,Helvetica,sans-serif;
}

.form-submit:hover{
    color: #777;
}

.form-submit{
    line-height: 39px;
    height: 44px;
    background: url(../images/submit_button.png) no-repeat top left;
    margin-top: 0px;
    width: 91px;
    border: none;
    margin-right: 5px;

    cursor: pointer;
    color: #ddd;
}

.form-submit:hover{
    background: url(../images/submit_button.png) no-repeat left -138px;
    color: #bbb;
}

/* testimonials */
.testimonial{
    width: 100%;
}

.item .testimonial blockquote{
    margin: 0;
    padding:0px 0px 0px 35px;
    background:url(../images/quote.png) no-repeat 0px 0px;

}
.item .testimonial blockquote p.quote{
    text-align:left;
    font-size:17px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    margin-bottom: 10px;
}

.item .testimonial blockquote p.author{
    text-align:right;
    font-size:12px;

    font-weight:bold;
    font-family: Tahoma, arial;
    font-style:normal;
}


/*list styles */
ul{
    list-style: square;
    margin-left: 30px;
}		

ul.list{
    list-style: none;
    margin:  0;
    margin-bottom: 15px;
}

ol.list{
    margin-left: 30px;
}

ul.list li{
    background: url(../images/bullet.png) no-repeat left;
    border-bottom: 1px #aaa dotted;
    padding: 5px 0 5px 20px;

}

ol.list li{
    border-bottom: 1px #aaa dotted;
    padding: 5px 0;
}				 

/* Vertical List */

.vertical-list{
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}
.vertical-list li{
    width: 100%;
    padding: 0;
    margin: 0;
}

.vertical-list a{
    display:block;
    text-decoration:none;
    padding: 8px 0;
    background: #fff url(../images/border_bottom.gif) repeat-x right bottom;
    overflow: hidden;
    width: 100%;
}


/* CSS sliding doors button */
.button{
    background: #555;
    cursor: pointer;

    margin-right: 5px;
    padding: 2px 2px;
    float: left;
}

.button span{
    padding: 0px 10px;
    color: #ddd;
    float: left;
    border: 1px #848484 solid;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
}

.button:hover{
    background: #333;
}

.button:hover span{
    border: 1px #646464 solid;
}


/* OtherStyles */
.textblock{
    font-size:17px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding:0px 0px 0px 40px;
    background: url(../images/quote.png) no-repeat 0px 0px;

}

#note{
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #992222;
    border: 1px #f0c020 solid;
    display: none;
    background-color:#ffffdd;
    text-align: center;
    margin-bottom: 10px;
}

.notification_ok{
    color: #229922;
}

/* Link Styles */
.more{
    font-weight: bold;
}

/* Misc Styles */
.item{
    margin-bottom: 15px;
    float: left;
}	
.item .separator{
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;
}

.item .post-info{
    margin-bottom: 12px;
}

.item .post-info h2, .item .post-info h3{
    margin-bottom: 0;
}
.item .post-info span{
    color: #888;
    font-size: 11px;
}

.title{
    padding-bottom: 0px;
    overflow: hidden;
}

.clear{
    clear: both;
    overflow: hidden;
    height: 0px;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.image-margin-left{
    margin:0 10px 3px 0;
    float: left;
}

.image-margin-right{
    margin:0 0 3px 10px;
    float: right;
}

.image-left, .image-border, .image-right, .header-image-left, .header-image-right{
    padding:4px;
    margin:5px 10px 3px 0;
    border: 1px #cdcdcd solid;
    background: #fafafa;
    float: left;
}

.header-image-left, .header-image-right{

    background: #6393c3;
    border: none;
    margin:0;
    padding: 5px;

}

.image-small-left{
    background: #f7f7f7;
    padding:3px;
    margin:0 5px 0 0;
    border: 1px #bebebe solid;
    float: left;
}

.image-small-right{
    background: #f7f7f7;
    padding:3px;
    margin:0 0 0 3px;
    border: 1px #bebebe solid;
    float: right;
}

.image-border{
    margin:0;
}

.image-right{
    margin:0 0 3px 10px;
    float: right;
}

.margin-0-left{
    margin-left: 0px;
}

.margin-0-right{
    margin-right: 0;
}

.margin-10-lr{
    margin: 0 10px;
}

.margin-10-left{
    margin-left: 10px;
}

.margin-10-right{
    margin-right: 10px;
}

.margin-15-left{
    margin-left: 15px;
}

.margin-15-right{
    margin-right: 15px;
}


.margin-20-left{
    margin-left: 20px;
}

.margin-20-right{
    margin-right: 20px;
}

.margin-30-left{
    margin-left: 30px;
}

.margin-30-right{
    margin-right: 30px;
}
