@charset "UTF-8";

/*	
	Site Design Copyright 2009 Infusion Design Melbourne
	www.infusiondesign.com.au	
*/

/* ========= */
/* = RESET = */
/* ========= */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address,
img,
strike, strong, sub, sup, 
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font: 15px/20px Palatino, “Palatino Linotype”, Palladio, Georgia, Times, “Times New Roman”, serif;
	color: #414141;
	background: #fff9f4;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =========== */
/* = GENERIC = */
/* =========== */

p, ul {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #26536a;
	border-bottom: 1px solid #c3d4e4;

}
a:hover, a:focus {
	color: #26536a;
	border-bottom-color: #26536a;
}

address {
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	margin: 20px 0 5px 0;
	color: #f36c24;
}

strong {
	font-weight: bold;
/*	background: #fff8cc;*/
}
em {
	font-style: oblique;
}

/* ============= */
/* = CONTAINER = */
/* ============= */

html, body {
	height: 100%;
}

#container_outer {
	background: transparent url('../images/bg.jpg') no-repeat 50% 0;
	min-height: 100%;
	margin: 0 0 -106px 0;
	overflow: auto;
}
	#home #container_outer {
		background-image: url('../images/home_bg.jpg');
	}
	
#container_inner {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 106px;
	overflow: auto;
}

/* ========== */
/* = HEADER = */
/* ========== */

#header {
	position: relative;
	height: 260px;
	margin-bottom: 40px;
}
	#home #header {
		height: 460px;
		margin-bottom: 0;
	}
	
	#logo {
		position: absolute;
		top: 75px;
		left: 130px;
	}
		#logo a {
			background: url('../images/art_associates_logo.png') no-repeat 50% 50%;
			width: 209px;
			height: 132px;
			border: 0 none;
			text-indent: -9999px;
			display: block;
		}
	.tagline {
		position: absolute;
		text-align: center;
		font-size: 26px;
		line-height: 40px;
		color: #f36c24;
/*		color: #26536a;*/
		top: 95px;
		left: 460px;
		width: 440px;
		text-shadow: 0px 0px 10px #fff;
	}
	
		#home .tagline {
			font-size: 28px;
			line-height: 40px;
			top: 275px;
			left: 60px;
			width: 350px;
		}
	
	#navigation {
		position: absolute;
		margin-bottom: 0; /* undo default setting */
		top: 20px;
		left: 550px;
	}
		#navigation li {
			float: left;
			margin: 0 15px 0 0;
		}
			#navigation li a {
				color: #414141;
				border: 0 none;
				display: block;
				padding: 10px 5px 0px 5px;
			}
			#navigation li a:hover {
				border-bottom: 2px solid #f36c24;
			}
			#navigation li.active a {
				border-bottom: 2px solid #f36c24;
			}
	
#feature_images {
	position: absolute;
	top: 68px; /* 80 - 12 (top padding) */
	left: 453px; /* 470 - 17 (left padding) */
	padding: 12px 19px 28px 17px;
	background: transparent url('../images/feature_shadow.png') no-repeat 0 0;
}
	#feature_images ul {
		width: 420px;
		height: 350px;
		position: relative;
	}
		#feature_images li {
			width: 420px;
			height: 350px;
			background: #333;
			display: block;
			position: absolute;
		}
			#feature_images li img {
				display: block;
			}

/* =========== */
/* = CONTENT = */
/* =========== */

	#home #main_column {
		width: 340px;
		float: left;
		margin: 30px 0 30px 70px;
	}
	#home #secondary_column {
		float: left;
		margin: 30px 0 30px 80px;
	}
		#home #secondary_column li, #content li {
			margin: 0 0 10px 25px;
			padding-left: 5px;
			line-height: 20px;
			list-style: url('../images/li.png');
		}
		#content li {
			margin-bottom: 5px;
		}
	#content {
		float: right;
		margin: 0 90px 0 0;
		width: 380px;
	}
	#about #content {
		margin-top: -20px;
	}
	#sidebar {
		float: left;
		margin: 0 0 0 70px;
		width: 340px;
	}
		#sidebar img {
			display: block;
			margin: -10px 0 20px -10px;
		}
		#sidebar img.center {
			margin: 20px auto 20px auto;
		}
	
