* {
margin: 0px;
padding: 0px;
}
  
body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    text-align: left;
    font: 13px Helvetica, Arial, sans-serif;
    background-color:#ffffff;
    color:#5b6f7b;
}

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1em;
}


a {
    color:#b2bb1d;
}

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

a:active {
    text-decoration: none;
    color:#f78f1e;
}

a img {
    border: none;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    border: 15px solid #FFFFFF;
    background-color:#ffffff;
    overflow:hidden;
}

#slide_container {
    position:absolute;
    overflow:hidden;
    width: 960px;
    height: 320px;
    margin: 60px 0px 50px 0px;
}

#slider {
    position:relative;
    width: 960px;
    height: 380px;
}

.slide {
    visibility:hidden;
}
/* Header */

#header {
    width: 960px;
    height: 35px;
    padding-top:10px;
    background:#ffffff;
    border-bottom-color:#c2d1d3;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

#header a {
    text-decoration: none;
    color: #000000;
}

/* Logo */

#logo {
    float: left;
    display: inline;
    width:180px;
    padding-top:2px;
    margin-left:-5px; 
}

#logo h1, #logo p {
    margin-top: 170px;
    line-height: normal;
    font-weight: normal;
    color:#000000;
    font: 33px Helvetica, sans-serif;
}

/* Menu */

#menu {
    float: right;
    color:#f78f1e;
}

#menu ul {
    margin: 0px;
    padding: 10px 0px 0px 10px;
    list-style: none;
    line-height: normal;
    font-weight:600;
    font-size:12px;
}

#menu li {
    float:none;
    display: inline;
    margin-left: 20px;
    /*width:auto;*/
    display: inline;
}

#menu a {
    color:#5b6f7b;
    text-decoration: none;

}

#menu a:hover {
    color:#b2bb1d;
}

#menu a:active { 
    color:#f78f1e;
}   

/* Page */

#content {
    width: 960px;
    margin: 50px 0px 50px 0px;
    display:block;

}

.segment {
    float:left;
    width: 302px;
    margin-left:25px;
    padding-top: 12px;
    border-top-color:#c2d1d3;
    border-top-style:solid;
    border-top-width:1px;
    padding-bottom:25px;
}

#about {
    margin-left:0px;
}

#header-pic {
    background: url(images/img05.jpg) no-repeat left top;
    width: 900px;
    height: 210px;
}

/* Content */

.post {
    margin: 0px 0px 30px 0px;
}

.post .title {
    margin: 0px;
    background: #444444 url(images/img02.jpg) no-repeat left 50%;
    padding: 7px 25px;
    font-size: 1.4em;
}

.post .title h1 {
}

.entry {
    border-bottom-color:#c2d1d3;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    padding-bottom:22px;
}

.post .meta {
    font-weight: bold;
    padding-left: 20px;
}

.post .byline {
    margin: 0px;
    padding-left: 20px;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 305px;
    height: 300px;
    display:inline;
    margin-top:50px;
    margin-right:40px;
}

/* Footer */

#footer {
    clear: both;
    width: 960px;
    height: 20px;
    border-top-color:#c2d1d3;
    border-top-style:solid;
    border-top-width:1px;
    padding: 10px 0px;
    font-size:12px;
    display:block;
}

#footer p {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    line-height: normal;
    font-size: smaller;
}

#footer a {
    margin-left: 5px;
    text-decoration: underline;
}


#footer_social {
    margin-right: 5px;
    text-decoration: underline;
}


#footer a:hover {
     color:#f78f1e;
}


/**********************Our Work***********************/

.menu_item {
    padding:5px 0px;
    border-bottom: 1px dotted #BDBDBD;
    display:block;
}

.submenu_item {
    height:17px;
    padding:5px 10px;
    border-bottom: 1px dotted #BDBDBD;
    display:block;
}

.option_item {
    height:17px;
    padding:5px 20px;
    border-bottom: 1px dotted #BDBDBD;
    display:block;
}

#work_menu {
    display:inline;
    float:left;
    margin: 50px 0px;
    color:#f78f1e;
}

#work_menu a {
    margin-bottom: 0;
    color:#5b6f7b;
    text-decoration: none;
    outline:none;

}

#work_menu a:hover {
    /*color:#f78f1e; */
     color:#b2bb1d;
}

#work_menu .active {
    background: #404040;
}

#work_section {
    width:270px;
    border-top: 1px dotted #BDBDBD;
}
#work_subsection {
    width:270px;
    background-color:#FFF;
}

#options {
    width:270px;
    background-color:#FFF;
}

#work_content {
    margin-top:50px;
    margin-left:15px;
    width:650px;
    float:left;
    display:inline;
}

#img_loader {
    width:650px;
    float:left;
    display:inline;
    position:relative;
    margin-left:20px;
    overflow:hidden;
}

#work_description {
    margin-top:250px;
    margin-left:5px;
    height:200px;
    width:710px;
}
.image {
    position:absolute;
}

#img {
    position:absolute;
    height:300px;
    background-color:#ffffff;
}

#img_index {
    position:absolute;
    width:100px;
    height:25px;
    left:10px;
}

#img_index a {
    color:#5b6f7b;
    text-decoration: none;
}

#waiter {
    position:absolute;
    left:310px;
    top:100px;
}


.info{
    float:left;
    display:inline;
    width: 280px;
    padding-top: 12px;
    border-top-color:#c2d1d3;
    border-top-style:solid;
    border-top-width:1px;
    padding-bottom:50px;
}
.segment h2{
    margin-bottom:5px;
}
#testimonial_container {
    margin-right:25px;
}

#testimonial {
    background-color:#FFF;
}
#description {
    background-color:#FFF;
}

/****************About Us****************/

#about_text {
    margin-top:50px;
    font-size:13px;
    display:block;
}

/***************************************
****************Contacts****************
***************************************/

#form_container {
    margin-top:50px;
    width:590px;
    float:left;
    display:inline;
    margin-bottom:50px;
}

.input {
    display:block;
    margin-bottom:20px;
}

input, textArea {
    display:block;
    
}

#reply {
    margin-left:25px;
    display:inline;
    height:25px;
}

.form{
    width:291px;
    margin:4px 0px;
    background: url(../images/input_bg.png) no-repeat 0px;
    border:none;
    font-family:inherit;
    font-size:15px;
    padding:10px 6px;
    color:#5b6f7b;
}

.btn{
    margin-top:15px;
    font-family:inherit;
    font-size:14px;
    color:#b2bb1d;
    vertical-align:top;
}

textArea{
    display:block;
    width:291px;
    height:180px;
    margin:4px 0px;
    background: url(../images/textarea_bg.png) no-repeat;
    border: none;
    font-family:Helvetica, Arial, sans-serif;
    font-size:15px;
    padding:10px 6px;
    overflow:hidden;
    color:#5b6f7b;
}

