/*Content copyright 2006 K-Tech for Kitchens
/*Design by Red Flannel
/*CSS by Sean Flanagan

/*Standard Layout Document
/*Contains Layout Styles and General Styles
/*Note:
/*Styles with # are Standard Layout Items used on All pages
/*Use with <DIV ID=" " />
/*Styles with . are Optional Layout Styles used on More Than 1 Page
/*Use with <DIV CLASS=" " />

/*Layout Blocks*/
body {	background-attachment: scroll;
		background-color: #CCCC99;
		background-image: url(../images/background2.gif);
		background-repeat: repeat-y;
		background-position: 50%;
		margin: 20px auto 0px auto;
		width:700px;
}
	#container {	position: relative;
					height: 520px;
	}
		#main_image {	display: block;
						width: 700px;
						height: 440px;
						margin: 0px;
						padding: 0px;
						position: relative;
						left: 0px;
						top: 0px;
						z-index: 2;
						background-color:#000000;
		}
		#meta {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: #000000;
	font-size: 9px;
	line-height: 8px;
	color: #FFFFFF;
	overflow: hidden;
		}
		#logo {			display: block;
						width: 160px;
						height: 160px;
						margin: 0px 4px 4px 0px;
						border: 0px;
						position:absolute;
						left:0px;
						top:0px;
						z-index: 2;
						background-color: #6699FF;
		}
		#navigation {	display: block;
						width: 540px;
						height: 16px;
						padding: 8px 0px 4px;
						margin: 0px;
						border-bottom-width: 2px;
						border-bottom-style: solid;
						border-bottom-color: #FFFFFF;
						position: absolute;
						left: 160px;
						top: 0px;
						z-index: 7;
						background-color: #CCCC99;
						font-family: Helvetica, Arial, Verdana, sans-serif;
						font-size: 10px;
						font-weight: bold;
						color: #000000;
						text-decoration: none;
						text-align: center;
		}
			#subnav_about {	display: block;
							width: 220px;
							margin: 0px;
							border-right: 2px solid #FFF;
							border-bottom: 2px solid #FFF;
							border-left: 2px solid #FFF;
							position: absolute;
							top: 28px;
							left: 20px;
							z-index: 8;
							background-color: #CCCC99;
							font-family: Helvetica, Arial, Verdana, sans-serif;
							font-size: 10px;
							font-weight: bold;
							color: #000000;
							text-decoration: none;
							text-align: left;
							line-height: 20px;
							visibility: hidden;
			}
			#subnav_design {	display: block;
							width: 160px;
							margin: 0px;
							border-right: 2px solid #FFF;
							border-bottom: 2px solid #FFF;
							border-left: 2px solid #FFF;
							position: absolute;
							top: 28px;
							left: 270px;
							z-index: 8;
							background-color: #CCCC99;
							font-family: Helvetica, Arial, Verdana, sans-serif;
							font-size: 10px;
							font-weight: bold;
							color: #000000;
							text-decoration: none;
							text-align: left;
							line-height: 20px;
							visibility: hidden;
			}
		#subhead {		display: block;
						width: 520px;
						height: 22px;
						padding: 4px 10px 2px;
						margin: 0px;
						border-bottom-width: 2px;
						border-bottom-style: solid;
						border-bottom-color: #FFFFFF;
						position: absolute;
						left: 160px;
						top: 30px;
						z-index: 7;
						background-color: #CC9999;
						font-family: Helvetica, Arial, Verdana, sans-serif;
						font-size: 18px;
						font-weight: normal;
						color: #FFFFFF;
						text-decoration: none;
						text-align: right;
		}
		.maintext {		display: block;
						width: 340px;
						padding-left: 10px;
						padding-top: 0px;
						margin-top: 10px;
						border-left-width: 1px;
						border-left-style: solid;
						border-left-color: #CCCCCC;
						position: absolute;
						top: 440px;
						left: 350px;
						font-family: Helvetica, Arial, Verdana, sans-serif;
						font-size: 13px;
						line-height: 16px;
						font-weight: normal;
						color: #333333;
						text-decoration: none;
						text-align: left;
		}
	#footer {		display: block;
					height: 30px;
					width: 700px;
					padding-top: 5px;
					border-top-width: 1px;
					border-top-style: solid;
					border-top-color: #CCCCCC;
					position: relative;
					left: 0px;
					top: 0px;
					font-family: Helvetica, Arial, Verdana, sans-serif;
					font-size: 10px;
					line-height: 15px;
					font-weight: normal;
					color: #CCCCCC;
					text-decoration: none;
					background-color: #FFFFFF;
					text-align: center;
	}

/*Standard Styles*/
ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;
	letter-spacing: 0px;
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 10px;
	color: #000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	font-style: italic;
	width: 210px;
	font-weight: normal;
	z-index: 7;
}
li {
	color: #000;
	text-decoration: none;
	padding: 0px;
	text-indent: 0px;
	z-index: 7;
}
strong {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	display: block;
	margin-left: -10px;
	margin-top: -10px;
	margin-bottom: 25px;
	z-index: 7;
	letter-spacing: 0px;
}
p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: left;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px !important;
	margin-top:-10px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: normal;
	display: block;
	height: auto;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
}

/*Text Styles*/
.headline {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
	display: block;
	position: absolute;
	height: 18px;
	top: 450px;
	width: 340px;
	left: 0px;
	text-transform: none;
	letter-spacing: 2px;
	padding-top: 10px;
	font-variant: normal;
}
.menuitem {
	display: inline;
	list-style-position: inside;
	list-style-type: square;
	margin-right: 12px;
	margin-left: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	letter-spacing: 0px;
}
.slogan {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	height: 20px;
	width: 330px;
	padding-top: 0px;
	padding-bottom: 10px;
	left: 0px;
	position: absolute;
	bottom: 10px;
	overflow: visible;
	padding-left: 10px;
}
.bodytext {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: right;
	display: block;
	padding: 0px;
	position: absolute;
	left: 180px;
	top: 65px;
	width: 230px;
	height: 350px;
	z-index: 7;
}
#espanol {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: block;
	padding: 10px;
	width: 140px;
	position: absolute;
	left: 0px;
	top: 160px;
	text-align: center;
	z-index: 8;
}
#espanol a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#espanol a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#espanol a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
