/* GLOBAL STYLES */
html, body{
    height: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 15px; }

h1, h2, h4, h5, h6{
    color: #1384cf;
}

h1{ font-size: 1.6em; border-bottom: 1px solid #e9e9e9; padding-bottom: 8px; }
h2{ font-size: 1.8em; color: #ff5e99; }
h3{ font-size: 1.4em; font-weight: normal; font-style: italic; color: #786e63; border-bottom: 1px dashed #b3c9d6; padding-bottom: 10px; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; margin: 0px 0px 10px 0px; }
h6{ font-size: 1em; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

::-moz-selection {
  background: #62ab59;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #62ab59;
  color: #fff;
  text-shadow: none;
}

body{
    background: #fff url(/images/body_bg.gif) repeat-x top left;
    width: 100%;
    height: 100%;
    color: #6b6965;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    z-index: 10000;
    padding: 0px;
    text-align: center;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header_container{
    background: url(/images/cc_outer_bg_repeat.jpg) repeat-x top left;
}
#header{
    position: relative;
    height: 120px;
    width: 980px;
    margin: 0px auto;
}

#header .headerLnk img{
    position: absolute;
    left: -8px;
    top: 8px;
    z-index: 25000;
    border: 0px solid #f00;
    width: 238px;
    height: 90px;
    background: url(/images/logo.png) no-repeat top left;
}

#header .headerContactLnk img{
    position: absolute;
    right: 0px;
    top: 26px;
    z-index: 25000;
    border: 0px solid #f00;
    width: 200px;
    height: 18px;
}

#header .no_local img{ width: 90px !important; }

/* END LOGO STYLES */
#headmenu_container{
    position: absolute;
    top: 28px;
    right: 0px;
}

#hmenu{
}

#hmenu td{
    padding: 0px 7px;
    color: #2087c8;
    font-size: 14px;
}
#hmenu td a{
    font-size: 12px;
    color: #1384cf;
    text-decoration: none;
    font-weight: normal;
}
#hmenu td a:hover{
    text-decoration: underline;
}

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: 25000;
    height: 36px;
    max-height: 36px;
    text-align: right;
}
#tmenu{
    height: 36px;
    margin-right: 0px;
    margin-left: auto;
}

#tmenu td{
    margin: 0px;
    padding: 0px 0px 0px 16px;
    white-space: nowrap;
    position: relative;
}

#tmenu td a{
    display: block;
    position: relative;

    color: #0d5d91;

    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 2px solid #a1daff;
}
#tmenu td a span{
    display: block;
    padding: 0px 2px 3px 2px;
    text-decoration: none;
}

#tmenu td a:hover, #tmenu td a.ta_cur{
    color: #0d5d91;
    border-bottom: 2px solid #ff5e99;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 36px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .95;
    overflow: hidden;
    background-color: #500a0a;
}

#tmenu td ul li{
    display: block;
    margin: 1px 5px;
    overflow: visible;
    padding: 1px;
    border-bottom: 1px solid #c60000;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #fff;

    border-right: 0px solid #98c1f0;

    min-width: 200px;
}

#tmenu td ul li a:hover, #tmenu td ul li a.ta_cur{
    background-color: #c60000;
    background-image: none;
    text-decoration: none;
    color: #fff;
    text-transform: none;
}

#tmenu td ul .drop_spacer{ border-bottom: 0px solid #fff; }

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#page_bar{
    position: relative;
    text-align: left;
    padding: 16px 10px 16px 0px;
    border: 0px solid #f00;
    margin: 0px auto;
    width: 965px;
}

#page_bar h1{
    color: #87c2e5;
    font-size: 26px;
    margin: 0px;
    padding: 0px;
    border-bottom: 0px solid #fff;
    font-weight: normal;
}

#page_bar .pb_small h1{ font-size: 24px !important; }

#submenu{
    position: absolute;
    right: 0px;
    top: 15px;
}

#smenu{ }
#smenu td{
    padding: 9px 0px 9px 18px;
}
#smenu td a{
    display: block;
    padding-bottom: 3px;
    color: #fff;
    border-bottom: 1px solid #a1daff;
    text-decoration: none;
}

