/* Created by David Broadway */
/* Web: www.perthdesign.com.au */
/* Updated: 2008 */

body {
	background:#252324;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}              

#MainBody{
	width:980px;
	margin: 0 auto;
	}

#content{
	width:960px;
	padding:10px;
	background:#FFF;
	font-size:12px;
	background-image: url(../images/bg-floralpattern.jpg);
	background-position:center;
	}

#bc_nav{
	padding-bottom:1em;
	}
	
.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/* LINKS */
address {
	font-style:normal;
	}

a {
	color: #ed008c;
	text-decoration: none;
	}
	
a.NormalLinks:hover {
	color: #000;
	text-decoration: none;
	}

.thm form{
	margin:10px;
	}	
	
/* IMAGE STYLING */
/* Thumbnail for Galley */
.thm img {
	margin:5px;
	padding:5px;
	border:thick;
	border-color:#000;
	border-style:solid;
}

.thm img:hover {
	margin:5px;
	padding:5px;
	border:thick;
	border-color:#ed008c;
	border-style:solid;
	background-color:#EFEFEF;
}

/* Image boarders for "Home" page */
#img_main img {
	padding:5px;
	border:thick;
	border-color:#000;
	border-style:solid;
}

/* Left & Right Content */
#MainBody #content #left_content {
	width:600px;
	float:left;
}

#MainBody #content #right_content {
	width:300px;
	float:right;
}

#MainBody #content #left_content_portfolio {
	width:450px;
	float:left;
}

#MainBody #content #right_content_portfolio {
	width:450px;
	float:right;
	margin-right:50px;
}

#MainBody #content #left_content_contactus {
	width:300px;
	float:left;
}

#MainBody #content #middle_content_contactus {
	margin-left:310px;
	margin-right:310px;
	}

/* HEADINGS */
#MainBody #content .title_heading {
	background:#999999;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:0.5em;
	border-bottom-color:#ed008c;
	border-bottom-style:solid;
}

#MainBody #content .title_enquiry {
	background:#fff8cc;
	color:#000;
	border-bottom-color:#ffe222;
	border-bottom-style:solid;
	padding:0.25em;
	margin-top:0.5em;
}


.portfolio_index li{
	background:#EFEFEF;
	color:#7c7c7c;
	font-weight:bold;
	border-bottom-color:#ed008c;
	border-bottom-style:solid;
	padding:0.25em;
	list-style-type:none;
	text-align:center;
	}

.portfolio_index li a{
	font-variant:small-caps;
	font-size:18px;
	}

/* Services */
#table_services td{
	width:25%;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	}
