body {
	height: 100%;
}

.clearer {
	clear: both;
}

#fixed {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 000;
	
}

* html #fixed  { 
	/* HIDE FROM IE 5 MAC \*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 200;
	/* STOP HIDING */
}

#fixedcenter {
	padding-right: 3%;
	padding-top: 45%;
	/* HIDE FROM IE 5 MAC \*/
	padding: 0 0 0 0;
	position: absolute;
	right: 30px;
	bottom: 30px;
	/* STOP HIDING */
}

#fixedprice {
	width: 100px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	background-image: url(images/calculator/floaterbg.gif);
	background-repeat: no-repeat;
	font-family: Georgia, serif;
	font-size: 15px;
	padding-top: 5px;
	text-align: center;
	float: right;
	position: relative;
	z-index: 200;
}

#fixedprice span {
	font-family: Georgia, serif;
	font-size: 15px;
}


/* Calculator
----------------------------------*/

#calculator {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

#calculator h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 47px;
	color: #2F4B65;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/calculator/calc_head.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 15px;
	w\idth: 615px;
	height: 50px;
	margin-bottom: 11px;
}

#calculator p {
	padding: 3px 0 9px 0;
}

#calculator table.section {
	width: 620px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 7px;
	text-align: left;
}

#calculator table.section th.infor {
	background-color: #BFCDD9;
	background-image: url(images/calculator/section_top.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 19px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #2F4B65;
	border-bottom: 1px solid #DFE6EC;
	text-align: left;
}

#calculator table.section th.price, #calculator table.section th.subprice, #calculator table.section th.totprice {
	width: 90px;
	padding-right: 15px;
	w\idth: 75px;
	background-color: #BFCDD9;
	background-image: url(images/calculator/section_top_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #2F4B65;
	border-bottom: 1px solid #DFE6EC;
	text-align: right;
}

th.totprice {
	position: relative;
}

th.totprice span.priceedit {
	position: absolute;
	top: 64px;
	left: 315px;
	width: 300px;
	text-align: right;
}

* html th.totprice span.priceedit {
	top: 3px;
	/* hide from IE Mac \*/
	left: -210px;
	/* stop hiding */
}

#calculator table.section th.price span, #calculator table.section th.subprice span, #calculator table.section th.totprice span, td#total span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #2F4B65;
}

#calculator table.section th.totprice {
	width: 150px;
}

th.price a, th.totprice a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #2F4B65;
	text-decoration: none !important;
}

th.price a:hover, th.totprice a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

#calculator table.section th.subprice {
	background-image: none;
	border-bottom: 0;
}

#calculator table.section th.subhead {
	font-size: 14px;
	line-height: 14px;
	padding-left: 15px;
	color: #2F4B65;
	background-color: #BFCDD9;
	height: 30px;
}

#calculator table.section td {
	padding-top: 10px;
	padding-bottom: 30px;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
}

#calculator table.section td.blankprice {
	background-color: #fff;
	background-image: url(images/calculator/section_bot_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#calculator table.section td.subblank {
	padding: 0;
	background-image: none;
}

#calculator table.section td h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
	
	color: #000;
	font-family: Arial, sans-serif;
}

#calculator table.section td.imgtd, #calculator table.section td.imgtdsub {
	width: 100px;
	text-align: center;
	background-image: url(images/calculator/section_bot_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#calculator table.section td.imgtdsub {
	background-image: none;
}

#calculator table.section td#modelname {
	vertical-align: middle;
}

#calculator table.section td#modelname h2 {
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	padding: 0;
}

#calculator table.section td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#calculator table.section td ul li {
	margin-bottom: 5px;
}

#calculator table.section td ul li ul {
	padding: 0;
	margin: 5px 15px;
}


#calculator table.section td ul.bulleted {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	list-style-type: disc;
}

#calculator table.section td#modelname ul.bulleted {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}

#calculator table.section td ul.bulleted li {
	margin-bottom: 4px;
}

#calculator table.section td#modelname ul.bulleted li {
	margin-bottom: 7px;
}

#calculator table.section td ul.bulleted li ul {
	padding: 0 0 0 25px;
	margin: 0px 15px 10px 15px;
	list-style-type: disc;
}

#calculator table.section td ul.bulleted ul li {
	margin-bottom: 0px;
}


.notice {
	height: 28px;
	width: 620px;
	padding: 0;
	color: #2F4B65;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-top: 0;
	
}

.notice td {
	background-image: url(images/calculator/noticebg.gif);
	background-repeat: no-repeat;
	padding: 0 19px;
	text-align: left;
	font-size: 12px;
	line-height: 26px;
}

.notice td#proceed {
	background-color: #2F4B65;
	background-image: url(images/calculator/procbg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	line-height: 1px;
	width: 125px;
}

.notice td#proceed input {
	padding: 0 26px 0 27px;
}

.perslay {
	width: 150px;
	margin-right: 20px;
	float: left;
}

.perslay label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
}

.perslay input, .perslay select {
	height: 20px;
	width: 146px;
	font-size: 12px;
	margin-bottom: 8px;
}

.click {
	font-weight: bold;
	clear:both;
}

.reqd {
	color: #900;
}

#calculator table#calc_foot {
	margin-left: auto;
	margin-right: auto;
	width: 630px;
	text-align: left;
	font-size: 12px;
	color: #2F4B65;
	height: 50px;
	background-image: url(images/calculator/calcfootbg.gif);
	background-repeat: no-repeat;
}

