@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.6em;
}

img {
	border: none;
	display: block;
}

h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
}

a {
	color: #112b8b;
	text-decoration: none;
	border-bottom: 1px dotted #112b8b;
}

	a:hover {
		color: #c01111;
		border-bottom: 1px solid #c01111;
	}

/* START CODING */

#container {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#header {
	height: 300px;
	width: 770px;
}

	#logo {
		float: left;
		height: 100px;
		width: 370px;
		margin: 0 30px 0 0;
	}
	
		#logo h1, #logo h2 {
			display: block;
			text-indent: -9999px;
			width: 370px;
		}
		
		#logo h1 {
			height: 219px;
			background: url(/i/pw_logo.png) no-repeat center center;
		}
		
		#logo h2 {
			height: 31px;
			background: url(/i/pw_tag.png) no-repeat center center;
		}
	
	#photos {
		float: left;
		width: 370px;
		height: 250px;
		background: green;
		position: relative;
	}
	
		#photos img {
		
		}
		
		#overlay {
			position: absolute;
			display: block;
			background: url(/i/wh70.png) repeat 0 0;
			top: 220px;
			height: 30px;
			width: 370px;
		}

#content {

}

#footer {

}

#c1 {
	float: left;
	width: 170px;
	margin: 0 30px 0 0;
}

#c2 {
	float: left;
	width: 170px;
	margin: 0 30px 0 0;
}

#c3 {
	float: right;
	width: 370px;
}

#c4 {
	float: left;
	width: 370px;
}

.module {
	padding: 0 0 25px 0;
	clear: both;
}

.wide {
	width: 370px;
	margin-right: -200px;
}

.module img {
	float: right;
	padding: 0 0 30px 30px;
}

	.module h3 {
		display: block;
		width: 170px;
		height: 34px;
		background-repeat: no-repeat;
		background-position: 0 0;
		text-indent: -9999px;
	}
	
	.module p {
		margin: 0 0 12px 0;
	}
	
	.module ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.module ul li {
		margin: 0;
		padding: 0;
	}
	
#t-how {
	background-image: url(/i/t_how.png);
}

#t-performances {
	background-image: url(/i/t_performances.png);
}

#t-note {
	background-image: url(/i/t_note.png);
}

#t-testimonials {
	background-image: url(/i/t_testimonials.png);
}

#t-who {
	background-image: url(/i/t_who.png);
}

#t-contact {
	background-image: url(/i/t_contact.png);
}

#t-other {
	background-image: url(/i/t_other.png);
}

/* MSG */

.msg, .msgerror, .msgsuccess, .msgno {
	padding: 12px 12px 12px 36px;
	border: 1px solid #727272;
	line-height: 1.4em;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

.msgno {
	padding: 12px;
}

.error, .success {
	background: #c01111;
	color: white;
	font-weight: bold;
	padding: 12px;
	line-height: 1.2em;
}

	.error div, .success div {
		margin: 0 auto;
		width: 770px;
	}
	
	.error a {
		color: white;
	}
	
		.error a:hover {
			background: black;
		}
		
.success {
	background: green;
}

/* FORMS */

form {
			margin: 0;
		}
		
			form p {
				margin: 0 0 4px 0;
			}
		
			
				form p label {
					display: block;
					padding: 0;
					float: left;
					font-weight: bold;
				}
				
				form p input, form p textarea {
					border: 1px solid #e5e5e5;
					padding: 5px;
					width: 100%;
					background: #f2f2f2;
					color: black;
					font-family: Arial;
					font-size: 11px;
				}
				
					form p input:focus, form p textarea:focus {
						border-color: #c9c9c9;
					}
				
			form div{
				margin: 15px 0 0 0;
			}
			
				form div input {
					padding: 5px 10px 5px 10px;
					font-weight:bold;
					font-size: 11px;
				}
				
.halfform {
	width: 170px; float: left;
}

.one {
	padding: 0 30px 0 0;
}
				
/* Other */

.highlight {
	color: #c01111;
}

.quote {

}

	.quote div {
		padding: 0 0 0 25px;
		background: url(/i/quote.png) no-repeat 0 0;
	}
	
	.quote p {
		padding: 10px 0 5px 25px;
	}