/* ------------------------------------
Website: www.valleyforge.ie
Author: Liam Burns - www.designnorth.ie
Created: 06/06/2009
------------------------------------ */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
object {
	line-height: 0px;
}


/* Start Custom Styles 

1. General
2. Layout
3. Home & Deli-King
4. Products
5. Product
6. Gallery
7. Design Studio
8. Location
9. Modal
10.
11.
12. Stainless Steel

*/

/* 1. General */
body {
	line-height: 1;
	background: #000;
	font-family: Arial, Helvetica, sans-seri;
	font-size: 90%;
	color:#333;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	font-weight: 600;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.3em;
	font-weight: 600;
}

	h2 a{

	}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
	font-weight: 600;
}

/* Anchors */
#content a{
	color: #8b0304;
}
#content a:hover{}
#content a:active{}
#content a:visited{}

h1 a,
h2 a,
h3 a{
	color: #333;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

em {
	font-style:italic;
}

.cb {
	clear: both;
}

img.go-right {
	float: right;
	margin: 0px 0px 15px 15px;
	border: 1px solid #666;
}
/* 2. Layout */
#page-wrapper {
	width: 100%;
}

	#page-wrapper #page {
		width: 960px;
		margin: 0px auto;
	}
	
	#top-nav {
		padding: 4px 0;
	}
	
	#top-nav a {
		color:#fff;
	}
	
	#top-nav #utility-nav {
		width: 300px;
		float: right;
		font-size: 0.8em;
		padding: 3px;

	}
	
		#top-nav #utility-nav li {
			float: left;
			display: inline;
			margin-left: 20px;
			padding: 5px 0 5px 25px;
		}
		
		.contact-us { background: url('../images/icons/icon-email.gif') top left no-repeat; }
		.about-us { background: url('../images/icons/icon-about.gif') top left no-repeat; }
		.location { background: url('../images/icons/icon-location.gif') top left no-repeat; }
	
	#top-nav #lang-nav {
		width: 127px;
		float: right;
		margin-left: 20px;
		padding: 7px 0;
	}
	
		#top-nav #lang-nav li {
			float: left;
			display: inline;
			margin-left: 9px;
		}
		
		
	#header {	
		height: 212px;
		background: #000 url('../images/header-bg.jpg') top left no-repeat;
	}
	
		#header #logo {
			float: left;
			display: inline;
			width: 96px;
			margin: 4px 0 0 68px;
			border: 0px;
		}
		
		#header ul {
			float: left;
			display: inline;
			width: 699px;
			margin: 106px 0 0 93px;
			padding: 0px;
		}
		
			#header ul li {
				float: left;
				display: inline;
				margin-right: 40px; 
			}
			
			#header ul li a {
				display: block;
				height: 80px;
				text-indent: -9999px;
			}
				
				#header ul li #prim-home {
					width: 83px;
					background: url('../images/navigation/btn-home.png') top left no-repeat;
				}
				#header ul li #prim-home:hover { background: url('../images/navigation/btn-home-hover.png') top left no-repeat; }
				#header ul li #home-selected {
					width: 83px;
					background: url('../images/navigation/btn-home-hover.png') top left no-repeat;
				}
					
				#header ul li #prim-products {
					width: 110px;
					background: url('../images/navigation/btn-products.png') top left no-repeat;
				}
				#header ul li #prim-products:hover { background: url('../images/navigation/btn-products-hover.png') top left no-repeat; }
				#header ul li #products-selected {
					width: 110px;
					background: url('../images/navigation/btn-products-hover.png') top left no-repeat;
				}				
					
					
				#header ul li #prim-deli-king {
					width: 109px;
					background: url('../images/navigation/btn-deli-king.png') top left no-repeat;
				}
				#header ul li #prim-deli-king:hover { background: url('../images/navigation/btn-deli-king-hover.png') top left no-repeat; }
				#header ul li #deli-king-selected {
					width: 109px;
					background: url('../images/navigation/btn-deli-king-hover.png') top left no-repeat;
				}	
					
				#header ul li #prim-gallery {
					width: 87px;
					background: url('../images/navigation/btn-gallery.png') top left no-repeat;
				}
				#header ul li #prim-gallery:hover { background: url('../images/navigation/btn-gallery-hover.png') top left no-repeat; }
				#header ul li #gallery-selected {
					width: 87px;
					background: url('../images/navigation/btn-gallery-hover.png') top left no-repeat;
				}
				
				#header ul li #prim-design-studio {
					width: 86px;
					background: url('../images/navigation/btn-design-studio.png') top left no-repeat;
				}
				#header ul li #prim-design-studio:hover { background: url('../images/navigation/btn-design-studio-hover.png') top left no-repeat; }
				#header ul li #design-studio-selected {
					width: 86px;
					background: url('../images/navigation/btn-design-studio-hover.png') top left no-repeat;
				}
			
	#terms #content,
	#privacy-policy #content, 
	#contact-us #content,		
	#about-us #content,
	#location #content,
	#design-studio #content,
	#index-de #content,
	#index-es #content,
	#index-fr #content,
	#index-it #content,
	#environment #content {
		padding: 20px 65px;
	}
	
	
	#content {
		padding: 10px;
		background: #FFF;
		min-height: 350px; /* kludge ie fix */
	}
	
		#content ol,
		#content ul {
			padding-left: 20px;
			margin: 4px 4px 15px 10px;
			
		}
			#content ul li {
				list-style: outside;
				margin-bottom: 0.6em;
			}
			
			.a-callback {
				font-weight: 600;
				padding: 5px 5px 5px 40px;
				background: url('../images/icons/icon-chat.png') left top no-repeat;
			}
	
	#footer {
		height: 347px;
		background: #000 url(../images/footer-bg-alt.jpg) top left no-repeat;
		font-size: 0.9em;
		color:#fff;
	}
	
		#footer h3 {
			color: #fff;
			border-bottom: 1px solid #CCC;
			padding-bottom: 3px;
			margin-bottom: 10px;
		}
		
		#footer p {
			margin-bottom: 0.5em;
		}
		
		#footer #address { display: none; }
		
		#footer a {
			color: #FFF;
		}
		
			
		#footer #contact-details,
		#footer #site-nav {
			width: 180px;
			float: right;
			margin: 65px 0 0 50px;
		}
			#footer #site-nav ul {
				padding-left: 25px;
			}
		
			#footer #site-nav ul li {
				margin-bottom: 10px;
				list-style: url('../images/icons/icon-bullet.png');
			}
			
			#footer ul .green-hover a:hover {
				color: #65ca11;
			}
			
			#site-nav ul li a:hover {
				color: #E50500;
			}
	
	#footer #smallprint {
		float: left; 
		width: 100%; 
		clear: both; 
		text-align: center; 
		font-size: 11px; 
		padding: 12px; 
		margin-top: 58px; 
		background: url('../images/smallprint-bg.png') top left;
		line-height: 150%;
	} 
	
	#smallprint .leaf {
		color: #65ca11;
		padding: 7px 0px 10px 20px;
		background: url(../images/icons/leaf.gif) top left no-repeat;
	}
	
	.sep { margin: 0px 5px; }

