﻿/*************************************
                Reset
*************************************/

html {
	margin:0;
	padding:0;	
	outline:0;
	vertical-align:baseline;	
	overflow-y: scroll;
}

body {
    /*overflow-x:hidden;*/
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
* { 
    padding:0; 
    margin:0; 
}

/*************************************
        GENERAL DECLARATIONS
*************************************/

body {
	font-size:100.00%;
	font-family:Tahoma,times,serif;
	background: #0a0605;
}
a
{
	text-decoration:none;
	color: #856048;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #856048;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}
img {
    border:0px;
}

.input {
    padding: 2px 4px;
    font-size: 1.0em;
    border: solid 1px #cac1bd;
    background: #f6f3e6;
}

.wrapper_bodyBG {
    width: 100%;
    float: left;
    background: #040203 url(../images/bg_repeat.jpg) repeat-y top center;
}

.wrapper_body {
    width: 100%;
    float: left;
    background: transparent url(../images/bg_main.jpg) no-repeat top center;
}

.wrapper_footer {
    clear:both;
    width: 100%;
    height: 450px;
    float: left;
    background: #100605 url(../images/bg_footer.jpg) no-repeat top center;
}

.container_header {
    width: 968px;
    height: 165px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.container_footer {
    width: 968px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    position: relative;
    text-align: center;
    color: #856048;
    font-size: 0.7em;
}

.container_footer .address {
    position: absolute;
    bottom: 58px;
    right: 30px;
    font-size: 1.2em;
}

.container_footer a {
    color: #856048;
}

.container_footer a:hover {
    color: #ffffff;
}

.container_header .logo {
    position: absolute;
    top: 36px;
    left: 0;
}

.container_body {
    width: 944px;
    margin: 0 auto;
    padding: 0 12px;
    position: relative;
}

.container_body .banner {
    width: 897px;
    height: 653px;
    margin: 0 0 25px 0;
    padding: 0 0 0 25px;
    position: relative;
}

.container_body .banner a.viewGallery {
    position: absolute;
    top: 9px;
    right: -31px;
    width: 212px;
    height: 42px;
    background: transparent url(../images/btn_viewgallery.png) no-repeat 0 -88px;
    z-index: 1200;
}

.container_body .banner a.viewGallery:hover {
    position: absolute;
    top: -79px;
    right: -31px;
    width: 212px;
    height: 130px;
    background: transparent url(../images/btn_viewgallery.png) no-repeat 0 0;
    z-index: 1200;
}

.container_body .bannerShrt {
    width: 897px;
    height: 286px;
    margin: 0 0 25px 0;
    padding: 0 0 0 25px;
}

.mainContactUs {
    float: left;
    width: 100%;
    height: 52px;
    margin: 20px 0 0 0;
    position: relative;
}

.btnContactUs {
    width: 196px;
    height: 52px;
    position: absolute;
    left: -12px;
}

.c_full {
    float: left;
    width: 872px;
    padding: 0 0px 0 25px;
}

.formInfo {
    font-size: 0.8em;
}

/*************************************
             TYPOGRAPHY
*************************************/

body {
    font:1.0em Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    color:#999999;
}   /* IE */
h1,h2,h3,h4,h5,h6 {
    font-family:Tahoma;
    clear:both;
}
h1 { font-size: 1.4em; color: #ffffff; letter-spacing: -1px; font-family:Sans-serif;}
h1 a {color: #ffffff;}
h2 { font-size:1.5em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#ffffff;}
h2 a { margin-bottom:7px; color:#ffffff;}
h3 { font-size:1.1em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#ffffff;}
h3 a { margin-bottom:7px; color:#ffffff;}
h4 { font-size:0.9em; line-height:1.0; font-weight:normal;}
h5 { font-size:1em; font-weight:bold; }
h6 { font-size:2.1em; line-height:1.0em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; letter-spacing:-0.04em;}
p {
    margin:0px 0px 13px 0px;
}

/*************************************
             NAVIGATION
*************************************/

ul#navmenu li a span .h
{
    display: none;
}
ul#navmenu {
    width:411px;
    height:163px;
    margin:0;
    padding: 0 0 0 22px;
    list-style:none;
    position: absolute;
    top: 0px;
    right: 1px;
    background:url(../images/bg_nav.jpg) no-repeat 0 0;
}
ul#navmenu li {
    float:left;
}
ul#navmenu li a {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    height:163px;
    position:relative;
}
ul#navmenu li a.navHome {
    width:75px;
    background-position: 0px -164px;
}
ul#navmenu li a.navAbout {
    width:109px;
    background-position: -75px -164px;
}
ul#navmenu li a.navContact {
    width:131px;
    background-position: -184px -164px;
}
ul#navmenu li a.navGallery {
    width:96px;
    background-position: -314px -164px;
}

ul#navmenu li a span {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    position:absolute;
    top:0;
    left:0px;
    height:163px;
    width:100%;
    z-index:200;
}
ul#navmenu li a.navHome span {
    background-position: 0px 1px;
    cursor: hand;
}
ul#navmenu li a.navAbout span {
    background-position: -75px 1px;
    cursor: hand;
}
ul#navmenu li a.navContact span {
    background-position:-184px 1px;
    cursor: hand;
}
ul#navmenu li a.navGallery span {
    background-position:-314px 1px;
    cursor: hand;
}

