/* Author: Matt Fielding
 *  Written for use with BlueTrip CSS Framework
 *  Achieves cross compatible design in the following tested browsers:
 *	Firefox 3, IE7, Chrome 1, Safari
 *  Design by Stephen Dagley 			*/

 /* Globals */

body {
	padding-top: 100px;
	background-color: #212124;
}

/* Setup */

.top {
	height: 70px;
	width: 682px;
	background: url(../img/logogreen.png) no-repeat top left;
}
.middle {
	height: 198px;
	width: 682px;
}
.bottom {
	height: 60px;
	width: 714px;
}

/* Top area classes */

.tagline {
	float: right;
	margin-top: 15px;
}

/* Menu classes */

.menuitem {
	float: left;
	height: 15px;
	margin-left: 27px;
}
.first {
	margin-left: 24px; /* ((682 - (27*5) - (67+133+95+59+90+54)) / 2)  */
}

/* Bottom area classes */

.linecontainer {
	height: 22px;
	width: 682px;
	margin-bottom: 22px;
}
.line {
	position: relative;
	top: 21px;
	height: 1px;
	width: 100%;
	background-color: #E0DCDC;
}

/* Menu id's */
#basics {
	width: 67px;
	background: url(../img/home_basics_up.png) no-repeat center center;
}
#communities {
	width: 133px;
	background: url(../img/home_communities_up.png) no-repeat center center;
}
#gatherings {
	width: 119px;
	background: url(../img/home_gatherings_up.png) no-repeat center center;
}
#media {
	width: 59px;
	background: url(../img/home_media_up.png) no-repeat center center;
}
#presence {
	width: 99px;
	background: url(../img/home_presence_up.png) no-repeat center center;
}
#news {
	width: 54px;
	background: url(../img/home_news_up.png) no-repeat center center;
}