@charset "utf-8";

/*
 * Default formatting
 */

html, body {
    width: 100%;
    margin: 0px 0px;
     background: #373536 url('../images/shadow_sides.png') repeat-y top center;
}

body
{
    font: 62.5% Georgia, "Times New Roman", Times, serif;
    color: #FFF;
   background: transparent url('../images/page_bg.png') repeat-x top; 
}

h1, h2, h3, h4, h5, h6, h7, p
{
    margin: 0px;
    padding: 5px 0px;
}

h1
{
    color: #FFF;
    font-size: 1.6em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 0px 8px;
    border-bottom:1px solid #666;
    margin-bottom:10px;
    padding-left:8px;
}

h2
{
    font-size: 1.3em;
    line-height: 1.2em;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    margin: 0px 0px 5px;
}

h3
{
    color: #FFF;
    font-size: 1.3em;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 0px 10px;
}

a
{
    color: #fff;
    text-decoration: underline;
}

a:hover
{
    color: #fff;
    text-decoration: underline;
}

img
{
    border: 0px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.content {
    font-size: 1.3em;
    line-height: 1.3em;
}

blockquote {
    margin:10px 0px;
    font-style: italic;
}
blockquote p {
    margin:2px 0;   
}

/*
 * Layout and styling
 */

#wrapper {
    width: 900px;
    min-height: 730px;
    height: auto !important;
    height: 730px;
    margin: 0px auto;
    position: relative;
    background: #373536;
}
#leftblock, #rightblock {
	position: absolute;
	background: url('../images/left_block.png') top left  no-repeat; 
	width: 25px;
	left:-25px;
	top: 0;
	height: 730px;
	display: block;
}	

#rightblock {
    background: url('../images/right_block.png') top left  no-repeat; 
    width: 25px;
    left: auto;
    right: -25px;
}

#header {
    position: relative;
}
#header img { margin:0; border-bottom: 1px solid #999999; }


#mainNav { margin:3px 6px;    }

    
    ul.navigation {
	    border-bottom: 1px solid #999999;
	    margin: 0 20px;
	    padding:0px 0 4px 0;
	    display: block;
    }
    
    ul.navigation  li {
        padding: 0px;
        list-style: none;
        display: inline;
        margin: 0 12px;
    }

    ul.navigation li a {
        font-size: 1.7em;
        text-decoration: none;
        line-height: 30px;
        padding: 0px 10px 0px 10px;
        color:#FFF;
        border-right:1px solid #666666;
        border-left:1px solid #666666;
        text-transform: uppercase;
    }
    
    ul.navigation li a:hover {
        color: #8B2F2F;
        text-decoration: none;
    }
    
    #mainNav li.active a {
        color: #8B2F2F;
    }

#photos {
    clear: both;
}

    #photos .photo {
        float: left;
        width: 300px;
    }


#main {
    padding: 30px 24px 18px 24px;
    margin-bottom:50px;
}

#main.skinny {
    width:470px;
    padding: 30px 20px 18px 24px;
    float: left;
}

    #main-left {
        width: 400px;
        float: left;
    }
    
    #main-right {
        width: 400px;
        float: right;
    }
#main ul {
    list-style: none;
    padding:0;
    margin:0;   
}

#main ul li {
    padding:0 0 0 13px;
    background: url('../images/bullet.png') left 55%  no-repeat;    
}

#homepageGallery {
    float: left;
    width: 380px;
    height:344px; 
    margin-top:54px;
    }


#footer {
	clear: both;
    font-size: 1.1em;
    color: #999999;
    padding-top:10px;
    border-top: 1px solid #999999;
    margin: 0px 24px;
	line-height:1.4em;
    
}

    #copyright {
        float: left;
        width:40%;

    }
    
    #credits {
        float: right;
        width:40%;
        text-align: right;
       
    }

    #footer a {
        color: #999999;
        text-decoration: none;
    }
    
    #footer a:hover {
        color: #999;
        text-decoration: underline;
    }


/* Misc specific styles */

a.bookNowButton {
    font-size:1.6em;
    line-height:60px;
    color: white;
    text-decoration: none;
    text-indent:40px;
    display: block;
    background: url(/asset/images/book_martin.png) no-repeat top left;
    height: 60px;
    width: 300px;
}
a.bookNowButton:hover { text-decoration: underline; }
#cycle { 
	margin:0px 15px 15px 15px;
    border:1px solid #666666 ; 
    width:350px; 
    height:344px; 
    background: #000;
}
#cycle div.item { border:1px solid #666666 ; margin:10px 0px 0 10px; }
#cycle p { margin:0px; width:328px; height:66px; 
            background:url(/asset/images/bar_bg_b.jpg) no-repeat;
            font-size:22px;
            text-align:center;
            line-height:66px;
            color:white;
            font-family:Georgia, "Times New Roman", Times, serif;       
     }
#cycle p.orange { background:url(/asset/images/bar_bg_o.jpg) no-repeat; }
#cycle p { padding:0px; }


.zend_form { padding:20px 0 5px 0; }
.zend_form legend { font-weight:bold; border:3px solid #fff; margin-bottom:5px; padding:3px; width:254px; }
.zend_form dt {clear:left; display:block; float:left; width:160px; text-align:right; padding-right:10px; padding-top:5px; color:#888; margin-bottom:0.5em;}
.zend_form label {  margin:3px 0 0 0; color:#FFF; }
.zend_form input { padding-left:0.5em; margin-bottom:0.6em; border:1px solid #514D4F; color:#272727}
.zend_form select { }
.zend_form textarea {width:410px; height:90px; border:1px solid #514D4F; padding:0.5em; overflow:auto; color:#272727 }
.zend_form label em { color: #99342c; }
.zend_form dt.send_button { margin:0; padding:0; }
input#submit {
    font-size:20px;
    line-height:60px;
    color: white;
    text-decoration: none;
    display: block;
    background: url(/asset/images/book_martin.png) no-repeat top left;
    height: 62px;
    width: 302px;
    margin:0;
    padding:0;
	margin-left:170px;
	margin-top:20px;
}    

#main .zend_form ul.errors {
	margin-left:130px;	
}
	
#main .zend_form ul.errors li {
    background:transparent url(/assets/clients/images/tooltips/exclamation.png) no-repeat scroll left center;
    color: #FFFFCC;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left:20px;
}


.imageElement a {
	background:#514D4F none repeat scroll 0 0;
	border:1px solid #999999;
	display:block;
	float:left;
	height:108px;
	margin:0 8px 15px 0;
	overflow:hidden;
}


.clearfix:after         {   content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix               {   display: inline-block; }
html[xmlns] .clearfix   {   display: block; }
* html .clearfix        {   height: 1%; }
