@charset "UTF-8";
/* CSS Document */
* {
	text-decoration: none;
	outline: none;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	background: #d3dbda url(../images/flourish.gif) no-repeat center top;
	font: 15px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #222222;
	
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #8c8a84;
}
li {
	line-height: 1.5em;
}
a:link, a:visited {
	color: #8c8a84;
}
a:hover {
	color: #000;
}
a:active {
	color: #613;
}

#gestalt {
	position: relative;
	width: 860px;
	margin: 0 auto;
}
#container {
	position: relative;
	width: 850px;
	height: 630px;
	background-color: #fff;
	border: 5px solid #777;
	margin: 80px auto 0 auto;
}
#branding {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 150px;
	z-index: 10;
}
/* navigation styles */
#nav {
	padding-top: 30px;
	text-align: right;
}
#nav ul, #nav li, #nav a {
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style-type: none; display: inline; text-align: right;
}
#nav a:link, #nav a:visited {
	padding-right: 18px;
	font: 16px "Trebuchet Ms", Arial, Helvetica, sans-serif;
	color: #92a5a4;
}
#nav a:hover, #footer a:hover  {
	color: #000;
}
#nav a:active, #footer a:active, #homepage #nav a:active {
	color: #613;
}
#about #aboutNav,
#press #pressNav,
#portfolio #portfolioNav,
#contact #contactNav,
#services #servicesNav {
	color: #000;
}

#maincontent {
	margin: 40px 35px 0 35px;
}

#footer, #footer a {
	position: relative;
	padding: 0 5px;
	font: 14px "Trebuchet Ms", Arial, Helvetica, sans-serif;
	color: #92a5a4;
}
#footer p { 
	float: left;
	margin-top: .5em;
}
#footer p#phoneNo {
	position: relative;
	left: 340px;
}
#footer p#eaddress {
	float: right;
	text-align: right;
}

#about #maincontent p {
	width: 420px;
}

/*photo positions */
#photo {
	position: absolute;
	top: 85px;
}
#about #photo {
	left: 470px;
}
#contact #maincontent #photo {
	left: 330px;
}
#services #maincontent #photo {
	left: 115px;
}

/* contact styles */
#contact #maincontent h1 {
	padding-bottom: 20px;
}
#contact #maincontent p {
	line-height: 2.5em;
}

/* homepage styles */
body#homepage {
	background: #fff url(../images/flourish_white.gif) no-repeat center top;
	font: 15px/1.2em Georgia, "Times New Roman", Times, serif;
}
#homepage #container {
	background: #92a5a4 url(../images/KPVinteriors.gif) no-repeat left top;
}
#homepage h1 {
	display: none;
}
#homepage #nav a:link, #homepage #nav a:visited {
	color: #fff;
}
#homepage #nav a:hover {
	color: #000;
}

#portfolio #maincontent {
	margin-top: 25px;
	text-align: center;
}

/* press positions */
#press h2, #press blockquote, #press p {
	font-size: 14px;
	margin-left: 0;
}
#press h2 {
	font-weight: bold;
	color: #000;
}
#press p {
	color: #b0b0b0;
}
#press .article {
	margin-right: 35px;
	padding-left: 135px;
	background: url(../images/quotes.gif) no-repeat 60px 38px;
	margin-bottom: 2em;
	clear: both;
}
#press .article img {
	float: right;
	width: 80px;
	height: 120px
	background-color: #ccc;
	margin-left: 25px;
}

/*services positions */
#services #maincontent {
	padding-left: 440px;
}
#services ul {
	padding-left: 16px;
}
#services li {
	line-height: 1.7em;
}
