


#header .wrap .lnb-toggle									{float: left; margin-top: 26px; padding: 0 25px 0 10px; border-left: 1px solid #e1e1e1; background: url('/res/images/common/icoSlt.gif') 100% -19px no-repeat;}
#header .wrap .lnb-toggle.on								{background-position:100% 0}
#header .wrap .lnb-toggle img								{display: block; padding: 2px 0;}

body {
    font-family:NanumGothic, Helvetica, sans-serif;
    text-align:center;
  
}
body h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
    margin-top:1em;
}
body h2 {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
    min-height:32px;
    margin-top:0em;
    margin-bottom:0em;
}
body h3 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
}
body p {
    font-size: 14px;
    color: #505050;
    line-height: 157%;
}
.about_content p {
    font-size: 12px;
    line-height:16px;
}
body a {
	color: #000000;
	font-weight: normal;
}
.main_wrapper {
    height:auto;
    margin-top:0px;
    margin-bottom:0px;
}
.header {
    min-height: 146px;
}
.content {
    height: auto;
    min-height:50px;
}
.inner_top_bg {
	background-image: url(../images/innerbanner.jpg);
	padding: 10px;
	min-height: 10px;
}
.main_form_holder {
    font-family:NanumGothic, Helvetica, sans-serif;
    border-right:0px dotted;
    background-color:#FFFFFF;
    padding-top:20px;
    margin-top:0;
    margin-bottom:0;
}
.address h4 {
    font-size: 15px;
    color: #333;
}
.address a {
    text-decoration: none;
    text-align: center;
    color: #666;
    cursor: pointer;
    font-size: 13px;
}
.address a:hover {
    color: #77C4D2;
}
.main_address_holder {
    font-family:NanumGothic, Helvetica, sans-serif;
    background-color:#FFFFFF;
    padding-top:20px;
    margin-top:0;
    margin-bottom:0;
    padding-bottom:20px;
    min-height:515px;
}
.address {
	padding: 10px;
	min-height: 60px;
}
.main_content_holder {
    background-color:#FFFFFF;
}
.service_list {
    font-family : NanumGothic, Helvetica, sans-serif;
    text-align : center;
    font-size : 14px;
    line-height : 250%;
}
.about_content {
    background-color:#FFFFFF;
    padding:20px 10px;
}
.left_about {
    border-right:1px dotted;
}
.sidebar {
    padding-top:20px;
    background-color:#FFFFFF;
    padding-bottom:20px;
}
.search_wrapper {
    margin-bottom:20px;
    background-color:rgba(255, 255, 255, 0.2);
    text-align:center;
    padding:20px 10px;
    min-height:40px;
}
.search_align {
    width: 200px;
    margin-left:auto;
}
.searchbox {
    height: 28px;
    width: 160px;
    padding: 0 0 0 15px;
    border: none;
    display: block;
    color: white;
    text-transform: uppercase;
    font: bold 12px/28px Arial, Helvetica, sans-serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fc54e), color-stop(100%, #84aa33));
    background-image: -webkit-linear-gradient(top, #9fc54e 0%, #84aa33 100%);
    background-image: -moz-linear-gradient(top, #9fc54e 0%, #84aa33 100%);
    background-image: -o-linear-gradient(top, #9fc54e 0%, #84aa33 100%);
    background-image: -ms-linear-gradient(top, #9fc54e 0%, #84aa33 100%);
    background-image: linear-gradient(to bottom, #9fc54e 0%, #84aa33 100%);
    margin-right:auto;
    float:left;
}
.searchbox_align {
}
.logo_and_nav {
    background:0% 100%;
}
.logo {
    padding:10px;
    min-height:10px;
}
.row_1 {
    clear: both;
    min-height: 36px;
    background-color:rgba(113, 207, 50, 0.6);
}
.hmenubar {
    display:none;
    margin-top:0;
    margin-bottom:5px;
    padding:10px;
    min-height:10px;
}
.hmenubar li {
    margin: 0;
    background-image:url(../images/divider.png);
    background-repeat:no-repeat;
    background-position:100% 50px;
    width: auto;
}
.hmenubar li a {
    display: block;
    color: white;
    text-decoration: none;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 0 0 17px;
    height: 100px;
    line-height: 130px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: inherit;
    margin-top:0;
    margin-bottom:0;
}
.hmenubar li a span {
    display:block;
    padding: 0 12px 0 12px;
    height: 100px;
}
.hmenubar li a:hover span {
    display:block;
    padding: 0 12px 0 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd000), color-stop(100%, #ffa200));
    background-image: -webkit-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: -moz-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: -o-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: -ms-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: linear-gradient(to bottom, #ffd000 0%, #ffa200 100%);
}
.hmenubar li a:hover {
    color:rgb(255, 255, 255);
    background-image:url(../images/navbg.pn);
    background-repeat:no-repeat;
    background-position: 7px 1px;
    -webkit-transform:none;
    -webkit-box-shadow:none;
}
.hmenubar li a.clicked {
    color:rgb(255, 255, 255);
    background-image:url(../images/navbg.pn);
    background-repeat:no-repeat;
    background-position:7px 1px;
    width:93px;
    line-height:131px;
}
.hmenubar li a.clicked spa {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd000), color-stop(100%, #ffa200));
    background-image: -webkit-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: -moz-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: -o-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: -ms-linear-gradient(top, #ffd000 0%, #ffa200 100%);
    background-image: linear-gradient(to bottom, #ffd000 0%, #ffa200 100%);
}
.nav a {
    color: #FFFFFF;
    width:91.2px;
}
.slideshow_wrapper {
    background:#9FC54E no-repeat;
    margin-left:0px;
    margin-right:0px;
}
.slideshow {
    min-height:10px;
    margin-left:auto;
    margin-right:auto;
}
.description_wrapper {
    font-family:NanumGothic, Helvetica, sans-serif;
    min-height: 186px;
}
.welcome {
    padding:10px;
    min-height:53px;
    background:no-repeat 100% 50%;
}
.description {
    padding:10px;
    min-height:10px;
    text-align:left;
}
.description p {
    color: #F5F5F5;
}
.first_content_row {
    background-color:rgba(255, 255, 255, 0.2);
}
.feature_nugget {
    margin-left: 0px;
}
.feature_nugget {
    min-height: 166px;
    background-color:rgba(255, 255, 255, 0.95);
    padding:10px;
    line-height:147%;
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
}
.feature_list {
    font-family : NanumGothic, Helvetica, sans-serif;
    text-align : center;
    font-size : 14px;
    line-height : 250%;
    margin-top:0em;
    margin-bottom:0em;
    padding-top:10px;
}
.feat_img {
    padding:10px;
    min-height:10px;
}
.feat_desc {
    padding:10px;
    min-height:10px;
    text-align:left;
}
.feat_img {
    padding:0px;
    min-height:322px;
}
.feat_desc {
    padding:10px;
    min-height:10px;
}
.second_content_row {
    background-color:#FFFFFF;
    margin-left:0px;
    margin-right:0px;
    margin-top:20px;
}
.feature2_nugget {
    padding:20px 10px;
    min-height:10px;
}
.footer {
    background-color:rgba(184, 203, 78, 0.4);
    margin-bottom:30px;
    
}
.footer_logo {
    margin-top:15px;
    padding:10px;
    min-height:10px;
    display:none;
}
.copyright {
 
    margin-left:15px;
    padding:10px;
    min-height:10px;
}
.follow_us {
    margin-top:2px;
    text-align:center;
    margin-bottom:10px;
    padding:10px;
    min-height:10px;
}
h2.service_title {
    color: #6E941E;
    min-height:20px;
}
h2.service_title {
    color: #6E941E;
    min-height:20px;
}
a.service_title {
    color: #6E941E;
    min-height:50px;
}

a.feat_btn {
    display: inline-block;
    min-height:8px;
    padding:7px 10px;
    cursor:pointer;
    font-size:14px;
    color:#ffffff;
    border-color:#8ABE07;
    border-style:solid;
    border-width:1px;
    width:71px;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4e630), color-stop(4%, #d4e630), color-stop(4%, #aecf09), color-stop(98%, #679902));
    background-image: -webkit-linear-gradient(top, #d4e630 0%, #d4e630 4%, #aecf09 4%, #679902 98%);
    background-image: -moz-linear-gradient(top, #d4e630 0%, #d4e630 4%, #aecf09 4%, #679902 98%);
    background-image: -o-linear-gradient(top, #d4e630 0%, #d4e630 4%, #aecf09 4%, #679902 98%);
    background-image: -ms-linear-gradient(top, #d4e630 0%, #d4e630 4%, #aecf09 4%, #679902 98%);
    background-image: linear-gradient(to bottom, #d4e630 0%, #d4e630 4%, #aecf09 4%, #679902 98%);
}
a.feat_btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfde2c), color-stop(4%, #cfde2c), color-stop(4%, #a3bf07), color-stop(98%, #588002));
    background-image: -webkit-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: -moz-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: -o-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: -ms-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: linear-gradient(to bottom, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
}
.searchbtn {
    width:30px;
}
h2.heading3 {
    font-size: 28px;
}
p.footer_text, p.footer_text_2 {
    color: #ffffff;
    font-size:12px;
}
p.footer_text_2 {
    text-align: center;
}
.nav {
    color: #000000;
    min-height:56px;
    padding-top:20px;
    display:none;
}
a {
    width: 101px;
    text-decoration: none;
}
a {
    width: 115px;
}
p.description_text {
    padding-left: 20px;
    padding-right:20px;
}
.searchbtn {
    display:block;
    border-top-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-left-style:none;
    background-image:url(../images/searchbtn.png);
    background-repeat:no-repeat;
    background-color:transparent;
    height:35px;
    width:20px;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
    float:left;
}
.phone {
    color:#000000;
 
}
input {
    
}
h1.about_title {
    font-family:NanumGothic, Helvetica, sans-serif;
    min-height: 10px;
    margin-top:0px;
    margin-bottom:20px;
    background-image:none;
    padding-left:0px;
}
.gallery_images {
    padding:10px;
    min-height:10px;
}
.second_text_holder {
    margin-top:20px;
    margin-bottom:20px;
}
.text_column_left, .text_column_right {
    border-right:1px dotted;
    padding:10px;
    min-height:10px;
}
.text_column_left {
    padding:10px;
    min-height:10px;
}
.text_column_right {
    border-right-width: 0px;
    padding:10px;
    min-height:10px;
}
.main_img_holder {
    padding:10px;
    min-height:10px;
}
.main_text_holder {
    padding:10px;
    min-height:10px;
}
.about_title {
    color:black;
    font:normal normal normal 30px/30px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-image:url(../images/rightbullet.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:30px;
}
.about_main_title {
    color: black;
    font: normal 36px/36px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding:0;
    margin-top:10px;
    margin-bottom:0;
}
.strong_text, .strong_text_middle {
    font-weight: 700;
}
.testimonials_text {
    color: #605C5C;
    font: italic 12px/16px Arial, Helvetica, sans-serif;
    margin-top:20px;
    margin-bottom:0;
}
.left_about p {
    color: #605C5C;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
}
.testimonials_strong {
    color: black;
    font: bold italic 12px/16px Arial, Helvetica, sans-serif;
    display: block;
    margin-top:20px;
    margin-bottom:0;
}
.gallery_image {
    margin-top:13px;
    margin-bottom:0;
}
p.inner_about_text {
    margin-right:0px;
}
p.about_description {
    min-height: 128px;
    margin-top:20px;
    margin-bottom:20px;
}
a {
    width: 110px;
}
.spa_form {
    background-repeat:no-repeat;
    background-position:100% 50%;
    font-size:100%;
    outline-width:0px;
    vertical-align:top;
    border-right:1px dotted;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
}
.form_holder label {
    display: block;
    position: relative;
    min-height: 60px;
}
.form_holder input {
    display: block;
    outline: none;
    padding: 0 15px;
    width: 80%;
    height: 48px;
    color: #605C5C;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-top:0;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}
.form_holder label.message {
    min-height: 170px;
}
.form_holder textarea {
    resize: none;
    overflow: auto;
    display: block;
    outline: none;
    padding: 10px 15px;
    width: 80%;
    height: 128px;
    color: #605C5C;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-top:0;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}
.button-small {
    width: 96px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font: normal 14px/30px Arial, Helvetica, sans-serif;
    line-height: 27px;
    position: relative;
    margin-right:15px;
    text-decoration:none;
    border-color:#8ABE07;
    border-style:solid;
    border-width:1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4E630), color-stop(1%, #D4E630), color-stop(3%, #AECF09), color-stop(96%, #679902));
    background-image: -webkit-linear-gradient(top, #D4E630 0%, #D4E630 1%, #AECF09 3%, #679902 96%);
    background-image: -moz-linear-gradient(top, #D4E630 0%, #D4E630 1%, #AECF09 3%, #679902 96%);
    background-image: -o-linear-gradient(top, #D4E630 0%, #D4E630 1%, #AECF09 3%, #679902 96%);
    background-image: -ms-linear-gradient(top, #D4E630 0%, #D4E630 1%, #AECF09 3%, #679902 96%);
    background-image: linear-gradient(to bottom, #D4E630 0%, #D4E630 1%, #AECF09 3%, #679902 96%);
    min-height:39px;
    padding-top:12px;
}
.button-small:hover {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfde2c), color-stop(4%, #cfde2c), color-stop(4%, #a3bf07), color-stop(98%, #588002));
    background-image: -webkit-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: -moz-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: -o-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: -ms-linear-gradient(top, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
    background-image: linear-gradient(to bottom, #cfde2c 0%, #cfde2c 4%, #a3bf07 4%, #588002 98%);
}
.company_name {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 20px;
	min-height: 10px;
}
.company_address {
    color: #605C5C;
 	font: bold 12px Arial, Helvetica, sans-serif;
    margin-top:0px;
    min-height:10px;
    max-witth:10px;
}
.btns {
    padding:10px;
    min-height:51px;
}
.services_nuggetright, .services_nugget {
    min-height: 441px;
    padding:20px;
    margin-bottom:20px;
    padding-bottom: 0px;
    display:inline-block;
}
.services_inner {
    margin-top: 5px;
}
.services_inner h3 {
    margin-top: 17px;
}
.services_main_title {
    color: black;
    font: normal 36px/36px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 0;
    margin-top:30px;
    margin-bottom:0;
}
.services_title {
    color: #6E941E;
    font-weight:700;
    text-decoration:none;
}
.services_text {
    color: #605C5C;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
}
.nav select {
    display: inline-block;
    width: 90%;
    height: 30px;
}
body img {
    height: auto;
    max-width:100%;
}
body ul {
    list-style-type: none;
    padding-left:0px;
}
img.image {
    width:18% ;
}
img.image2 {
    width:18% ;;
}
img.image3 {
    width:18% ;
}
img.image4 {
    width:18% ;;
}
img.image5 {
    width:18% ;;
}
img.image6 {
    width: 370px;
}
img.image7 {
    width: 370px;
}
img.image8 {
padding-top:40px;
}



@media only screen and (min-width : 641px) {
    .nav select {
        display: none;
    }
    .hmenubar li {
        padding: 0px 2px 0px 5px;
        float: left;
        display: inline-block;
    }
    body {
        text-align: left;
        min-width: 960px;
    }
    body h2 {
        margin-right: 0em;
        margin-left: 0em;
    }
    body img {
	height: auto;
	max-width: none;
    }
    body ul {
        padding-left: 40px;
        list-style-type: disc;
    }
    .main_wrapper {
        clear: both;
        width: 960px;
        margin-right: auto;
        margin-left: auto;
        min-height:1024px;
    }
    .header {
        clear: both;
        min-height:110px;
    }
    .content {
        
        min-height: 650px;
        margin-left:0;
        margin-right:0;
        padding-bottom:0;
    }
    .inner_top_bg {
        clear: both;
        min-height: 36px;
        padding: 0px;
    }
    .main_form_holder {
	float: left;
	width: 501px;
	min-height: 480px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 20px;
    }
    .address a {
        text-align: left;
    }
    .main_address_holder {
	float: left;
	width: auto;
	min-height: 480px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 30px;
	padding-bottom: 0;
    }
    .address {
	width: 390px;
	min-height: 60px;
	padding: 0px;
    }
    .main_content_holder {
        clear: both;
        min-height: 650px;
    }
    .service_list {
        padding-left: 0px;
        text-align: left;
    }
    .about_content {
        float: left;
        width: 651px;
        min-height: 910px;
        padding-right: 25px;
        padding-left: 20px;
    }
    .left_about {
        float: left;
        min-height: 895px;
        width: 650px;
    }
    .sidebar {
        float: left;
        width: 224px;
        min-height: 910px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom:0;
    }
    .search_wrapper {
        clear: both;
        min-height: 29px;
        width: 239px;
        margin-left: auto;
        padding: 5px;
        height: 29px;
        text-align: center;
        margin-top:20px;
    }
    .searchbox {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        width:195px;
    }
    .logo_and_nav {
        clear: both;
        min-height: 110px;
        background-image:url(../images/topbg.png);
    }
    .logo {
        float: left;
        width: 297px;
        min-height: 85px;
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .row_1 {
        clear: both;
        min-height: 36px;
        display:none;
    }
    .nav {
        min-height: 0;
        padding-top:0;
        width:643px;
        float:left;
        display:block;
    }
    .hmenubar {
        list-style: none;
        padding: 0 0 0 30px;
        margin-right: 0;
        margin-left: 0;
        height: 57px;
        display: block;
    }
    .hmenubar li a {
        float: left;
        text-align: center;
        margin-right: 7px;
        margin-left: 0;
    }
    .slideshow_wrapper {
        clear: both;
        min-height: 567px;
        background-image:url(../images/bannerbg.jpg);
        background-color:transparent;
        margin-left:0;
        margin-right:0;
    }
    .slideshow {
        clear: both;
        min-height: 382px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px;
    }
    .description_wrapper {
        clear: both;
        min-height: 0;
    }
    .welcome {
        float: left;
        width: 218px;
        min-height: 85px;
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 0px;
        background-image:url(../images/bannerdivider.png);
    }
    .description {
        float: left;
        width: 720px;
        min-height: 105px;
        padding: 0px;
    }
    .first_content_row {
        clear: both;
        min-height: 424px;
    }
    .our_services {
        clear: both;
        min-height: 234px;
    }
    .feature_nugget {
        margin-left: 0px;
    }
    .feature_nugget {
        width: 420px;
        float: left;
        margin:20px 20px 30px 20px;
        min-height:142px;
    }
    .feature_list {
        list-style-type: none;
        padding-left: 0px;
        min-height: 424px;
        text-align: left;
        padding-right:0;
        padding-top:0;
    }
    .feat_img {
        float: left;
        width: 142px;
        min-height: 142px;
        padding: 0px;
    }
    .feat_desc {
        float: left;
        width: 195px;
        min-height: 179px;
        padding: 0px;
    }
    .feat_img {
        float: left;
        width: 149px;
        min-height: 142px;
        padding: 0px;
    }
    .feat_desc {
        float: left;
        width: 228px;
        min-height: 126px;
        padding: 5px 0 10px 20px;
    }
    .second_content_row {
        clear: both;
        min-height: 281px;
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
        margin-top:0;
    }
    .feature2_nugget {
        float: left;
        width: 279.5px;
        min-height: 218px;
        padding: 20px;
    }
    .footer {
        clear: both;
        min-height: 92px;
        margin-left:0;
        margin-right:0;
    }
    .footer_logo {
        float: left;
        width: 152px;
        min-height: 67px;
        margin-left: 20px;
        padding: 0px;
        display:block;
    }
    .copyright {ol
    color:#666;
	float: left;
	width: 450px;
	min-height: 57px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
    .follow_us {
        float: left;
        width: 297px;
        min-height: 63px;
        margin-right: 20px;
        text-align: right;
        padding: 20px 0 0 0;
    }
    .slideshow_image {
        min-height: 0px;
    }
    p.footer_text_2 {
        text-align: right;
    }
    .footer_img {
        padding-right: 7px;
        width:80px;
    }
    ul {
        list-style-type: disc;
        padding-left: 20px;
    }
    .searchbtn {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        height:28px;
        width:29px;
    }
    input {
        width: ;
    }
    .gallery_images {
        clear: both;
        min-height: 100px;
        padding: 0px;
    }
    .images_holder {
        clear: both;
        min-height: 121px;
    }
    .main_img_and_text {
        clear: both;
        min-height: 273px;
        width: 592px;
    }
    .second_text_holder {
        clear: both;
        min-height: 211px;
    }
    .text_column_left, .text_column_right {
        float: left;
        width: 310px;
        min-height: 231px;
        padding: 10px 0;
    }
    .text_column_left {
        min-height: 189px;
        width: 289px;
        padding: 0px;
    }
    .text_column_right {
        width: 280px;
        padding-left: 10px;
        min-height: 191px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main_img_holder {
        float: left;
        width: 265px;
        min-height: 247px;
        padding: 0px;
    }
    .main_text_holder {
        float: left;
        width: 306px;
        min-height: 273px;
        margin-left: 20px;
        padding: 0px;
    }
    .about_main_title {
        margin-right: 0;
        margin-left: 0;
    }
    .testimonials_text {
        margin-right: 0;
        margin-left: 5px;
    }
    .testimonials_strong {
        margin-right: 0;
        margin-left: 5px;
    }
    .gallery_image {
        float: left;
        margin-right: 0;
        margin-left: 8px;
        border: 3px solid #D7D2CF;
    }
    p.inner_about_text {
        margin-right: 10px;
    }
    .spa_form {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        min-height: 382px;
    }
    .form_holder label {
        width: 344px;
    }
    .form_holder input {
        width: 312px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom:15px;
        height:55px;
    }
    .form_holder textarea {
        width: 430px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom:15px;
    }
    .button-small {
        text-align: center;
        margin-right: 20px;
        width:60px;
        min-height:0;
        padding-top:0;
        background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4E630), color-stop(4%, #D4E630), color-stop(4%, #AECF09), color-stop(98%, #679902));
        background-image:-webkit-linear-gradient(top, #D4E630 0%, #D4E630 4%, #AECF09 4%, #679902 98%);
        background-image:-moz-linear-gradient(top, #D4E630 0%, #D4E630 4%, #AECF09 4%, #679902 98%);
        background-image:-o-linear-gradient(top, #D4E630 0%, #D4E630 4%, #AECF09 4%, #679902 98%);
        background-image:-ms-linear-gradient(top, #D4E630 0%, #D4E630 4%, #AECF09 4%, #679902 98%);
        background-image:linear-gradient(to bottom, #D4E630 0%, #D4E630 4%, #AECF09 4%, #679902 98%);
    }
    .btns {
        min-height: 29px;
        padding: 0px;
    }
    .services_nuggetright, .services_nugget {
        width: 440px;
        float: left;
    }
    .services_inner {
        clear: both;
        min-height: 481px;
    }
    .services_main_title {
        margin-right: 0;
        margin-left: 20px;
    }
    .services_image {
        width: 439px;
    }
    .searchbox_align {
        margin-left: 0;
    }
     .main_img {
        width:12px;
    }
    h1.about_title {
	background-image: url(../images/rightbullet.png);
	padding-left: 30px;
	font-weight: bold;
    }
    .search_align {
        width: auto;
        margin-left:0;
    }
    img.image {
        width: 100px;
        height:45px;
    }
    img.image2 {
        width: 100px;
        height:45px;
    }
    img.image3 {
        width: 100px;
        height:45px;
    }
    img.image4 {
        width: 150px;
    }
    img.image5 {
        width: 150px;
    }
    img.image6 {
        width: 150px;  }
    img.image7 {
        width: 150px;
    }

}
