body {
	color: #444;
	background: #F1F1F1 url(http://www.infusiondesign.com.au/images/white/indexstripes.png) repeat-y 50% 0;
}
/*  -----  HEADER  -----  */

#header_wrap {
	background: #EEE url(http://www.infusiondesign.com.au/images/white/headerbar.png) no-repeat 50% 0;
}
	#header h1#logo {
		background: url(http://www.infusiondesign.com.au/images/white/logo.png) no-repeat;
	}
		ul#nav li {
			background: url(http://www.infusiondesign.com.au/images/white/navline.png) no-repeat 0 0;
		}
		ul#nav li a {
			color: #444;
		}	
		ul#nav li a:hover {
			color: #666;
		}
		ul#nav li.active a {
			color: #F22;
		}
		ul#nav li.active a:hover {
			color: #666;
		}

/*  -----  TAGLINE AREA  -----  */

#tag_wrap {
	background: #F22 url(http://www.infusiondesign.com.au/images/white/tagbar.png) repeat-x;
}
	#tag_inner #left_segment {
		background: #CCC url(http://www.infusiondesign.com.au/images/white/tagwhite.png) repeat-x;
	}
		#tag_inner #left_segment p {
			color: #222;
		}
		#tag_inner #left_segment h2 {
			color: #F22;
		}
		#tag_inner #left_segment a {
			color: #666;
		}
		#tag_inner #left_segment a:hover {
			color: #F22;
		}
	
/*  -----  CONTAINER  -----  */

#container_wrap {
	background: #F1F1F1 url(http://www.infusiondesign.com.au/images/white/bodystripes.png) repeat-y 50% 0;
}
		#sidebar h4 {
			color: #444;
		}
		#sidebar ul li a {
			color: #F22;
		}
		#sidebar ul li.active a {
			color: #666;
		}
		#sidebar ul li a:hover {
			color: #333;
		}
	
/*  -----  MAIN CONTENT STYLES  -----  */

#maincontent a {
	color: #F22;
}
#maincontent a:hover {
	color: #333;
}
#maincontent h1 {
	color: #F22;
}
#maincontent h2 {
	color: #F22;
}
#maincontent blockquote {
	border: 1px dotted #CCC;
	background: #DDD;
}

/*  -----  FOOTER  -----  */

#footer_wrap {
	background: #EEE url(http://www.infusiondesign.com.au/images/white/footerstripes.png) repeat-x 50% 100%;
}
	#footer p em {
		color: #F22;
	}
	#footer a {
		color: #666;
	}
	#footer a:hover {
		color: #F22;
	}

/*  -----  HOME PAGE  -----  */

#home #container_wrap {
	background: #F1F1F1 url(http://www.infusiondesign.com.au/images/white/indexstripes.png) repeat-y 50% 0;
}
#home #super_inner #superpic {
	background: #F1F1F1 url(http://www.infusiondesign.com.au/images/white/tilestripes.png) repeat 25px 0;
}

/*#home #feature_wrap {
	width: 870px;
	padding: 20px;
	height: 120px;
	margin: 15px auto;
	background: transparent url(http://www.infusiondesign.com.au/images/white/featuretext_whitebg.png) no-repeat 50% 50%;
	text-indent: -9999px;
}*/

	#home #feature_wrap p {
		color: #666;
	}
	#home #feature_wrap p a {
		color: #333;
	}
	#home #feature_wrap p a:hover {
		color: #F22;
	}
	#home #feature_wrap p em {
		color: #F22;
	}
	#home #info_wrap #info div.infobox h3 {
		color: #F22;
	}

/*  -----  CONTACT FORM  -----  */

form#proposalform input[type="text"], form#proposalform textarea, form#proposalform select {
border: 1px dotted #AAA;
background-color: #FFF;
}
form#proposalform input:focus, form#proposalform textarea:focus, form#proposalform select:focus {
border: 1px dotted #F22;
}
#proposalform {
border: 1px dotted #CCC;
background: #F1F1F1;
color: #666;
}
form#proposalform label { color: #444; }
form#proposalform p span { 
color: #F22; 
}