#smenu td a:hover, #smenu td a.sa_cur{
    text-decoration: none;
    border-bottom: 1px solid #ff5e99;
}

#contentContainer_outer{
    position: relative;
    text-align: center;
    background: url(/images/cc_outer_bg_repeat.jpg) repeat-x top left;
}
#cc_outer_tl{
    position: absolute;
    z-index: 5000;
    top: 0px;
    left: 0px;
    width: 205px;
    height: 174px;
    background: url(/images/cc_bg_tl.jpg) no-repeat top left;
}
#cc_outer_tr{
    position: absolute;
    z-index: 5000;
    top: 0px;
    right: 0px;
    width: 242px;
    height: 215px;
    background: url(/images/cc_bg_tr.jpg) no-repeat top right;
}
#cc_outer_bl{
    position: absolute;
    z-index: 5000;
    bottom: 0px;
    left: 0px;
    width: 172px;
    height: 272px;
    background: url(/images/cc_bg_bl.jpg) no-repeat bottom left;
}
#cc_outer_br{
    position: absolute;
    z-index: 5000;
    bottom: 0px;
    right: 0px;
    width: 289px;
    height: 283px;
    background: url(/images/cc_bg_br.jpg) no-repeat bottom right;
}

#contentContainer{ width: 980px; margin: 0px auto; text-align: left; padding-top: 0px; }

#columnLeft, #columnMain, #columnRight{ vertical-align: top; }

#columnLeft, #columnRight{
    width: 275px;
    max-width: 275px;
}
#columnLeft{ padding-right: 10px; }
#columnRight{ padding-left: 10px; }

#contentContainer{ width: 980px; }

#contentTable{ width: 980px; }

#content{
    position: relative;
    z-index: 20000;
    margin: 0px;
    padding: 20px 95px 20px 0px;

    width: auto;
    height: auto;
    min-height: 500px;

    font-size: 16px;
    text-align: left;
    line-height: 1.4em;
}
#content h2{ margin-top: 10px; margin-bottom: 0px; }
#content h3{ margin-top: 15px; }

.content_home{ padding: 0px !important; }
.content_full{ padding: 20px 0px !important; }

#page_bottom_content{ margin: 30px 0px; }

#footer_top_line{
    height: 4px;
    background-color: #ff5e99;
}
#footer_container{
    border-top: 1px solid #ff5e99;
    background: #00567b url(/images/footer_bg.gif) repeat-x top left;
    text-align: center;
}

#bottommenu{ border-bottom: 1px solid #287fb3; }

#bmenu{
    margin: 0px auto;
    text-align: left;
}
.bmenu_td{ vertical-align: top; width: 25%; padding: 18px 25px 18px 20px; }

#bmenu .bm_links_container{
    margin-bottom: 15px;
}

#bmenu .bm_main{
    color: #87c2e5;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px -1px #024168;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#bmenu .bm_sub{
    font-size: 13px;
    color: #d5e7ee;
    text-decoration: none;
}
#bmenu a:hover{ text-decoration: underline; }

#footer_contact{
    color: #91c7dc;
    font-size: 13px;
}

#footer_blocks{
    width: 960px;
    padding-left: 20px;
    margin: 0px auto;
    background: url(/images/footer_blocks_left.jpg) no-repeat top left;
}
#footer_blocks_inner{
    padding-right: 20px;
    background: url(/images/footer_blocks_right.jpg) no-repeat top right;
}
#footer_blocks .block_td{
    width: 33%;
    vertical-align: top;
    background: url(/images/footer_blocks_left.jpg) no-repeat top right;
}
#fb_2{ background-image: none !important; }

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    font-weight: normal;
    font-size: 12px;
    padding: 2px;
}

.button, .buttonOver{
    background: #399c02 url(/images/button_bg.gif) repeat-x top left;
    border: 1px solid #4cb108;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    text-transform: lowercase;
    padding: 3px 4px 2px 4px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    text-shadow: -1px -1px #3faa04;
}

.contactBottom .button, .contactBottom .buttonOver{
    font-size: 16px;
    padding: 10px;
}

