/*-------------------------------------------

Style Sheet for MCI Water Concepts

author: DPI 21 Ltd
email: studio@dpi21.com
website: www.dpi21.com

----------------------------------------------*/

body {
	background: black;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
	color: #333333;
}

/* Structure of website */

/* @group Structure */

#wrapper {
	width: 900px;
	margin: 5px auto;
}

#logoContainer {
	float: left;
	width: 900px;
	border-bottom: 2px solid #FFCD05;
	padding: 20px 0px 10px 0px;
}

#logo {
	float: left;
}

#logoText {
	float: right;
}

#strapline {
	float: left;
	color: white;
	width: 500px;
	padding: 10px;
}

#contact {
	float: left;
	width: 360px;
	text-align: right;
	padding: 10px;
	color: white;
}

#contact a { 
	text-decoration: none;
	color: #FFCD05;
}

#contact a:hover {
	color: white;
	text-decoration: underline;
}

#mainNavContainer {
	float: left;
	padding: 5px 0px 15px 0px;
	width: 900px;
	border-bottom: 2px solid #FFCD05;
}

#contentContainer {
	margin: 10px 0px 0px 0px;
	width: 900px;
	background: white;
	float: left;
}

#content {
	width: 860px;
	padding: 20px 20px 0px 20px;
	clear: left;
}

#flashBanner {
	width:  860px;
	height: 330px;
	float: left;
}

#clear {
	width: 900px;
	clear: both;
}

#column1 {
	float: left;
	width: 535px;
	padding: 10px 10px 0px 0px;
	margin: 20px 0px 10px 0px;
	border-right: 1px dotted #333333;
}

#column2 {
	float: right;
	margin: 20px 0px 10px 0px;
	padding: 15px 0px 0px 10px;
	width: 300px;
}

#column3 {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 15px 10px;
	width: 840px;
}

#recentImages {
	margin-top: 10px;
	padding: 10px 0px 10px 10px;
	width: 525px;
	border-top: 1px dotted #333333;
}

#recentImages ul {
	margin: 0px;
	padding: 5px 0px;
}

#recentImages li {
	display: inline;
	padding-right: 6px;
}

#movieClipsIndex {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 300px;
	text-align: center;
}

#movieClipsIndex li{
	display: inline;
	list-style-type: none;
}

/* @end */

/* Footer */

/* @group Footer */

#footer {
	width: 900px;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 2px solid #FFCD05;
	float: left;
	clear: left;
	color: white;
	margin-right: -3px;	
}

#footer ul {
	float: right;
	text-align: right;
	width: 300px;
	margin: 0px;
}

#footer li {
	display: inline;
	padding: 0px;
}

#copyright {
	float: left;
	width: 500px;
}

#footer a{
	text-decoration: none;
	color: white;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFCD05;
}

/* @end */

/* @group Main Nav */

#mainNav {
	margin: 0px;
	padding: 10px 0px;
	color: white;
	background: url(../images/menu-gradient.jpg) bottom;
	text-align: center;
	font-size: 12px;
}

#mainNav li {
	padding: 10px;
	list-style-type: none;
	display: inline;
}

#mainNav li a{
	text-decoration: none;
	color: white;
}

#mainNav li a:hover{
	text-decoration: underline;
	color: #FFCD05;
}

.dottedLink {
	border-right: dotted 1px white;
}

/* @end */


/* Latest News */

/* @group Latest News */

#news {
	float: left;
	background: #0070BB url(../images/news-gradient.jpg) repeat-x bottom;
	width: 300px;
}

#news a{
	text-decoration: underline;
	color: #FFCD05;
}

#news a:hover{
	text-decoration: underline;
	color: white
}

.newsItem {
	width: 280px;
	padding: 10px 0px;
	margin: 0px 10px;
	border-bottom: 1px dotted white;
	color: white;
}

.newsItemBottom {
	width: 280px;
	padding: 10px 0px;
	margin: 0px 10px;
	color: white;
}

.newsItemDate {
	padding: 10px 0px 5px 0px;
}

.readMore {
	padding: 5px 0px;
}

/* @end */

/* Typography */

/* @group Typography */

p {
	margin: 0px;
}

.purple {
	 color: #A0A0CF;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	color: #0070BB;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

h2 {
	font-size: 14px;
	margin: 0px 10px;
	padding: 10px 0px;
	color: white;
	border-bottom: 1px dotted white;
}

h3 {
	font-size: 11px;
	color: #0070BB;
	margin: 0px;
	padding-bottom: 10px;
}

h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #FFCD05;
}

