/* CSS Document */

#contentLeft {

	width: auto;

	float: left;

}

#contentLeft h1 {

	font-size: 26px;

	font-weight: normal;

	letter-spacing: 2px;

	color: #254383;

	margin-bottom: 5px;

}



.sideNavBlue, .sideNavRed {

	border-bottom: 1px solid #DFDFDF;

}



.sideNavBlue a, .sideNavRed a {

	display: block;

	font-size: 18px;

	font-weight: normal;

	text-decoration: none;

	text-align: left;

	padding: 10px 5px;

}



.sideNavBlue a:hover, .sideNavRed a:hover {

	text-decoration: underline;

}



.sideNavRed a {

	color: #802E30;

}



.sideNavBlue a {

	color: #304A85;

}

#contentRight {

	margin-left: 20px;

	margin-bottom: 20px;

	}

#contentRight p {
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: .5px;
}

#content h1 {

	font-size: 22px;

	letter-spacing: 2px;

	color: #802E30;

}

#content h2 {

	font-size: 18px;

	color: #304A85; 

	}

#content h3 {

	font-size: 16px;

	margin-top: 10px;

	margin-bottom:10px;
	
	

	}

#content h4 {

	font-size: 16px;
	color: #304A85; 

	}

#content p {

	margin-top: 7px;

	margin-bottom:7px;

	letter-spacing: .5px;

}

#anchor  {

	color: #3758B0;

	text-decoration:none;

	font-size:12px;

	}

#anchor:hover  {

	text-decoration: underline;

	}

ol {

	margin-left: 35px;

	margin-top: 10px;

	margin-bottom:10px;

	}

ul.normal {

	margin-left: 25px;

	margin-bottom: 10px;

	}

.center {

	text-align:center;



	}

.rightCheck {

	float: right;

	margin-right: 40px;

	}

fieldset {

	border: 1px solid #888;

	padding: 5px;

	}

legend {

	color: #802E30;

	font-size:16px;

	margin-left: 10px;

	}

.testimonial {
	padding-top: 15px;
	margin-bottom:15px;
	}

.quote {
	color: #555;
	font-style: italic;
	text-align:right;
	}
	
.miniTestimonial {
	padding-top: 15px;
	margin-bottom:15px;
	font-size:12px;
	}

.miniQuote {
	color: #555;
	font-style: italic;
	text-align:right;
	font-size:10px;
	display:block;
	margin-top:3px;
	}

#contactForm {

	width: 200px;

	

	}

#contactForm input {



	width: 200px;

	}

#contactForm textarea {

	width: 200px;

	height: 100px;

	}

#contactForm #submit {

	width: 80px;

	}

/*------------------FOOTER CSS-----------------*/

#footer {

	text-align: center;

	font-size:12px;

	color: #fff;

	padding: 5px 0 15px 0;

	}

#footer a {

	color: #CC0000;

	text-decoration:none;

	}

#footer a:hover {text-decoration:underline}

/*--------------------------------------------*/

	

	

#steps {

	background: url(../images/stairs.jpg) right top no-repeat;

	padding: 0px 0px 3px 0px;

	min-height: 150px;

	height:auto !important;

  	height:150px;

}



#steps h2, #steps h2 a {

	font-size: 29px;

	font-weight: normal;

	color: #802E30;

	padding-left: 30px;

	letter-spacing: 1px;

	text-decoration:none;

}



#steps h3, #steps h3 a {

	color: #802E30;

	font-size: 20px;

	font-weight: normal;

	text-decoration:none;

}



#steps ul {

	margin: 15px 0px 15px 20px;

}


 
#steps ul li {

	margin-top: 15px;

	font-weight: bold;

	list-style-image: url(../images/arrow.gif);

}



#steps .red {

	color: #802E30;

	font-size: 12px;

	letter-spacing: -.5px;

}



#steps .tall {

	font-size: 12px;

	letter-spacing: -.5px;

}
.orderShot {
	width: 250px;
	float: left;
	padding:0;
	margin:10px;
	text-align:center;
}
.orderShot a {
	text-align: center;
	font-size: 16px;
	color:#802E30;
	text-decoration:none;
	}
.orderShot a:hover {
	text-decoration: underline;
	}
.small {
	font-size: 11px;
	}
.oldPrice {
	font-size:12px;
	text-decoration:line-through;
}
.salePrice {
	font-size:16px;
	color:#802E30;
	font-weight:bold;
}
.addToCartBtn {
	margin-top:5px;
}