/* Homepage stylesheet for BRILLIANTechnologies LLC
 * URL: http://www.brilliantec.com/
 * CSS: brillian-home-style.css
 */

#header {
	height: 150px;
	padding-top: 30px;
}

#header #logo {
	position: relative;
}

#header #slogan {
	top: 80px;
	width: 529px;
	height: 32px;
	background: url('/images/slogan-large.png') no-repeat;
}

#header #navigation {
	left: 111px;
	font-size: 14px;
}

#banner {
	margin-bottom: 25px;
}

#banner div {
	float: left;
	margin-right: 10px;
	height: 269px;
	background-color: #c85322;
}

#banner #bannerOrange {
	width: 114px;
}

#banner #bannerimgSalmon {
	width: 211px;
	background: url('/images/banner-img-salmon.png') no-repeat;
}

#banner #bannerimgKitchen {
	width: 590px;
	margin-right: 0;
	background: url('/images/banner-img-kitchen.png') no-repeat;
}

#homeBlurb {
	position: relative;
	clear: both;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 775px;
	text-align: center;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 17px;
	color: #c85322;
	line-height: 18px;
}

a.grayBox {
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 295px;
	height: 89px;
	color: black;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 89px;
	background-color: #ddd8c2;
}

a.grayBox:hover {
	background-color: #E8E2CB;
}

#gb-operations {
	margin-right: 0;
}
