@charset "UTF-8";
* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 65px;}  /* must be same height as the footer */


#footer {
	clear:both;
	background: #e6e6e6;
	position: relative;
	height: 60px;
	margin-top: -65px;

	
}



a {
	text-decoration:none;
	color: #666666;
	font-style:normal;
}

a:visited {
	text-decoration:none;
	color: #666666;
	font-style:normal;
}
a:hover {
	
	color:#000;
	font-style:normal;
}

/*Layout container elements*/

.container {
	position:relative;	
}


#header { 
	width: 940px;
	position:relative;
	margin: 0 auto 10px auto;
	height: 130px;
	padding-right: 20px;
	
	

}

#logo {
	position:relative;
	margin-top: 40px;
	width: 460px;
	float:left;	
	

	
}
#address {
	position:relative;
	float:right;	

	}

#menu {
	position: relative;
	float: left;
	border: 0px solid black;
	width: 1000px;
	padding-left: 20px;
	margin-top: 10px;
}

#pmenu {
	position: relative;
	margin: 10px 0px 20px 12px;
	border: 0px solid black;
	padding-left: 0px;
	font-size: 135%;
}

#contents  {
	width:920px;
	background: #fff;
	position: relative;
	#z-index: -1;
	#display: block;
	min-height: 180px;
	margin: 0 auto;
	padding: 20px;
	font: 1.35em/1.45em 'Puritan', Arial, sans-serif;
	
}

#leftcol {
    float:left;
	position:relative;
	width: 440px;
	border: 0px solid red;
	clear:right;
	

}

#rightcol {
    float: right;
	position:relative;
	width: 440px;
	border: 0px solid red;
	margin-top: 5px;


}


#formholder {
	float:left;
	position:relative;
	width: 442px;
	border: 0px solid red;
	height: 380px;
	clear:right;
	padding-left: 5px;
	
}
#contactpic{
	position:relative;
	float:right;
	width: 470px;
	height: 380px;
	border: 0px solid red;
	
	
}

#contactpic img{
	float:right;
	border: 0px solid red;
	
	
}

.mainimage {
	position: relative;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height:376px;
	/*width: 900px;
	margin: 0px 0px 20px 12px;*/
	margin: 20px auto;
	width: 708px;
	-moz-box-shadow:    1px 2px 2px 2px #ccc;
  	-webkit-box-shadow: 1px 2px 2px 2px #ccc;
  	box-shadow:         1px 2px 2px 2px #ccc;
	overflow:hidden;


}

.pageimage {
	position: relative;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height:387px;
	width: 916px;
	margin: 0px auto 20px auto;
	-moz-box-shadow:    1px 2px 2px 2px #ccc;
  	-webkit-box-shadow: 1px 2px 2px 2px #ccc;
  	box-shadow:         1px 2px 2px 2px #ccc;

}
	
.pageimageright {
	position: relative;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height:347px;
	width: 423px;
	margin: 0px auto 20px auto;
	-moz-box-shadow:    1px 2px 2px 2px #ccc;
  	-webkit-box-shadow: 1px 2px 2px 2px #ccc;
  	box-shadow:         1px 2px 2px 2px #ccc;
}
.portholder {
	position: relative;
	border: 2px solid #fff;
	height: 375px;
	width: 900px;
	margin: 0px 0px 20px 12px;
	-moz-box-shadow:    1px 2px 2px 2px #ccc;
  	-webkit-box-shadow: 1px 2px 2px 2px #ccc;
  	box-shadow:         1px 2px 2px 2px #ccc;
	overflow:hidden;
	
}

#portholdercontent {
	border:0px solid red;
	width: 809px;
	height: 377px;
	display:block;
	position:relative;
	background: #fff;

	
	
	
}

/* PORTFOLIO RIGHT HAND IMAGE SUB MENU CSS */


#portmenu {
	position: relative;
	width: 105px;
	float:right;
	background:#fff;

}

#portmenu  img{
	width:105px;
	height: 75px;
	position: relative;
	display:block;
	
}


#portmenu ul {
	margin:0px;
	padding:0px;
	position:relative;
	
}

#portmenu ul li{
	display: inline;
	float:left;
	background-color:#fff;
	margin-bottom:-4px;
	margin-left:0px;
	
}






/* TOP MENU CSS */

