	* {	margin: 0; padding: 0; }
	html, body { 
		height:100%; 
		border: none; 
		font-family:Arial,Georgia,Tahoma,Serif;
		font-size: 10px;
		background-color:#F5F5F5;
		background-attachment:fixed;
		vertical-align:top; 
		font-weight:normal;
	}

	a:link { text-decoration:none; border:0; color:#00e;}
	a:visited { text-decoration:none; color:#00e;}
	a:hover { text-decoration:none; color:#00e;}
	a:active { text-decoration:none; color:#00e;}

/*********/

	.base {
		with:100%;
	}

	.container {
		width: 980px;
		margin:0 auto;
		zbackground: #f00;
	}


/*********/

	#head {
		background: rgba(0, 71, 153, 1);
		-webkit-box-shadow: 0px 14px 16px 0px #333;
		-moz-box-shadow: 3px 6px 16px -1px #333;
		box-shadow: 3px 6px 16px -1px #333;
		position: absolute;
		width: 100%;
	}
		#head .nav a {
			font-size: 1.6em;
			line-height: 45px;
			color: #fff;
			margin: 0 20px;
			float: right;
		}
			#head .nav a:hover {
				text-decoration:underline;
			}

			#head .nav a#headerLogo {
				font-size: 3em;
				font-weight: bold;
				margin: 0 0 0 10px;
				float: left
			}

				#head .nav a#headerLogo span {
					font-weight:normal !important;
					color: #77a;
				}

			#head .nav a#headerLogo:hover {
				text-decoration:none !important;
				color: #CF0501;			
			}


/*********/

	#calculator {
		-webkit-box-shadow: 3px 6px 16px -1px #333;
		-moz-box-shadow: 3px 6px 16px -1px #333;
		box-shadow: 3px 6px 16px -1px #333;
		/*background: url("/Calculator/HomeAut.jpg") no-repeat scroll 50% -652px; /*-862*/
		background: url("/Calculator/phillyCenter.jpg") center bottom;
		background-size: 100%;
		background-repeat: no-repeat;
		background-color: #fff;
		margin: 0;
		padding: 95px 0 60px;
	}
		@media (min-width: 1681px) {
			#calculator {
				-webkit-border-radius: 0px 0px 99px 99px;
				-moz-border-radius: 0px 0px 99px 99px;
				border-radius: 0px 0px 99px 99px;
				width: 1663px;
				margin: 0 auto !important;
			}
		}

		
		#calculator .container {
			font-size: 16px;
		}

			#calculator .container  ul.breadcrumbs li {
				font-size: 10px; 
				display: inline; 
				list-style-type: none;
			}
		
			#calculator .container h1 { margin:10px 0; }
			#calculator .container h2 { margin: 20px 0; font-size: 1.2em; }
			#calculator .container h3 { margin:20px 0; font-size: 1.2em; }

			#calculator .container p { margin: 5px 0 15px 0; line-height:1.4em; }

			#calculator .container ul.locations { width:30%; margin: 10px 0 0 2.5%; display: inline-block;}
				#calculator .container ul.locations li {
					list-style-type: none;
					text-align: center;
					padding: 5px 0;
				}


/*********/


	#dottedSelcect 
	{
	    padding: 40px 0 30px 0;
	}

		#dottedSelcect .section {
			font-size: 2em;
			width: 22%;
		    display: inline-block;
		    padding: 0 1%;
			vertical-align: top;
			text-align: center;
		}
		#dottedSelcect .sectionOne{
			padding-left: 2% !important;
		}
		
			#dottedSelcect .section .icon {
				font-size: 2em;
				display: inline-block;
			    clear: both;
				background:#fff;
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;
				border-radius: 50px;
				margin: 0 auto;
				display:block;
				width: 20%;
				padding: 5px;
				text-align:center;
				-webkit-box-shadow: 1px 2px 14px -1px rgba(0, 71, 153, 1);
				-moz-box-shadow: 1px 2px 14px -1px rgba(0, 71, 153, 1);
				box-shadow: 1px 2px 14px -1px rgba(0, 71, 153, 1);
			}
				#dottedSelcect .section:hover .icon {
					-webkit-box-shadow: 1px 2px 35px -1px rgba(0, 71, 153, 1);
					-moz-box-shadow: 1px 2px 35px -1px rgba(0, 71, 153, 1);
					box-shadow: 1px 2px 35px rgba(0, 71, 153, 1);
				}

			#dottedSelcect .section hr {
				margin: 15px 0;
				height: 1px;
				color: #999;
			}


/*********/
		

	#foot {
		height: 400px;
		background: #fff;
		-webkit-box-shadow: 6px 5px 22px 8px rgba(100, 100, 100, 0.28);
		-moz-box-shadow: 6px 5px 22px 8px rgba(100, 100, 100, 0.28);
		box-shadow: 6px 5px 22px 8px rgba(100, 100, 100, 0.28);
	}
		#foot .container {
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 30px 0;
			zbackground: #C00403;
			color: #C00403; /*#DFBD90;*/
			text-align:center;
			font-size:25px; 
		}
				#foot .container  .wcl{
					line-height:20px; 
					font-size:20px; 
					padding:25px 10px 0 10px;
				}

					#foot .container .wcl .wcM { font-size: 40px; }
					#foot .container .wcl .wcL { font-size: 50px; }
					#foot .container .wcl .wcXL { font-size: 60px; }
					#foot .container .wcl .wcXL { font-size: 65px; }

