/*
Design 7
----------------------------------------------------------------
	COLOR VARIABLES
----------------------------------------------------------------
	#1B2636 - background_color (#78A5D1)
	#47638D - accent_color (#336699)
	#FFFFFF - $menu_text_color (#ffffff)
	#FFFFFF - contact_text_color
	#FFFFFF - home_footer_text_color (#736152)
	#47638D - left_column_color
	design7 - themename

*/

/*
----------------------------------------------------------------
	GLOBAL IMPORT RULES
---------------------------------------------------------------- */
@import url("/themes/globalcss/premium-one.css");

/*
----------------------------------------------------------------
	STATIC BACKGROUND COLOR OVERRIDE
	Here you can override the color picker and choose a static
	background color or image.
---------------------------------------------------------------- */

/*--body {
	background-color:#000;
	background-image: url("/themes/globalimages/premium-one/layout/bg.png");
	background-repeat:no-repeat;
	background-position: 50% 0;
}--*/

/*
----------------------------------------------------------------
	CUSTOM TEMPLATE RULES
---------------------------------------------------------------- */
#container-homepage {
	width:960px;
	margin: 0 auto;
	position:relative;
	background:#fff;
}


.homepage #logo {
	width:960px;
	height:250px;
	display:block;
	padding-bottom:136px;
	margin-bottom:10px;
	text-indent:-9999em;
	background:transparent url("/siteimages/header-lg.jpg") no-repeat; /*add back in before uploading*/
	/*-- background:#336699 url("/themes/design7/images/homepage/main-image.jpg") 0 0 no-repeat; --*/
}

.homepage #nav-full {
	position:absolute;
	top:250px;
	margin-bottom:10px;
}

#wrapper-homepage {
	width:960px;
	min-height:500px;
	float:left;
	background-color:#fff;
}

#content-homepage {
	width:688px;
	float:left;
	padding:38px 10px;
	position:relative;
}

body.homepage #content-homepage {
	width:940px;
	padding-bottom:0;
}

#contentTop-homepage h1 {
	font-size:1.1em;
	color:#B40200;
	padding-left:18px;
	margin: 7px 0 5px 5px;
	width:500px;
	color:#999;
	position:absolute;
	top:0;
	left:0;
	background: transparent url("/themes/globalimages/premium-one/layout/paper.gif") no-repeat;
}

#contentTop-homepage h1 a
{
	text-decoration:none;
	color:#999;
}

.homepage #propertyslideshow {
	right:10px;
}

/*-- banner --*/
#banner1 {
	background:#000;
	position:absolute;
	top:282px;
	left:0;
}

/*-- promos --*/
#promos {
	position:absolute;
	top:80px;
	left:25px;
}

#promos li {
	width:125px;
	height:125px;
	float:left;
	margin-right:10px;
	border:2px solid #222;
}
