@import "reset.css";
@import "gli.css";
@import "flow.css";

/*
	GLOBALS
	------------------------------
*/

html {
	/*background: #3c861a url('../img/bg-body-gradient.gif') repeat-x;*/
	}

body {
	/*background: url('../img/bg-body.jpg') no-repeat center top;*/
	background: url('../img/bg-body.png') #007c2f no-repeat center top;
	font: 13px/1.4 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #333;
	min-height: 1050px;
	}

h1 {
	font-size: 2.5em;
	color: #005896;
	letter-spacing: -1px;
	}

a {
	text-decoration: none;
	}

p {
	margin: 0 0 1em;
	}

/*
	LAYOUT
	------------------------------
*/

#wrap {
	margin: 0 auto;
	width: 965px;
	}

#header {
	position: relative;
	height: 75px;
	}
	#logo {
		position: absolute;
		top: 15px;
		left: -30px;
		display: block;
		width: 220px;
		height: 183px;
		background: url('../img/sprite-brand.png') no-repeat;
		text-indent: -9999em;
		}

/* NAVIGATION */
#nav {
	position: absolute;
	top: 35px;
	left: 136px;
	overflow: hidden;
	padding: 5px 0 0;
	height: 35px;
	line-height: 2;
	}
	#nav li {
		float: left;
		margin: 0 5px;
		}
	#nav a {
		display: block;
		height: 35px;
		width: 100px;
		background: url('../img/sprite-brand.png') no-repeat 0 -282px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		}
		#nav a.about {
			width: 150px;
			background-position: -110px -282px;
		}
		#nav a.ambrosia-of-old {
			width: 150px;
			background-position: -110px -282px;
			}
		#nav a.ambrosia-on-tv {
			width: 150px;
			background-position: -110px -282px;
			}
		#nav a:hover {
			position: relative;
			top: -2px;
			padding: 0 0 2px;
			}
	/* HIGHLIGHT CURRENT TAB */
	#nav .current a {
		background-position: 0 -332px;
		color: #00529b;
		}
		#nav .current a.about {
			background-position: -110px -332px;
			}
			#nav .current a.ambrosia-of-old { 
				background-position: -110px -332px;
				}
				#nav .current a.ambrosia-on-tv { 
					background-position: -110px -332px;
					}

/* BREADCRUMBS */
#breadcrumbs {
	margin: 1.5em 0 1.5em 160px;
	font-size: 12px;
	}
	#breadcrumbs li {
		display: inline;
		}
	#breadcrumbs a {
		color: #0068a4;
		text-decoration: underline;
		}
		#breadcrumbs a:hover {
			color: #003f64;
			}

/* CONTENT WRAPPER */
#contentWrap {
	padding: 10px;
	background: #00529b;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	}
	/* INNER TUBE */
	#contentWrap .inner {
		overflow: hidden;
		padding: 0 30px 30px;
		min-height: 500px;
		background: #feeab1 url(../img/bg-inner.jpg) no-repeat;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		}
		#home #contentWrap .inner {
			padding: 0 0 30px;
			}
		#sitemap #contentWrap .inner {
			background: #fff;
			}
		#about #contentWrap .inner {
			background: #feeab1 url('../img/bg-about.jpg') 490px 130px no-repeat;
			}
		#old #contentWrap .inner {
			background: #feeab1 url('../img/bg-old.jpg') 545px 100px no-repeat;
			}	

/* FOOTER */
#footer {
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 20px 0 0 0;
	}
	#footer ul {
		position: relative;
		left: 50%;
		float: left;
		margin: 0 0 1em 0;
		}
		#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: #fff;
		}
	#footer p {
		clear: both;
		}

/* FIXES */
#about .inner h1,
#old .inner h1 {
	margin: 80px 0 0;
	}
#about .inner h1,
#about .inner p{
	width: 400px;
	}
#old .inner h1,
#old .inner p {
	width: 450px;
	}

/*
	BRAND INTRO PANEL
	------------------------------
*/

#brandIntro {
	padding: 125px 45px 15px 45px;
	height: 310px;
	background: url('../img/bg-intro-panel.jpg') no-repeat;
	/*background: url('../img/bg-intro-panel-blank.jpg') no-repeat;*/
	}
	#brandIntro h1 {
		margin: 0 0 0.25em;
		line-height: 1;
		}
	#brandIntro h1,
	#brandIntro p {
		width: 360px;
		}
		
#video {
	margin:-50px 0 0 0;
	width:415px;
	float:right;
	text-align:center;
	color:#005896;
}
#video h2 {font-size:2.5em;text-shadow: 1px 1px 1px #ccc;}
#video h3 {font-size:2em;text-shadow: 1px 1px 1px #ccc;}
#video h3 a {color:#005896;}
#video h3 a:hover {text-decoration:underline;}

/*
	BOX MODULES
	------------------------------
*/

.box {
	overflow: hidden;
	padding: 25px;
	background: #f6fcff;
	border: 3px solid #00529b;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	}
	
	.box h1,
	.box h2 {
		padding: 15px 0 15px 25px;
		margin: -25px 0 0 -25px;
		background: #00529b;
		color: #fff;
		}
		.box h1 {
			padding: 0 0 0 25px;
			height: 75px;
			background: url('../img/sprite-brand.png') no-repeat 0 -197px;
			line-height: 75px;
			}
		.box h2 {
			background: url('../img/sprite-brand.png') no-repeat 0 -475px;
			font-size: 1.9em;
			font-weight: bold;
			}

/*
	RANGE MODULES
	------------------------------
*/

/* RANGE INTRO */
#rangeIntro {
	padding: 40px 450px 0 0;
	height: 240px;
	width: 350px;
	border-bottom: 2px solid #0068a4;
	}

