/* Created by David Broadway */
/* Web: www.perthdesign.com.au */
/* Updated: 2008 */

body {
	background:#ffe7f3;
	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;
	}

#bc_nav{
	padding-bottom:1em;
	}
	
.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

#sponsor td{
	padding:15px;
	}
#sponsor img{
	border:none;
	}

ol li ol li{
	list-style-type:lower-roman;
	}

ol li ol li ol li{
	list-style-type:square;
	}

/* LINKS */
address {
	font-style:normal;
	}

#content a {
	color: #fc3587;
	text-decoration: none;
	}
	
#content a:hover{
	color: #000;
	text-decoration: none;
	}
	
#copyright a {
	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:#fc3587;
	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:300px;
	float:left;
}

#MainBody #content #right_content {
	width:620px;
	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:#fc3587;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:0.3em;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

#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:#b7d72c;
	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;
	}

.contactinfo div{
	background-color:#fc3587;
	color:#FFF;
	border-bottom-color:#000;
	border-bottom-style:solid;
	text-transform:uppercase;
	padding:5px;
	}

.contactinfo div p {
	text-align:center;
	font-size:16px;
	}

#entryform {
	background-color:#eee;
}
.form-error {
	color: #ff0000;
}