@import "reset.css";
@import "gli.css";
@import "flow.css";

/*
	GLOBALS
	------------------------------
*/

html {
	background: #fffce5 url('../img/bg-body-gradient.jpg') repeat-x;
	}

body {
	background: #fffce5 url('../img/bg-body-gradient.jpg') repeat-x;
	font: 13px/1.4 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #333;
	}

h1 {
	font-size: 2.5em;
	color: #e10005;
	letter-spacing: -1px;
	}

a {
	text-decoration: none;
	}

p {
	margin: 0 0 1em;
	}

/*
	LAYOUT
	------------------------------
*/

#wrap {
	margin: 0 auto;
	width: 987px;
	}

#header {
	position: relative;
	height: 75px;
	}
	#logo {
		position: absolute;
		top: 25px;
		left: 30px;
		display: block;
		width: 235px;
		height: 131px;
		background: url('../img/sprite-brand.png') no-repeat;
		text-indent: -9999em;
		z-index:100;
		}

/* NAVIGATION */
#nav {
	position: absolute;
	top: 30px;
	left: 285px;
	overflow: hidden;
	padding: 5px 0 0;
	height: 62px;
	line-height: 3;
	}
	#nav li {
		float: left;
		margin: 0 5px;
		}
	#nav a {
		display: block;
		height: 40px;
		width: 113px;
		background: url('../img/sprite-brand.png') no-repeat 0 -150px;
		color: #fff;
		text-align: center;
		text-shadow: #000 1px 1px 1px;
		}
		#nav a.about {
			width: 164px;
			background-position: -138px -150px;
			}
			#nav a.goodeggawards {
				background-position: -310px -150px;
				}
		#nav a.about:hover {
			position: relative;
			background-position: -138px -216px;			
			top: -2px;
			padding: 0 0 2px;
			}
		#nav a:hover {
			position: relative;
			background: url('../img/sprite-brand.png') no-repeat 0 -216px;			
			top: -2px;
			padding: 0 0 2px;
			}
	/* Highlight current tab */
	#nav .current a {
		background-position: 0 -216px;
		line-height: 3em;
		height: 40px;

		}
		#nav .current a.about {
			background-position: -138px -216px;
				}

/* BREADCRUMBS */
#about #breadcrumbs,
#goodegg #breadcrumbs,
#wide #breadcrumbs { margin: 1.5em 0 1.5em 250px;}
#breadcrumbs {
	margin: 1.5em 0 1.5em 220px;
	font-size: 12px;
	}
	#breadcrumbs li {
		display: inline;
		}
	#breadcrumbs a {
		color: #d70005;
		text-decoration: underline;
		}
		#breadcrumbs a:hover {
			color: #d70005;
			text-decoration: none;
			}

/* CONTENT WRAPPER */
#contentWrap {
	background: #fff;
	border: 10px solid #f5c355;
	border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
	width: 956px;
	position:relative;
	}
	/* Inner tubing */
	#contentWrap .inner {
		overflow: hidden;
		padding: 0 30px 30px;
		min-height: 500px;
		border-top-left-radius 15px;
		border-top-right-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		background: url('../img/bg-header.jpg') top left no-repeat;
		}
		#home #contentWrap .inner {
			padding: 0;		
			}
		#sitemap #contentWrap .inner {
			}
		#about #contentWrap .inner {	
			padding: 0 0 50px 0;			
			}
			#goodegg #contentWrap .inner {	
				padding: 0 0 50px 0;			
				}
				#wide #contentWrap .inner {	
					padding: 0 0 50px 0;			
					}
	/* PADDED FOOTER FOR IMAGERY */
	#contentFooter {
		padding: 0 0 100px;
		background: url('../img/border-bottom.jpg') no-repeat left bottom;
		}

/* FOOTER */
#footer {
	overflow: hidden;
	margin: 1em 0 0;
	width: 100%;
	font-size: 12px;
	color: #ac1319;
	text-align: center;
	}
	#footer ul {
		position: relative;
		left: 50%;
		float: left;
		margin: 0 0 1em;
		}
		#footer li {
			position: relative;
			left: -50%;
			float: left;
			padding: 0 0.75em;
			border-right: 1px solid #fff;
			}
			#footer li.noBorder {
				border: 0;
				}
	#footer a {
		color: #ac1319;
		}
		#footer a:hover {
			color: #df171f;
			}
	#footer p {
		clear: both;
		}

/* FIXES */
#about .inner h1 { margin: 60px 0 10px 0;}
#about .inner h1,
#about .inner p {
	width: 380px;
	}
#about .inner div { width: 400px; float: left; padding-left: 40px;}	
#about .inner img { margin: 120px 0 0 20px;}

#goodegg .inner h1 { margin: 60px 0 10px 0;}
/*#goodegg .inner h1,
#goodegg .inner p {
	width: 380px;
	}*/
#goodegg .inner div { width: 530px; float: left; padding-left: 40px;}	
#goodegg .inner img { margin: 30px 0 0 50px;}

