/*  -----  Infusion Design  -----  */
/*
	Copyright 2008 Infusion Design
	
	
	Table of Contents
	----------------------
	1. Reset
	2. Header
	3. Tagline
	4. Container
	5. Main Content
	6. Footer
	7. Home Page Specific
	----------------------
	
*/

/*  -----  RESET  -----  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a {	text-decoration: none }

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
body {
	font: 100.01%/25px "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
}
.clearfloat {	
	clear: both;
}


/*  -----  HEADER  -----  */

#header {
	width: 910px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
	#header h1#logo {
		background: url(http://www.infusiondesign.com.au/images/white/logo.png) no-repeat;
		margin-left: 20px;
		padding: 0 5px 0 10px;
		width: 350px;
		height: 140px;		
		text-indent: -9999px;
	}
	#header h1#logo a {
		display: block;
		width: inherit;
		height: inherit;
	}
	#header ul#nav {
		position: absolute;
		right: 10px;
		top: 20px;
		height: 106px;
	}
		ul#nav li {
			float: left;
			font-size: 16px;
			padding: 0 13px 0 23px;
			height: 106px;
		}
		ul#nav li a {
			display: block;
			padding: 35px 0;
		}	
		ul#nav li.first {
			background: none;
		}


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

#tag_inner {
	width: 910px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
	#tag_inner #left_segment {
		position: absolute;
		right: 675px;
		width: 1000px;
		padding: 10px 20px 0 0;
		height: 90px;
	}
		#tag_inner #left_segment p {
			font-size: 15px;
			text-align: right;
		}
		#tag_inner #left_segment h2 {
			text-align: right;
			font-size: 26px;
			line-height: 30px;
			float: right;
			width: 240px;
		}

	#tag_inner h3#tagline {
		float: right;
		width: 590px;
		margin: 10px 10px 10px 75px;
		font-size: 26px;
		line-height: 37.5px;
		color: #EEE;
	}
	
	
/*  -----  CONTAINER  -----  */

#container {
	width: 910px;
	margin: 0 auto;
}
	#container #maincontent {
		margin: 0 0 0 310px; /* 235 + 65 + 10 */
		padding: 45px 0 45px 0;
	}
	#container #sidebar {
		width: 215px;	/* 235 - 20px padding */
		float: left;
		text-align: right;
		margin-top: 20px;
		padding-right: 20px;
		font-size: 14px;
		line-height: 25px;
	}
		#sidebar h4 {
			font-size: 14px;
			font-weight: bold;
		}
		#sidebar ul {
			padding-bottom: 25px;
		}
		#sidebar ul li a {
			text-decoration: none;
		}
	
	
/*  -----  MAIN CONTENT STYLES  -----  */

#maincontent {
	font-size: 13px;
	line-height: 25px;
}
#maincontent p {
	margin-bottom: 25px;
}
#maincontent h1 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #F22;
	font-weight: bold;
}
#maincontent h2 {
	font-size: 18px;
	margin-bottom: 25px;
}
#maincontent h3 {
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: bold;
}
#maincontent blockquote {
	margin: 0 -25px 25px -35px;
	padding: 12px 25px 13px 35px;
}
#maincontent blockquote p {
	margin: 0;
	font-style: italic;
}

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

#footer_wrap {
	clear: both;
}
#footer {
	width: 890px; /* 910 - 10px padding each side */
	height: 80px;
	margin: 0 auto;
	padding: 10px;
	font-size: 0.75em;
}
	#footer #right {
		float: right;
		width: 515px;
		text-align: right;
	}
	#footer #left {
		float: left;
		width: 290px;
		text-align: left;
	}


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


#home #super_wrap {
	background: #F22 url(http://www.infusiondesign.com.au/images/superbar.png) repeat-x;
	margin-bottom: 50px;

}
#home #super_inner {
	width: 910px;
	height: 235px;
	margin: 0 auto;
	position: relative;
	color: #EEE;
}
#home #super_inner #superpic {
	position: absolute;
	right: 700px;
	height: 235px;
	width: 900px;
}
	#home #super_inner #superpic img {
		position: absolute;
		right: -175px;
		top: -31px;
	}
