body {
    background: #EAE9D8;
    
    font-family: Arial;
    font-size: 9pt;
}


h1 {
    color: #fff;
    font-size: 10pt;
}

h1.portfolio {
    color: #7A8173;
    font-weight: normal;
}

span.portfolio {
    color: #fff;
}

span.quote_title {
    color: #7A8173;
    font-size: 8pt;
}

span.quote_company {
    color: #7A8173;
    font-size: 8pt;
}

img {
    padding: 0px;
    margin: 0px;
}

div {
    padding: 0px;
    margin: 0px;
}

a {
    color: #ffffff;
}

a :visited {
    color: #ffffff;
}

div#links a {
    color: #B1AE93;
    text-decoration: none;
}

div#links a :visited {
    color: #B1AE93;
    text-decoration: none;
}

a img {
    border: 0px;
}

span.webpage {
    color: #fff;
}

/* Page menus */
div#top_menu {
    width: 383px;
    height: 57px;
}

div.top_menu_button {
    width: 191px;
    height: 28px;
    float: left;
}

a.top_menu_button {
    width: 191px;
    height: 27px;    
    display: block;
}

a.top_menu_button img {
    border: 0px;
    
    width: 190px;
    height: 27px;
    
    visibility: visible;
}

* html a.top_menu_button:hover {
    visibility: visible;
}

a.top_menu_button:hover img {
    visibility: hidden;
}

div#bottom_menu_pad {
    width: 903px;
    height: 48px;
}

div#bottom_menu {
    width: 381px;
    height: 24px;
}

div.bottom_menu_button {
    width: 127px;
    height: 24px;
    
    float: left;
}

a.bottom_menu_button {
    width: 127px;
    height: 24px;
    
    display: block;
}

a.bottom_menu_button img {
    border: 0px;
    
    visibility: visible;
}

* html a.bottom_menu_button:hover {
    visibility: visible;
}

a.bottom_menu_button:hover img {
    visibility: hidden;
}

div#page_links {
    position: relative;
    left: 16px;
    background: no-repeat url(/public/images/button_page_on.png);
    width: 162px;
    height: 17px;
}

div.page_link_button {
    width: 27px;
    height: 17px;
    
    float: left;
}

a.page_link_button {
    width: 27px;
    height: 17px;
    
    display: block;
}

a.page_link_button img {
    border: 0px;
    
    visibility: visible;
}

* html a.page_link_button:hover {
    visibility: visible;
}

a.page_link_button:hover img {
    visibility: hidden;
}

/* Page centering */

/* styles for IE 5 Mac */
div#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
	
	margin: 0px;
}
 
/* following rules are invisible to IE 5 \*/
div#horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -251px;
   text-align: center;
   min-width: 903px; 
}
 /* end IE 5 hack */

div#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 903px;
	height: 502px;
	margin: 0px auto;
}

/* Main container */

div#content {
    width: 903px;
    height: 502px;
    
    margin: 0px;
    
    background: #fff;
}

/* Master layout */

div#top {
    width: 903px;
    height: 126px;
    
    float: left;
}

div#top_left {
    width: 608px;
    height: 126px;
    
    float: left;
    
    background: url(/public/images/top_left.png);
}

div#top_right {
    width: 295px;
    height: 126px;
    
    float: left;
    
    background: url(/public/images/top_right.png);
}

div#right_portrait {
    width: 298px;
    height: 304px;
    
    float: left;
}

div#left_portrait {
    width: 605px;
    height: 304px;
    
    float: left;
    
    background: #B1AE93;
}

img#spinner_portrait {
    position: relative;
    top: 144px;
    left: 141px;
}

div#right_square {
    width: 523px;
    height: 304px;
    
    float: left;
}

div#left_square {
    width: 380px;
    height: 304px;
    
    float: left;
    
    background: #B1AE93;
}

img#spinner_square {
    position: relative;
    top: 144px;
    left: 253px;
}

div#right_panoramic {
    width: 713px;
    height: 304px;
    
    float: left;
}

div#left_panoramic {
    width: 190px;
    height: 304px;
    
    float: left;
    
    background: #B1AE93;
}

img#spinner_panoramic {
    position: relative;
    top: 144px;
    left: 348px;
}

div#left_text_container {
    padding-left: 17px;
    padding-right: 14px;
    padding-top: 8px;
}

div#left_text_container span.webpage p {
    margin-bottom: 0px;
    margin-top: 1em;
}

div#left_text_container.portfolio {
    height: 257px;
}

div#bottom {
    width: 903px;
    height: 72px;
    
    float: left;
    
    background: url(/public/images/bottom.png);
}

div#links_container {
    height:  45px;
    width: 903px;
    float:  left;
    background: #EAE9D8;
}

div#links {
    color: #B1AE93;
    font-size:  9px;
    padding-top:  40px;
    background: #EAE9D8;
}

div#tel_message {
	float: left;
	width: 578px;
	height: 68px;
}
