body {
	background: url("../images/bg.jpg") repeat-x;
	background-color: #000000;
}

img, a img {
	border: 0;
}

label {
	font-size: 12px;
	font-family: Garamond, Georgia, Times, serif;
	letter-spacing: 1px;
	color: #FFF;
	margin-right: 5px;
}

input.go {
	padding-left: 10px;
}

.wrap {
	width: 960px;
	margin: 0 auto 0 auto;
}

#top-right {
	height: 102px;
	float: right;
	padding-top: 5px;
	text-align: left;
}

#top-right .input {
	font-size: 11px;
	color: #999;
	width: 70px;
}

/* Feature website panel */

#feature {
	text-align: center;
	width: 503px;
	margin: 27px auto 0 auto;
	height: 364px;
}

#contact {
	position: relative;
	z-index: 10;
	left: 230px;
	bottom: 25px;
}

/* Quote */

#layer {
	height: 50px;
	margin-top: -49px;
	background: url("../images/layer2.png") repeat-x;
}

#quote-space {
	width: 960px;
	padding-top: 8px;
	margin: 0 auto 0 auto;
	z-index: 10;
	text-align: center;
}

#quote-space .quote {
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	font-family: Garamond, Georgia, Times, serif;
}

#quote-space .client {
	padding-left: 20px;
	font-size: 17px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

/* Whitespace */

#whitespace {
	width: 960px;
	background-color: #FFF;
	min-height: 200px;
}

#whitespace #inner {
	padding: 20px;
}

#whitespace #rh-column {
	float: right;
}

/* Footer & misc */

#footer {
	width: 940px;
	margin: 0 0 15px 0;
	background-color: #B3D06B;
	padding: 5px 0 5px 20px;
	color: #FFFFFF;
}

.rainhasgone {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

/* Clients Table Footer */

table.clients {
	margin: 10px 0 10px 0;
	text-align: center;
}

/* Tooltips */

#tooltip { 
    display:none; 
    background:url("../images/rh-tooltip.png") no-repeat; 
    height: 129px; 
	margin: 18px 0 0 10px;
    padding:20px 20px 10px 30px; 
    width: 160px; 
    font-size:12px; 
    color:#000; 
}