/* --- RE/MAX BRAVO Global Styles --- */

@import 'reset.css';

html {
	background: #efefef url('../img/topframe_bg.png') repeat-x;
	font: normal 62.5%/1 "Trebuchet MS","Verdana",sans-serif;
	color: #555555;
    overflow: hidden;
    text-align: center;
}

body {
    width: 927px;
    margin: 0 auto;
    text-align: left;
}

a, a:visited {
	color: #2d4492;
	text-decoration: none;
}

a:hover { color: #97001f; }

h1 {
	text-indent: -9000px;
	background: transparent url('../img/frames_remaxlogo.png') no-repeat left top;
	width: 181px;
	height: 40px;
	float: left;
}

ul {
    float: right;
    padding: 0;
    margin: 6px 5px 0 0;
}

ul li {
    float: left;
}

ul li a, ul li a:visited {
    display: block;
    height: 26px;
    text-indent: -9000px;
}

#return {
    width: 132px;
    background: transparent url('/img/return_to_bravo.png') no-repeat top left;
}

#contact {
    width: 136px;
    background: transparent url('/img/contact_an_agent_frame.png') no-repeat top left;
}

#help {
    width:  68px;
    background: transparent url('/img/frames_help.png') no-repeat top left;
    display: none;
}

#homes {
    width: 216px;
    background: transparent url('/img/seeHomes_frames.png') no-repeat top left;
}

