﻿/* Reset Basics */
*{margin:0;padding:0;}

html{
	font: 100% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin:0;padding:0;
}
body{
	font-size:62.5%;
	line-height:1;
	color:#000;
	background:#fff url(/tempkitchens/PublishingImages/kitchen-bg.jpg) no-repeat center 0;
	margin:0 0 50px;padding:0;
}
body.internal{background:none;}
#wrapper{
	margin:0 auto;
	width:631px;min-width:631px;
	text-align:left;
}
#head{
	width:270px;min-width:270px;
	margin:48px 0 0 320px;
	background:none;
}
/* Pricing Styles */
#pricing{
	background-color:#80a1b6;
	color:#fff;
	width:311px;min-width:311px;
	float:right;
	clear:both;
}
#pricing p{
	padding:10px 15px;
	font-size:1.2em;
	line-height:1.6em;
}
/* Image Column Styles */
#images{
	float:left;display:inline;
	width:100px;min-width:100px;
	margin:35px 10px 20px 60px;
}
#images li{margin:7px 0;}
/* Specification Styles */
#specs{
	float:left;display:inline;
	width:425px;min-width:425px;
	margin:20px 0;
}
#specs p{
	font-size:1.1em;
	line-height:1.3em;
}
#specs li{
	font-size:1.1em;
	font-weight:400;
	line-height:1.3em;
	list-style-type:disc;
	margin:0.5em 0 0.5em 16px;
}
/* Footer Styles */
#foot{
	clear:both;
	border-top:1px solid #80a1b6;
	width:510px;min-width:510px;
	margin:20px auto;
	padding-top:5px;
}
#foot span.home{
	float:left;
	display:inline;
}
#foot span.home p a.dwyerhome,#foot span.home p a:link.dwyerhome{font-size:0.9em;}
#foot span.contact{
	float:right;
	display:inline;
}
#foot span.contact p.phone{
	font-size:1.4em;
	line-height:1.2em;
}
#foot span.contact p a.temphome,#foot span.contact p a:link.temphome{
	color:#000;
	font-size:1em;
	font-weight:800;
}
/* Common Styles */
h1{
	text-align:center;
	font-size:2em;
	margin:1em auto;
	width:500px;min-width:500px;
}
h2{
	color:#80a1b6;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	clear:both;
	padding:1.3em 0;
}
ul{
	list-style-type:none;
	margin:0;padding:0;
}
a,a:link,a:visited{
	color:#80a1b6;
	text-decoration:none;
}
a:hover,a:active{
	color:#99ccff;
	text-decoration:underline;
}
a img, a:link img, img {border:none;outline:none;}
.right{float:right;}
.left{float:left;}
.centered{margin:0 auto;display:block;}