@charset "UTF-8";
/* CSS Document */
@import url("layout_styles.css");
@import url("typography_styles.css");
@import url("SpryAssets/SpryMenuBarHorizontal.css");

/*------------------------------------------
    Style Sheet

author: John Thorne, Full Circle Illustration Inc.
email: w.thorne@fullcircleillustration.com
Last Updated: November 6th, 2008
Percent Completed: 95%

------------------------------------------*/



/* Automatic PNG Fix for IE
*********************************/

img, div { behavior: url(images/iepngfix_v2/iepngfix.htc) }

/*	Standards & Defaults
*********************************************/

body {
	background: #666666;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/*	Form Styles
*********************************************/

#formA h4 {
	font-weight: bold;
	color: #006699;
	text-align: left;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#formA h5 {
	margin: 0px;
	padding: 0px;
	color: #009999;
	text-align: left;
}
.oneColFixCtrHdr #container #content #mainContent #formAwrap {
	margin-left: 20px;
	font-size:12px;
}


/* Quote Request Section */

#formA fieldset {
	width: 525px;
	border: 1px dotted #666666;
	background-image: url(images/formGraphics/formTable.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #F3F1FF;
}
#formA p {
	width: 500px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#formA  fieldset legend {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#formA input {
	/*	background-image: url(images/formGraphics/formInput.png);*/
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCC;
	background-image: url(images/formGraphics/formInput.png);
}

#formA table#contactForm {
	padding: 15px;
}
#formA table#contactForm input {
	font-size:1.4em;
	}
#formA table#contactForm input.FieldA {
	width:100%;
	}
#formA  a input#submit {
	background:none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 140px;
}
#formA input#submit:hover {
}
	
	
/* Door Detail Section */
#formA table.doorDetails {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	}
#formA table.doorDetails input {
	width:45px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:center;
	background-color: #AEFDFF;
}
.doorDetails thead {
	height:50px;
		}

input#clearForm {

}
	
	/*	
		
	.table1 {border: 2px solid #900;border-collapse:collapse;width:100%}
		.table1 td {background: #fff url("images/sprites.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
		.table1 th {text-align:left;border: 1px solid #fff}
	
		.table1 tbody th {color:#fff;font-size:115%;background: #88b8db url("images/sprites.gif") repeat-x 0 -1400px;padding: 6px}
		.table1 tbody th.sub {font-size:100%;color:#000;background: #efefef url("images/sprites.gif") repeat-x 0 -1500px;padding: 6px}
*/
#footer span {
	color: #999999;
	font-size: 9px;
}
#container  #footer  span a {
	font-size: 9px;
}
#container #footer span a:hover {
	color: #333333;
	background-color: #FFFFFF;
}
