body{
	background: #000 url(../images/stripe.png) top left repeat;
	color: #efefef;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	z-index: 1;
}

h3{
	margin-top: 0;
}

td{
	vertical-align: top;
}

a img{
	text-decoration: none;
	border: none;
}

a{
	text-decoration: underline;
	color: #fff;
}

a:hover{
	text-decoration: none;
}

#Container{
	position: relative;
	margin: 25px auto;
	background: #111;
	width: 900px;
	border: solid 1px #5f5f5f;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	z-index: 2;
}

#Content{
	clear: both;
	padding: 5px;
	padding-top: 140px;
	z-index: 3;
}

#contLeft{
	width: 45%;
	padding: 20px;
	margin-right: 20px;
	float: left;
	border-right: solid 1px #5f5f5f;
	z-index: 4;
}

#contLeft h3{
	margin-top: 0;
}

#contRight{
	width: 45%;
	padding: 20px;
	padding-left: 0;
	float: right;
	z-index: 4;
}

#contRight h3{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.viewport{
	padding: 5px;
	background: #3e3e3e url(../images/stripe.png) top left repeat;
	border: solid 1px #6e6e6e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#contRight td{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #444;
}

#contRight td.nobottom{
	border-bottom: none;
}

label{
	padding-right: 10px;
}

.text, textarea{
	width: 300px;
}

textarea{
	height: 125px;
}

.btn{
	float: right;
	border: solid 1px #999;
	background: #efefef;
	color: #222;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.btn:hover{
	border: solid 1px #6f6f6f;
	background: #222;
	color: #efefef;
}

#Bottom{
	margin: 10px auto;
	width: 900px;
}

#Foot{
	width: 900px;
	text-align: left;
}

#Wash{
	position: absolute;
	top:0;
	left: 0;
	width: 900px;
	height: 100px;
	background: #292929;
	border-bottom: solid 1px #999;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	z-index: 5;
}


#Wash a{
	text-decoration: none !important;
}

#Wash h1{
	font-size: 5em;
	margin: 10px 0 0 10px;
	color: #F1F3FA;
	position: relative;
}

#Wash h1 span {
  background: url(../images/textgradient.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
}

.clear{
	height: 15px;
	clear: both;
}

/* ===== Carousel ===== */
#slider5 { height: 1%; overflow:hidden; padding: 0 0 10px; margin: 0; text-align: center;  }
#slider5 .viewport { width: 388px; height: 219px; overflow: hidden; position: relative; }
#slider5 .buttons { display: block; margin: 0 0 0 144px; text-indent: -999em; width: 100px; height: 50px; overflow: hidden; position: relative; }
#slider5 .prev { width: 100px; height: 50px; background: url(../images/previous.jpg)  }
#slider5 .next { width: 100px; height: 50px; background: url(../images/next.jpg)  }
#slider5 .disable { visibility: hidden; }
#slider5 .overview { list-style: none; position: absolute; width: 240px; top: 0; padding-left: 0; margin: .8em 0 .8em 0; }
#slider5 .overview li{ float: left; margin: 0; padding: 1px; height: 219px; border: none; width: 388px; position: relative;}
#slider5 .overview li img{border: solid 1px #6e6e6e; position: relative;}
#slider5 .overview li .caption{
	width: 376px;
	position: absolute;
	bottom: 12px;
	left: 7px;
	padding: 3px 0 3px 0;
	margin: 0;
	overflow: hidden;
	background: #292929;
	border-top: solid 1px #111;
	font-size: 1.3em;
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: 70%;
	zoom: 1;
	text-decoration: none;
}

.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imagecaption {
	padding: 10px;
	background-color: #2e2e2e;
	border: 1px solid #3f3f3f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
	margin-top: 0;
	margin-right: 0;
	text-align: center;
	font-size: .7em;
}

.breadCrumbs{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #3f3f3f;
	max-width: 350px;
}