#menu ul {
	display: inline;

}
#menu ul li {
     display: inline;
     padding: 0px 60px 0px 0px;
	 border: 0px solid green; 
}

#menu ul li a:link, #menu ul li a:visited { /*css for horizontal drop down governed by ddsmoothmenu.css */
        font: 1.6em/1.5em 'Puritan', Arial sans-serif;
		text-align:center;
		color: #432101;
        border: 0px solid red;
        padding: 5px 15px 12px 15px;
		}

#menu ul li a:hover {
    background: #e6e6e6;}

#menu ul li a:hover, body#home  #homepage a, body#portfolio  #portfoliopage a, body#design  #designpage a, body#services  #servicespage a, body#testimonials  #testimonialspage a,  body#contact  #contactpage a {
 		background: #e6e6e6;
  
}

/*PORTFOLIO MENU CSS */

#pmenuul {
	display: inline;

}
#pmenu ul li {
     display: inline;
     padding: 0px 40px 0px 0px;
	 border: 0px solid green; 
}

#pmenu ul li a:link, #pmenu ul li a:visited { /*css for horizontal drop down governed by ddsmoothmenu.css */
        font: 100% 'Puritan', Arial sans-serif;
		text-align:center;
		color: #432101;
        border: 0px solid red;
        padding: 5px 15px 5px 15px;
		}



#pmenu ul li a:hover, #pmenu ul li a.selected {
	background: #e6e6e6;
	  padding: 5px 15px 5px 15px;
}








/*Typography elements*/
.addressline {
	
	 	font: 1.6em/1.5em 'Puritan', Arial sans-serif;
		text-align:right;
		color: #666666;
		margin-top: 40px;
		display:block;
}



#contents h1.summary, #contents h2.summary {
	font: bold 110% 'Puritan', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	margin-left: 0px;
	margin-bottom: 7px;
	padding-left: 14px;
	
}

.quote{
	font: bold 110% 'Puritan', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	margin-left: 7px;
	margin-bottom: 0px;
	font-style:italic;
	
}

#contents p.summary {
	font: bold 110% 'Puritan', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	margin-left: 0px;
	margin: 6px 0;
	
}


#contents p, .date, .table{
	font-size: 100%;
	color: #4e4d4d;
	padding-left: 14px;
	text-align: left;
	font-style:normal;

}


#contents p.summary {
	color: #666666;
	font-weight:bold;
	padding-left: 14px;
	
}

#contents p.background {
	background: #e6e6e6;
	padding: 7px;
	margin: 0 13px 5px 14px;
	
}






#footer p{
	font: 1.3em 'Puritan', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #676767;
	padding: 17px 10px 2px 10px;
}




#contents ul {
	font-size: 100%;
}

#contents  li{
	list-style-type:disc;
	list-style:inside;
	font-size:100%;
	margin-bottom: 5px;
	color: #676767;
	padding-left: 14px;
	
}

#contents img.home {
	float:right;
	padding-left:10px;
}
#contents img {
	padding-bottom:5px;
}

.img-right {
float: right;
padding-left: 10px;
}


/*General Typographical elements */

h1 {
	font-size:1.13em;
	margin-bottom:5px;
	z-index:0;
}

h2 {
	font-size:1em;
	margin:5px 0px;
    padding-top: 15px;
}
h3 {
	font-size:0.9em;
	margin:5px 0px;
   }


p, table {
	font-size:1.35em;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}
td {
	padding:0 30px 0 0;
	vertical-align:top;
}


.panel {
	
}




/*CONTACT FORM*/
#contents fieldset {
  border: 1px solid #999;
  #border: 0px solid #fff;
  background-color:#e6e6e6;
  border-radius:10px;
  -moz-border-radius:10px; 
  -webkit-border-radius:10px;
  width: 400px;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 30px;
  padding: 5px;
text-align: left;
color: #4e4d4d;
font-size:inherit;
	

 

}


/*FROM LABELS*/
.cForm{ 
	width: 305px; 
	margin-bottom: 10px; 
	padding: 2px 0;
	
	}
	
input, textarea {
border: 1px solid #ccc;	
}


	
.cFormMessage{ 
	width: 289px; 
	#width: 289px; 
        height: 70px;
	margin-bottom: 5px; 
	}

.radioinput {
	color:green;
	}
.label {
	text-align: right;
	margin-right: 15px;
	padding-right:10px;
	color: #4e4d4d;
	font-weight:normal;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}