#wide .inner h1 { margin: 60px 0 10px 0;}
#wide .inner div { width: 870px; float: left; padding-left: 40px;}

/*
	BRAND INTRO PANEL
	------------------------------
*/

#brandIntro {
	position:relative;
	padding: 150px 0 0 610px;
	height: 400px;
	background: url('../img/bg-intro-panel.jpg') no-repeat;
	}
	#brandIntro h1 {
		margin: 0 0 0.45em;
		line-height: 1;
		color: #f5c355;
		text-align: center;
		font-size: 30px;
		width: 280px;
		font-style: italic;
		}
	#brandIntro p {
	`	font-size: 14px;
		width: 270px;
		margin: 0 0 0.25em;
		line-height: 1.3;
		color: #fff;
		text-align: center;		
		}
		#brandIntro a {
			font-size:20px;
			color: #fff;
			text-decoration:none;
			
		}
		#brandIntro a:hover {
			color: #f5c355;
		}
	a#fbLink {
		font-size:13px;
		display:block;
		position:absolute;
		left:25px;
		top:480px;
		height:33px;
		width:200px;
		background: url('../img/fb_icon.png') left no-repeat;
		padding:12px 0 0 53px;
		text-align:left;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#3B5CA8;
	}
	a#fbLink:hover {text-decoration:underline;}

/*
	BOX MODULES
	------------------------------
*/

.box {
	overflow: hidden;
	padding: 25px;
	background: #fff;
	border: 9px solid #d70005;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	}
	.box h1,
	.box h2 {
		padding: 0 0 0 25px;
		width: 521px;
		height: 64px;
		background: url('../img/sprite-brand.png') no-repeat 0px -379px;
		color: #fff;
		line-height: 55px;
		}
		.box h1 {
			margin: -25px 0 0 -25px;
			}
		.box h2 {
			margin: -26px 0 35px -25px;
			font-size: 1.9em;
			font-weight: normal;
			font-style: italic;
			}

.box2 {
	overflow: hidden;
	padding: 25px;
	background: #fff;
	border: 9px solid #d70005;
	}
	.box2 h1,
	.box2 h2 {
		padding: 0 0 0 25px;
		width: 521px;
		height: 64px;
		background: url('../img/sprite-brand.png') no-repeat 0px -379px;
		color: #fff;
		line-height: 55px;
		}
		.box2 h1 {
			margin: -25px 0 0 -25px;
			}
		.box2 h2 {
			margin: -26px 0 35px -25px;
			font-size: 1.9em;
			font-weight: normal;
			font-style: italic;
			}


/*
	RANGE MODULES
	------------------------------
*/

/* RANGE INTRO */
#rangeIntro {
	padding: 20px 450px 0 0;
	margin: 10px 0 0;
	height: 240px;
	background: url('../img/range.jpg') no-repeat right top;
	border-bottom: 2px solid #D70005;
	}

/* HOMEPAGE BOX */
#rangeSmall {
	float: left;
	margin: 0 40px 0 25px;
	width: 470px;
	}
	#rangeSmall ul {
		margin: -1em 0 0;
		font-size: 12px;
		}
		#rangeSmall ul li {
			overflow: hidden;
			clear: left;
			padding: 0 0 0 125px;
			margin: 0 0 1.75em;
			}
		#rangeSmall ul img {
			float: left;
			margin: 0 20px 0 -125px;
			}
	#rangeSmall .productTitle {
		font-size: 1.667em;
		font-weight: bold;
		color: #e10509;
		}
	#rangeSmall .btn {
		float: right;
		}

/* FULL RANGE BOX */
#rangeLarge { 
		margin-top: 80px;
		width: 822px;
	}
	#rangeLarge h1 { background:url(../img/range-header.png) no-repeat 0 -8px; width: 874px; height: 66px; font-style: italic;}
	#rangeLarge ul {
		margin: 2em auto 0;
		width: 810px;
		font-size: 12px;
		}
		#rangeLarge ul li {
			overflow: hidden;
			float: left;
			padding: 0 10px 0 180px;
			width: 200px;
			}
			#rangeLarge ul li.row {
				clear: left;
				}
		#rangeLarge ul img {
			float: left;
			margin: 0 0 0 -180px;
			}
			#rangeLarge ul li.row {
      				clear: left;
      				}
      
	#rangeLarge .productTitle {
		display: block;
		margin: 0 0 0.35em -180px;
		font-size: 2em;
		font-weight: bold;
		color: #b71414;
		}

/*
	RANGE CAROUSEL
	------------------------------
*/

#rangeCarousel {
	margin: 80px auto 25px;
	width: 822px;
	}
	#rangeCarousel h1 { background:url(../img/range-header.png) no-repeat 0 -8px; width: 874px; height: 66px; font-style: italic;}
	#rangeCarousel h2 {
		padding: 0;
		margin: 0;
		height: auto;
		color: #e10005;
		background: none;
		font-size: 2em;
		font-weight: bold;
		line-height: 2em;
		}
	#rangeCarousel h3 {
		margin: 0.5em 0;
		font-size: 2em;
		color: #e10005;
		}

#rangeSliderOuter {
	width: 832px;
	background: url('../img/bg-carousel.jpg') no-repeat;
	border-bottom: 2px solid #D70005;
	}

.btnPrev, .btnNext {
	background: url('../img/sprite-carousel-btns.png') 0 0 no-repeat;
	}
	.btnNext {
		background-position: 0 -70px;
		}

/* RANGE INFO */
#rangeInfo {
	overflow: hidden;
	padding: 0 10px;
	background: #fff;
	}
	#rangeInfo h4 {
		padding: 0 0 0 10px;
		height: 40px;
		background: #e10005;
		font-size: 20px;
		color: #fff;
		line-height: 40px;
		}
	#rangeInfoLeft, #rangeInfoRight {
		width: 48%;
		float: left;
		}
	#rangeInfoRight {
		float: right;
		}
	#rangeInfoRight p { 
		margin-top: 5px;
		}		
	#rangeInfo table {
		width: 100%;
		}
		#rangeInfo table h4 {
			background: none;
			text-align: left;
			}
		#rangeInfo table .tblHead {
			background: #e10005;
			color: #fff;
			}
		#rangeInfo table th {
			vertical-align: middle;
			}
		#rangeInfo table td {
			padding: 2px 10px;
			}
		#rangeInfo table .alt {
			background: #f9ced3;
			}

/*
	SITE MAP
	------------------------------
*/
#sitemap h1 { margin-top: 80px;}
#sitemap .inner ol {
	margin: 2em 0 0 2em;
	}
	#sitemap .inner ol ul {
		margin: 0 0 0 2em;
		}
	#sitemap .inner ol a {
		color: #333;
		}

#sitemap .inner li {
	margin: 0.5em 0;
	}

/*
	BUTTONS
	------------------------------
*/

.btn {
	display: block;
	padding: 0 5px 5px 0; /* Padding for hover shadow - fixes issues with positioned buttons */
	background: url('../img/sprite-brand.png') no-repeat 0 -362px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	text-shadow: #000 1px 1px 1px;
	}
	.btn:hover {
		position: relative;
		top: -1px;
		left: -1px;
		}
	.btn:active {
		top: 0;
		left: 0;
		}

.btnSmall {
	width: 101px;
	height: 25px;
	line-height: 25px;
	background: url('../img/sprite-brand.png') no-repeat -157px -285px;
	}
	.btnSmall:hover {
		background: url('../img/sprite-brand.png') no-repeat -157px -323px;
		}

.btnMed {
	width: 129px;
	height: 32px;
	background-position: 0 -285px;
	line-height: 32px;
	}
	.btnMed:hover {
		background-position: 0px -323px;
		}

/*
	MISC
	------------------------------
*/

#goodeggrosette {
	width:204px;
	height:208px;
	background:url(../img/good_egg_rosette.png) no-repeat;
	position:absolute;
	top:360px;
	left:790px;
	z-index:100;
}
#goodeggrosette a {
	width:204px;
	height:208px;
	display:block;
}
#goodeggrosette a span {
	display:none;
}
#goodegg #goodeggform {
	margin:20px 40px;
	padding:0;
	width:870px;
}
#goodegg #goodeggform fieldset {
	width:410px;
	float:left;
	margin:0 12px;
}
#goodegg #goodeggform label {
	display:inline-block;
	margin:5px 0;
	font-size:14px;
	font-weight:bold;
}
#goodegg #goodeggform input {
	margin:0 0 10px 0;
	width:200px;
	border:1px solid #333;
	padding:3px;
	font-size:14px;
}
#goodegg #goodeggform select {
	margin:0 0 10px 0;
	width:208px;
	border:1px solid #333;
	padding:3px;
	font-size:14px;
}
#goodegg #goodeggform textarea {
	margin:0 0 10px 0;
	width:400px;
	height:142px;
	border:1px solid #333;
	padding:3px;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:14px;
}
#goodegg #goodeggform input.autowidth {
	width:auto;
	margin:0;
}
#goodegg #goodeggform label.error {
	font-size:11px;
	color:#f00;
	margin:0 3px;
	font-weight:normal;
}
#goodegg #goodeggform label.smaller {
	font-size:11px;
	color:#333;
	font-weight:normal;
}
#goodegg #goodeggform input#goodeggsubmit {
	background:#a0c04e;
	border:2px solid #024c2c;
	color:#024c2c;
	font-size:18px;
	margin:10px 0;
}
#goodegg #goodeggprize {
	clear:both;
	margin:0 0 30px 0;
	font-size:12px;
	border:1px solid #F5E200;
	background:#FFFCE5;
	padding:10px 20px;
	width:820px;
}
#goodegg #goodeggprize h2 {
	font-size:20px;
	margin:0 0 10px 0;
}
#goodegg #goodeggprize small {
	font-size:10px;
}

.right {
	text-align: right;
	}

.small {
	font-size: 11px;
	}

.clearBoth { clear: both;}	
