/* ------------------------------------------------------
	CSS for the Dihedrals.com site.
	Main file included in all pages on this site.
-------------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	background: rgb(20%,20%,20%) url(/images/background-blend.jpg) top left repeat-x;
	font-family: verdana, "sans serif";
	font-size: 0.7em;
	color: black;
	text-align: center;
	height: 100%;
}




* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
.hiddenText {
	display: none;
}
.clear {
	clear: both;
}



a {
	color: rgb(0,117,0);				/* Link Dark Green */
	color: rgb(153,61,0);				/* Link Dark Brown */
}
a:hover {
	color: black;
}

h1, h2, h3 {
	font-weight: bold;
	color: rgb(0,117,0);				/* Link Dark Green */
	margin: 0 0 10px 0;	
	text-align: left;
	line-height: 1.2em;
}
h1 {
	font-size: 130%;
	border-bottom: 1px rgb(0,117,0) solid;
}
h2 {
	font-size: 120%;
	margin: 0 0 5px 0;	
}
h3 {
	font-size: 110%;
	font-weight: normal;
}




.minHeight {
	height: 250px;	
}


/* Main Centered Box */
#centerBox {
	margin: 25px auto 0 auto;
	width: 1080px;
	background: url(/images/content-background.jpg) top left repeat-y;
}




#languagesMenu {
	margin: 12px 0 0 65px;
	font-size: 80%;
	font-weight: bold;
	color: black;
	float: left;
	display: inline;
}	
	#languagesMenu li {
		float: left;
		display: inline;
		margin: 0 5px 0 0;
		list-style-type: none;
		cursor: default;
	}
	#languagesMenu li a {
		text-decoration: none;
		color: rgb(90%,90%,90%);
	}
		#languagesMenu li a:hover {
			color: rgb(0,230,0);				/* Link Bright Green */
		}


/* Site Header, Logo and Main Menus */
#headerBox {
	background: url(/images/intec-header.jpg) no-repeat;
	width: 1080px;
	height: 191px;
	position: relative;
}
	
	
#menuBox {
	background: url(/images/menu-backg.jpg) no-repeat;
	width: 1080px;
	height: 87px;
	position: relative;
}
	#menuBox ul {
		margin: 0 0 0 265px;
		font: "Tresbuchet", verdana, "sans serif";
		font-size: 115%;
		font-weight: bold;
		color: rgb(255,209,40);						/* Site Color: Hilight Yellow */
		cursor: default;
		position: relative;
		z-index: 200;
	}
		#menuBox ul li {
			float: left;
			display: inline;
			margin: 22px 15px 0 0;
			padding: 0 15px 0 0;
			list-style-type: none;
			background: url(/images/menu-sep.gif) bottom right no-repeat;
		}
		#menuBox ul #lastMenuItem {
			background: none;
		}
		#menuBox ul li a {
			color: white;
			text-decoration: none;
		}
		#menuBox ul li a:hover {
			color: rgb(255,209,40);						/* Site Color: Hilight Yellow */
		}
		
	#menuBox #fruitVeggieBasket {
		position: absolute;
		right: 55px; top: 63px;
		z-index: 0;
		width: 512px;
		height: 1px;
		overflow: visible;
		text-align: right;
	}
		
		

#contentsBox #subMenu {
	font: "Tresbuchet", verdana, "sans serif";
	font-size: 105%;
	font-weight: bold;
	color: rgb(50%,50%,50%);
	cursor: default;
	height: 16px;
}
	#contentsBox #subMenu li {
		display: inline;
		margin: 22px 0 0 0;
		list-style-type: none;
	}
		#contentsBox #subMenu li a {
			color: rgb(30%,30%,30%);
			text-decoration: none;
		}
		#contentsBox #subMenu li a:hover {
			color: black;
		}
	#contentsBox #subMenu .selectedSubMenu {
		border-bottom: 1px rgb(30%,30%,30%) dotted;			/* Site Color: Header Gray */
	}






