/* Start of CMSMS style sheet 'dpa-main' */
body {
	margin: 0px;
	padding: 0px;
	background-color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/component/body-bg.jpg);
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* SILVER PAGE CONTAINER -------------------------------------------------------*/
#container {
	width: 810px;
	height: 560px;
	margin: 50px auto 0px auto;
	padding: 0px;
	position: relative;
	background-image: url(images/component/page-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 55px;
	left: 55px;
}

/* HOME PAGE SPECIFIC CONTENT ---------------------------------------------------*/
#contentHome {
	width: 540px;
	height: 450px;
	position: absolute;
	top: 55px;
	right: 55px;
	background-color: #CCCCCC;
	background-image: url(uploads/images/home-feature.jpg);
	background-repeat: no-repeat;
}

	#homeContentBg {
		width: 540px;
		height: 110px;
		position: relative;
		top: 300px;
		background-color: #000000;
		filter: alpha(opacity=40);
		-moz-opacity: .40;
		opacity: .40;
	}
	
	#homeContent {
		width: 500px;
		padding: 20px;
		position: relative;
		top: 190px;
		color: #FFF;
		font-size: 13px;
		text-align: justify;
		line-height: 1.4;
	}

/* GENERAL CONTENT -------------------------------------------------------------*/
#content {
	width: 540px;
	height: 450px;
	float: right;
	position: relative;
	top: 55px;
	right: 55px;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
}

	#content a {
		color: #1E3482;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #2A4AB1;
		text-decoration: underline;
	}

/* GENERAL CONTENT TEXT STYLES -------------------------------------------------*/
#content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #1E3482;
}

/* PROJECT THUMBNAILS -----------------------------------------------------------*/
#projectThumbs a {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 4px 8px 4px;
	text-decoration: none;
}

#projectThumbs img {
	position:absolute;
	border: none;
}

/* CONTACTS PAGE ---------------------------------------------------------------*/
#contactDetails {
	font-size: 14px;
	font-weight: normal;
	color: #444;
}

	#contactDetails p {
		margin: 0px 0px 10px 0px;
	}

#contactNames {
	margin: 30px 0px;
}

	#contactNames p {
		margin: 0px 0px 10px 0px;
	}

	span.ed {
		color: #666;
		font-size: 11px;
	}

/* LTD COMPANY INFORMATION -------------------*/
#companyInfo {
	font-size: 10px;
	color: #444;
}

/* CONTACT FORM *-----------------------------*/
#contactForm {
	width: 284px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

	#form {
		margin-top: 10px;
	}

	#form div {
		clear: left;
	}

	#form label, #form input, #form textarea {
		float: left;
	}
	
	#form input, #form textarea {
		width: 170px;
		margin: 0px 0px 4px 0px;
		background-color: #FFF;
		border: 1px solid #333;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
	}
	
	#form label {
		width: 100px;
		margin-right: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #555;
	}

	textarea#m3fbrp__7 {
		height: 100px;
	}
	
	input#fbsubmit1 {
		float: left;
		width: auto;
		height: 30px;
		margin-left: 110px;
		background-color: #333;
		border: 2px solid #777;
		color: #FFF;
	}
	
.error_message ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
}

	.error_message ul li {
		margin: 0px 0px 2px 0px;
		padding: 0px;
		color: #C00;
		font-weight: bold;
	}
	
span.error {
	color: #666;
	font-size: 12px;
}

/* RESIDENT ARTIST -------------------------------------------------------------*/
.artPiece {
	clear: left;
	font-size: 13px;
	line-height: 1.8;
}

	.artPiece img {
		margin: 0px 10px 10px 0px;
	}
	
.artist {
	position: absolute;
	bottom: -10px;
	right: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

/* FOOTER ----------------------------------------------------------------------*/
#footer {
	width: 810px;
	margin: 0px auto;
}

	#footerLeft {
		float: left;
		position: relative;
		top: 6px;
		left: 6px;
		color: #aaa;
		font-size: 11px;
	}
	
		#footerLeft a {
			color: #aaa;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: #ccc;
		}

	#footerRight {
		float: right;
		position: relative;
		top: 10px;
		right: 6px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
	}
/* End of 'dpa-main' */

/* Start of CMSMS style sheet 'dpa-nav' */
#nav {
	width: 126px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 220px;
	left: 55px;
}

#nav ul {
	width: 126px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav a {
	margin: 0px;
	padding: 8px 0px;
	border-bottom: 1px solid #CCC;
	display: block;
	color: #1E3482;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
}

#nav a:hover, #nav a.menuactive {
	font-weight: bold;
}
/* End of 'dpa-nav' */