.button{ color: #fff; }
.buttonOver, a.button:hover{
    color: #fff;
    opacity: .85;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #006ac3; }
a:hover{ color: #ff5e99; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryContainer td{
    padding-bottom: 20px;
}
.galleryContainer td a img{
    border: 3px solid #c3c4c6 !important;
}

.galleryContainer .gallery_caption{ font-size: 19px; color: #1384cf; }

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 430px !important;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#google_map_cp{ text-align: center; }
#google_map_c{ margin: 0px auto; text-align: left; }
#google_map, #google_pano{
    width: 100%;
    height: 300px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 350px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}
#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #7da7e4;
    border-bottom: 1px solid #7da7e4;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

#hh_phone{ display: none; }


.cf_label div{
	border-bottom: 2px solid #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.cf_label h5{ padding: 0px; margin: 0px; }

.custom_multi_selects td{ padding: 4px; }

#content_object{
    position: absolute;
    top: 12%;
    right: 0px;
    width: 90px;
    height: 445px;
    cursor: pointer;
    background: url(/images/object.png) no-repeat top right;
}
#object_canvas{
    position: fixed;
    z-index: 13000;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: url(/images/blank_cursor.png),url(/images/blank_cursor.gif),url(/images/blank_cursor.cur),move;
}

.pencil_mark{
    position: absolute;
    z-index: 12000;
    background: url(/images/pencil_sample.png) no-repeat top left;
    width: 14px;
    height: 14px;
}

#pencil_instructions_outer{
    position: fixed;
    z-index: 11000;
    bottom: 15px;
    right: 15px;
    border: 5px solid #fdc288;
    background-color: #fdc288;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#pencil_instructions{
    padding: 10px;
    font-weight: bold;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#pencil_tooltip_outer{
    position: absolute;
    z-index: 11000;
    opacity: 0;
    border: 5px solid #70d23d;
    background-color: #70d23d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#pencil_tooltip{
    padding: 10px;
    font-weight: bold;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer_twitter{
    background: #e6ebed url(/images/twitter_bar_bg.jpg) no-repeat center center;
    border-top: 4px solid #b9c5c9;
    text-align: center;
}

#footer_twitter table{
    margin: 0px auto;
    width: 980px;
}

#twitter_message{
    color: #000;
    font-style: italic;
    text-align: left;
    padding: 19px 40px 19px 105px;
    width: 680px;
}

#tweet_date{ font-size: 12px; color: #747474; }

/* portfolio  */
#client_portfolio_table{ width: 100%; }

.portfolio_thumbnail{
    padding-bottom: 25px;
    font-size: 15px;
    color: #ff5e99;
    text-align: center;
}
.pt_0{ padding-right: 10px; }
.pt_1{ padding-right: 10px; }

.pt_client_name{ margin-top: 4px; font-size: 19px; color: #1384cf; text-align: center !important; }
.pt_client_type{ text-align: center !important }

#client_portfolio_table td a{ display: block; position: relative; }
#client_portfolio_table a img{ border: 3px solid #c3c4c6; }

/* portfolio lightbox */
#portfolio_featured_container{ padding: 30px 38px 0px 38px; color: #6b6965; text-align: left; }
#portfolio_featured_inner{ position: relative; z-index: 10000; }

#portfolio_project_left, #portfolio_project_right{ vertical-align: top; }
#portfolio_project_left{ padding-right: 20px; }

#portfolio_proj_featured_client_name{ }

#portfolio_featured_client{ padding-right: 8px; }
#portfolio_featured_client h1, #portfolio_proj_name h1{
    font-size: 48px;
    border-bottom: 0px solid #fff;
    margin: 0px !important;
    padding: 0px !important;
}

#portfolio_featured_client h1{ color: #6b7982; }
#portfolio_proj_name h1{ color: #ff5e99; }

#portfolio_proj_type{ color: #6b7982; font-size: 20px; }

#portfolio_featured{
    background-color: #fff;
    padding: 13px 22px;
    margin: 12px 0px 17px 0px;
    border: 2px solid #bbb;
    width: 491px;
    -moz-box-shadow: 0px 0px 10px #d1d1d1;
    -webkit-box-shadow: 0px 0px 10px #d1d1d1;
    box-shadow: 0px 0px 10px #d1d1d1;
}
#portfolio_featured a img{ border: 0px solid #fff; }

