@charset "utf-8";
/* CSS Document */

/* GLOBAL */
html, body, #page {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

body {  }

ul { margin-top: 0; }

.block {
	display: block;
	width: 100%;
	height: 100%;
}

.panel {
	width: 400px;
	height: 255px;
	float: left;
	margin: 0 2em 0.5em 0;
}

	.panel .img {
		float: left;
		margin-right: 1em;
	}

.clear {
	clear: both;
}

/* STRUCTURE */
#page {
	width: 100%;
}

#left {
	width: 250px;
	height: auto;
	min-height: 100% !important;
	float: left;
}

	#logo {
		width: 250px;
		height: 115px;
		background: url('/images/logo.jpg') no-repeat;
	}
	
	.phone {
		padding-left: 30px;
	}
	
	.info {
		border-top: 1px solid #CCC;
		margin: 15px;
	}
	
		.info form {
			text-align: center;
		}
		
	.contact p {
		padding: 0;
		margin: 5px 0;
	}

#shadow {
	width: 10px;
	height: 100%;
	position: fixed;
	left: 250px;
	background: url('/images/shadows/left.png') repeat-y;
}


#right {
	margin-left: 250px;
	height: auto;
	min-height: 100% !important;
	background-attachment: fixed;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0 -200px;
}

	#bar {
		width: 100%;
		height: 127px;
		background: url('/images/banner.png') repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
	}
			#tMenu {
				margin: 0 auto;
				text-align: center;
			}
			
	#colWrap {
		padding: 25px;
	}
	
	#colL {
		padding-right: 235px;
	}
	
		#content {
			background: url('/images/white.png');
			padding:  5px 25px;
			-moz-box-shadow: 2px 2px 10px #333;
			-webkit-box-shadow: 2px 2px 10px #333;
		}
		
	#colR {
		float: right;
		width: 208px;
	}
	
		.modB, .modW {
			-moz-box-shadow: 2px 2px 10px #333;
			-webkit-box-shadow: 2px 2px 10px #333;
		}
	
		.modB {
			background: url('/images/black.png');
			padding: 1px 15px;
			margin-bottom: 25px;
		}
		
		.modW {
			background: #FFF;
			padding: 1px 15px;
		}


/* LISTS */
#bar ul {
	padding: 55px 0 0 0;
}

	#bar ul li {
		display: inline-block;
		text-align: center;
		float: left;
		margin: 0 5px;
		height: 44px;
		width: 18.4%;
	}
	
	#bar ul li a {
		text-decoration: none;
		color: #000;
	}

#navL ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
}
	
	#navL ul li {
		list-style: none;
		padding-left: 30px;
		margin-bottom: 10px;
		background: url('/images/paintpot-blue.png') no-repeat left;
	}
	
	#navL ul li:hover {
		background: url('/images/paintpot-pink.png') no-repeat left;
	}
	
/* FEEDBURNER */

img.p2b {
	margin: 8px 0 0 -11px;
}

.feedburnerFeedBlock ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
}

	.feedburnerFeedBlock #creditfooter {
		display: none;
	}
	
	.feedburnerFeedBlock .headline, .feedburnerFeedBlock .headline a {
		text-decoration: none;
		margin: 0 auto;
		display: block;
		text-align: center;
		margin-bottom: 10px;
		font-weight: bold;
		color: #000;
		font-size: 16px;
	}
	
	.feedburnerFeedBlock .date {
		font-weight: bold;
		color: #D313C8;
	}
	
/* TYPOGRAPHY */
#colL h2 {
	color: #444 !important;
}
#navL a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.modB a {
	color: #fff;
}
#content h1, h2 { color: #D113C6; font-size: 24px; }
	#content .sub { font-weight: bold; }
.modW { color: #00AEEF; }
.modB { color: #FFF; }
	.modB h1, h2 { color: #FF0; }
	.more { color: #D113C6; }
.phone h3, .phone h4 { font-size: 20px; font-weight: normal; }
.phone h3 { color: #D313C8; }
.subscribe { font-size: 14px; }
