html, body
{
	position: relative;
    width: 100%;
    height: 100%;
    margin: 0px; 
    border: 0px;
    padding: 0px; 
    background-color: #ffffff;
    /*background-color: #f8f8f6;*/
    font-family: Verdana, Arial; color: #57525a; font-size:14px;
}

div#hp_container
{
	position: relative;
    left: 50%; top: 10px;
    margin-left: -465px;
    width: 850px;
    height: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/background_top.png) no-repeat;
}

div#hp_container_inner
{
    position: absolute;
    top: 170px; left: 200px;
    width: 600px;
    padding: 20px;
    overflow: visible;
}

img#background_head
{
    position: absolute;
    top: 0px; left: 0px;
}

img#logo
{
    position: relative;
    float: left;
}

div#hp_main_menu
{
    position: relative;
    float: right;
    width: 300px; height: 100px;
}

	div#hp_main_menu a
	{
	    position: relative;
	    top: 1px;
	    width: 300px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 5px;
		margin: 0px;
		font-size: 10px;
		text-align: right;
		display: block;
		font-weight: bold;
	}

    div#hp_main_menu a:link {color: #57525a; text-decoration: none}      
    div#hp_main_menu a:visited {color: #57525a; text-decoration: none}       
    div#hp_main_menu a:hover {color: #ffffff; background-color: #57525a; text-decoration: none}       
    div#hp_main_menu a:active {color: #ffffff; background-color: #57525a; text-decoration: none}


div#hp_main_text_container
{
    position: relative;
    float: left;
    margin-left: -25px; top: 0px;
    width: 100%; height: 460px;
    padding: 15px 0px 0px 25px;
    background: url(../images/background_left.png) top left;
}

    div#hp_main_text_container div
    {
        position: relative;
        display: none;
    } 
        div#hp_main_text_container h2
        {
            margin: 25px 0px 35px 0px;
        }

        div#hp_main_text_container div#main_text_1 p
        {
        }   

        div#hp_main_text_container div#main_text_3 p
        {
        }   

        div#hp_main_text_container div#main_text_4 a
        {
            width: 100%;
            text-align: right;
            display: block;
        }   
        
        img.sale_image
        {
           margin: 35px 0px 0px 10px;
           border: 1px solid #ffffff;
        }

    div#hp_main_text_container p
    {
        position: relative;
        line-height: 22px;
        text-align: justify;
    }           

div#hp_row4_block1
{
    position: absolute;
    left: 0px;
    top: 538px;
    width: 110px;
    height: 122px;
    background: #929a5f;
}

div#admin_bar
{
	position: relative;
	float: left;
    width: 600px; height: 20px;
    top: 0px;
    margin-left: -25px; 
    padding: 5px;
    font-family: Verdana, Arial, Helvetica; font-size:10px;
    background: url(../images/background_bottom.png) top left;
}

	div#admin_bar p
	{
		font-size: 10px;
		color: #2e3740;
	    padding: 0px 0px 0px 20px;
	    margin: 0px;
	    text-align: left;
	}
	
    div#admin_bar a:link {color: #2e3740; text-decoration: none}      
    div#admin_bar a:visited {color: #2e3740; text-decoration: none}       
    div#admin_bar a:hover {color: #2e3740; text-decoration: none}        
    div#admin_bar a:active {color: #2e3740; text-decoration: none}

div#content
    {
    position: absolute; 
    top: 0px; 
    left: 180px; 
    width: 400px; 
    height: 400px;
    z-index: 1; 
    overflow: hidden; 
    visibility: hidden;
    }

div#content_inner
    {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 400px; 
    height: auto;
    overflow: visible;
    }
    
img.pre_gallery_thumbnail
    {
        margin: 5px;
        border: 1px solid #404040;
    }

div#gallery_container
{
    position: absolute;
    top: 100px; left: 50%;
    width: 720px; height: auto;
    margin-left: -365px;
    padding: 5px;
    background-color: #ffffff;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    float: left;
}

div.gallery
    {
    position: relative; 
    margin-top: 10px;
    width: 730px; height: 90px;
    z-index: 1; 
    overflow: hidden;
    display: none;
    }

div.gallery_inner
    {
    float: left;
    position: relative; 
    top: 0px; left: 0px;
    height: 90px;
    overflow: visible;
    }

div#main_image
	{
	position:relative;
	top:0px; left:50%;
	margin: 10px 0px 0px -165px;
	width: 380px !important; height: 500px;
	}
	
    div#main_image img
    {
        position: relative;
        width: auto; height: auto;
        display: none;
        border: 1px solid #404040;
    }

.gallery_thumbnail
    {
    float: left;
    width: 60px;
    height: 80px;
    border: 1px solid #404040;
    }
    
p#main_image_title
{
    text-align: center;
}

div#greyout
{
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    background-color: #393939;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
}

div#scroll_box
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
    background-color: #585858;
    border: 2px solid #ffffff;
}

div#scroll_bar
{

    position: relative;
    margin: 10px 0px 0px 5px;
    height: 12px; width: 708px;
    background-color: #ffffff;
    border: 1px solid #585858;
	visibility: hidden;
	float: left;
}

.gallery a
{
    position: relative;
    float: left;
    margin: 5px;
}

p.bold_text
{
    font-weight: bold;
}

p.indent
{
    left: 50px;
}

a
{
    font-family: Georgia, Verdana, Arial, Helvetica;
}

    a:link {color: #57525a; text-decoration: underline}      
    a:visited {color: #57525a; text-decoration: underline}       
    a:hover {color: #57525a; text-decoration: underline}        
    a:active {color: #57525a; text-decoration: underline}

.highlight
{
    background-color: #57525a;
    color: #ffffff !important;
}

p.close
	{
	position:absolute;
	width:80px; height:15px;
	top:-2px;
	right:10px;
	}

em.horse
	{
	position: relative;
	font-size: 16px !important;
	margin: 0px 0px 5px 0px;
	display: block;
	font-weight: bold;
	}
	
.top_margin
{
	position: relative;
    top: 10px;
}

img.close_popup
{
    border: 0px; margin: 0px; padding: 0px;
    float: right;
}

p#links a
{
	position: relative;
    width: auto !important; height: auto !important;
    text-align: left !important;
    display: inline !important;
}
