/* Basic stylesheet for CCM-WET
 * URL: http://www.ccm-wet.com
 * CSS: ccmwet-style.css
 */

body {
	font-family: 'footlight mt light', 'Helvetica', serif;
	font-size: 15px;
	background: url('/images/bg-pattern.png');
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: gray;
}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.plasticContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}

.mainContainer {
	position: relative;
	margin: 0 auto;
	width: 981px;
	min-height: 1200px;
	background: url('/images/bg-middle2.png');
}

.banner {
	margin: 0 auto;
	padding-top: 10px;
	width: 961px;
	height: 158px;
	background: 0px 10px no-repeat url('/images/banner-7.png');
	cursor: pointer;
}

.navigation {
	margin: 0 auto;
	padding: 0 10px;
	width: 700px;
	height: 28px;
	font-family: "Myriad Pro", "Myriad", "Trebuchet", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
}

.navigation a {
	line-height: 28px;
	margin-right: 46px;
	color: #CCFB5D;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover {
	color: #fff;
}

#contact-us {
	margin-right: 0;
}


/* -- middle section --*/

.midSection > div {
	float: left;
}

.homeCenter {
	width: 719px;
	height: 322px;
	border: 2px solid #000;
}

.subNavServices {
	width: 129px;
	text-align: right;
}

	.subNavServices img {
		float: right;
	}

	.subNavServices a {
		display: block;
		float: right;
		font-family: "Century Gothic", "Century Gothic", sans-serif;
		font-size: 13px;
		color: white;
		width: 130px;
		height: 26px;
		line-height: 26px;
		text-decoration: none;
		padding-right: 5px;
	}

	.subNavServices a:hover {
		color: #6c9cff;
		background: right no-repeat url('/images/link-bg-left.png');
	}

.subNavProducts {
	width: 129px;
	text-align: left;
}

	.subNavProducts img {
		float: left;
	}

	.subNavProducts a {
		display: block;
		float: left;
		font-family: "Century Gothic", "Century Gothic", sans-serif;
		font-size: 13px;
		color: white;
		width: 130px;
		height: 26px;
		line-height: 26px;
		text-decoration: none;
		padding-left: 5px;
	}

	.subNavProducts a:hover {
		color: #6c9cff;
		background: left no-repeat url('/images/link-bg-right.png');
	}


/* -- bottom section -- */

.botSection {
	color: black;
	margin: 10px auto;
	width: 723px;
	text-align: center;
	font-family: "Century Gothic", "Century Gothic", sans-serif;
	font-size: 15px;
}

.botSection a {
	color: black;
	text-decoration: none;
}

.botSection a:hover {
	color: white;
}

/* -- subpage content area -- */

.contentArea p {
	margin: 0 30px 20px 30px;
	line-height: 20px;
}

.contentArea ul {
	margin: 0 30px 20px 10px;
	line-height: 20px;
}

.contentArea ol {
	margin: 0 30px 20px 10px;
	line-height: 20px;
}

h1, h2, h3, h4  {
	margin: 20px 30px 5px 30px;
	color: #003366;
}

h4 {
	margin-bottom: 0;
}

.first {
	margin-top: 0;
}

p.last {
	margin-bottom: 0;
}

.caBGMid {
	background: url('/images/content-area-bg-mid.png');
	width: 723px;
	font-size: 15px;
  min-height: 250px;
}

.caBGMid table {
	margin: 0 30px 20px 30px;
	border: none;
}

.caBGMid table td {
	vertical-align: top;
}

.caBGTop {
	position: relative;
	background: url('/images/content-area-bg-top.png');
	border-top: 2px solid black;
	width: 723px;
	height: 54px;
}

.caBGBot {
	background: url('/images/content-area-bg-bot.png');
	width: 723px;
	height: 104px;
}

.pageTitle {
	position: absolute;
	bottom: 0;
	left: 30px;
}

#homeBottom {
	margin: 0 auto;
	width: 718px;
	color: white;
	text-align: justify;
}

/* -- form -- */

form input, form textarea {
	border: 1px solid #5276BF;
	background: transparent; /*#C0C3C9;*/
	font-size: 13px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

.slideshow {
	position: relative;
	width: 719px;
	height: 322px;
  padding: 0 !important;
  background-color: transparent !important;
	background: url('/images/slideshow/large-industry.jpg');
}

.slideshow img {
	visibility: hidden;
}

.border {
	border: 1px solid #44566C;
	padding: 1px;
}

.testimonial {
	margin-bottom: 25px;
}

.testimonial p {
	font-size: 14px;
	margin-bottom: 0;
}

.testimonial .sig {
	color: #800020;
	font-size: 13px;
	margin-top: 0;
	text-align: right;
	font-weight: bold;
}

