/* FRONT PAGE */


/* Header */

div#stripe-1 {
	border-bottom: 1px solid #fff;
	background: url(../images/layout/bg-crowd.jpg) bottom center no-repeat;
}

div#stripe-1 .content {
	position: relative;
	height: 354px;
}

img#logo-header {
	position: absolute;
	top: 30px;
	left: 15px;
}

img#slogan {
	position: absolute;
	bottom: 0px;
	left: 105px;
}



/* Spots */

div#stripe-2 {
	background: #95769e url(../images/layout/bg-stripe-2.gif) repeat-x bottom center;
}

div#stripe-2 .wrapper {
	background: url(../images/layout/bg-spots.gif) no-repeat bottom center;
	overflow: auto;
	color: #f2e6f6;
}

div#stripe-2 h1,
div#stripe-2 a {
	color: #f2e6f6;
}

div#stripe-2 h1 a {
	text-decoration: none;
}	

div#stripe-2 h1 a:hover,
div#stripe-2 a:hover {
	color: #c7b6cc;
}

div#stripe-2 .content {
	padding: 0;
}

div.spot {
	float: left;
	width: 273px;
	padding: 30px;
	background: url(../images/layout/bg-spot-separator.gif) top left repeat-y;
	min-height: 210px;
}

div#stripe-2 div.first {
	background: none;
}


/* Contact */

div#stripe-3 {
	background: #575757 url(../images/layout/bg-stripe-3.gif) repeat-x top center;
}

div#stripe-3 .wrapper {
	overflow: auto;
	background: url(../images/layout/bg-contact.gif) no-repeat top center;
	color: #d8d8d8;
}

div#stripe-3 .content-left {
	width: 440px;
	padding: 30px;
	float: left;
	min-height: 343px;
}

div#stripe-3 .content-right {
	width: 440px;
	padding: 30px;
	background: url(../images/layout/bg-contact-separator.gif) top left repeat-y;
	float: left;
	min-height: 343px;
}

div#stripe-3  h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
}

img#phone-icon {
	margin-right: 10px;
}

span.phone {
	font-size: 2.3em;
}

/* About us */

div#stripe-4 {
	background: #fff url(../images/layout/bg-stripe-4.gif) repeat-x top center;
}

div#stripe-4 .wrapper {
	overflow: auto;
	background: url(../images/layout/bg-about.gif) no-repeat top center;
}

div#stripe-4 div.content-left,
div#stripe-4 div.content-right {
	width: 440px;
	padding: 30px;
	float: left;
	min-height: 343px;
}

div#stripe-4 div.content-right {
	padding-top: 75px;
}