h5 {
	margin: 0px;
	color: #0070BB;
	font-weight: normal;
	font-size: 11px;
}


h6 {
	margin: 10px 10px 0px 10px;
	padding: 10px 10px 10px 0px;
	color: #0070BB;
	font-weight: normal;
	font-size: 13px;
	border-top:  1px dotted #333333;
}

#column1 p {
	padding: 5px;
	line-height: 18px;
	padding-left: 10px;
}

#column1 a{
	color: #0070BB;
	text-decoration: none;
}

#column1 a:hover {
	color: #333333;
}

.imageGalleryText {
	padding: 5px;
	line-height: 18px;
	padding-left: 10px;
}

.blue {
	color: #0070BB;
}


/* @end */

/* Products */

/* @group Product Page */

#products {
	margin: 0px;
	padding: 10px 10px;
	border-bottom: 1px 
}

#products li {
	display: inline;
}

#products a{
	text-decoration: none;
	color: #333333;
}

#products a:hover{
	text-decoration: underline;
	color: #0070BB;
}

/* @end */

/* Clients */

/* @group Client Page */

#clients {
	margin: 0px;
	padding: 10px;
	line-height: 18px;
}

#clients li {
	list-style-type: none;
}

/* @end */

/* Contact Page */


/* @group Contact Page */

#contactList {
	margin: 0px;
	padding: 10px;
	line-height: 18px;
}

#contactList  li {
	list-style-type: none;
	padding: 5px 0px;
}

#contactList a{
	text-decoration: none;
	color: #333333;
}

#contactList a:hover{
	text-decoration: underline;
	color: #0070BB;
}

#contactForm {
	margin: 10px;
	padding: 5px;
	border: 1px solid #c7c7c7;
}

input {
	padding: 2px;
	color: #333333;
}

/* @end */

/* Image, Movie Gallery & CAD Development*/

/* @group Image, Movie Gallery & CAD */

#imageNav {
	border-top:  1px dotted #333333;
	border-bottom:  1px dotted #333333;
	margin: 15px 0px 0px 0px;
	width: 840px;
	float: left;
	background: #F1F1F1;
	padding: 15px 10px;
}

#imageNav li {
	display: inline;
	padding: 2px;
}

#imageNav a{
	color: #333333;
	text-decoration: none;
}

#imageNav a:hover {
	color: #0070BB;
	text-decoration: underline;
}

.imageGallery {
	margin: 10px 9px;
	float: left;
	border: 1px solid #b1b1b1;
	padding: 5px;
	width: 108px;
	height: 120px;
}

.imageGallery a{
	color: #0070BB;
	text-decoration: none;
}

.imageGallery a:hover {
	color: #333333;
}

.imageThumbText {
	padding: 3px 0px;
	font-size: 10px;
}

#galleryPageNav {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 200px;
	font-size: 10px;
}

#galleryPageNav li {
	display: inline;
	padding: 0px;
}

#galleryPageNav a{
	color: #333333;
	text-decoration: none;
}

#galleryPageNav a:hover {
	color: #0070BB;
	text-decoration: underline;
}

/* @end */

#submitTestimonial {
	margin: 0px;
	padding: 10px;
	height: 380px;
}

#submitTestimonial p {
	color: white;
	padding: 5px 0px;
	font-weight: bold;
	line-height: 18px;
}

.company {
	color: #0070BB;
	font-weight: bold;
	font-size: 10px;
	text-align: right; 
}

.date {
	font-size: 10px;
	font-weight: bold;
	color: #FFCD05;
	border-bottom: 1px dotted #333333;
}


#sitemap {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;	
}

li.subMenu {
	padding-left: 10px;
}

#sitemap li {
	list-style-type: none;
}

#sitemap a{
	color: #333333;
	text-decoration: none;
}

#sitemap a:hover {
	color: #0070BB;
	text-decoration: underline;
}

/* CSS for rounded corners*/

/* @group Round Corners */

.rtop,.rbottom {
	display:block;
}

.rtop *,.rbottom * {
	display:block;
	height: 1px;
	overflow: hidden;
}

.r1 {
	margin: 0 5px;
}

.r2 {
	margin: 0 3px;
}

.r3 {
	margin: 0 2px;
}

.r4 { 
	margin: 0 1px;
	height: 2px;
}

.rs1 {
	margin: 0 2px;
}

.rs2 { 
	margin: 0 1px;
}

/* @end */