/**
 * @author 	  Neal Stammers - V22 IT Solutions
 * @copyright 2008
 */

/* RESET BASIC ELEMENTS */
body, p, h1, h2, h3, h4, h5, h6, form, fieldset, ul, li, ol {
    margin: 0;
    padding: 0;
}

/* GENERAL ELEMENTS */
.hide {
    display: none;
}

.inner {
    padding: 20px;
}

p {
    line-height: 1.5em;
    margin-bottom: 10px;
}

a {
    color: #2d0000;
}

h3 {
    font-size: 1em;
    color: #2d0000;
    margin-top: 5px;
}

li {
    margin-left: 30px;
    margin-bottom: 10px;
}

/* FORM ELEMENTS */
div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  padding-right: 5px;
}

/* CONTAINER ELEMENTS */

body {
    background: #610101 url(/images/bg_body.gif) repeat-x top center;
    font-family: "trebuchet MS", arial;
    font-size: 1em;
    padding-bottom: 20px;
}

#container {
    width: 850px;
    margin: 0 auto;
    background: #e8e7ca;
}

#skipToContent {
    float: left;
    background: #e8e7ca;
    font-size: 0.9em;
}

#header {
    border-top: 22px solid #f4f3da;
    height: 158px;
    position: relative;
    background: #700000;
}

#header h1 a
{
    background: url(/images/logo.gif) no-repeat top left;
    width: 222px;
    height: 44px;
    text-decoration: none;
    display: block;
    margin: 55px 0px 0px 15px;
}

#header h2 {
    background: url(/images/tag_line.gif) no-repeat top left;
    width: 276px;
    height: 66px;
    text-decoration: none;
    display: block;
    margin: 0px 0px 20px 15px;
    position: absolute;
    top: 40px;
    right: 5px;
}

#graphic {
    position: relative;
    height: 223px;
    border: 7px solid #f4f3da;
    border-bottom: none;
}

#graphic .tel {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    color: #000;
    font-weight: bold;
    font-size: 0.85em;
    background-color: #efeed3;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
}

#graphic div {
    height: 223px;
}

#graphic .home {
    background: url(/images/head_dining.jpg) no-repeat top center;
}

#graphic .contact {
    background: url(/images/head_flower.jpg) no-repeat top center;
}

#graphic .prices {
    background: url(/images/head_bed.jpg) no-repeat top center;
}

#graphic .out_and_about {
    background: url(/images/head_beach.jpg) no-repeat top center;
}

/* HOR NAV */
#hnav {
    text-align: right;
    background: #f4f3da;
    padding: 0.5em 0em;
    border-bottom: 3px solid #dad9be;
}

#hnav ul li {
    display: inline;
    margin: 0px 25px;
}

#hnav a {
    color: #5e3d34;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0em 0.1em 0.7em 0.1em;
    border-bottom: 3px solid #dad9be;
}

#hnav a.navon {
    border-bottom: 3px solid #bab9a9;
}

#hnav a:hover {
    border-bottom: 3px solid #5e3d34;
}

/* H2 ELEMENTS */
h2 {
    width: 385px;
    height: 25px;
    margin-bottom: 10px;
    background-image: url(/images/h2.gif); 
    background-repeat: no-repeat;     
}

h2 span {
    display: none;
}

h2.home {
    background-position: 0px -0px;
}

h2.out_and_about {
    background-position: 0px -25px;
}

h2.links {
    background-position: 0px -50px;
}

h2.prices {
    background-position: 0px -75px;
}

h2.contact {
    background-position: 0px -100px;
}

h2.directions {
    background-position: 0px -125px;
}

h2.booking {
    background-position: 0px -150px;
}

/* ALPHA COL */
#colAlpha {
    width: 425px;
    float: left;
}

/* BETA COL */
#colBeta {
    width: 420px;
    float: right;
}

/* BODY IMAGES */
.body_img {
    width: 373px;
    font-size: 0.75em;
    background-color: #f4f3da;
    display: block;
    padding: 6px;
    text-align: center;
    margin: 30px 0px;
}

/* FOOTER */
#footer {
    color: #8a8979;
    background-color: #f4f3da;
    padding: 1em 0em;
    line-height: 2em;
    text-align: center;
    font-size: 0.75em;
    float: none;
    clear: both;
    width: 850px;
}

#footer img {
    vertical-align: middle;
}

#footer a {
    color: #8a8979;
}