#calculator table#calc_foot td {
	padding-left: 20px;
	
}

#calculator table#calc_foot td#total {
	padding: 0 20px 0 0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, serif;
}

#calculator table#calc_foot a {
	text-decoration: none;
	margin-right: 15px;
}

#printbttn {
	margin: 0 15px;
}

#calculator table.section p.checkthis {
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	width: 400px;
	float: left;
}

#calculator table.section input#contact_me {
	float: left; 
	margin-top: 5px;
	margin-right: 5px;
	border: 0;
	width: 15px;
	height: auto;
	border: 0 !important;
}

#calculator table.section textarea#add_comments {
	width: 258px;
}

#calculator ul.emailfriend {
	margin-bottom: 10px !important;
	
}

#calculator ul.emailfriend li {
	margin-bottom: 0px !important;	
}

#calculator ul.emailfriend h3 {
	margin-top: 3px;
	font-size: 12px;
	text-transform: capitalize;
}

#calculator ul.snowload {
	padding-left: 25px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

#calculator h2.includes {
	padding-left: 25px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-size: 11px !important;
}

#calculator ul.includes {
	padding-left: 25px !important;
	padding-bottom: 10px !important;
}

#calculator ul.includes li {
	margin-bottom: 0 !important;
}

#calculator p.snowload {
	padding-bottom: 10px !important;
}

/* Info Request 
----------------------------------*/
#request { 
	margin-top: 19px;
	margin-bottom: 0px;
}

#request table.section td {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 30px;
	vertical-align: top;
}

#request table.section td.imgtd {
	width: 110px;
	text-align: center;
}

#request table.section th#infor {
	background-color: #BFCDD9;
	height: 28px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #2F4B65;
	border-bottom: 1px solid #DFE6EC;
	text-align: left;
}

#request h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 47px;
	color: #2F4B65;
	width: 654px;
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
	text-align: left;
	padding-left: 15px;
	w\idth: 639px;
	height: 50px;
	margin-bottom: 0px;
	border-bottom: 4px solid #92B1C0;
	border-top: 3px solid #9AA2A7;
}

#request .section {
	width: 654px;
}	

#request .section td table td {
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

#request table.section p {
	font-size: 12px;
	margin: 0;
	padding: 5px 0 10px 0;
}

table.section textarea {
	display: block;
	border: 1px solid #BFCDD9;
	width: 230px;
	font-size: 11px;
	height: 120px;
}

#request table.section label {
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}

#request table.section input, #request table.section select {
	border: 1px solid #BFCDD9;
	width: 200px;
	font-size: 13px;
	height: 20px;
	margin-bottom: 10px;
}

#request table.section input#submit_bttn {
	width: 68px;
	height: 28px;
	border: 0;
	clear: both;
	display: block;
	margin-top: 10px;
}

#request table.section textarea {
	display: block;
	border: 1px solid #BFCDD9;
	width: 200px;
	font-size: 11px;
}

#request table.section p.checkthis {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	width: 400px;
	float: left;
}

#request table.section input#inforeqcheck {
	float: left; 
	margin-top: 10px;
	margin-right: 10px;
	border: 0;
	width: 15px;
	height: auto;
	border: 0 !important;
}

#calculator select.wide {
	width: 415px;
	font-size: 12px !important;
}

li.indent {
	padding-left: 15px;
}

#almost-final-total {
	vertical-align: middle !important;
	padding-right: 15px;
}


#final-total {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blankprice #final-total {
	margin: 0 0 0 0;
}

table#final-total td {
	padding: 2px 8px !important;
	font-size: 15px !important;
}

#final-total td.total-label {
	font-weight: bold;
	border-right: 1px solid #BFCDD9;
	white-space: nowrap;
}

table#custom_options {
	margin-top: 5px;
}

table#custom_options th {
	padding: 0 10px 5px 0 !important;
	white-space: nowrap;
	border-bottom: 1px solid #BFCDD9;
	
}

table#custom_options td {
	padding: 10px 10px 10px 0 !important;
}

table#custom_options tr.totaladded td {
	border-top:  1px solid #BFCDD9;
}

#conditions {
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(images/calculator/section_bot_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#conditions ol {
	padding-left: 25px;
	margin-left: 0;
}

#conditions ol li {
	padding-bottom: 10px;
	padding-right: 15px;
}

#signature {
	margin-right: auto;
	margin-left: auto;
}

#signature td {
	padding-right: 15px;
}

#signature td span {
	padding-right: 15px;
}

#signature td span.by {
	padding-right: 70px;
}

#signature td span.date {
	padding-right: 30px;
}

#signature .top td span {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}


#signature .bottom td span {
	border-top: 1px solid #000;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
	margin-top: 7px;
}

#signature .bottom td span.customer {
	padding-left: 50px;
	padding-right: 50px;
}

#alignP {
	width: 420px; 
	vertical-align:middle;
	}
	
	#alignP p {
	margin: 0;
	padding: 0;
	}
	
	
	
.click-help {
	background-color: #fff;
	width: 620px;
	margin: 0 auto 5px auto;
	font-size: 12px;
	text-align: left;
}

.click-help .top-left {
	background-image: url(images/calculator/section_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.click-help .top-right {
	background-image: url(images/calculator/section_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.click-help .bottom-left {
	background-image: url(images/calculator/section_bot_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.click-help .bottom-right {
	background-image: url(images/calculator/section_bot_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.click-help .content {
	padding: 0 10px;
}

.click-help ul {
	margin: 0;
	padding: 0 0 0 25px;
}