/*  3. Home & Deli-King */

	#home h1,
	#deli-king h1 {
		display: block;
		font-size: 0.1em;
		margin: 0px;
		line-height: 0px;
		padding: 0px;
		text-indent: -9000px;
	}
	
	#home #content { padding: 0px; }
	#home #content #promo { padding-bottom: 12px; }
	
	#deli-king #content #promo {
		margin: 20px 20px 35px 10px;
	}
	
		#home #content ul,
		#deli-king #content ul {
			list-style-type: none;
		}
	
		#home #content ul {
			padding-left: 35px;
		}
			#home #content li,
			#deli-king #content li {
				display: inline; /* IE Fix */
				float: left;
				width: 269px;
				margin-right: 30px;
			}
			
			#home #content li a,
			#deli-king #content li a {
				display: block;
				width: 269px;
				height: 52px;
				margin: 0;
				padding: 0;
				text-indent: -9999px;
			}
				
				#btn-dkh{ background: #999 url(../images/dks-buttons.png) 0px 0px no-repeat; }
				#btn-dkh:hover { background: #999 url(../images/dks-buttons.png) 0px -52px no-repeat; }
				
				#btn-dkc { background: #999 url(../images/dks-buttons.png) -269px 0px no-repeat; }
				#btn-dkc:hover { background: #999 url(../images/dks-buttons.png) -269px -52px no-repeat; }
				
				#btn-dkmt { background: #999 url(../images/dks-buttons.png) -538px 0px no-repeat; }
				#btn-dkmt:hover { background: #999 url(../images/dks-buttons.png) -538px -52px no-repeat; }
				
			#home #content li p a,
			#deli-king #content li p a {
				display: inline;
				width: auto;
				height: 345px;
				margin: auto;
				text-indent:inherit;
			}

