@charset "utf-8";
@import url("../webfonts/opensans_light/stylesheet.css");
@import url("../webfonts/Play_Bold/stylesheet.css");
@import url("../webfonts/opensans_regular/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
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/serviceheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 28px;
}
#serviceRepairBody {
margin-top: 15px;	
}
#srLeft {
	
}	
#srRight {
text-align: center;		
}

#srRight2 {
	
}
#srRight2 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 70px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#srRight2 li {
	font-family: "opensans light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	list-style-image: url(../images/mainimages/bullet.png);
}
#srLogos {
clear: both;
	background-image: url(../images/mainimages/logos.png);
	background-repeat: no-repeat;
	height: 100px;
	background-size: contain;
	background-position: center top;	
}
#serviceRepairBody 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: 5px;
	margin-left: 5px;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#srRight2 div {
	text-align: center;	
	margin-top: 50px;
	margin-bottom: 50px;
}
#srRight2 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;
	
}
#srRight2 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;
	
}
#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/serviceheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
#serviceRepairBody {
margin-top: 15px;	
}
#srLeft {

	
}	
#srRight {
text-align: center;		
}

#srRight2 {
	
}
#srRight2 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#srRight2 li {
	font-family: "opensans light", Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	list-style-image: url(../images/mainimages/bullet.png);
}
#srLogos {
clear: both;
	background-image: url(../images/mainimages/logos.png);
	background-repeat: no-repeat;
	height: 100px;
	background-size: contain;
	background-position: center top;	
}
#serviceRepairBody 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: 5px;
	margin-left: 5px;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#srRight2 div {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;	
}
#srRight2 a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	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: 50px;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;	
}
#srRight2 a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	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: 50px;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	
}					
}

@media only screen and (min-width: 769px) {
#sliderWrapper {
	
	margin-bottom: 8px;
	background-image: url(../images/mainimages/serviceheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
#serviceRepairBody {
margin-top: 15px;	
}
#srLeft {

	
}	
#srRight {
	text-align: center;	
	
}

#srRight2 {
	
}
#srRight2 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#srRight2 li {
	font-family: "opensans light", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	list-style-image: url(../images/mainimages/bullet.png);
}
#srLogos {
clear: both;
	background-image: url(../images/mainimages/logos.png);
	background-repeat: no-repeat;
	height: 100px;
	background-size: contain;
	background-position: center top;	
}
#serviceRepairBody 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: 5px;
	margin-left: 5px;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#srRight2 div {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;	
}
#srRight2 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;
	
}
#srRight2 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;
	
}
.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/serviceheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
#serviceRepairBody {
margin-top: 15px;	
}
#srLeft {
	margin-bottom: 150px;
	
}	
#srRight {
text-align: center;		
}

#srRight2 {
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#srRight2 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 30px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#srRight2 li {
	font-family: "Play Bold", "Arial Black";
	font-size: 19px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	list-style-image: url(../images/mainimages/bullet.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 20px;
	letter-spacing: -1px;
}
#srLogos {
clear: both;
	background-image: url(../images/mainimages/logos.png);
	background-repeat: no-repeat;
	height: 100px;
	background-size: contain;
	background-position: center top;	
}
#serviceRepairBody 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: 5px;
	margin-left: 5px;
}
#service {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#srRight2 div {
	text-align: center;	
	margin-top: 50px;
	margin-bottom: 50px;
}
#srRight2 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;
	
}
#srRight2 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;
	
}					
}
.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;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.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;
}
.mainfont {
	font-family: "opensans light", Arial;
	font-size: 17px;
	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;
}
