#wrapper #main #center #bannerSpecial {
	display: block;
	height: 500px;
	width: 996px;
	position:relative;
	top:0px;
	
	/*background-image: url(../images/shopping.jpg);*/
	background-size: 996px 500px;
	background-repeat: no-repeat;
}
#wrapper #main #center #bannerSpecial #background {
	display: block;
	height: 500px;
	width: 990px;
	position:absolute;
	box-shadow: #000 0em 0em 0em;
	
	
	/*background-image: url(../images/shopping.jpg);
	background-size: 996px 500px;
	background-repeat: no-repeat;*/
}
#wrapper #main #center #bannerSpecial #background2 {
	display: none;
	height: 500px;
	width: 990px;
	position:absolute;
	box-shadow: #000 0em 0em 0em;
	
	/*background-image: url(../images/shopBackground03.jpg);
	background-size: 996px 500px;
	background-repeat: no-repeat;*/
}



#wrapper #main #center #bannerSpecial #top {
	
	display: block;
	height: 80px;
	width: 100%;
	position:relative;
	float:left;
}
#wrapper #main #center #bannerSpecial #leftSpecial {
	
	display: block;
	height: 400px;
	width: 200px;
	position:relative;
	float:left;
}
#wrapper #main #center #bannerSpecial #mainSpecial {
	display: block;
	float: left;
	height: 200px;
	width: 570px;
	position: relative;
	z-index:400;
	border-radius:5px;
	background: none repeat scroll 0% 0% rgba(55, 55, 55, 0.6);
	padding:10px;
	left: 360px;
	top: 30px;	
}
#wrapper #main #center #bannerSpecial #calculator {
	display: block;
	float: left;
	height: 200px;
	width: 530px;
	position: relative;
	z-index:400;
	border-radius:5px;
	background: none repeat scroll 0% 0% rgba(55, 55, 55, 0.6);
	padding:10px;
	padding-right:50px;
	left: 360px;
	top: 30px;
	margin-top: 20px;
}
#wrapper #main #center #bannerSpecial #mainSpecial ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 25px;
	width: 550px;
	float: left;
	margin-right: auto;
	margin-left: 0px;
	text-align: left;
	list-style-image: url(../images/check_marks_dots_home.png);
	z-index:500;
}

#center  label {
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}



#wrapper #main #center #calculator .row {
	text-align:right;
	height:34px;
	
}
#wrapper #main #center #bannerSpecial h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-bottom:14px;
	
}
#wrapper #main #center  input {
	border: 3px solid white;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	;
	height: 18px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	background-color: #FAFAEE;

}

#wrapper #main #center  textarea {
	border: 3px solid white;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	;
	height: 18px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	background-color: #FAFAEE;

}

#center button{
	
	 box-shadow: 0px 1px 0px #C1D280 inset;
    border-width: 1px;
    border-style: solid;
    border-color: #8A9D37 #799B2F #647128;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
   
   
   /*
    background: -moz-linear-gradient(center top , #C1D280 0px, #ACC355 1%, #9EB44C 100%) repeat scroll 0% 0% #C1D280;
	background-image: -webkit-linear-gradient(bottom,#9ec647 25%,#abcc34 82%);
	*/
	
	background:#c1d280;
	background-image:linear-gradient(top,#c1d280 0,#acc355 1%,#9eb44c 100%);
	background-image:-moz-linear-gradient(top,#c1d280 0,#acc355 1%,#9eb44c 100%);
	background-image:-webkit-linear-gradient(top,#c1d280 0,#acc355 1%,#9eb44c 100%);
	background-image:-ms-linear-gradient(top,#c1d280 0,#acc355 1%,#9eb44c 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c1d280),color-stop(1%,#acc355),color-stop(100%,#9eb44c));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d280',endColorstr='#9eb44c',GradientType=0);
	
	height: 30px;
    line-height: 1.5em;
    width: 152px;
    font-size: 1em;
	
	color: #FFF;
    cursor: pointer;
    
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 1px #698321;
    
    
    
    font-size: 80%;
	
	
	}
	

#center button:hover{
	    background-image: -moz-linear-gradient(center bottom , #9EC647 25%, #ABCC34 82%);
    text-decoration: none;
}#wrapper #main #center #bannerSpecial #calculator #result {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom:24px;
	margin-left:10px;
	
}
.priceTag {
	font-size: 20px;
	color: #A7BD52;
	border-radius:5px;
}
#wrapper #main #center #bannerSpecial #calculator #rules {
	display:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FFF;
	position:absolute;
	bottom: 0px;
	padding-bottom:3px;
	text-align:center;
	width:100%;	
}
#wrapper #main #center #specialCartZone #specialCartContainer {
	
	display: block;
	float: left;
	height: 200px;
	width: 936px;
	position: relative;
	z-index:400;
	background: none repeat scroll 0% 0% rgba(55, 55, 55, 0.6);
	padding:10px;
	padding-right:50px;
	left: 0px;
	
}
#wrapper #main #center #specialCartZone #specialCartContainer #bottom .row .cellContainer .cell label {
	
	width:90px; display:block;
	float:left; text-align:right; padding-right:15px;
}

.roundCorner{
	
	border-radius:5px;
	
}

.light{
	background: none repeat scroll 0% 0% rgba(55, 55, 55, 0.6);
		
		}
.bold{
	font-weight:bold;
	
	
	}#wrapper #main #center #specialCartZone #specialCartContainer a{
		
		display:block; width:495px; float:left; clear:none; text-decoration:none; color:#BFDBFF; font-family:Verdana, Geneva, sans-serif; font-size:14px;
}