/* 4. Products */

#products #content {
	padding: 20px;
}

	#products #promo {
		padding-bottom: 40px;
	}
	
	#products h1, h2, h3, h4, h5 {
		color: #161616;
	}

	#menu {
		display: inline; /* IE6 Fix */
		float: left;
		width: 280px;
		margin-right: 25px;
		margin-bottom: 20px;

	}
	
		#menu ul {
			padding: 0px;
			margin: 0px;
		}
		    /* Kludge: cleanup */
			#menu ul li {
				list-style-type: none;
				margin: 0px 0px 5px 0px;
				padding: 0px;
			}
				#menu ul li a {
					display: block;
					width: 200px;
					height: 23px;
					text-decoration: none;
					color: #161616;
					background: url('../images/menu-1-bg.png') no-repeat left top;
					padding: 9px 5px 2px 10px;
				}
				
				#menu ul li #products-btn,
				#menu ul li #gallery-btn {
					padding: 0px;
					margin-bottom: 15px;
				}
				
				#menu ul .selected {
					display: block;
					width: 200px;
					height: 23px;
					text-decoration: none;
					color: #fff;
					background: url('../images/menu-1sel-bg.png') no-repeat left top;
					padding: 9px 5px 2px 10px;
				}
				
				#menu ul .sub a {
					margin-left: 25px;
					display: block;
					width: 150px;
					height: 23px;
					text-decoration: none;
					color: #333;
					font-size: 0.85em;
					line-height: 0.85em;
					background: url('../images/menu-2-bg.png') no-repeat left top;
					padding: 9px 5px 0px 10px;
				}
				
				#menu ul .sub-selected {
					margin-left: 25px;
					display: block;
					width: 150px;
					height: 23px;
					text-decoration: none;
					color: #fff;
					font-size: 0.85em;
					line-height: 0.85em;
					background: url('../images/menu-2sel-bg.png') no-repeat left top;
					padding: 9px 5px 0px 10px;
				}
				
				
				#menu ul li a:hover {
					text-decoration: underline;
					color:#000;
				}
				
				#menu ul .greener a { 
					background: url('../images/env.jpg') no-repeat left top;
					padding-left: 30px;
					color: #5c9700;
					font-weight: bold;
					width: 180px;
				}
				
				#menu ul .greener a:hover { text-decoration: underline; color: #5c9700; }
	
	#details {
		display: inline; /* IE6 Fix */
		float: left;
		width: 600px;
		margin-bottom: 80px;
	}
	
		#details #summary {
			color: #000;
			font-size: 1.1em;
			font-weight:bold;
		}
		
		#details p {
			color: #444;
		}

		#details #toolbar {
			float: left;
			width: 100%;
			margin: 15px 0 0 0;
			padding: 0px;
			height: 45px; /* kludge */
			
			text-align: center;
			background: url(../images/toolbar-bg.jpg) top left no-repeat;
		}
			
			#details #toolbar li {
				font-size: 0.9em;
				float: left;
				list-style: none;
				margin: 14px;
			}
			
				#details #toolbar li a {
					color: #FFF;
					padding-left: 21px;
				}
				
				#details #toolbar #pdf { background: url(../images/icons/icon-pdf.png) left center no-repeat; }
				#details #toolbar #slideshow { background: url(../images/icons/icon-slideshow.png) left center no-repeat; }
				#details #toolbar #print { background: url(../images/icons/icon-printer.png) left center no-repeat; }
				#details #toolbar #a-callback { background: url(../images/icons/icon-mobile.gif) left center no-repeat; }
				
		#full-details {
			clear: both;
		}
		
			#full-details h2 {
				clear: both;
				text-transform: uppercase;
				border-bottom: 1px solid #ccc;
				margin-bottom: 30px;
			}
			
			#full-details #gallery { display:none; }
			
			#full-details #features { margin-bottom: 50px; }
			#full-details #features #feature-list {
				margin: 0px;
				padding: 0px;
			}
				
				#full-details #features #feature-list li {
					float: left;
					width: 425px;
					list-style: none;
					margin: 0px 35px 25px 0;
				}
				
				/* For Safari on Mac */
				#full-details #features #feature-list li h3 {
					margin: 0px 0px 5px 0px;
					padding: 0px;
					width: 240px;
				}
				
				#full-details #features #feature-list li p {
					width: 250px;
					margin-bottom: 0px; }				
				
					#feature-list li img {
						float: right;
						width: 150px;
						border: 1px solid #333;
						margin-left: 8px;
					}
				
				
				#full-details #product-gallery { margin-bottom: 80px; }	
				#full-details #product-gallery #thumbnails li {
					list-style-type: none;
					display: inline;
					margin-right: 20px;
				}

					#full-details #product-gallery #thumbnails li img { border: 1px solid #666; }
					
				
					
			#full-details #smallprint {
				clear: both;
				margin: 0px 0px 40px 0px;
				padding: 0px;
				
			}
				
				#full-details #smallprint li {
					list-style-type: none;
					font-size: 0.85em;
				}
		
		
		#specs .center {
			width: 100%;
			text-align: center;
			margin: 30px 0px;
		}
		
			#specs .center p {
				color: #000;
				font-size: 0.9em;
				margin-top: 10px;
			}

			
			#specs table {
				width: 92%;
				margin-bottom: 40px;
			}
			
				#specs table caption {
					text-indent: -4000px;
				}
		
				#specs table th {
					color: #000;
					font-weight:bold;
					
				}
				
					#specs table tr .first {
						text-align: right;
						width: 320px;
					}
					
					#specs table tr.odd {
						background-color: #efefef;
					}
					
					#specs table tr th,
					#specs table tr td {
						padding: 8px;
						border: 1px solid #333;
					}
					
				
						#specs table tr td {
							text-align: center;
						}
						
					#specs table .bold { font-weight: bold; }
					#specs #electrical { width: 400px; }
					#specs #electrical .first { width: 130px; font-weight: bold;}
						
		#content #call-to-action {
			padding: 10px;
			background: url(../images/cta-bg.jpg) top left repeat-x;
		}
		
			#content #call-to-action p {
				color: #FFF;
				margin: 0px;
				padding: 0px;
				line-height: 180%;
				text-align: center;
			}
			
		#index-it #call-to-action,
		#index-es #call-to-action,
		#index-fr #call-to-action,
		#index-de #call-to-action {
			margin-top: 80px;
			clear: both;
			background-image: none;
			background-color: #666;
			padding: 10px;
			line-height: 180%;
		}
	
			#index-de #call-to-action p, #index-es #call-to-action p, #index-fr #call-to-action p, #index-it #call-to-action p {
				text-align: left;
			}		
		
			#call-to-action a {
				color: #FFF;
			}
			
			
			#products .fast-food-features li { list-style-type: disc; }		
			
			
