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


/* 
	|
	| SILK PEARCE
	|
*/

/* Layout */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#E6E6E5;
	}	
	
html, body {
	height: 100%;
	}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	color: #455560;
	}

.mainWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-50px;
	min-width: 950px;
    max-width: 2200px;
    width:expression(document.body.clientWidth < 950? "950px" : document.body.clientWidth > 2200? "2200px" : "auto");
	}

.footer, .push {
	height: 50px;
	margin: 0 auto;
	}

.footer p {
	color: #919aa2;
	font-size: 13px;
	margin-left: 26px;
	}

img {
	border: 0;
	}	
	
	
#aboutus .footer p, #websites .footer p,  #caseStudies .footer p,  #pressreleases .footer p,  #contact .footer p {
	color: #fff;
}

body#index {
	background: #040a24;
}
	
body#aboutus {
	background: #a8a677;
}
	
body#graphic {
	background: #E6E6E5;
}
		
body#websites {
	background: #bea293;
}	

body#caseStudies {
	background: #85849A;
}

body#pressreleases {
	background: #7d605c;
}

body#contact {
	background: #91b9d4;
}
	
	

/* Non-flash 
   ---------------------------- */
	
.nonFlashCont {
	padding: 60px 0 0 30px;
	width: 400px;
}

.nonFlashCont p {
	color: #d3d7da;
	color: #fff;	
	margin-bottom: 16px;
}

.nonFlashCont h1 {
	color: #ccc;
	font-weight: normal;
	font-size: 18px;
	margin: 8px 0 18px 0
}

.nonFlashCont h4 {
	color: #ccc;
	font-weight: normal;
	font-size: 12px;
	margin: 40px 0 18px 0;
	padding-left: 26px;
	background: url(images/alert.gif) no-repeat 0 4px;
}

.nonFlashCont ul {
	padding: 0 0 10px 0;
	margin-bottom: 20px;	
	list-style: none;
	height: 90px;
	border-bottom: 1px solid #ccc;
}

.nonFlashCont ul li {
	font-size: 14px;
	float: left;
	height: 18px;
	margin-bottom: 4px;
	width: 200px;
}

.nonFlashCont a{
	text-decoration: none;
	color: #ccc;
}

.nonFlashCont a:hover {
	color: #fff;
}


#index .nonFlashCont {
	background: url(images/silkpearce_logo.gif) no-repeat 31px 18px;
}


#aboutus .nonFlashCont {
	background: url(images/silkpearce_aboutus_logo.gif) no-repeat 31px 18px;
}
	
#graphic .nonFlashCont {
	background: url(images/silkpearce_graphic_logo.gif) no-repeat 31px 18px;
}
		
#websites .nonFlashCont {
	background: url(images/silkpearce_websites_logo.gif) no-repeat 31px 18px;
}	

#caseStudies .nonFlashCont {
	background: url(images/silkpearce_casestudies_logo.gif) no-repeat 31px 18px;
}

#pressreleases .nonFlashCont {
	background: url(images/silkpearce_pr_logo.gif) no-repeat 31px 18px;
}

#contact .nonFlashCont {
	background: url(images/silkpearce_contact_logo.gif) no-repeat 31px 18px;
}



/* Graphic */


#graphic a,  #graphic h4, #graphic h1 {
	color: #919aa2;
}

#graphic a:hover {
	color: #000;
}	
	
#graphic p {
	color: #333;
}


/* Websites */


#websites a,  #websites h4, #websites h1 {
	color: #f1e6dd;
}

#websites a:hover {
	color: #fff;
}	
	
#websites p {
	color: #fff;
}

#websites .nonFlashCont ul {
	border-bottom: 1px solid #dfc6b6;
}


/* Contact */

	
#contact .nonFlashCont ul {
	border-bottom: 1px solid #c5deea;
}

#contact a,  #contact h4, #contact h1 {
	color: #e5eff5;
}

#contact p a {
	color: #fff;
}

#contact a:hover {
	color: #333;
}


/* Non-flash end */
	



	
	
	

				