#home #super_inner #supertext {
	margin-left: 450px;
	padding: 20px 20px 20px 0;
}
#home #super_inner #supertext img#wecreate {
	width: 381px;
	height: 94px;
}
	#home #super_inner #supertext h3 {
		font-size: 40px;
		line-height: 50px;
	}
	#home #super_inner #supertext blockquote {
		padding-top: 20px;
		margin-top: 5px;
		min-height: 60px;
		font-size: 16px;
		line-height: 25px;
		background: url(http://www.infusiondesign.com.au/images/superquotes.png) no-repeat;
	}
	#home #super_inner #supertext blockquote p {
		margin-bottom: 5px;
	}
	#home #super_inner #supertext blockquote span {
		text-align: right;
		font-style: italic;
	}
#home #feature_wrap {
	width: 870px;
	padding: 20px;
	margin: 15px auto;
	z-index: 20;
}
	#home #feature_wrap p {
		font-size: 20px;
		line-height: 37.5px;
		text-align: center;
	}
	#home #feature_wrap p strong {
		font-weight: bold;
	}
	#home #feature_wrap p em {
		font-style: italic;
	}
	
#home #info_wrap #info {
	width: 910px;
	margin: 0 auto;
	height: auto;
}
	#home #info_wrap #info div.infobox {
		width: 270px;
		margin-left: 10px;
		padding: 0 10px 10px 10px;
		float: left; 
		font-size: 15px;
		line-height: 25px;
		text-align: left;
	}
	#home #info_wrap #info div.infobox h3 {
		font-size: 32px;
		font-weight: bold;
		line-height: 25px;
		margin-bottom: 25px;
		text-align: center;
	}
	#home #info_wrap #info div.infobox p {
		margin-bottom: 25px;
		text-align: left;
	}
	#home #info_wrap #info div.infobox img {
		margin-bottom: 15px;
	}
	
a#letstalk {
	background: url(http://www.infusiondesign.com.au/images/letstalk.png) 0 0;
	display: block;
	width: 290px;
	height: 56px;
	margin: 1px 0 18px -5px;
}
a#letstalk:hover {
	background-position: 0 100%;
}

/*  -----  PORTFOLIO  -----  */

#portfolio img#featureimg {
	float: right;
	margin: 0 -20px 25px 75px;
}

#portfoliolist {
	list-style: none;
	display: block;
	width: 620px;
}
#portfoliolist li {
	display: block;
	padding: 0;
	margin: 0 0 20px -10px;
}
	#portfoliolist li a {
		display: block;
		width: 580px; /* 620 minus padding */
		height: 230px; /* 250 minus padding */
		background: transparent url(http://www.infusiondesign.com.au/images/portfolio_sprite.png) no-repeat 0 0;
		padding: 20px 20px 0 20px;
	}
		#portfoliolist li a:hover, #portfoliolist li a:focus {
			background-position: 0 -250px;
		}
	#portfoliolist li a img {
		display: block;
		margin: 0;
		width: 580px;
		height: 190px;
	}
/*  -----  CONTACT FORM  -----  */

form#proposalform input[type="text"], form#proposalform textarea, form#proposalform select {
	font-size: 14px;
	width: 280px;
	padding: 5px;
}

form#proposalform input[type="checkbox"] {
	width: 15px;
}

form#proposalform textarea {
	height: 8em;
	font: 14px/20px "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
}
#proposalform {
	padding: 40px;
	width: 295px;
}
#proposalform p { 
	margin: 0 0 1em 0;
}
form#proposalform p span { 
	font-size: 10px;
	margin: 0 0 0 10px;
}
form#proposalform input#submit {
	background: none;
	border: none;
	width: auto;
	height: auto;
}

/*  -----  FEEDBACK FORM  -----  */

form#feedbackform input, form#feedbackform textarea, form#feedbackform select {
font-size: 13px;
width: 430px;
}

form#feedbackform input[type="checkbox"] {width: auto;}
form#feedbackform textarea, form#feedbackform input[type="text"] {
	padding: 5px;
}
#feedbackform {
padding: 40px;
width: 445px;
}
#feedbackform p { 
margin: 0 0 1em 0;
}
form#feedbackform p span { 
font-size: 10px;
margin: 0 0 0 10px;
}

form#feedbackform input#submit {
background: none;
border: none;
width: auto;
height: auto;
}


form#feedbackform input, form#feedbackform textarea, form#feedbackform select {
border: 1px dotted #AAA;
background-color: #FFF;
}
form#feedbackform input:focus, form#feedbackform textarea:focus, form#feedbackform select:focus {
border: 1px dotted #F22;
}
#feedbackform {
border: 1px dotted #CCC;
background: #F1F1F1;
color: #666;
}
form#feedbackform label { color: #444; }
form#feedbackform p span { 
color: #F22; 
}