/* 8. Location */
#location h1 {
	background: url(../images/icons/icon_magnify.png) 160px 0px no-repeat;
	margin-bottom: 25px;
}

#location iframe {
	border: 1px solid #666;
}

#location #content .directions li {
	line-height: 150%;
	list-style-type: disc;
}

/* 9. Modal */
.hidden { display: none; }

#modal-bg {
	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
} 

#modal-window {
	position: absolute;
	z-index: 9999;
	width: 450px;
	background: url(../images/form-bg.png) top left no-repeat;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
	
	#modal-window h1 {
		color: #FFF;
		padding: 10px;
		background: url('../images/icons/close_icon.gif') 425px 10px no-repeat;
		border-bottom: 1px dotted #888;
		text-indent: 0px;
		font-size: 18px;
		line-height: 120%;
	}
	
	#modal-window a {
		text-decoration: none; /* IE 7.0 fix */	
	}
	
	#modal-window iframe {
		border: 0px;
		width: 100%;
		height: 200px;
	}
	
/* 10. Callback */
#callback {
	color: #FFF;
	font-size: 13px;
	background: #000;
}
	#callback .g {
		margin-bottom: 10px;
		width: 100%;
	}
	
	#callback .right {
		text-align: right;
	}
		#callback label {
			float: left;
			text-align: right;
			width: 120px;
			margin-right: 8px;
			padding-top: 5px;
			font-weight: 600;
		}
		
		#callback label.error {
			float: right;
			text-align: left;
			width: 130px;
			margin-right: 0px;
			padding: 5px 0 0 3px;
			font-weight: 600;
			color: #f00;
		}
		
		#callback input,
		#callback textarea {
			width: 150px;
			padding: 2px;
		}
		
		#callback select {
			margin-top: 4px;
		}
		
		#callback .box:focus {
			background:#FFC;
		}
	
		#callback #mail-form,
		#callback #mail-success,
		#callback #mail-fail {
			padding: 10px;
		}
		
		/* Callback -> Thanks Page */
		#callback h2 {
			color: #fff;
			text-align: center;
			padding-top: 25px;
			margin-bottom: 30px;
		}
		
		#callback #mail-success p {
			float: left;
			width: 280px;
			padding-top: 30px;
			margin-left: 40px;
		}
		
		#callback #mail-success img {
			width: 71px;
			float: right;
			margin: 0 25px 0 10px;
		}
		
