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


/* Global Rules */


/* Primary content containers */

body {
	background: #fff;
	color: #999;
	font: 13px Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	margin: 0 auto;
	padding: 0;
	text-align: center; /* For IE. */
	}
	
#content-container { /* places full-width background pattern on header */
	background:url(../images/bricks.gif);
	height: 400px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
		
#xhome #content-container { /* Heightens header on Home page */
	height: 715px;
	}
	
#xpricing #content-container { /* Heightens header on Pricing page */
	height: 975px;
	}
	
#xportfolio #content-container { /* Heightens header on Portfolio page */
	height: 900px;
	}

#xportfolioshort #content-container { /* Heightens header on Portfolio page */
	height: 855px;
	}
	
#xportfoliotall #content-container { /* Heightens header on Portfolio page */
	height: 965px;
	}
	
#xaccolades #content-container { /* Heightens header on Accolades page */
	height: 1200px;
	}
	
#xcontact #content-container { /* Heightens header on Contact page */
	height: 850px;
	}
	
#xthankyou #content-container { /* Heightens header on Thank You page */
	height: 750px;
	}
	
img {display:block}

#content { /* Constrains header content area */
	margin: 0 auto;
	padding: 60px 0 0 0;
	position: relative;
	width: 940px;
	}
	
#mainnavigation {
	position:absolute; 
	width:700px; 
	z-index:1;
}

#mainnavigation ul li.menu {
	display: inline;
	padding-left:0px;
  	padding-right:40px;
  	font-family:Times,"Times New Roman", serif;
	color:#544115; 
  }
  
.linknav a {
	font-family:Times,"Times New Roman", serif;
	color:#544115; 
	font-size:15px;
	text-decoration: none;
}
.linknav a:visited {
  	font-family:Times,"Times New Roman", serif;
	color:#544115; 
	font-size:15px;	text-decoration: none;
}

.linknav a:hover {
  	font-family:Times,"Times New Roman", serif;
	color:#fe82b0; 
	font-size:15px;	text-decoration: none;
}

h2 {
	font-family:Times,"Times New Roman", serif; 
	font-size: 17px; 
	font-weight:bold; 
	color:#fe82b0;
}

h3 {
	font-family:Times,"Times New Roman", serif; 
	font-size: 15px; 
	font-weight:bold; 
	color:#fe82b0;
	line-height:17px;
}
	
#copy {
	font-family: Times,"Times New Roman", serif; 
	font-size:12px; 
	color:#544115; 
	text-align:left;
	line-height:15px;
}

.press a {
	font-family:Times,"Times New Roman", serif;
	color:#544115; 
	text-decoration: none;
}

.press a:visited {
  	font-family:Times,"Times New Roman", serif;
	color:#544115; 
	text-decoration: none;
}

.press a:hover {
  	font-family:Times,"Times New Roman", serif;
	color:#fe82b0; 
	text-decoration: none;
}

#instructioncopy {
	font-family:Times,"Times New Roman", serif;
	font-style:italic;
	font-size: 14px; 
	color:#544115; 
	text-align:center;
	padding-top:25px;
}

#menucopy {
	font-family: Times,"Times New Roman", serif; 
	font-size:13px; 
	color:#544115; 
	text-align:left;
}

#pricingcopy {
	font-family: Times,"Times New Roman", serif; 
	font-size:11px; 
	color:#544115; 
	text-align:left;
	line-height:14px;
}

.testimonial {
	font-family: Times,"Times New Roman", serif; 
	font-size:12px; 
	color:#544115; 
	text-align:right;
	line-height:14px;
}

#footercopy {
	font-family:Times,"Times New Roman", serif; 
	font-size: 10px; 
	color:#544115; 
	text-align:center;
}
  
.footer a {
	font-family:Times,"Times New Roman", serif; 
	font-size: 10px; 
	color:#544115;
	text-decoration: none;
}

.footer a:visited {
	font-family:Times,"Times New Roman", serif; 
	font-size: 10px; 
	color:#544115;
	text-decoration: none;
}
.footer a:hover {
	font-family:Times,"Times New Roman", serif; 
	font-size: 10px; 
	color:#fe82b0;
	text-decoration: none;
}
	
#footer-container {
	background:url(../images/structure/sidewalk_footer.jpg) center top repeat-x;
	height:150px;
	margin: 0 auto;
	padding: 0px 0 0;
	position: relative;
	}