/* ================ */
/* = CONTACT FORM = */
/* ================ */

#contact form {
	float: right;
	width: 470px;
}
	#contact form div {
		overflow: visible;
	}
	#contact form label {
		width: 120px;
		float: left;
		clear: both;
		margin: 0 0 10px 0;
		padding-top: 5px;
	}
	#contact form input, #contact form textarea {
		width: 295px;
		border: 0 none;
		padding: 5px 20px 2px 25px;
		margin: 0 0 15px 0;
		float: right;
		font: 15px/20px Palatino, “Palatino Linotype”, Palladio, Georgia, Times, “Times New Roman”, serif;
		background: #efefef;
		height: 20px;
	}
	#contact form textarea {
		height: 90px;
		background: #efefef url('../images/input_sprite.jpg') no-repeat 0 -54px;
		resize: none;
	}
		#contact form textarea:focus {
			background: #e2e2e2 url('../images/input_sprite.jpg') no-repeat 0 -151px;
		}
	#contact form input {
		background: #efefef url('../images/input_sprite.jpg') no-repeat 0 0;
	}
		#contact form input:focus {
			background: #e2e2e2 url('../images/input_sprite.jpg') no-repeat 0 -27px;
		}
		
	#contact form #submit {
		float: left;
		margin: 0px 0 0 130px;
		color: #fff;
		background: #f36c24 url('../images/send_sprite.png') no-repeat 0 0;
		border: 0 none;
		width: 120px;
		height: 30px;
		cursor: pointer;
		text-indent: -9999px;
	}
		#contact form #submit:hover {
			background-color: #e35c14;
			background-position: 0 -30px;
		}
		#contact form #submit:active {
			background-position: 0 -60px;
		}
	
	#contact form #errors {
		color: red;
		border-bottom: 1px dotted #faa;
		margin-bottom: 10px;
	}
	#contact form .error label{
		color: red;
	}
	

#contact #sidebar {
	text-align: center;
/*	margin-top: 35px;*/
}

/* =========== */
/* = GALLERY = */
/* =========== */

#gallery #content {
	float: none;
	width: auto;
	margin: 0;
	overflow: auto;
}

#gallery_images {

}
#gallery_images li {
	padding: 10px 20px 30px 20px;
	margin: 0 10px 20px 10px;
	float: left;
	background: transparent url('../images/gallery_shadow.png') no-repeat 0 0;
	list-style: none;
}
	#gallery_images li img {
		display: block;
		width: 260px;
		height: 180px;
	}
/* ========== */
/* = FOOTER = */
/* ========== */

#footer_outer {
	background: transparent url('../images/footer.jpg') no-repeat 50% 100%;
	min-height: 66px;
	margin: 40px 0 0 0;
	clear: both;
}
	#footer_inner {
		width: 960px;
		margin: 0 auto;
	}
	
	#footer_infusion, #footer_artassocs {
		background: transparent;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -9999px;
		border: 0 none;
		display: block;
		float: left;
	}
	#footer_infusion {
		background-image: url('../images/infusion_design.png');
		width: 97px;
		height: 47px;
		margin-left: 633px;
		margin-top: 14px;
	}
	#footer_artassocs {
		background-image: url('../images/aa_logo_footer.png');
		width: 140px;
		height: 32px;
		margin-left: 15px;
		margin-top: 23px;
	}
	
/* =============== */
/* = BREADCRUMBS = */
/* =============== */

.breadcrumbs {
	color: #888;
	font-size: 13px;
	margin-top: -20px;
}

.breadcrumbs a {
	color: #888;
	border-color: #ddd;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #414141;
	border-color: #888;
}