@charset "utf-8";
@import url("../webfonts/opensans_light/stylesheet.css");
@import url("../webfonts/Play_Bold/stylesheet.css");
@import url("../webfonts/opensans_bold/stylesheet.css");

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#sliderWrapper {
	
	margin-bottom: 8px;
	background-image: url(../images/mainimages/about-richmond.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 25px;
}
#installationBody {
	margin-top: 15px;
}
#installationLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#installationTop {
	height: auto;
}
#installationLeft ul {
	margin-left: 5px;
}
#installationLeft li {
	font-family: "Play Bold", "Arial Black";
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#installationLeft {
	margin: 0px;
}
#installationRight {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-repeat: repeat;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
}
#installationLogos {
	clear: both;
	background-image: url(../images/mainimages/logos2.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	height: 100px;
	background-position: center top;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#r2 a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 25px;
}
#r2 a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 25px;
}
#financing {
	margin-bottom: 25px;
}
#all {
	text-align:center;
}
.all {
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
@media only screen and (min-width: 481px) {
#sliderWrapper {
	
	margin-bottom: 8px;
	background-image: url(../images/mainimages/installationheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
#installationBody {
	margin-top: 15px;
}
#installationBodyLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#installationTop {
	height: auto;
}
#installationLeft ul {
	margin-left: 30px;
}
#installationLeft li {
	font-family: "Play Bold", "Arial Black";
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#installationLeft {
	margin: 0px;
}
#installationRight {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
	background-repeat: repeat;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
}
#installationLogos {
	clear: both;
	background-image: url(../images/mainimages/logos2.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	height: 100px;
	background-position: center top;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#r2 a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#r2 a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#financing {
	margin-bottom: 25px;
}
}
@media only screen and (min-width: 769px) {
#sliderWrapper {
	
	margin-bottom: 8px;
	background-image: url(../images/mainimages/installationheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
#installationBody {
	margin-top: 15px;
}
#installationBodyLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#installationTop {
	height: auto;
}
#installationLeft ul {
	margin-left: 10px;
}
#installationLeft li {
	font-family: "Play Bold", "Arial Black";
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#installationLeft {
	margin: 0px;
}
#installationRight {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
}
#installationLogos {
	clear: both;
	background-image: url(../images/mainimages/logos.png);
	background-repeat: no-repeat;
	height: auto;
	background-size: contain;
	height:100px;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#r2 a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#r2 a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#financing {
	margin: 0px;
}
.all {
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
}
@media only screen and (min-width: 1200px) {
#sliderWrapper {
	
	margin-bottom: 8px;
	background-image: url(../images/mainimages/installationheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	
}


#installationBody {
	margin-top: 15px;
}
#installationBodyLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#installationTop {
	height: auto;
}
#installationLeft ul {
	margin-left: 30px;
}
#installationLeft li {
	font-family: "Play Bold", "Arial Black";
	font-size: 19px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#installationLeft {
	margin: 0px;
}
#installationRight {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-repeat: repeat;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
	margin-top: 15px;
}
#installationLogos {
	clear: both;
	background-image: url(../images/mainimages/logos.png);
	background-repeat: no-repeat;
	height:100px;
	background-size: contain;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#r2 a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#r2 a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#financing {
	margin-bottom: 25px;
}

#financing a {
	min-height: 500px;
	color: #03568D;
	text-decoration: none;
}
#financing a:hover {
	min-height: 500px;
	color: #00B2EF;
}
}
.floatLeft {
	float: left;
}
.header2 {
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans light", Arial;
	line-height: normal;
	font-weight: normal;
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header2blue {
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans light", Arial;
	line-height: normal;
	font-weight: normal;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.headerbryant {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(../images/mainimages/bryant2.png);
	background-repeat: no-repeat;
	background-position: 230px center;
}
.mainfont {
	font-family: "opensans light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
}
.play {
	font-family: "Note this";
	font-size: 45px;
	font-style: normal;
	line-height: 70px;
	font-weight: normal;
	font-variant: normal;
	color: #00B2EF;
	text-align: center;
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-18deg);
	/* Firefox */
	-moz-transform: rotate(-18deg);
	/* IE */
	-ms-transform: rotate(-18deg);
	/* Opera */
	-o-transform: rotate(-18deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.imgmargin {
	margin-bottom: 75px;
}

.coupon {
	height: auto;
	min-height: 400px;
	text-align: center;
	border: 5px dashed #333;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 5px;
	background-color: #E1E1E1;
	color: #FFF;
	margin-bottom: 25px;
	margin-right: 2%;
	margin-left: 2%;
}
.amountfont {
	font-family: "Play Bold", "Arial Black";
	font-size: 45px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E60000;
}
.desfont {
	font-family: "Play Bold", "Arial Black";
	font-size: 19px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.disfont {
	font-family: "Open Sans", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
