@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0; padding: 0; text-indent: 0;
	border: none; outline: none;
	text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}

/*****************  TYPOGRAPHY   ********************/

body { font-size: .9em; background: #fff url('../images/site_bg.jpg') center repeat-x; background-position: top left; color: #696969; font-family: Verdana, sans-serif; }

a, a:visited {
	color: #535353;
}
a:hover, a:active {
	color: #C4B28A;
	text-decoration: underline;
}
h1{
color: #7883c3;
line-height: 2em;
font-size: 1.1em;
}

h2{
color: #7883c3;
line-height: 2em;
font-size: 1em;
}
p{
	font-size: .8em;
	color: #2e2e2e;
line-height: 1.5em;
padding-bottom: 10px;
}

/*****************   MENU - SELECTED STAES   ********************/

body.home a#nav-home,
body.about  a#nav-about,
body.services  a#nav-services,
body.portfolio  a#nav-portfolio,
body.endorsements  a#nav-endorsements,
body.contact  a#nav-contact {
	color: #9daae2;
	font-size: 11px;
	font-family: Arial;
	border: 0px;
	}




/*****************  FORMS   ********************/
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 36em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	
	color: #7883c3;
}

/* style for  labels */
label {
	float: left;
	width: 16em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/*****************  SUBMIT   ********************/

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 165px;
	padding: 0 .25em;
	background-color: #7883c3;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group { display: block; }

/*****************  END OF DEFAULT   ********************/

#main {
	width: 716px;
	margin: 0px auto 0;
	padding: 70px 0 0 0;
        height: 100%;
}
ul {
font-size: .8em;
	color: #696969;
line-height: 1.2em;

}
li {	list-style-image: url("../images/design/check.png");
}

/*****************   LOGO PLACEMENT   ********************/

#header h1 a {
	display: block;
	width: 300px;
	height: 112px;
	text-indent: -5000px;
	outline: none;
	float: right;
}
#description {
	float: left;
	padding: 40px 0 0 10px;
	display: block;
	width: 400px;
	height: 75px;
}
#description p{
	font-size: .8em;
	color: #696969;
	padding-top:0;
}

/*****************   LAYOUT   ********************/

#header {
	height: 118px;
	background: #fff url('../images/header.jpg') center no-repeat;
	width: 716px;
	border-right: 30px solid #fff;
	background-position: top left
}
#nav {
	height: 30px;
	background: #fff url('../images/nav_bg.jpg');
}
#nav ul{
padding-top: 6px;
}
#nav li a{ font-size: 11px;}
#phone {
float: right;
padding: 6px 10px 0 0;
}
#phone p {
font-family: Myriad Web, Trebuchet, Arial;
letter-spacing: 4px;
font-weight: bold;
}
#content {
	background: url('../images/kitchen.jpg') center no-repeat;
	height: 319px;
	width: 716px;
	margin: 0px;
	padding: 0px;
}
#contentsub {
	min-height: 319px;
	width: 716px;
	margin: 0px;
	padding: 20px 0 0 10px;
}
#contentsub p{
font-size: .8em;
}
#footer {
	clear: both;
	display:  block;
	overflow:  hidden;
	width: auto;
	height: 166px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 30px 0 30px;
	background: #fff;
}
#footer p {
	color: #696969;
	font: Arial, Helvetica, sans-serif;
	font-size: .68em;
}
#footer a {
	color: #696969;
}
#footer a:hover {
	color: #95cede;
}
#address {
	text-align: center;
	float: left;
	width: 245px;
	height: 80px;
	border-top: 1px dotted;
	margin-top: 10px;
}
#address p {
	color: #696969;
	font-family:Arial, Helvetica, sans-serif;
}
.cleaner {
	clear: both;	
}