#portfolio_proj_thumbs_outer{ text-align: center; }
#portfolio_proj_thumbs{ margin: 0px auto; }
#portfolio_proj_thumbs td{
     text-align: center;
     padding: 0px 5px 0px 0px;
     vertical-align: top;
     font-size: 20px;
}
#portfolio_proj_thumbs td a{
    display: block;
    background-color: #fff;
    padding: 2px;
    border: 2px solid #bbb;
    -moz-box-shadow: 0px 0px 10px #d1d1d1;
    -webkit-box-shadow: 0px 0px 10px #d1d1d1;
    box-shadow: 0px 0px 10px #d1d1d1;
}
#portfolio_proj_thumbs .thumb_hover, #portfolio_proj_thumbs .thumb_cur{ }
#portfolio_proj_thumbs .thumb_hover a, #portfolio_proj_thumbs .thumb_cur a{ border: 2px solid #ff5e99; }
#portfolio_proj_thumbs a img{ display: block; border: 0px solid #fff; }

#portfolio_project_contact{ position: relative; padding-left: 12px }
#portfolio_project_contact span{ position: absolute; top: -3px; left: 0px; }

#portfolio_project_contact,#portfolio_project_contact_text{
    font-size: 20px;
    color: #776965;
}

#portfolio_project_contact_text{ display: inline; }
#portfolio_project_contact_text a{
    font-size: 20px;
    color: #1384cf;
}
#portfolio_project_contact_text a:hover{ color: #ff5e99; }

#portfolio_contact_form{ display: none; }

#portfolio_page_bottom_content{ margin-top: 20px; }

#contact_tab{
    position: fixed;
    z-index: 10000;
    top: 250px;
    left: -10px;
    width: 50px;
    height: 200px;
    background: url(/uimages/free_consultation.jpg) no-repeat top left;
    color: #fff;
    cursor: pointer;
}

/* slide js */

#content_slides{
    position: absolute;
    top: 15px;
    left: 4px;
    z-index: 100;
}

#content_slides a img{ border: 0px solid #fff; }

.slides_container{
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
    display: none;
}

.slides_container a{
    width: 300px;
    height: 200px;
    display: block;
}
.slides_container a img{ left: 0px; }

#content_slides .next, #content_slides .prev{
    position: absolute;
    top: 78px;
    left: -24px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#content_slides .next{
    left: 300px;
}
.pagination{
    margin: 10px auto 0px 55px;
    width: 120px;
}

.pagination li{
    float: left;
    margin: 0px 1px;
    list-style: none;
}

.pagination li a{
    display: block;
    width: 12px;
    height: 0px;
    padding-top: 12px;
    background: url(/images/slide_pagination.png) no-repeat top left;
    float: left;
    overflow: hidden;
}

.pagination li.current a {
    background-position: 0px -12px;
}

#site_newsletter hr{
    height: 5px !important;
    background-color: #e1e1e1;
    border: 0px solid #ffffff;
    padding: 0px;
    margin: 20px 0px;
    width: 100%;
}

#site_newsletter{ position: relative; width: 720px; }
#site_newsletter h2{ font-size: 32px !important; color: #1d8fce !important; }
#site_newsletter h5{ font-size: 24px !important; color: #ef5c98 !important; }
#site_newsletter_share_tools{ position: absolute; top: 8px; right: 0px; }

/* nivo slides */

#slideshow{
    text-align: center;
	position: relative;
	z-index:0;
	width: 980px;
	height: 423px;
    margin: 30px auto 10px auto;
    background-color: #C5C9CA;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

	-moz-box-shadow: 0px 0px 8px #564733;
    -webkit-box-shadow: 0px 0px 8px #564733;
    box-shadow: 0px 0px 8px #564733
}

#nivo_slider{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:100;
}

.nivo-controlNav, .nivo-nextNav, .nivo-prevNav{ display: none; }
/* end nivo slides */
/* home picture box styles */