/* Page Contents */
#contentsBox {
	width: 1080px;
	min-height: 400px;
	color: rgb(10%,10%,10%);
	position: relative;	
}

	#contentsBox #leftCol {
		float: left;
		display: inline;
		margin: 25px 0 0 120px;
		width: 395px;
		min-height: 250px;
		text-align: left;
		line-height: 1.2em;
	}
	#contentsBox #rightCol {
		float: left;
		display: inline;
		margin: 25px 0 0 10px;
		width: 485px;
		min-height: 250px;
		text-align: left;
		line-height: 1.4em;
	}
	
	#contentsBox #leftCol p,
	#contentsBox #rightCol p,
	#contentsBox #leftCol ol,
	#contentsBox #rightCol ol,
	#contentsBox #leftCol ul,
	#contentsBox #rightCol ul {
		margin: 0 0 10px 0;
	}
	
	#contentsBox #leftCol ol,
	#contentsBox #rightCol ol,
	#contentsBox #leftCol ul,
	#contentsBox #rightCol ul {
		margin-left: 40px;
		margin-right: 15px;
		text-align: left;
	}

	#contentsBox #leftCol p {
		line-height: 1.4em;
	}
	
	
/* Map Pages */
#leftMapCol {
	float: left;
	display: inline;
	margin: 45px 0 0 120px;
	width: 150px;
	min-height: 250px;
	text-align: left;
	line-height: 1.2em;
	position: relative;
	top: 0; left: 0;
	z-index: 100;			/*any value*/ 
}
	#leftMapCol h2 {
		margin: 0 0 0 0 !important;
		font-size: 100%;
		color: rgb(121,132,157);			/* Map Blue */
	}
	#leftMapCol p {
		margin: 0 0 1px 0 !important;
		line-height: 1.2em;
	}
		#leftMapCol p a {
			color: rgb(255,153,0);						/* Dario Link Orange */
			text-decoration: none;
		}
		#leftMapCol p a:hover {
			color: rgb(194,116,0);						/* Site Color: Hilight Dark Orange */
		}
		
	#leftMapCol #secondCol {
		position: absolute;
		top: 150px; left: 120px;
	}
		
#rightMapCol {
	float: right;
	display: inline;
	margin: 25px 50px0 0 0;
	min-height: 250px;
	text-align: left;
	line-height: 1.4em;
}


#mapIFrame {
	border: 1px rgb(30%,30%,30%) solid;
}





/* Footer */
#footerBox {
	background: url(/images/footer-menu-backg.jpg) no-repeat;
	width: 1080px;
	height: 158px;
	position: relative;
}
	#footerBox .address {
		width: 385px;
		height: 100px;
		position: absolute;
		top: 51px;
		text-align: left;
	}
		#footerBox #intec {
			background: url(/images/address-intec.jpg) no-repeat;
			left: 120px;
		}
		#footerBox #intecBio {
			background: url(/images/address-intec-bio.jpg) no-repeat;
			left: 621px;
		}
		#footerBox .address p {
			float: left;
			display: inline;
			width: 170px;
			margin: 30px 5px 0 5px;
			min-height: 50px;
			line-height: 1.6
		}



/* Copyright */
#copyright {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: url(/images/copyright-backg.jpg) no-repeat;
	width: 1080px;
	height: 24px;
	text-align: right;
	color: rgb(50%,50%,50%);
	font-size: 80%;
	cursor: default;
}
	#copyright p {
		margin: 0 55px 0 0;
	}
	
	#copyright a {
		color: rgb(70%,70%,70%);				/* Link Dark Green */
		text-decoration: none;
	}
	#copyright a:hover {
		color: rgb(0,230,0);				/* Link Bright Green */
		text-decoration: underline;
	}
	#copyright #dwa a {
		color: rgb(50%,50%,50%);
		text-decoration: none;
		cursor: default !important;
	}




/* *********** Lower Right Content background Images. ***********  */
.raspberryAndApple {
	background: url(/images/fruit-veg-background-50.jpg) 540px bottom no-repeat;
}



	
/* *********** DWA Component CSS ***********  */
/* Spacers */
.dwa-vSpacer10 {
	height: 10px;
}
.dwa-vSpacer50 {
	height: 50px;
}

.dwa-fullWidthImage {
	margin: 5px 0 10px;
}

.dwa-floatRightImg {
	float: right;
	display: inline;
	margin: 0 0 5px 5px;
}

.dwa-floatLeftImg {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

.dwa-popImage {
	height: 10px;
	overflow: visible;
	position: relative;
	left: 0; top: -4px;
}
	.dwa-popImage .dwa-popLine {
		position: absolute;
		width: 200px;
		height: 10px;
		left: 280px; top: 0;
		background: url(/images/pop-image-line.gif) no-repeat;
	}
	.dwa-popImage img {
		position: absolute;
		top: -40px;
		left: 430px;
	}


	
#welcomeImg {
	position: relative;	
	left: 0; 
	top: -20px;
}
#mapWelcomeImg {
	position: absolute;	
	left: 95px; 
	top: 0;
}
	
	
.Product Detail Image {
	
}






