﻿body 
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #3A3A3A;
    background-color: #EC6010;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #3A3A3A;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h2 
{
    font-size: 1.2em;
    color: #3D3D3D;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 500;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin: 10px 0px;
}

#upper_header
{
    background: url('../images/orange_sun.png');
    width: 955px;
    height: 125px;
    margin: 0px auto;
}

div#container
{
    width: 950px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

div#menu_container
{
    float:left;
    margin-top: 8px;
    
}

#navigation ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 30px;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
    margin: 3px auto;
}

#navigation li a
{
	display: block;
	font-weight: 500;
	float: left;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.1em;
	vertical-align: middle;
	text-shadow: 1px 2px 3px #EAC9B6;
}

#navigation li a:hover 
{ 
    border-bottom: 2px solid #EAC9B6;
    text-shadow: none;
}

.clear
{
    clear: both;
}

div#header_gallery
{
    width: 950px;
    height: 300px;
}

.gallery_frame
{
    position: relative;
    top: 220px;
    left: 500px;
    display: inline;
    width: 60px;
    height: 20px;
    cursor: pointer;
}

#gallery_pics ul
{
    margin: 0px;
    padding: 0px;
}

#gallery_pics ul li
{
    list-style-type: none;
    display: inline;
}

div#content_container
{
    float: left;
    padding: 0px 15px;
    background-color: #FFFFFF;
    height: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 0 20px #F9CABD;
}

div#content_text_short
{
    float:left;
    width: 670px;
}

div#content_text_extra_short
{
    float:left;
    width: 604px;
}

div#content_pics
{
    float:right;
    width: 310px;
    margin: 15px 3px;
}

div#price_container
{
    width: 220px;
    height: 145px;
    padding-left: 10px;
    padding-right: 10px;
    color: #494949;
    font-weight: 300;
    border: 1px solid gray;
    margin-left: 5px;
    box-shadow: 0 0 5px #888;
    float: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.logo
{
    font-family: 'Mystery Quest', cursive; 
    font-size: 60px; 
    color:#FFFFFF;
    position: relative;
    top: 15px;
    left: 40px;
}

.contact_container
{
    width: 220px;
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
    color: #494949;
    font-weight: 300;
    border: 1px solid gray;
    box-shadow: 0 0 5px #888;
    border-radius: 8px;
    -moz-border-radius: 8px;
    float: left;
    margin-left: 5px;
    margin-bottom: 13px;
}

img.small_pic
{
	width: 250px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 3px 3px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 5px #888;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

img.small_pic2
{
	width: 520px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 3px 3px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 5px #888;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

hr
{
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
}

div.center_box
{
    margin: 10px auto;
    width: 300px;
}

.list_item_text
{
    width:350px;
    float:left;
    margin-left: 20px;
}

.list_item_img
{
    width: 219px;
    float: left;
}

.list_item_home_page
{    
    height: 200px;
}

.item_container_home_page
{
    width: 670px;
    float: left;
}

hr.item_delimiter
{
    border-bottom-color: #EBC6FF;
}

.google_map_box
{
    margin-right: 10px;
    margin-top: 20px;
    padding: 5px 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 5px #888;
    font-size: small;
    float: left;
}

.note
{
    color: #494949;
    font-weight: 300;
    height: 245px;
    width: 250px;
    float: left;
    background: url('../images/note2.png') no-repeat right top;
}

.note div
{
    padding-top: 20px;
    padding-left: 20px;
	color: #494949;
    font-weight: 300;
    height: 245px;
    width: 250px;
    float: left;
    background: url('../images/note2.png') no-repeat right top;
}