* {margin:0;padding:0;}

/* LAYOUT */
html {
	text-align: left;
	}
	
body {
background-image:url(../../images/ui/bar.jpg);
background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}

.contactus {
background-image: url(../../images/background_photos/contactus.jpg);
background-repeat: no-repeat;
background-position:right;
background-position:top;
	}
.welcome {
background-image: url(../../images/background_photos/welcome.jpg);
background-repeat: no-repeat;
background-position:right;
background-position:top;
	}
.showcase {
background-image: url(../../images/background_photos/welcome.jpg);
background-repeat: no-repeat;
background-position:right;
background-position:top;
	}
.services {
background-image: url(../../images/background_photos/services.jpg);
background-repeat: no-repeat;
background-position:right;
background-position:top;
	}
.oneear {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.oneear a {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.oneear a:link {
	text-decoration: none;
}
.oneear a:visited {
	text-decoration: none;
	color: #999999;
}
.oneear a:hover {
	text-decoration: underline;
	color: #333333;
}
.oneear a:active {
	text-decoration: none;
	color: #666666;
}


/* empty styles */	

.nav_rollover {
}

.home_rollover {
}

.jpg_rollover {
}

.png_rollover {
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
/* Form styles */	

#Name, #Address, #City, #Email, #Phone {
	width:200px;
	padding:3px;
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
	
}
#Comments {
	width:205px;
	padding:1px;
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
}
#State, #Zip {
	width:50px;
	padding:3px;
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
}
