/* 
	CSS Document
	Author:		Jeffrey Barke
	Title:		Stellar Concierge homepage screen styles
	Version:	28 January 2008
	License:	This style sheet and all imported style sheets are licensed
				under a Creative Commons Attribution-ShareAlike 3.0 License.

	http://creativecommons.org/licenses/by-sa/3.0/us/

	Licensor contact: jeffrey.barke@themechanism.com
*/

/* page body
----------------------------------------------- */
.home #pageBody {
	background: #7e2265 url(../images-new/backgrounds/pageBody.png) bottom left repeat-x;
}
.home #heroSpace {
	background: #000 url(../images-new/backgrounds/heroSpace.png) top left no-repeat;
	height: 161px;
	width: 1024px
}
.home #col1 {
	width: 619px;
}
.home #col1 h1 {
	background: transparent url(../images-new/backgrounds/col1h1.png) bottom left repeat-x;
	color: #fff;
	font: 100% bold CachetBold, Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;
	margin: 1px 1px 1em 1px;
	padding-left: 22px;
	text-transform: uppercase;
}
.home #col2 {
	width: 405px;
}
.home #col2 h2 {
	background: transparent url(../images-new/backgrounds/col2h2.png) bottom left repeat-x;
	color: #cc104a;
	font: 100% bold CachetBold, Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;
	margin: 1px 1px 1em 1px;
	padding-left: 22px;
	text-transform: uppercase;
}
.home #col2 p {
	color: #3a1531;
	font: 95% normal Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding: 0 29px 0 22px;
}