@import url("img.css");

/***********************
	DEFAULT STYLES - for demo system
	body, td, p, etc
***********************/

body {
	font-family: Arial, Century Gothic, Verdana, Helv, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 120%;
	margin: 0;
	margin-left: 1/* ie only */px;
	border: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/pool.jpg);
	background-repeat: repeat-y;
	background-position: center; 
}

p, div {
	font-family: Arial, Century Gothic, Verdana, Helv, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #fff;
	}

td.qualitypools {
	background-image: url(../images/pool_design.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
	margin: 0;
	border: 0; 
}

td.pooldesign {
	vertical-align: top;
	padding: 10px 20px 10px 20px;
	background-image: url(../images/plan.gif);
	background-repeat: no-repeat;
	background-position: 0 319px; 
}
.text2 {
	color:#CCCCCC;
	text-align: right;
	padding-left: 70px;}
	
div.contact {
	font-size: 13px;}
	
.header {
	font-size: 45px;
	color: #FFCC33;
	line-height: 120%;
	padding-bottom: 10px;
}
.quality {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 95%;
	}


form input.textfield { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 2px;
	width: 150px;
	line-height: auto;
	}


.memofield {
	font-size: 11px;
	font-family: Arial, Century Gothic, Tahoma, Helv, Helvetica, Verdana;
	color: #000;
	border: 1px solid #ccc;
	width: 148px;}	
.formhd {
	font-size: 16px;
	font-weight: bold; }
.formtxt {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height: 100%;
	padding: 11px 0 11px 2px;}
.formlabel {
	font-size: 10px;
	font-family: Century Gothic, Tahoma, Arial, Helv, Helvetica, Verdana;
	color:#CCCCCC;
	line-height: 10px;
	text-transform: uppercase;}
.errortxt {
	font-size: 10px;
	color: #FFFF33;
	line-height: 12px;}
.confirm {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	padding: 5px;
	background-color: #006699;}
