/*========================
Cascading Style Sheets
for fashionpartners.com.au

by Lochlan McBride
Cornerstone Technologies
www.cstech.net.au
=========================*/

/*====General====*/
body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:#eaeaea url(../_images/layout/bg-body.gif) repeat-x;
	margin:0;
	color:#333333;
}
h1 {
	margin:10px 0;
	font-size:22px;
	font-weight:700;
}
h2 {
	margin:10px 0;
	font-size:11px;
	font-weight:700;
}
h3 {
	margin:0;
	font:16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
	font-weight:700;
}
a:link, a:visited {
	text-decoration:none;
	color:#6D3A63;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#BD92B1;
}
img {
	display:block;
}
table {
	border-collapse:collapse;
}
th {
	text-align:left;
	font-weight:700;
}
th, td {
	vertical-align:top;
	padding:2px;
}
.hr {
	height:1px;
	line-height:1px;
	margin:10px 0;
	border-top:solid 1px #ccc;
	width:100%;
}
a img {
	border:none;
}
blockquote {
	margin:0;
	background:url(../_images/layout/quote_open.png) no-repeat;
	text-indent:28px;
}
blockquote p {
	background:url(../_images/layout/quote_close.png) no-repeat bottom right;
	padding:0 26px 8px 0;
	display:inline;
}
cite {
	font-style:italic;
	text-align:right;
	display:block;
	margin:0 0 25px;
}

/*====Layout====*/
#outter-wrap {
	width:993px;
	margin:52px auto 10px;
}
#nav {
	background:url(../_images/layout/bg-header.png) no-repeat;
	height:140px;
	position:relative;
}
#nav h1 {
	display:none;
	height:1px;
}
#inner-wrap {
	background:url(../_images/layout/bg-content.png) repeat-y;
}
.frame {
	width:960px;
	margin:0 auto;
	background:#fff;
	border:solid 1px #d5c199;
	border-top:none;
}
#header {
	border-bottom:none;
	height:85px;
}
html>body #header {
	position:absolute;
	top:55px;
	left:15px;
	height:85px;
	border-bottom:none;
}
#header img {
	margin:15px 35px 0;
	float:right;
}
#banner {
	width:928px;
	height:129px;
	margin:0 auto;
	border:solid 1px #ccc;
}
#banner h2 {
	display:none;
}
#content {
	line-height:18px;
	padding:20px 14px;
}
#text {
	width:600px;
	float:left;
	padding-right:25px;
}
#text img {
	margin:0 0 10px;
}
a.read {
	display:block;
	text-align:right;
	background:url(../_images/layout/plus_small.gif) no-repeat right 2px;
	padding-right:15px;
}
#spotlight {
	width:305px;
	border:dashed 1px #CCCCCC;
	border-bottom:none;
	float:left;
	text-align:left;
	color:#111;
}
#spotlight h3 {font-size:20px;color:#9E599C;}
#spotlight td {
	border-bottom:dashed 1px #CCCCCC;
	padding:10px;
}
#sidebar #spotlight img {
	margin:0 auto;
}
#spotlight p {
	margin:5px 0;
}
#sidebar {
	text-align:center;
	float:left;
	width:300px;
}
#sidebar img {
	margin:20px auto 0;
}
#sidebar .border {
	padding:2px;
	border:solid 1px #ccc;
}
#footer {
	text-align:center;
	padding:10px 0;
	color:#6c3962;
	font-size:10px;
}
#footer a:link, #footer a:visited {
	color:#6c3962;
}
#bottom-bar {
	background:#F2EDE2 url(../_images/layout/bg-footer.png) 0 bottom no-repeat;
}
.clients:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clients img {
	float:left;
}

/*====Banners====*/
#home #banner {
	height:262px;
	border:none;
}
#ourteam #banner {
	background:url(../_images/banners/banner-ourteam.jpg) no-repeat;
}
#services #banner {
	background:url(../_images/banners/banner-services.jpg) no-repeat;
}
#clients #banner {
	background:url(../_images/banners/banner-clients.jpg) no-repeat;
}
#government #banner {
	background:url(../_images/banners/banner-government.jpg) no-repeat;
}
#contact #banner {
	background:url(../_images/banners/banner-contact.jpg) no-repeat;
}
#testimonials #banner {
	background:url(../_images/banners/banner-testimonials.jpg) no-repeat;
}
#clientpage #banner {
	background:url(../_images/banners/banner-clientpage.jpg) no-repeat;
}
#recentprojects #banner {
	background:url(../_images/banners/banner-recentprojects.jpg) no-repeat;
}


/*====Form====*/
label {
	display:block;
}
fieldset {
	border:none;
	margin:0 0 10px;
	padding:0;
}
.button {
	display:block;
}
textarea, input, select {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.checkbox {
	
}