/* 11. Callback No Javascript */

#callback-no-js #content .g {
	margin-bottom: 20px;
	width: 100%;
}
	
#callback-no-js #content .right {
	text-align: right;
}
	#callback-no-js #content label {
		float: left;
		text-align: right;
		width: 120px;
		margin-right: 8px;
		padding-top: 5px;
		font-weight: 600;
	}
		
	#callback-no-js #content  input,
	#callback-no-js #content  textarea {
		width: 200px;
		padding: 2px;
	}
		
	#callback-no-js #content  .box:focus {
		background:#FFC;
	}
	
	#callback-no-js #content #mail-form {
		padding: 10px;
	}
		
		/* Callback no js -> Thanks Page */
		#mail-no-js #mail-success {
			width: 450px;
			margin: 0px auto;
			text-align: center;
		}
		
		#mail-no-js #mail-success p {
			float: left;
			width: 300px;
			padding-top: 30px;
			margin-left: 40px;
		}
		
		#mail-no-js #mail-success img {
			width: 71px;
			float: left;
			margin: 0 25px 0 10px;
		}
		

/* 12. Stainless Steel */

.stainless-steel #content .product-details {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}
	
	.stainless-steel #content img {
	border: none;
}


/* 13. Design Studio */
#design-studio #stages {
	min-height: 629px; /* kludge */
	background: url(../images/design-studio-bg.jpg) top left no-repeat;
	margin-bottom: 30px;
	padding: 30px 15px 15px 15px;
}

	#design-studio p {
		width: 200px;
	}
	
	#design-studio #reality {
		font-size: 24px;
		float: left;
		margin-top: 30px;
	}
	
	
/* 14. Galleries  */
#gallery #menu { width: 240px; }

#gallery h1 { padding-top: 15px;}
#gallery #buttons,
#gallery #thumbs {
	list-style-type: none; padding-top: 30px;
}

#gallery #thumbs {
	float: left;
	width: 650px;
	padding: 0px;
	margin: 0px;
}

	#gallery #buttons li {
		display: inline;
		margin: 20px 8px 20px 0px;
	}
	
	#gallery #thumbs li {
		float: left;
		list-style-type: none;
		margin: 0px 10px 10px 0px;
	}
	
	#gallery #thumbs li img { border: 1px solid #ccc; }
	
	
	#contact-us #content img { 
		float: right;
		display: inline;
		margin-top: 30px;
	}
	
	#contact-us #content p { width: 230px; }
	
/* Environment */
#environment #banner { }

#environment #content h1, #environment #content h2, #environment #content h3 { color: #00a4f1; } 
#environment #content h1, #environment #content h2 { line-height: 150%;}

#environment #content p { line-height: 170%; margin-bottom: 50px; }

#environment #main { width: 420px; float: left; margin-right: 20px; padding-top: 30px; }
#environment #dk-process { 
	width: 290px; 
	float: left; 
	background: url(../images/dk-process-bg.jpg) bottom left no-repeat;
	min-height: 50px; /* kludge */
	padding: 35px 40px 17px 20px; 
}

#environment #dk-process h2 { color: #71b727;  }

#environment #dk-process img { margin: 30px 0px 30px 10px; }

#environment #dk-process p { margin-bottom: 20px; }
