/*---------------------------------------------------------------------
 *
 * splash-page.css - style sheet for www.renual.com
 *
 * Author: Harvey A. Sugar harvey.sugar@nerd1951.com
 * Version: 1.0
 * Created: 20-January-2007
 *--------------------------------------------------------------------*/

body {
	/* Background image and color */
	background-image: url(http://www.renual.com/images/splash-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F2DAAC;
	margin-left: 0px;
	margin-top: 0px;

	/* Main font settings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	font-style: normal;
}

a {
	/* Link font settings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.col1row1 {
	/* Position for menu */
	position: absolute; 
	left: 25px; 
	top: 125px; 
	width: 111px; 
	height: 271px; 
	z-index: 1; 
	visibility: hidden;
}

.col2row1 {
	/* Position for "How We Work" */
	width: 1.85in;
	position: absolute;
	top: 1.60in;
	left: 1.45in;
	right: auto;
	bottom: auto;
}

.col2row2 {
	/* Position for "How We Work: Return" */
	width: 1.85in;
	position: absolute;
	top: 3.80in;
	left: 1.45in;
	right: auto;
	bottom: auto;
}

.col3row1 {
	/* Position for "Services" */
	width: 120px;
	position: absolute;
	top: 1.60in;
	left: 3.60in;
	right: auto;
	bottom: auto;
}

.col4row1 {
	/* Position for "Our Clients Say" */
	width: 1.55in;
	position: absolute;
	top: 1.60in;
	left: 5.20in;
	right: auto;
	bottom: auto;
}

.col4row2 {
	/* Position for "Our Clients Say: Renew" */
	width: 1.55in;
	position: absolute;
	top: 3.60in;
	left: 5.20in;
	right: auto;
	bottom: auto;
}

.col5row1 {
	/* Position for "Our Clients Say: Renew" */
	width: 1.75in;
	position: absolute;
	top: 1.60in;
	left: 7.10in;
	right: auto;
	bottom: auto;
}

.newsletter {
	position: absolute;
	width: 2.60in;
	height: 1.00in;
	top: 0.00in;
	left: 7.06in;
	right: auto;
	bottom: auto;
}

a.subimage {
	display: block;
	width: 2.60in;
	height: 1.00in;
	background-image: url(http://www.renual.com/images/renual_08.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.subimage:hover {
	display: block;
	width: 2.60in;
	height: 1.00in;
	background-image: url(http://www.renual.com/images/renualON_08.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.client
{
	/* Client font settings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	font-style: italic;
	margin-top: -9pt;
}