/* HOMEPAGE BOX */
#rangeSmall {
	float: left;
	margin: 0 20px 0 25px;
	width: 485px;
	}
	#rangeSmall h2 {
		position: relative;
		top: -2px;
		width: 510px;
		}
	#rangeSmall ul {
		margin: 1.5em 0 0;
		font-size: 12px;
		}
		#rangeSmall ul li {
			overflow: hidden;
			clear: left;
			padding: 0 0 0 125px;
			margin: 0 0 1.25em;
			}
		#rangeSmall ul img {
			float: left;
			margin: 0 0 0 -125px;
			}
	#rangeSmall .productTitle {
		font-size: 1.667em;
		font-weight: bold;
		line-height: 1.1em;
		color: #00529b;
		}
	#rangeSmall .btn {
		float: right;
		}

/* FULL RANGE BOX */
#rangeLarge {
	margin: 50px 0 0;
	background: #f6fcff url('../img/range.jpg') no-repeat right 0;
	}
	#rangeLarge ul {
		margin: 2em auto 0;
		width: 810px;
		font-size: 12px;
		}
		#rangeLarge ul li {
			overflow: hidden;
			float: left;
			padding: 0 20px 0 150px;
			margin: 0.5em 0;
			width: 235px;
			}
			#rangeLarge ul li.row {
				clear: left;
				}
		#rangeLarge ul img {
			float: left;
			margin: 0 0 0 -150px;
			}
	#rangeLarge .productTitle {
		display: block;
		margin: 0 0 0.5em -150px;
		height: 2em;
		font-size: 2em;
		font-weight: bold;
		line-height: 1.1em;
		color: #00529b;
		}

/*
	RANGE CAROUSEL
	------------------------------
*/

#rangeCarousel {
	margin: 45px 0 0;
	/* Here to replicate .box */
	overflow: hidden;
	padding: 25px;
	background: #f6fcff;
	border: 3px solid #00529b;
	}
	#rangeCarousel h2 {
		padding: 0;
		margin: 0.25em 0;
		color: #0068a4;
		background: none;
		font-size: 2em;
		font-weight: bold;
		line-height: 2em;
		}
	#rangeCarousel h3 {
		margin: 0.5em 0;
		font-size: 2em;
		color: #0068A4;
		}

#rangeSliderOuter {
	background: url('../img/bg-carousel.png') no-repeat top center;
	border-bottom: 2px solid #0068a4;
	}
	.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-color: #f6fcff;
	}
	#rangeInfo h4 {
		padding: 0 0 0 10px;
		height: 40px;
		background: #0068a4;
		font-size: 20px;
		color: #fff;
		line-height: 40px;
		/*
		border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		*/
		}
	#rangeInfoLeft, #rangeInfoRight {
		width: 48%;
		float: left;
		}
	#rangeInfoRight {
		float: right;
		}
	#rangeInfoRight p { 
		margin-top: 5px;
		}			
	#rangeInfo table {
		width: 100%;
		}
		#rangeInfo table h5 {
		padding: 0 0 0 10px;
		height: 40px;
		background: #0068a4;
		font-size: 20px;
		color: #fff;
		line-height: 40px;		
		text-align: left;

/*		border-radius: 8px 0 0 8px;
		-moz-border-radius-topleft:8px;
		-webkit-border-top-left-radius:8px;
		-moz-border-radius-bottomleft:8px;
		-webkit-border-bottom-left-radius:8px;	*/	
			}
		#rangeInfo table .tblHead {
/*			background: #0768a6;*/
			color: #fff;
			}	
		#rangeInfo table .tblHead .small {
			background: #0768a6;
			}				
		#rangeInfo table .tblHead .rightCorner {
			color: #fff;

/*			border-radius: 8px 0 0 8px;
			-moz-border-radius-topright:8px;
			-webkit-border-top-right-radius:8px;
			-moz-border-radius-bottomright:8px;
			-webkit-border-bottom-right-radius:8px;	*/		
			}			
		#rangeInfo table th {
			vertical-align: middle;
			}
		#rangeInfo table td {
			padding: 2px 10px;
			}
		#rangeInfo table .alt {
			background: #cce0ec;
			}

/*
	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 */
	height: 34px;
	font-size: 12px;
	background: url('../img/sprite-brand.png') no-repeat 0 -382px;
	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: 100px;
	height: 25px;
	line-height: 24px;
	}
	.btnSmall:hover {
		background: url('../img/sprite-brand.png') no-repeat 0 -426px;
		}

.btnMed {
	width: 132px;
	height: 34px;
	background-position: -110px -382px;
	line-height: 35px;
	}
	.btnMed:hover {
		background-position: -110px -426px;
		}
/*
	MISC
	------------------------------
*/

.batman {
	clear: both;
	}

.right {
	text-align: right;
	}

.small {
	font-size: 11px;
	}
	
table#gda tr td {
	padding:2px;
}