/*********/
	


	



















*, html, body { margin:0; padding:0; }
	
	select
	,input {
		font-size: inherit;
		font-family: inherit;
		padding: 2px;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border: 2px solid #4C8EBA;
		-webkit-box-shadow: 2px 3px 5px 0px rgba(100,100,100,0.15);
		-moz-box-shadow: 2px 3px 5px 0px rgba(100,100,100,0.15);
		box-shadow: 2px 3px 5px 0px rgba(100,100,100,0.15);
	}

	a { text-decoration:none;}
	
	
/* Containers */

	#collectionBox{
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
		border: 2px solid #4C8EBA;
		/*font-size: 1.6em;*/
		margin: 0 auto;
		max-width: 600px;
		padding: 10px 10px 55px 20px;
		width: 90%;
	zmargin: 20px auto;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border: 2px solid #4C8EBA;
		-webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.45);
		box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.45);

	}
	#collectionBox.mainPage {
			margin: 70px auto 20px auto !important;
	}
	
	#collectionData {
		width: 90%;
		margin: 0 auto;
		padding: 0 20px;
		display:inline;
	}
		@media (max-width: 600px) {
			#collectionData { margin:10px 0; padding: 0 10px;}
		}
	
	
	
/* header nav */
	#headerNav{
		background: #4C8EBA;
		-moz-border-radius: 3px 0; 
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 2px 2px 0 0;
		border-color: #4C8EBA;
		height: 50px;
		position: fixed;
		top:0;
	}
		#headerNav div  {
			display: inline;
			margin: 0;
			padding: 0;
			float: left;
		}
			#headerNav div  {
				display: inline;
				margin: 0;
				padding: 0;
				float: left;
			}

			#headerNav div a {
				display:block;
				font-size: 120%;
				color: #AFCFFF;
				font-weight: normal;
				margin: 10px 0 0 0;
				padding: 10px 10px 3px 10px;
			}
				#headerNav div a:hover { color: #fff; }

			
			#headerNav div ul {
				display: none;
			}
				#headerNav div:hover ul{
					display: block;
					position:absolute;
				}
				#headerNav ul li ul li {
					display: block;
				}
		
	
/* buttons */	

	.stepButtonPrev {
		max-width: 100px;
		background: #A6C6DC;
		color:#000;	
		opacity: .5;
		margin: 0;
	}
		.stepButtonPrevBottom {display:none !important;}
		@media (max-width: 600px) {
			.stepButtonPrev {display:none !important; margin-top: 10px;}
			.stepButtonPrevBottom {display:inline !important; float:left !important;}
		}
	

	.stepButtonPrev:hover {
		opacity: .7;
		bottom:0;
	}
		
	.stepButtonPrev:hover
	,.stepButtonActive {
		color:#fff;
		background: #006eb7; 
		/* 
		background: -moz-linear-gradient(top,  #006eb7 10%, #4c8eba 50%, #2271a3 88%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#006eb7), color-stop(50%,#4c8eba), color-stop(88%,#2271a3)); 
		background: -webkit-linear-gradient(top,  #006eb7 10%,#4c8eba 50%,#2271a3 88%); 
		background: -o-linear-gradient(top,  #006eb7 10%,#4c8eba 50%,#2271a3 88%); 
		background: -ms-linear-gradient(top,  #006eb7 10%,#4c8eba 50%,#2271a3 88%); 
		background: linear-gradient(to bottom,  #006eb7 10%,#4c8eba 50%,#2271a3 88%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb7', endColorstr='#2271a3',GradientType=0 ); 
		*/
	}
		.stepButtonActive:hover {
			border-color:#4C8EBA !important;
		}
	
	.stepButtonBase {
		float:right;
		margin: 10px 0;
		margin-right: 20px;
		padding: 5px 10px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		border: 1px solid #fff ;
		-webkit-box-shadow: 2px 3px 15px 0px rgba(70,70,70,0.25);
		-moz-box-shadow: 2px 3px 15px 0px rgba(70,70,70,0.25);
		box-shadow: 2px 3px 15px 0px rgba(70,70,70,0.25);
		cursor: pointer;
		font-size: 1em;
	}
		@media (max-width: 600px) {
			.stepButtonBase { margin-right: 10px; }
		}


/********/	
	.amountChangePlus,
	.amountChangeMinus {	
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		background: #fff;
		width: 20px;
		height: 20px;
		border: 2px solid #4c8eba;
		color: #4c8eba;
		outline-style: none; 
	}
	
		.amountChangePlus:hover,
		.amountChangeMinus:hover { 
			background: #fff;
		}

	.amountChangeMinus:Before {
        content: "_";
        position: absolute; 
        text-decoration: none;
        font-size: 1.5em;
        margin: -15px 0 0 -3px;
}



	
/******/

table tr td:first-child { padding-right: 15px; }



.magrinTopBottom10 {margin: 10px 0;}


.zipArea { width:80px; float:left; }	
	
	