/*************************************
             DEFAULT
*************************************/

.c1 {
    float: left;
    width: 283px;
    padding: 0 15px 0 25px;
}

.c2 {
    float: left;
    width: 268px;
    padding: 0 15px;
}

.c12 {
    float: left;
    width: 581px;
    padding: 0 15px 0 25px;
}

.c3 {
    float: right;
    width: 283px;
    padding: 0 25px 0 15px;
}

.c3 .text {
    float: left;
    width: 100%;
    padding: 0 0 px 0;
}

.c3 .field {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
}

.c3 .button {
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}

.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: hidden; /*leave this value alone*/
    width: 897px; /*Width of Carousel Viewer itself*/
    height: 597px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0; /*margin around each panel*/
    width: 897px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 597px;
}

.stepcarousel .panel .infoBox{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 857px;
    height: 77px;
    margin: 0;
    background: #000000;
    float: left;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
}

.stepcarousel .panel .info{
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 817px;
    margin: 0;
    color: #ffffff;
}

.stepcarousel .panel .info a{
    color: #e3d2be;
    font-weight: bold;
}

.stepcarousel .panel .info a:hover{
    color: #ffffff;
}

.banner_btn1 {
    float: left;
    width: 299px;
    height: 53px;
    background: #000000 url(../images/nav_banner.jpg) no-repeat 0px -53px;
}

.banner_btn1:hover {
    background: #000000 url(../images/nav_banner.jpg) no-repeat 0px 0px;
}

.banner_btn2 {
    float: left;
    width: 299px;
    height: 53px;
    background: #000000 url(../images/nav_banner.jpg) no-repeat -299px -53px;
}

.banner_btn2:hover {
    background: #000000 url(../images/nav_banner.jpg) no-repeat -299px 0px;
}

.banner_btn3 {
    float: right;
    width: 299px;
    height: 53px;
    background: #000000 url(../images/nav_banner.jpg) no-repeat -598px -53px;
}

.banner_btn3:hover {
    background: #000000 url(../images/nav_banner.jpg) no-repeat -598px 0px;
}

.testimonialBy {
    color: #e3d2be;
}

/*************************************
             GALLERY
*************************************/

.postPhotoMainContainer {
    float: left;
    width: 897px;
    text-align: center;
    position: relative;
}

.postPhotoMainPrev {
    position: absolute;
    top: 278px;
    left: -20px;
}

.postPhotoMainNext {
    position: absolute;
    top: 278px;
    right: -18px;
}

.postPhotoMainPrev a
{
    background: transparent;
}

.postPhotoMainNext a
{
    background: transparent;
}

 .thumbs .galleryThumbContainer
{
    float: left;
    width: 104px;
    height: 128px;
    text-align: center;
}

 .thumbs .galleryThumbFrame
{
    width: 98px;
    height: 114px;
    border: solid 1px #333333;
    background: #333333;
    padding: 4px 0 4px 0;
}

.PostGalleryContainer
{
    float: left;
    width: 897px;
    margin: 22px 0 15px 0;
    padding: 0 0 20px 0;
}

.PostGallery li
{
    float: left;
    width: 128px;
    height: 92px;
    display: block;
    text-align: center;
}

.PostGallery li a:hover
{
    text-decoration:none;
    background: transparent;
}

.PostGallery li img
{
    border: solid 1px #52514f;
    background: #3d3c3a;
    margin: 0 0 0 0;
    padding: 4px;
}